/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
/*------------------------------------------------------------------
[Browser 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
blockquote,
q {
  quotes: none;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
select {
  max-width: 100%;
}

/*------------------------------------------------------------------
[Grid]
-------------------------------------------------------------------*/

/* Grid > Clear Floats */
.col:after,
.clr:after,
.wpex-clr:after,
.group:after,
dl:after,
.vc-empty-shortcode-element:after,
ul.page-numbers:after,
#comments .comment-body:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.compose-mode .vc_element.vc_empty .vc_empty-element:after {
  visibility: visible !important;
}
.clear,
.wpex-clear {
  clear: both;
}

/* Grid > Main Classes */
.wpex-row {
  margin: 0 -10px;
}
.wpex-row .col {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}
.wpex-row .span_1_of_1.col {
  float: none;
}
.wpex-row .span_1_of_2 {
  width: 50%;
}
.wpex-row .span_1_of_3 {
  width: 33.33%;
}
.wpex-row .span_1_of_4 {
  width: 25%;
}
.wpex-row .span_1_of_5 {
  width: 20%;
}
.wpex-row .span_1_of_6 {
  width: 16.66666667%;
}
.wpex-row .span_1_of_7 {
  width: 14.28%;
}

/* Grid > Gaps */
.wpex-row.gap-none {
  margin-left: 0;
  margin-right: 0;
}
.wpex-row.gap-none .col,
.wpex-row.gap-none .nr-col {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.wpex-row.gap-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.wpex-row.gap-5 .col,
.wpex-row.gap-5 .nr-col {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}
.wpex-row.gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.wpex-row.gap-10 .col,
.wpex-row.gap-10 .nr-col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.wpex-row.gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.wpex-row.gap-15 .col,
.wpex-row.gap-15 .nr-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
}
.wpex-row.gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.wpex-row.gap-20 .col,
.wpex-row.gap-20 .nr-col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.wpex-row.gap-25 {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.wpex-row.gap-25 .col,
.wpex-row.gap-25 .nr-col {
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-bottom: 25px;
}
.wpex-row.gap-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.wpex-row.gap-30 .col,
.wpex-row.gap-30 .nr-col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.wpex-row.gap-35 {
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.wpex-row.gap-35 .col,
.wpex-row.gap-35 .nr-col {
  padding-left: 17.5px;
  padding-right: 17.5px;
  margin-bottom: 35px;
}
.wpex-row.gap-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.wpex-row.gap-40 .col,
.wpex-row.gap-40 .nr-col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.wpex-row.gap-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.wpex-row.gap-50 .col,
.wpex-row.gap-50 .nr-col {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 50px;
}
.wpex-row.gap-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.wpex-row.gap-60 .col,
.wpex-row.gap-60 .nr-col {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 60px;
}

/* Grid > Non Responsive */
.nr-col {
  float: left;
  margin: 0 0 20px;
  padding: 0 10px;
}
.span_1_of_2.nr-col {
  width: 50%;
}
.span_1_of_3.nr-col {
  width: 33.33%;
}
.span_1_of_4.nr-col {
  width: 25%;
}
.span_1_of_5.nr-col {
  width: 20%;
}
.span_1_of_6.nr-col {
  width: 16.66666667%;
}

/* Grid > No Margins 1 */
.one-half,
.one-third,
.one-fourth,
.one-fifth {
  display: block;
  float: left;
}
.one-half {
  width: 50%;
}
.one-third {
  width: 33.33%;
}
.one-fourth {
  width: 25%;
}
.one-fifth {
  width: 20%;
}
.one-sixth {
  width: 16.6666%;
}

/* Grid > No Margins 2 */
.wpex-row.vcex-no-margin-grid {
  margin-left: 0;
  margin-right: 0px;
}
.wpex-row.vcex-no-margin-grid .col {
  margin: 0 !important;
  padding: 0 !important;
}
.wpex-row.vcex-no-margin-grid .span_1_of_3 {
  width: 33.3%;
}
.wpex-row.vcex-no-margin-grid .span_1_of_6 {
  width: 16.66%;
}

/* Grid > Clear Floats */
.clr-margin,
.count-1,
.col-1,
.col.first {
  clear: both;
  margin-left: 0;
}
.isotope-entry {
  clear: none;
}

/*------------------------------------------------------------------
[Main Layout & Widths]
-------------------------------------------------------------------*/
.container,
.vc_row-fluid.container {
  width: 980px;
}
body.wpex-responsive .container,
body.wpex-responsive .vc_row-fluid.container {
  max-width: 90%;
}
.container {
  margin: 0 auto;
}
.center-row-inner {
  margin: 0 -15px;
}
.content-area {
  width: 72%;
  float: left;
  position: relative;
}
.content-full-width .content-area,
.content-area.full-width {
  width: 100%;
  max-width: none !important;
}

@media screen and (min-width: 768px) {
  #sidebar {
    width: 25%;
    float: right;
  }
}

#outer-wrap {
  overflow: hidden;
}
#wrap {
  position: relative;
} /* VERY IMPORTANT - do not reset */
/*body.page-header-disabled.no-composer #main { padding-top: 40px; }*/

/* Layout & Widths > Full-Width & Full-Screen */
body.content-full-screen #content-wrap,
.content-full-screen {
  width: 100% !important;
  max-width: none !important;
}
body.content-full-width #content-wrap .content-area,
.content-full-width .content-area,
body.content-full-screen #content-wrap {
  width: 100% !important;
  max-width: none !important;
}
body.content-full-screen #content-wrap .content-area,
.content-full-screen .content-area {
  float: none;
  padding: 0;
  width: 100% !important;
  max-width: none !important;
}

/* Layout & Widths > Left Sidebar */
body.content-left-sidebar #content-wrap .content-area,
.content-left-sidebar .content-area {
  float: right;
}
body.content-left-sidebar #content-wrap #sidebar,
.content-left-sidebar #sidebar {
  float: left;
}

/* Layout & Widths > Fix Bugs With Containers */
.content-right-sidebar .vc_row-fluid.container,
.content-left-sidebar .vc_row-fluid.container,
.content-right-sidebar .vcex-testimonials-fullslider-entry,
.content-left-sidebar .vcex-testimonials-fullslider-entry {
  width: 100% !important;
}

/* Layout & Widths > Adds Bottom Margin To Non-VC Pages */
#primary,
body.has-composer.page-template-blog #primary,
body.has-composer.post-type-archive-product #primary {
  padding-bottom: 40px;
}
body.has-composer #primary,
body.compose-mode #primary,
body.single-product #primary,
body.single-post #primary {
  padding-bottom: 0;
}

/*------------------------------------------------------------------
[Boxed layout]
-------------------------------------------------------------------*/

/* Boxed Layout > Main */
.boxed-main-layout #outer-wrap {
  padding: 40px 30px;
}
.boxed-main-layout {
  background-color: #ddd;
}
.boxed-main-layout #wrap {
  width: 1030px;
  margin: 0 auto;
  background: #fff;
}
.boxed-main-layout.wpex-responsive #wrap {
  max-width: 100%;
}
.boxed-main-layout.wrap-boxshadow #wrap {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}
.boxed-main-layout #wrap .container {
  width: auto !important;
  max-width: none !important;
  padding-left: 30px;
  padding-right: 30px;
}
.boxed-main-layout.content-full-screen #content-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxed-main-layout .wpex-social-share.position-vertical {
  left: -85px;
}
.boxed-main-layout .content-left-sidebar .wpex-social-share.position-vertical {
  left: auto;
  right: -85px;
}
/* Fixes VC negative margin overflows .boxed-main-layout #main .entry { overflow: hidden; } */

/* Boxed Layout > Move absolute items */
.boxed-main-layout .navbar-style-one {
  right: 18px;
}
body.has-mobile-menu.boxed-main-layout #mobile-menu,
.boxed-main-layout #footer-bottom-menu,
.boxed-main-layout .site-breadcrumbs {
  right: 30px;
}

/*------------------------------------------------------------------
[Body + Main]
-------------------------------------------------------------------*/
body {
  background: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: #666;
}
/*body.wpex-noscroll { position:absolute; width:100%; overflow-y:hidden; top:0; bottom:0; }*/
img {
  max-width: 100%;
  height: auto;
}

/* fix IE image scaling */
img {
  -ms-interpolation-mode: bicubic;
}

/* Main > Sup/Sub */
sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub {
  top: 0.4em;
}
.entry iframe,
.entry embed {
  max-width: 100%;
}
#img-attach-page-content {
  text-align: center;
  margin-top: 25px;
}

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

/* Main > 404 Error Page */
.error404-content {
  text-align: center;
  margin: 50px 0;
  font-size: 1.077em;
}
.error404-content h1 {
  font-size: 3.231em;
  margin: 0 0 10px;
}

/* Main > Responsive Videos > 16:9 ratio */
.responsive-video-wrap,
.responsive-audio-wrap {
  position: relative;
  padding-top: 56%;
}
.responsive-video-wrap iframe,
.responsive-audio-wrap iframe,
.responsive-video-wrap object,
.responsive-audio-wrap object,
.responsive-video-wrap embed,
.responsive-audio-wrap embed {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-video-shortcode {
  width: auto !important;
  max-width: 100% !important;
}

/* Main > Lean Modal Window */
#lean_overlay {
  position: fixed;
  z-index: 10002;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}

/* Main > Custom Selects */
.hasCustomSelect {
  z-index: 2;
  width: 100%;
  min-width: auto;
}
.theme-select {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #ddd;
  color: #555;
  height: 34px;
  line-height: 34px;
  padding: 0 45px 0 10px;
  width: 100%;
}
.theme-select:after {
  font-family: "FontAwesome";
  content: "\f0dc";
  display: block;
  height: 32px;
  width: 32px;
  background: #f7f7f7;
  color: #999;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ddd;
  font-size: 11px;
}
.theme-select.customSelectHover {
  border-color: #c7c7c7;
  background-color: #f5f5f5;
}
.theme-select.customSelectFocus,
.theme-select.customSelectOpen {
  border-color: inherit;
}
.theme-select.customSelectChanged {
  -webkit-animation: changed 0.5s;
  -moz-animation: changed 0.5s;
  -ms-animation: changed 0.5s;
  animation: changed 0.5s;
}

/* Main > Text Columns */
.columnize-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
  -webkit-column-rule: 1px solid #e5e5e5;
  -moz-column-rule: 1px solid #e5e5e5;
  column-rule: 1px solid #e5e5e5;
  margin: 0 0 1.313em;
}

/* Main > Page Featured Image */
#page-featured-img {
  margin-bottom: 40px;
}
#page-featured-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/* Main > Language Switches */
.polylang-switcher-shortcode li {
  float: left;
  margin-right: 5px;
}
.polylang-switcher-shortcode.flags-and-names li {
  margin-right: 15px;
}
.polylang-switcher-shortcode li:last-child {
  margin-right: 0;
}

/*post edit link*/
.post-edit {
  padding: 40px 0 60px;
}
body.is_customize_preview .post-edit {
  display: none;
}
body.content-full-screen .post-edit {
  text-align: center;
}
.post-edit a {
  display: inline-block;
  padding: 0.9em 1.2em;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  background: #114c7f;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.post-edit a:hover {
  text-decoration: none;
  background: #0d3d63;
  color: #fff;
}

/* Page Animation > Custom Loading */
.animsition-loading {
  position: fixed;
  z-index: 100;
  top: 0 !important;
  width: 100%;
  height: 100%;
}
.animsition-loading:after {
  position: fixed;
  top: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
}

/*------------------------------------------------------------------
[Commons]
-------------------------------------------------------------------*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}

/* Commons > Taxonomy Tag */
.wpex-term-tag {
  background: #aaa;
  padding: 0.4em 1em;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  float: left;
}

/* Commons > Backgrounds & Borders */
.wpex-bg-gray {
  background: #f7f7f7;
}
.wpex-bordered {
  border: 1px solid #eee;
}

/* Commons > Displays */
.wpex-block {
  display: block;
}
.wpex-inline-block {
  display: block;
  display: inline-block;
}
.wpex-inline {
  display: inline;
}

/* Commons > Positions */
.wpex-relative {
  position: relative;
  z-index: 1;
}
.wpex-absolute {
  position: absolute;
  z-index: 1;
}

/* Commons > Visibility */
.hidden,
.wpex-hidden {
  display: none;
}

/* Commons > Background Styles */
.bg-cover,
.bg-stretched {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-fixed-top,
.bg-fixed-bottom,
.bg-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.bg-fixed-top {
  background-position: center top;
}
.bg-fixed-bottom {
  background-position: center bottom;
}

.wpex-is-mobile-device .bg-fixed,
.wpex-is-mobile-device .bg-fixed-top,
.wpex-is-mobile-device .bg-fixed-top {
  background-attachment: scroll;
}

/* Commons > Theme Heading */
.theme-heading {
  height: auto;
  top: auto !important;
  font-size: 1.154em;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.theme-heading span.text {
  display: inline-block;
  max-width: 90%;
  position: relative;
}
.theme-heading span.text:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-bottom: solid 1px #eee;
  left: 100%;
  width: 9999px;
  margin-top: -1px;
  margin-left: 15px;
}

/* Commons > Text Highlights */
.text-highlight {
  color: #0081cc;
}

/* Commons > Colors */
.wpex-child-inherit-color * {
  color: inherit !important;
}
.wpex-color-black,
.wpex-color-black a,
.wpex-color-black a:hover {
  color: #000 !important;
}
.wpex-color-white,
.wpex-color-white a,
.wpex-color-white a:hover {
  color: #fff !important;
}

/* Commons > Fonts */
.thin-font {
  font-weight: 300 !important;
}
.white-text {
  color: #fff !important;
}

/* Commons > Margins */
body .no-margin {
  margin: 0;
}
body .no-left-margin {
  margin-left: 0;
}
body .no-right-margin {
  margin-right: 0;
}
.remove-last-p-margin p:last-child {
  margin: 0;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-15px {
  margin-bottom: 15px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}

/* Commons > Paddings */
body .no-padding {
  padding: 0;
}
body .no-left-padding {
  padding-left: 0;
}
.wpex-padding-10 {
  padding: 10px;
}
.wpex-padding-20 {
  padding: 20px;
}
.wpex-padding-30 {
  padding: 30px;
}

/* Commons > Opacity Hover */
.opacity-hover:hover,
.opacity-hover:hover img {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/* Commons > Alignments & Floats */
.textcenter {
  text-align: center !important;
}
.textright {
  text-align: right !important;
}
.textleft {
  text-align: left !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.fa-left {
  margin-right: 10px;
}
.fa-right {
  margin-left: 10px;
}

/* Commons > Text Decorations */
body .wpex-td-none {
  text-decoration: none;
}

/* Commons > Border Radius */
body .wpex-semi-rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
body .wpex-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
body .wpex-round {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

/* Commons > Rounded Images */
.wpex-rounded-images,
.wpex-rounded-images > a,
.wpex-rounded-images img,
.wpex-rounded-images .theme-overlay,
.wpex-rounded-images .wpex-image-hover {
  border-radius: 50%;
}

/* Commons > Font Weights */
.wpex-fw-100 {
  font-weight: 100 !important;
}
.wpex-fw-200 {
  font-weight: 200 !important;
}
.wpex-fw-300,
.wpex-fw-light {
  font-weight: 300 !important;
}
.wpex-fw-400,
.wpex-fw-normal {
  font-weight: normal !important;
}
.wpex-fw-500 {
  font-weight: 500 !important;
}
.wpex-fw-600,
.wpex-fw-semibold {
  font-weight: 600 !important;
}
.wpex-fw-700,
.wpex-fw-bold {
  font-weight: 700 !important;
}
.wpex-fw-800 {
  font-weight: 800 !important;
}
.wpex-fw-900,
.wpex-fw-bolder {
  font-weight: 900 !important;
}

/* Commons > Font Styles */
body .wpex-italic {
  font-style: italic;
}

/* Commons > Max Widths */
.max-width-10 {
  max-width: 10%;
  margin: 0 auto;
}
.max-width-20 {
  max-width: 20%;
  margin: 0 auto;
}
.max-width-30 {
  max-width: 30%;
  margin: 0 auto;
}
.max-width-40 {
  max-width: 40%;
  margin: 0 auto;
}
.max-width-50 {
  max-width: 50%;
  margin: 0 auto;
}
.max-width-60 {
  max-width: 60%;
  margin: 0 auto;
}
.max-width-70 {
  max-width: 70%;
  margin: 0 auto;
}
.max-width-80 {
  max-width: 80%;
  margin: 0 auto;
}

/* Commons > Images */
.stretch-image img,
img.stretch-image {
  display: block;
  width: 100% !important;
}
.image-filter-grayscale img {
  opacity: 1 !important;
}
.image-filter-grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
}
.image-filter-grayscale:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* Commons > Image Classes */
.image-shadow {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.image-border {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
}
.image-rounded {
  background: #fff;
  border-radius: 3px;
}
.image-circle {
  background: #fff;
  border-radius: 99px;
}
.image-hover:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.image-fancy {
  background: #fff;
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
}
.image-fancy:hover {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Commons > Fade In */
.wpex-show-on-load,
.fade-in-image {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.fade-in-image.no-opacity,
body.compose-mode .fade-in-image,
.wpex-show-on-load.no-opacity,
body.compose-mode .wpex-show-on-load {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Commons > Highlight */
.text-highlight {
  background-image: url("images/highlight-left.png"),
    url("images/highlight-center.png"), url("images/highlight-right.png");
  background-repeat: repeat-x;
  background-repeat: no-repeat, repeat-x, no-repeat;
  background-position: center;
  background-position: left, center, right;
  background-clip: padding-box, content-box, padding-box;
  color: #a5651a;
  padding: 0 20px;
  margin: 0 -6px;
}

/* Commons > Image Hover */
.wpex-image-hover {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.wpex-image-hover > a {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.wpex-image-hover img {
  display: block;
  width: 100%; /* width is important to fix firefox bug */
  margin: 0 auto;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
}

/* Commons > Image Hover > Opacity */
.wpex-image-hover.opacity img {
  width: auto;
  transform: translateZ(0);
}
.wpex-image-hover.opacity img:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
}

/* Commons > Image Hover > Grow */
.wpex-image-hover.grow {
  display: inline-block;
}
.wpex-image-hover.grow:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* Commons > Image Hover > Shrink */
.wpex-image-hover.shrink:hover img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -moz-transform: scale(0.8);
}

/* Commons > Image Hover > Pan */
.wpex-image-hover.side-pan:hover img {
  margin-left: -11%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.wpex-image-hover.vertical-pan:hover img {
  margin-top: -10%;
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

/* Commons > Image Hover > Tilt */
.wpex-image-hover.tilt:hover img {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

/* Commons > Image Hover > Blurr */
.wpex-image-hover.blurr img,
.wpex-image-hover.blurr-invert img {
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.wpex-image-hover.blurr:hover img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

/* Commons > Image Hover > Invert */
.wpex-image-hover.blurr-invert img {
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}
.wpex-image-hover.blurr-invert:hover img {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}

/* Commons > Image Hover > Sepia */
.wpex-image-hover.sepia img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}
.wpex-image-hover.sepia:hover img {
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

/* Commons > Image Hover > FadeIn */
.wpex-image-hover.fade-in {
  background: #000;
}
.wpex-image-hover.fade-in img {
  width: 100%;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.wpex-image-hover.fade-in:hover img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Commons > Image Hover > FadeOut */
.wpex-image-hover.fade-out {
  background: #000;
}
.wpex-image-hover.fade-out img {
  width: 100%;
}
.wpex-image-hover.fade-out:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

/* Commons > Other */
.non-clickable {
  cursor: default;
}

/* Commons > Deprecated */
.rounded {
  border-radius: 50%;
}

/*------------------------------------------------------------------
[Social Buttons]
-------------------------------------------------------------------*/
.wpex-social-btn {
  display: block;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  padding: 0;
  height: 1.846em;
  line-height: 1.846em;
  width: 1.846em;
  transition: 0.15s all;
  cursor: pointer;
  text-align: center;
  border-radius: inherit;
}
.wpex-social-btn-minimal {
  color: #bbb;
  border: 1px solid #eee;
}
.wpex-social-btn-flat {
  color: #888;
  background: #f7f7f7;
}
.wpex-social-btn-3d {
  background: #aaa;
  color: #fff !important;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.wpex-social-btn-3d:hover {
  background: #555;
}
.wpex-social-btn-3d:active {
  border: none;
}
.wpex-social-btn-minimal:hover {
  text-decoration: none;
  background: #f7f7f7;
}
.wpex-social-btn-black,
.wpex-social-btn-black-ch {
  background: #000;
  color: #fff !important;
}
.wpex-social-btn-graphical {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #444;
}

/*hover colors*/
.wpex-social-btn-flat.wpex-twitter:hover,
.wpex-social-btn-minimal.wpex-twitter:hover {
  color: #00aced;
}
.wpex-social-btn-flat.wpex-tripadvisor,
.wpex-social-btn-minimal.wpex-tripadvisor:hover {
  color: #589442;
}
.wpex-social-btn-flat.wpex-facebook:hover,
.wpex-social-btn-minimal.wpex-facebook:hover {
  color: #3b5998;
}
.wpex-social-btn-flat.wpex-pinterest:hover,
.wpex-social-btn-minimal.wpex-pinterest:hover {
  color: #cb2027;
}
.wpex-social-btn-flat.wpex-googleplus:hover,
.wpex-social-btn-minimal.wpex-googleplus:hover,
.wpex-social-btn-flat.wpex-google-plus:hover,
.wpex-social-btn-minimal.wpex-google-plus:hover {
  color: #dd4b39;
}
.wpex-social-btn-flat.wpex-linkedin:hover,
.wpex-social-btn-minimal.wpex-linkedin:hover {
  color: #4875b4;
}
.wpex-social-btn-flat.wpex-dribbble:hover,
.wpex-social-btn-minimal.wpex-dribbble:hover {
  color: #ef5b93;
}
.wpex-social-btn-flat.wpex-skype:hover,
.wpex-social-btn-minimal.wpex-skype:hover {
  color: #04b1f5;
}
.wpex-social-btn-flat.wpex-envelope:hover,
.wpex-social-btn-minimal.wpex-envelope:hover {
  color: #666;
}
.wpex-social-btn-flat.wpex-mail:hover,
.wpex-social-btn-minimal.wpex-mail:hover {
  color: #666;
}
.wpex-social-btn-flat.wpex-instagram:hover,
.wpex-social-btn-minimal.wpex-instagram:hover {
  color: #305777;
}
.wpex-social-btn-flat.wpex-flickr:hover,
.wpex-social-btn-minimal.wpex-flickr:hover {
  color: #ff0084;
}
.wpex-social-btn-flat.wpex-vk:hover,
.wpex-social-btn-minimal.wpex-vk:hover {
  color: #55779b;
}
.wpex-social-btn-flat.wpex-trello:hover,
.wpex-social-btn-minimal.wpex-trello:hover {
  color: #0cbadf;
}
.wpex-social-btn-flat.wpex-tumblr:hover,
.wpex-social-btn-minimal.wpex-tumblr:hover {
  color: #2c4762;
}
.wpex-social-btn-flat.wpex-foursquare:hover,
.wpex-social-btn-minimal.wpex-foursquare:hover {
  color: #2970ad;
}
.wpex-social-btn-flat.wpex-xing:hover,
.wpex-social-btn-minimal.wpex-xing:hover {
  color: #026466;
}
.wpex-social-btn-flat.wpex-renren:hover,
.wpex-social-btn-minimal.wpex-renren:hover {
  color: #2970ad;
}
.wpex-social-btn-flat.wpex-vimeo:hover,
.wpex-social-btn-minimal.wpex-vimeo:hover {
  color: #1ab7ea;
}
.wpex-social-btn-flat.wpex-vimeo:hover,
.wpex-social-btn-minimal.wpex-vimeo:hover {
  color: #00b386;
}
.wpex-social-btn-flat.wpex-youtube:hover,
.wpex-social-btn-minimal.wpex-youtube:hover {
  color: #c4302b;
}
.wpex-social-btn-flat.wpex-rss:hover,
.wpex-social-btn-minimal.wpex-rss:hover {
  color: #ff7900;
}
.wpex-social-btn-flat.wpex-vine:hover,
.wpex-social-btn-minimal.wpex-vine:hover {
  color: #00b386;
}
.wpex-social-btn-flat.wpex-email:hover,
.wpex-social-btn-minimal.wpex-email:hover {
  color: #ffc548;
}
.wpex-social-btn-flat.wpex-website:hover,
.wpex-social-btn-minimal.wpex-website:hover {
  color: #333;
}
.wpex-social-btn-flat.wpex-phone-number:hover,
.wpex-social-btn-minimal.wpex-phone-number:hover {
  color: #3395ff;
}
.wpex-social-btn-flat.wpex-yelp:hover,
.wpex-social-btn-minimal.wpex-yelp:hover {
  color: #af0605;
}

/*background colors*/
.wpex-social-bg {
  background: #aaa;
}
.wpex-social-bg,
.wpex-social-bg:hover {
  color: #fff !important;
}
.wpex-social-bg:hover {
  opacity: 0.6;
}
.wpex-social-bg.wpex-tripadvisor,
.wpex-social-btn-black-ch.wpex-tripadvisor:hover {
  background: #589442;
}
.wpex-social-bg.wpex-twitter,
.wpex-social-btn-black-ch.wpex-twitter:hover {
  background: #00aced;
}
.wpex-social-bg.wpex-facebook,
.wpex-social-btn-black-ch.wpex-facebook:hover {
  background: #3b5998;
}
.wpex-social-bg.wpex-pinterest,
.wpex-social-btn-black-ch.wpex-pinterest:hover {
  background: #cb2027;
}
.wpex-social-bg.wpex-googleplus,
.wpex-social-btn-black-ch.wpex-googleplus:hover,
.wpex-social-bg.wpex-google-plus,
.wpex-social-btn-black-ch.wpex-google-plus:hover {
  background: #dd4b39;
}
.wpex-social-bg.wpex-linkedin,
.wpex-social-btn-black-ch.wpex-linkedin:hover {
  background: #4875b4;
}
.wpex-social-bg.wpex-dribbble,
.wpex-social-btn-black-ch.wpex-dribbble:hover {
  background: #ef5b93;
}
.wpex-social-bg.wpex-dribbble:hover {
  background: #d0145b;
}
.wpex-social-bg.wpex-vk,
.wpex-social-btn-black-ch.wpex-vk:hover {
  background: #0cbadf;
}
.wpex-social-bg.wpex-skype,
.wpex-social-btn-black-ch.wpex-skype:hover {
  background: #12a5f4;
}
.wpex-social-bg.wpex-flickr,
.wpex-social-btn-black-ch.wpex-flickr:hover {
  background: #ff0084;
}
.wpex-social-bg.wpex-tumblr,
.wpex-social-btn-black-ch.wpex-tumblr:hover {
  background: #2c4762;
}
.wpex-social-bg.wpex-youtube,
.wpex-social-btn-black-ch.wpex-youtube:hover {
  background: #c4302b;
}
.wpex-social-bg.wpex-rss,
.wpex-social-btn-black-ch.wpex-rss:hover {
  background: #ff7900;
}
.wpex-social-bg.wpex-instagram,
.wpex-social-btn-black-ch.wpex-instagram:hover {
  background: #305777;
}
.wpex-social-bg.wpex-renren,
.wpex-social-btn-black-ch.wpex-renren:hover {
  background: #2970ad;
}
.wpex-social-bg.wpex-github,
.wpex-social-btn-black-ch.wpex-github:hover {
  background: #555;
}
.wpex-social-bg.wpex-foursquare,
.wpex-social-btn-black-ch.wpex-foursquare:hover {
  background: #0cbadf;
}
.wpex-social-bg.wpex-trello,
.wpex-social-btn-black-ch.wpex-trello:hover {
  background: #0cbadf;
}
.wpex-social-bg.wpex-xing,
.wpex-social-btn-black-ch.wpex-xing:hover {
  background: #026466;
}
.wpex-social-bg.wpex-vine,
.wpex-social-btn-black-ch.wpex-vine:hover {
  background: #00b386;
}
.wpex-social-bg.wpex-website,
.wpex-social-btn-black-ch.wpex-website:hover {
  background: #000;
}
.wpex-social-bg.wpex-email,
.wpex-social-btn-black-ch.wpex-email:hover {
  background: #ffc548;
}
.wpex-social-bg.wpex-phone-number,
.wpex-social-btn-black-ch.wpex-phone-number:hover {
  background: #3395ff;
}
.wpex-social-bg.wpex-vimeo,
.wpex-social-btn-black-ch.wpex-vimeo:hover {
  background: #1ab7ea;
}
.wpex-social-bg.wpex-yelp,
.wpex-social-btn-black-ch.wpex-yelp:hover {
  background: #af0605;
}

/*------------------------------------------------------------------
[Parallax Backgrounds]
-------------------------------------------------------------------*/
.wpex-parallax-bg-wrap {
  position: relative;
}
.wpex-parallax-bg-wrap .container {
  position: relative;
  z-index: 1;
}
.wpex-parallax-bg-wrap .wpb_column {
  z-index: 1;
  position: relative;
}
.wpex-parallax-bg-wrap .center-row-inner {
  z-index: 1;
  position: relative;
}

/*advanced*/
.wpex-parallax-bg {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
}
.compose-mode .wpex-parallax-bg {
  opacity: 1;
}
.wpex-parallax-bg.fixed-repeat {
  background-repeat: repeat;
  background-size: auto;
}
.wpex-parallax-bg.fixed-no-repeat {
  background-repeat: no-repeat;
  background-size: auto;
}

/*disable on mobile*/
body.wpex-is-mobile-device .wpex-parallax-bg.not-mobile {
  background-attachment: scroll !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/*------------------------------------------------------------------
[Video Backgrounds]
-------------------------------------------------------------------*/
.wpex-video-bg-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
}
.wpex-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
}
.wpex-video-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.wpex-video-bg-overlay.dark {
  background: #000;
  opacity: 0.65;
}
.wpex-video-bg-overlay.dotted {
  background: rgba(0, 0, 0, 0.3) url("images/dotted-overlay.png") repeat;
}
.wpex-video-bg-overlay.dashed {
  background: rgba(0, 0, 0, 0.3) url("images/dashed-overlay.png") repeat;
}

/*------------------------------------------------------------------
[Overlays]
-------------------------------------------------------------------*/
.overlay-parent {
  position: relative;
  display: block;
  overflow: hidden;
}
.overlay-parent > a,
.overlay-parent > a img {
  display: block;
  width: 100% !important;
}

/* Overlays > Hide */
.overlay-hide {
  visibility: hidden;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}

/* Hoverlays > Show */
.overlay-parent:hover .overlay-plus-two-hover,
.overlay-parent:hover .overlay-plus-three-hover,
.overlay-parent:hover .magnifying-hover,
.overlay-parent:hover .overlay-slideup-title span.title,
.overlay-parent:hover .overlay-hover-button {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Overlays > Magnifying Hover */
.magnifying-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.25s ease-in-out;
}
.magnifying-hover .fa {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 21px;
}

/* Overlays > Plus Hover */
.overlay-plus-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 url("images/overlay-plus.png") center center no-repeat;
  transition: all 0.25s ease-in-out;
}
.overlay-parent:hover .overlay-plus-hover {
  visibility: visible;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
}

/* Overlays > Plus #2 Hover */
.overlay-plus-two-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.25s ease-in-out;
}
.overlay-plus-two-hover .fa {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  color: #fff;
  font-size: 14px;
}

/* Overlays > Plus #3 Hover */
.overlay-plus-three-hover {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.overlay-plus-three-hover .fa {
  position: absolute;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  font-size: 36px;
  opacity: 0;
  visibility: none;
  transition: all 0.3s;
}
.overlay-plus-three-hover:hover .fa {
  margin-top: -15px;
  opacity: 1;
  visibility: visible;
}

/* Overlays > Slide Up Title > White */
.overlay-slideup-title {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.overlay-slideup-title.white {
  background: #fff;
}
.overlay-slideup-title.black {
  background: #000;
}
.overlay-slideup-title span.title {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 30px;
  color: #000;
  font-size: 1.077em;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  line-height: 1.6em;
}
.overlay-slideup-title.black span.title {
  color: #fff;
}
.overlay-parent:hover .overlay-slideup-title {
  visibility: visible;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
}
.overlay-parent:hover .overlay-slideup-title span.title {
  bottom: 60px;
}

/* Overlays > View/Lightbox > Buttons */
.overlay-view-lightbox-buttons {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.25s ease-in-out;
}
.overlay-parent:hover .overlay-view-lightbox-buttons {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.overlay-view-lightbox-buttons-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-view-lightbox-buttons-buttons {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.overlay-view-lightbox-buttons a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.blog-entry-inner .overlay-view-lightbox-buttons a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.overlay-view-lightbox-buttons a:first-child {
  margin-right: 5px;
}
.overlay-view-lightbox-buttons a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.wpb_row .overlay-view-lightbox-buttons a .fa {
  position: relative;
  top: -2px;
}

/* Overlays > View/Lightbox > Text */
.overlay-view-lightbox-text {
  background: #000;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.overlay-parent:hover .overlay-view-lightbox-text {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.overlay-view-lightbox-text-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-view-lightbox-text-buttons {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}
.overlay-view-lightbox-text a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 0 14px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.846em;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.15s ease-in-out;
}
.overlay-view-lightbox-text a:first-child {
  margin-right: 5px;
}
.overlay-view-lightbox-text a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
  padding-right: 32px;
}
.overlay-view-lightbox-text a .fa {
  visibility: hidden;
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
  right: 14px;
}
.overlay-view-lightbox-text a:hover .fa {
  visibility: visible;
}

/* Overlays > Title + Excerpt Hover */
.overlay-title-excerpt-hover {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
}
.overlay-parent:hover .overlay-title-excerpt-hover {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.overlay-title-excerpt-hover-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-title-excerpt-hover-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  transition: all 0.15s linear;
  transform: scale(1.3);
}
.overlay-title-excerpt-hover:hover .overlay-title-excerpt-hover-text {
  transform: none;
}
.overlay-title-excerpt-hover-title {
  font-size: 1.231em;
  color: #fff;
  margin: 0 0 10px;
}
.overlay-title-excerpt-hover-excerpt {
  font-style: italic;
  font-weight: normal;
  color: #bbb;
  overflow: hidden;
}

/* Overlays > Title + Category Hover */
.overlay-title-category-hover {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.overlay-parent:hover .overlay-title-category-hover {
  visibility: visible;
  opacity: 1;
}
.overlay-title-category-hover-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.overlay-title-category-hover-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  transition: all 0.15s linear;
  transform: scale(1.3);
}
.overlay-title-category-hover:hover .overlay-title-category-hover-text {
  transform: none;
}
.overlay-title-category-hover-title {
  font-size: 1.231em;
}
.overlay-title-category-hover-category {
  font-style: italic;
  font-weight: normal;
  color: #bbb;
}

/* Overlays > Title + Category Visible */
.overlay-title-category-visible {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.overlay-title-category-visible-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-title-category-visible-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.overlay-title-category-visible-title {
  font-size: 1.231em;
}
.overlay-title-category-visible-category {
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Overlays > Title + Date Hover */
.overlay-title-date-hover {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.overlay-parent:hover .overlay-title-date-hover {
  visibility: visible;
  opacity: 1;
}
.overlay-title-date-hover-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-title-date-hover-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  transition: all 0.15s linear;
  transform: scale(1.3);
}
.overlay-title-date-hover:hover .overlay-title-date-hover-text {
  transform: none;
}
.overlay-title-date-hover-title {
  font-size: 1.231em;
}
.overlay-title-date-hover-date {
  font-style: italic;
  font-weight: normal;
  color: #bbb;
}

/* Overlays > Title + Date Visible */
.overlay-title-date-visible {
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.overlay-title-date-visible-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-title-date-visible-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
}
.overlay-title-date-visible-title {
  font-size: 1.231em;
}
.overlay-title-date-visible-date {
  color: #fff;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* Overlays > Title Push Up */
.overlay-parent-title-push-up,
.overlay-parent-title-push-up > a {
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.overlay-parent-title-push-up img {
  transition: all 0.35s;
}
.overlay-title-push-up {
  display: block;
  background: #000;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  transition: 0.35s all;
  font-size: 1.077em;
  -webkit-backface-visibility: hidden;
  word-wrap: break-word;
}

/* Overlays > Title Bottom */
.overlay-title-bottom,
.overlay-title-bottom-see-through {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.077em;
}
.overlay-title-bottom-see-through {
  background: rgba(0, 0, 0, 0.6);
}

/* Overlays > Button */
.overlay-hover-button {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.overlay-hover-button-inner {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.overlay-hover-button-text {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 20px;
  transition: all 0.15s linear;
  transform: scale(1.3);
}
.overlay-parent:hover .overlay-hover-button-text {
  transform: none;
}
.theme-button.overlay-hover-button-link {
  font-size: 1.077em;
}

/* Overlays > Category Tag */
.overlay-category-tag {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 99;
}
.overlay-category-tag a {
  display: block;
  float: left;
  font-size: 0.846em;
  font-weight: 600;
  padding: 0.308em 0.615em;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: 0.15s all;
  -moz-transition: 0.15s all;
  -webkit-transition: 0.15s all;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.65);
}
.overlay-category-tag a:hover {
  background: #000;
  text-decoration: none;
}

/* Overlays > Category Tag v2 */
.overlay-category-tag-two {
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  z-index: 99;
}
.overlay-category-tag-two a {
  display: block;
  float: left;
  font-size: 0.846em;
  font-weight: 600;
  padding: 0.308em 0.923em;
  margin-right: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: 0.15s all;
  -webkit-transition: 0.15s all;
  color: #fff;
  border: 2px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  -moz-border-radius: 40px;
  letter-spacing: 1px;
}
.overlay-category-tag-two a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}

/* Overlays > Categories + Title Bottom Visible */
.overlay-cats-title-btm-v {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  padding: 16px;
  color: #fff;
}
.overlay-cats-title-btm-v-cats {
  font-style: italic;
  font-size: 0.923em;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.overlay-cats-title-btm-v-cats a {
  color: #fff;
}
.overlay-cats-title-btm-v .entry-title {
  font-size: 1.154em;
  color: #fff !important;
}
.overlay-cats-title-btm-v .entry-title:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------
[WordPress Styles]
-------------------------------------------------------------------*/
.bypostauthor,
.sticky {
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}
.floatleftcenter {
  float: none;
  margin: 0 auto;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
  border: 1px solid #eee;
  text-align: center;
  background-color: #fff;
  padding: 8px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 0.875em;
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
.wp-caption.alignnone {
  margin-bottom: 20px;
}
.wp-smiley {
  margin: 0;
  max-height: 1em;
}
#img-attch-page {
  text-align: center;
  overflow: hidden;
}
#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.post-password-form label,
.post-password-form input {
  display: block;
  float: none;
}
.post-password-form input {
  margin-top: 10px;
}
.post-password-form input[type="password"] {
  width: 200px;
  max-width: 100%;
}
.post-password-form label {
  font-weight: 600;
  color: #000;
}
form.login {
  padding: 20px;
  border: 1px solid #eee;
}
form.login .lost_password {
  margin-left: 20px;
  display: inline-block;
}
.wpstats {
  display: none;
}

/*------------------------------------------------------------------
[Forms + Buttons]
-------------------------------------------------------------------*/

/*fixes */
button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
}

/* turn off number spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* reset search styling */
input[type="search"] {
  outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* input normal */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
textarea {
  color: #777;
  padding: 0.6em;
  display: inline-block;
  font-size: 1em;
  transition: 0.15s linear border;
  -webkit-appearance: none;
  max-width: 100%;
  border: 1px solid #eee;
  background: #f7f7f7;
  font-family: inherit;
  line-height: inherit;
}

/* textarea */
textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
}

/* remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}
.password-protection-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* placeholder color */
::-webkit-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}

/* input focus */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0; /*border-color: #129FEA; background-color: #f9f9f9; */
}

/* white inputs */
.light-form input[type="text"],
.light-form input[type="password"],
.light-form input[type="email"],
.light-form input[type="tel"],
.light-form input[type="url"],
.light-form textarea {
  background: #fff;
  color: #555;
  border-color: transparent;
}

/* theme button default */
.theme-button,
.color-button,
input[type="submit"],
button {
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  display: inline-block;
  font-size: 0.923em;
  font-weight: normal;
  color: #fff;
  outline: none;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: inherit;
  -webkit-appearance: none;
  transition: all 0.15s ease-in-out;
  border-radius: 3px;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
}
p.theme-button a {
  color: #fff;
}
.theme-button p,
.vcex-button p {
  margin: 0 !important;
}

/* theme button hover */
.theme-button:hover,
.color-button:hover,
input[type="submit"]:hover,
button:hover {
  color: #fff;
}

/* theme button active */
.theme-button:active,
.color-button:active,
input[type="submit"]:active,
button:active {
  color: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) inset;
}

/* readmore link edits */
.readmore-link-wrap {
  display: block;
}
.search-entry .readmore-link-wrap {
  margin-top: 10px;
}
.readmore-link {
  display: block;
  float: left;
}

/* make some buttons smaller */
.readmore-link {
  font-size: 0.846em;
}

/* password protection */
.password-protection-box {
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #eee;
  margin-bottom: 40px;
}
.password-protection-box p:last-child {
  margin: 0;
}
.password-protection-box h2 {
  font-size: 1.077em;
  margin: 0 0 10px;
}
.password-protection-box input {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.password-protection-box input[type="password"] {
  background: #fff;
  width: 68%;
  float: left;
}
.password-protection-box input[type="submit"] {
  float: right;
  width: 30%;
  font-size: 1em;
  margin-left: 4px;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0;
  padding-bottom: 0;
}

/* full-width inputs */
.full-width-input input {
  width: 100%;
}
.full-width-input .wpcf7-submit {
  padding: 0.9em 1.2em;
}

/*------------------------------------------------------------------
[Theme Buttons]
-------------------------------------------------------------------*/

/* Theme Buttons > Commons */
.theme-button.animate-on-hover,
.theme-button.hvr-float-shadow,
.theme-button.hvr-float-grow,
.theme-button.hvr-float {
  transition: all 0.25s ease-in-out;
}

/* Theme Buttons > Graphical */
.theme-button.graphical {
  color: #fff;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3),
    0 1px 3px -1px rgba(45, 60, 72, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.theme-button.graphical:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25) inset;
}

/* Theme Buttons > 3D */
.theme-button.three-d {
  color: #fff;
  border-radius: 2px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}
.theme-button.three-d:active {
  border-color: transparent;
}

/* Theme Buttons > Backgrounds */
.theme-button.blue,
.color-button.blue,
.active > .theme-button.outline,
.theme-button.outline.active,
.theme-button.outline:hover {
  background: #4a97c2;
}
.theme-button:hover,
.theme-button.blue:hover,
.active > .theme-button,
.theme-button.active .active > .theme-button.blue,
.theme-button.blue.active {
  background: #327397;
}
.theme-button.grey,
.color-button.grey {
  background: #bbb;
}
.theme-button.grey:hover,
.active > .theme-button.grey,
.theme-button.active.grey {
  background: #999;
}
.active > .theme-button.outline.black,
.active > .theme-button.minimal-border.black,
.theme-button.outline.black:hover,
.theme-button.minimal-border.black:hover,
.theme-button.outline.black.active,
.theme-button.minimal-border.blackk.active,
.theme-button.black,
.color-button.black {
  background: #333;
}
.theme-button.black:hover,
.active > .theme-button.black,
.theme-button.active.black {
  background: #555;
}
.theme-button.orange,
.color-button.orange {
  background: #ee7836;
}
.theme-button.orange:hover,
.active > .theme-button.orange,
.theme-button.active.orange {
  background: #cf5511;
}
.theme-button.gold,
.color-button.gold {
  background: #ffaa33;
}
.theme-button.gold:hover,
.active > .theme-button.gold,
.theme-button.active.gold {
  background: #ff9500;
}
.theme-button.green,
.color-button.green {
  background: #87bf17;
}
.theme-button.green:hover,
.active > .theme-button.green,
.theme-button.active.green {
  background: #679212;
}
.theme-button.purple,
.color-button.purple {
  background: #9a5e9a;
}
.theme-button.purple:hover,
.active > .theme-button.purple,
.theme-button.active.purple {
  background: #653e65;
}
.theme-button.teal,
.color-button.teal {
  background: #00b3b3;
}
.theme-button.teal:hover,
.active > .theme-button.teal,
.theme-button.active.teal {
  background: #006f6f;
}
.theme-button.pink,
.color-button.pink {
  background: #f261c2;
}
.theme-button.pink:hover,
.active > .theme-button.pink,
.theme-button.active.pink {
  background: #bc0f83;
}
.theme-button.brown,
.color-button.brown {
  background: #804b35;
}
.theme-button.brown:hover,
.active > .theme-button.brown,
.theme-button.active.brown {
  background: #5c3626;
}
.theme-button.red,
.color-button.red {
  background: #f73936;
}
.theme-button.red:hover,
.active > .theme-button.red,
.theme-button.active.red {
  background: #bf0a08;
}
.theme-button.rosy,
.color-button.rosy {
  background: #ea2487;
}
.theme-button.rosy:hover,
.active > .theme-button.rosy,
.theme-button.active.rosy {
  background: #b81265;
}
.theme-button.white,
.color-button.white {
  background: #fff;
  color: #000;
}
.theme-button.white:hover,
.active > .theme-button.white,
.theme-button.active.white {
  background: #fff;
}

.theme-button.white:hover {
  opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
}

/* Theme Buttons > Outline */
.theme-button.outline {
  color: #888;
  background: none;
  border-radius: 2px;
  border: 3px solid #eee;
  font-weight: 600;
}
.theme-button.outline:active {
  border-color: transparent !important;
  box-shadow: none;
}
.theme-button.outline:hover {
  color: #fff;
  border-color: transparent !important;
}
.active > .theme-button.outline,
.theme-button.outline.active,
.theme-button.outline:hover {
  color: #fff;
  border-color: transparent;
}

/* Theme Buttons > Clean */
.theme-button.clean,
.theme-button.clean:hover,
.theme-button.clean.active,
.active > .theme-button.clean {
  color: #3f90bd;
  border-radius: 2px;
  border: 1px solid #ddd;
  background-image: linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: -moz-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #f6f6f6 0%, #ffffff 100%);
  box-shadow: 0px 1px 1px rgba(180, 180, 180, 0.13);
  font-weight: 600;
}
.theme-button.clean:hover,
.theme-button.clean.active,
.active > .theme-button.clean {
  color: #000 !important;
}
.theme-button.clean:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

/* Theme Buttons > Backgrounds and Borders */
.theme-button.minimal-border {
  background: none;
  color: #888;
  border: 1px solid #ddd;
  border-radius: 0;
}
.theme-button.minimal-border:hover,
.active > .theme-button.minimal-border,
.theme-button.minimal-border.active {
  background: #f7f7f7;
  color: #000;
}
.theme-button.outline.black,
.theme-button.minimal-border.black {
  border-color: #333;
}
.theme-button.outline.grey,
.theme-button.minimal-border.grey {
  border-color: #bbb;
}
.theme-button.outline.grey:hover,
.theme-button.outline.grey.active,
.active > .theme-button.outline.grey,
.theme-button.minimal-border.grey:hover,
.theme-button.minimal-border.grey.active,
.active > .theme-button.minimal-border.grey {
  background: #bbb;
  color: #fff;
}
.theme-button.outline.blue,
.theme-button.minimal-border.blue {
  border-color: #3f90bd;
}
.theme-button.outline.blue:hover,
.theme-button.outline.blue.active,
.active > .theme-button.outline.blue,
.theme-button.minimal-border.blue:hover,
.theme-button.minimal-border.blue.active,
.active > .theme-button.minimal-border.blue {
  background: #3f90bd;
  color: #fff;
}
.theme-button.outline.orange,
.theme-button.minimal-border.orange {
  border-color: #ee7836;
}
.theme-button.outline.orange:hover,
.theme-button.outline.orange.active,
.active > .theme-button.outline.orange,
.theme-button.minimal-border.orange:hover,
.theme-button.minimal-border.orange.active,
.active > .theme-button.minimal-border.orange {
  background: #ee7836;
  color: #fff;
}
.theme-button.outline.gold,
.theme-button.minimal-border.gold {
  border-color: #ffaa33;
}
.theme-button.outline.gold:hover,
.theme-button.outline.gold.active,
.active > .theme-button.outline.gold,
.theme-button.minimal-border.gold:hover,
.theme-button.minimal-border.gold.active,
.active > .theme-button.minimal-border.gold {
  background: #ffaa33;
  color: #fff;
}
.theme-button.outline.green,
.theme-button.outline.green,
.theme-button.minimal-border.green {
  border-color: #87bf17;
}
.theme-button.outline.green:hover,
.active > .theme-button.outline.green,
.theme-button.outline.green.active,
.theme-button.minimal-border.green:hover,
.theme-button.minimal-border.green.active,
.active > .theme-button.minimal-border.green {
  background: #87bf17;
  color: #fff;
}
.theme-button.outline.purple,
.theme-button.minimal-border.purple {
  border-color: #9a5e9a;
}
.theme-button.outline.purple:hover,
.active > .theme-button.outline.purple,
.theme-button.outline.purple.active,
.theme-button.minimal-border.purple:hover,
.active > .theme-button.minimal-border.purple,
.theme-button.minimal-border.purple.active {
  background: #9a5e9a;
  color: #fff;
}
.theme-button.outline.teal,
.theme-button.minimal-border.teal {
  border-color: #009191;
}
.theme-button.outline.teal:hover,
.theme-button.outline.teal.active,
.active > .theme-button.outline.teal,
.theme-button.minimal-border.teal:hover,
.theme-button.minimal-border.teal.active,
.active > .theme-button.minimal-border.teal {
  background: #009191;
  color: #fff;
}
.theme-button.outline.pink,
.theme-button.minimal-border.pink {
  border-color: #f261c2;
}
.theme-button.outline.pink:hover,
.theme-button.outline.pink.active,
.active > .theme-button.outline.pink,
.theme-button.minimal-border.pink:hover,
.theme-button.minimal-border.pink.active,
.active > .theme-button.minimal-border.pink {
  background: #f261c2;
  color: #fff;
}
.theme-button.outline.brown,
.theme-button.minimal-border.brown {
  border-color: #804b35;
}
.theme-button.outline.brown:hover,
.theme-button.outline.brown.active,
.active > .theme-button.outline.brown,
.theme-button.minimal-border.brown:hover,
.theme-button.minimal-border.brown.active,
.active > .theme-button.minimal-border.brown {
  background: #804b35;
  color: #fff;
}
.theme-button.outline.red,
.theme-button.outline.red,
.theme-button.minimal-border.red {
  border-color: #f73936;
}
.theme-button.outline.red:hover,
.theme-button.outline.red.active,
.active > .theme-button.outline.red,
.theme-button.minimal-border.red:hover,
.theme-button.minimal-border.red.active,
.active > .theme-button.minimal-border.red {
  background: #f73936;
  color: #fff;
}
.theme-button.outline.rosy,
.theme-button.minimal-border.rosy {
  border-color: #ea2487;
}
.theme-button.outline.rosy:hover,
.theme-button.outline.rosy.active,
.active > .theme-button.outline.rosy,
.theme-button.minimal-border.rosy:hover,
.theme-button.minimal-border.rosy.active,
.active > .theme-button.minimal-border.rosy {
  background: #ea2487;
  color: #fff;
}
.theme-button.outline.white,
.theme-button.minimal-border.white {
  border-color: #fff;
  color: #fff;
}
.theme-button.outline.white:hover,
.theme-button.outline.white.active,
.active > .theme-button.outline.white,
.theme-button.minimal-border.white:hover,
.theme-button.minimal-border.white.active,
.active > .theme-button.minimal-border.white {
  border-color: #fff;
  background: #fff;
  color: #000;
}

/*theme button colors*/
.theme-button.clean.grey,
.theme-button.outline.grey,
.theme-button.minimal-border.grey,
.theme-txt-link.grey {
  color: #bbb;
}
.theme-button.clean.black,
.theme-button.outline.black,
.theme-button.minimal-border.black,
.theme-txt-link.black {
  color: #333;
}
.theme-button.clean.blue,
.theme-button.outline.blue,
.theme-button.minimal-border.blue,
.theme-txt-link.blue {
  color: #3f90bd;
}
.theme-button.clean.orange,
.theme-button.outline.orange,
.theme-button.minimal-border.orange,
.theme-txt-link.orange {
  color: #ee7836;
}
.theme-button.clean.gold,
.theme-button.outline.gold,
.theme-button.minimal-border.gold,
.theme-txt-link.gold {
  color: #ffaa33;
}
.theme-button.clean.green,
.theme-button.outline.green,
.theme-button.minimal-border.green,
.theme-txt-link.green {
  color: #87bf17;
}
.theme-button.clean.purple,
.theme-button.outline.purple,
.theme-button.minimal-border.purple,
.theme-txt-link.purple {
  color: #9a5e9a;
}
.theme-button.clean.teal,
.theme-button.outline.teal,
.theme-button.minimal-border.teal,
.theme-txt-link.teal {
  color: #009191;
}
.theme-button.clean.pink,
.theme-button.outline.pink,
.theme-button.minimal-border.pink,
.theme-txt-link.pink {
  color: #f261c2;
}
.theme-button.clean.brown,
.theme-button.outline.brown,
.theme-button.minimal-border.brown,
.theme-txt-link.brown {
  color: #804b35;
}
.theme-button.clean.red,
.theme-button.outline.red,
.theme-button.minimal-border.red,
.theme-txt-link.red {
  color: #f73936;
}
.theme-button.clean.rosy,
.theme-button.outline.rosy,
.theme-button.minimal-border.rosy,
.theme-txt-link.rosy {
  color: #ea2487;
}
.active > .theme-button.outline.black,
.active > .theme-button.minimal-border.black,
.theme-button.outline.black:hover,
.theme-button.minimal-border.black:hover,
.theme-button.outline.black.active,
.theme-button.minimal-border.blackk.active,
.theme-button.clean.white,
.theme-button.outline.white,
.theme-button.minimal-border.white,
.theme-txt-link.white {
  color: #fff;
}

/*text link*/
.active > .theme-txt-link,
.theme-txt-link.active {
  text-decoration: none;
}
.theme-txt-link.expanded {
  width: 100%;
  display: block;
}

/*sizes & alignments*/
.theme-button.small,
.color-button.small {
  font-size: 0.923em;
}
.theme-button.medium,
.color-button.medium {
  font-size: 1.077em;
}
.theme-button.large,
.color-button.large {
  font-size: 1.385em;
}
.theme-button.align-left,
.color-button.align-left {
  float: left;
}
.theme-button.align-right,
.color-button.align-right {
  float: right;
  margin-right: 0;
  margin-left: 5px;
}
.theme-button-icon-right,
.color-button-icon-right {
  padding-left: 10px;
}
.theme-button-icon-left,
.color-button-icon-left {
  padding-right: 10px;
}
.theme-button.expanded {
  width: 100%;
  padding: 0.9em 1.2em;
  text-align: center;
}

/*------------------------------------------------------------------
[Color Buttons]
-------------------------------------------------------------------*/
.color-button {
  margin: 0 5px 5px 0;
  display: inline-block;
}
.color-button:hover {
  opacity: 0.85;
}

/*layerslider fixes*/
.ls-container .color-button {
  padding: 0.8em 1em !important;
  margin: 0 5px 5px 0;
  display: inline-block;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  border: 0;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3),
    0 1px 3px -1px rgba(45, 60, 72, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4) !important;
  outline: none;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
    2px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15), 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.ls-container .color-button:hover {
  text-decoration: none;
  text-decoration: none;
  opacity: 0.8;
}
.ls-container .color-button:active {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4) inset;
}

/*------------------------------------------------------------------
[Typography]
-------------------------------------------------------------------*/
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
small {
  font-size: 80%;
}
hr {
  border: solid #e4e4e4;
  border-width: 1px 0 0;
  clear: both;
  margin: 40px 0;
  height: 0;
}

/* Typography > Font Sizes */
.wpex-em-14px {
  font-size: 1.077em;
}
.wpex-em-16px {
  font-size: 1.231em;
}
.wpex-em-18px {
  font-size: 1.385em;
}
.wpex-em-21px {
  font-size: 1.615em;
}
.wpex-fs-13px {
  font-size: 13px;
}
.wpex-fs-14px {
  font-size: 14px;
}
.wpex-fs-16px {
  font-size: 16px;
}
.wpex-fs-18px {
  font-size: 18px;
}
.wpex-fs-21px {
  font-size: 21px;
}

/* Typography > Font Smoothing */
body.smooth-fonts {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Typography > Links */
a {
  color: #0081cc;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

/* Typography > Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222;
  line-height: 1.5;
  margin: 30px 0 20px;
}
.heading-typography {
  line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
a:hover h2,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 1.8em;
  margin: 0 0 20px;
}
h2 {
  font-size: 1.313em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.875em;
}
h6 {
  font-size: 0.75em;
}

/* Typography > Paragraph */
p {
  margin: 0 0 20px;
}
p.lead {
  font-size: 1.313em;
  line-height: 27px;
  color: #777;
}

/* Typography > Blockquote */
blockquote {
  background: url("images/quote.png") left 4px no-repeat;
  padding-left: 55px;
  margin: 40px 0;
  font-size: 1.231em;
  color: #ababab;
}
blockquote p:last-child {
  margin: 0;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* Typography > Pre-tag */
pre {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  padding-right: 50px;
  margin: 30px 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-family: "Verdana";
  letter-spacing: 1px;
  z-index: 1;
}
pre:before {
  position: absolute;
  width: 30px;
  padding-top: 10px;
  text-align: center;
  right: 0;
  top: 0;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f121";
  background: #e7e7e7;
  color: #333;
  font-size: 14px;
}

/* Typography > Address */
address {
  letter-spacing: 0.5px;
  margin: 20px 0;
}

/* Typography > Dropcaps */
.dropcap {
  display: block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 3.231em;
  line-height: 100%;
}
.dropcap.boxed {
  color: #fff;
  background: #000;
  padding: 5px 10px;
}

/*------------------------------------------------------------------
[Typography Styles]
-------------------------------------------------------------------*/
.typography-light,
.typography-light a,
.typography-light a:hover,
.typography-light h1,
.typography-light h2,
.typography-light h3,
.typography-light h4 {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.typography-light p > a {
  text-decoration: none;
}
.typography-white,
.typography-white-shadow,
.typography-white a,
.typography-white-shadow a,
.typography-white a:hover,
.typography-white-shadow a:hover,
.typography-white h1,
.typography-white-shadow h1,
.typography-white h2,
.typography-white-shadow h2,
.typography-white h3,
.typography-white-shadow h3,
.typography-white-shadow h4,
.typography-white h4 {
  color: #fff;
}
.typography-white p > a {
  text-decoration: none;
}
.typography-black,
.typography-black a,
.typography-black a:hover,
.typography-black h1,
.typography-black h2,
.typography-black h3,
.typography-black h4 {
  color: #000;
}
.typography-black p > a {
  text-decoration: underline;
}

/*text shadows*/
.typography-white-shadow {
  text-shadow: 0 0 0.25em rgba(0, 0, 0, 0.6);
}

/*------------------------------------------------------------------
[Animation + Hover Styles]
-------------------------------------------------------------------*/
.transition-all {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.animate-bg-hover {
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.wpex-hover-white-text:hover,
.wpex-hover-white-text:hover * {
  color: #fff !important;
}

/*------------------------------------------------------------------
[Lists]
-------------------------------------------------------------------*/
.entry ul,
.entry ol {
  margin: 0 0 20px 30px;
}
.entry ul {
  list-style: disc;
}
.entry ol {
  list-style: decimal;
}
.rev_slider ul {
  margin: 0;
  padding: 0;
}

/*checklist*/
ul.check-list {
  margin: 0 0 20px;
  list-style: none;
}
ul.check-list li {
  margin: 0 0 5px;
}
ul.check-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  opacity: 0.8;
}

/*------------------------------------------------------------------
[Togglebar]
-------------------------------------------------------------------*/
#toggle-bar-wrap {
  background: #fff;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
#toggle-bar-wrap.toggle-bar-inline {
  display: none;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
#toggle-bar-wrap.toggle-bar-inline.active-bar {
  display: block;
  visibility: visible;
  opacity: 1;
}
#toggle-bar-wrap.toggle-bar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  max-height: 100%;
  overflow: auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  padding: 40px 0;
}
#toggle-bar-wrap.toggle-bar-overlay.active-bar {
  visibility: visible;
  opacity: 1;
  z-index: 10001;
}
#toggle-bar-wrap.toggle-bar-fade-slide {
  top: -60px;
}
#toggle-bar-wrap.toggle-bar-fade-slide.active-bar {
  top: 0;
}

body.admin-bar #toggle-bar-wrap.toggle-bar-overlay {
  top: 32px;
}

/* Toggle Bar > Button */
.toggle-bar-btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #252525;
  border-top: 20px solid #252525;
  z-index: 10002;
  color: #fff;
  transition: all 0.3s;
}
.togglebar-is-inline .toggle-bar-btn {
  position: absolute;
}
body.admin-bar .toggle-bar-btn {
  top: 32px;
}
.toggle-bar-btn span.fa {
  position: absolute;
  font-size: 0.846em;
  top: -12px;
  left: 4px;
  text-shadow: none !important;
}

/*------------------------------------------------------------------
[Topbar]
-------------------------------------------------------------------*/
#top-bar-wrap {
  border-bottom: 1px solid #eee;
  font-size: 0.923em;
}
#top-bar {
  position: relative;
  padding: 15px 0;
}
#top-bar a {
  color: #555;
}
.top-bar-left {
  float: left;
}
.top-bar-right {
  float: right;
}
.top-bar-centered {
  float: none;
  text-align: center;
}

/* Top Bar > Sticky */
.wpex-top-bar-sticky {
  background: #fff;
}
#top-bar-wrap-sticky-wrapper.is-sticky .wpex-top-bar-sticky {
  position: fixed;
  z-index: 999;
}

/* Top Bar > Content */
#top-bar-content strong {
  color: #000;
}
#top-bar-content #lang_sel {
  z-index: 99;
  position: relative;
  margin-right: 10px;
  display: inline-block;
}
#top-bar-wrap #lang_sel ul ul {
  z-index: 99999;
}

#top-bar .lang_sel_list_horizontal {
  font-family: inherit;
  height: auto;
}
#top-bar .lang_sel_list_horizontal a,
#top-bar .lang_sel_list_horizontal a:visited {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
#top-bar .lang_sel_list_horizontal li {
  float: none;
  display: inline-block;
  margin: 0 10px 0 0 !important;
}

/* Top Bar > Menu */
.top-bar-left.has-content .top-bar-menu {
  margin-right: 20px;
}
.top-bar-right.has-content .top-bar-menu {
  margin-right: 20px;
}
.top-bar-menu,
.top-bar-menu li {
  display: block;
  float: left;
}
#top-bar-content.top-bar-centered .top-bar-menu,
#top-bar-content.top-bar-centered .top-bar-menu li {
  display: inline-block;
  float: none;
}
.top-bar-menu li {
  margin-right: 20px;
}
.top-bar-menu li li {
  display: none !important; /* dropdowns not supported hidden to prevent bugs*/
}
.top-bar-menu li:last-child {
  margin-right: 0;
}
.top-bar-menu li a .fa {
  margin-right: 6px;
}

/* Top Bar > Social */
#top-bar-social a {
  display: block;
  float: left;
  margin-right: 5px;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
}
#top-bar-social a.wpex-social-btn {
  height: 26px;
  line-height: 26px;
  width: 26px;
  padding: 0;
}
#top-bar-social a.wpex-social-btn-no-style {
  margin-right: 10px;
  color: #bbb;
  font-size: 18px;
  height: auto;
  width: auto;
}
#top-bar-social a.wpex-social-btn-no-style:hover {
  color: #000;
}
#top-bar-social.social-style-colored-icons a {
  margin-right: 0;
}
#top-bar-social a:last-child {
  margin-right: 0 !important;
}

/* Top Bar > Social > Right */
#top-bar-social.top-bar-right {
  position: absolute;
  right: 0;
  top: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
}
body.boxed-main-layout #top-bar-social.top-bar-right {
  right: 30px;
}

/* Top Bar > Social > Left */
#top-bar-social.top-bar-left {
  position: absolute;
  left: 0;
  top: 50%;
  height: 26px;
  line-height: 26px;
  margin-top: -13px;
}
body.boxed-main-layout #top-bar-social.top-bar-left {
  left: 30px;
}

/* Top Bar > Social > Centered */
#top-bar-social.has-content.top-bar-centered {
  padding-top: 15px;
}
#top-bar-social.top-bar-centered a {
  display: inline-block;
  float: none;
}

/* Top Bar > Social > Image Icons */
#top-bar-social.top-bar-right.social-style-colored-icons,
#top-bar-social.top-bar-left.social-style-colored-icons {
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
}
.social-style-colored-icons img {
  height: 20px;
}
.social-style-colored-icons a:hover img {
  opacity: 0.85;
}

/* Top Bar > Language Switchers */
.top-bar-right .polylang-switcher-shortcode {
  float: right;
  margin-left: 20px;
}
.top-bar-left .polylang-switcher-shortcode {
  float: left;
  margin-right: 20px;
}

/*------------------------------------------------------------------
[Header Global Styles]
-------------------------------------------------------------------*/
#site-header {
  padding: 0 !important;
  z-index: 999;
  position: relative;
} /* no padding should be added here, add to header-inner please*/
#site-header-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 100%;
}
#site-navigation.container {
  position: relative;
}

/* Header > Main > Logo */
#site-logo {
  display: table;
}
#site-logo-inner {
  display: table-cell;
  vertical-align: middle;
}
#site-logo a {
  height: 100%;
  padding: 0;
  margin: 0;
  text-decoration: none;
}
#site-logo a.site-logo-text {
  color: #222;
  font-size: 24px;
  font-weight: bold;
}
#site-logo-fa-icon {
  margin-right: 10px;
}
#site-logo-fa-icon.fa-wpex-hidden {
  margin-right: 0;
}
#site-logo a:hover {
  text-decoration: none;
}
#site-logo img {
  display: inline;
  vertical-align: middle;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}

/* Header > Main > Full-Width */
@media only screen and (min-width: 960px) {
  #site-header.wpex-full-width .container {
    width: 100% !important;
    max-width: none !important;
  }
  #site-header.wpex-full-width > .container {
    padding-left: 30px;
  }
  #site-header.wpex-full-width .navbar-style-one {
    right: 30px;
  }
  #site-header.wpex-full-width.header-one #searchform-dropdown,
  #site-header.wpex-full-width.header-one #current-shop-items-dropdown {
    right: 30px;
  }
  #site-header.wpex-full-width .header-two-aside {
    margin-right: 30px;
  }
}

/*------------------------------------------------------------------
[Sticky Header]
-------------------------------------------------------------------*/
#site-header-sticky-wrapper.is-sticky #site-header {
  position: fixed;
  overflow: visible !important;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
#site-header-sticky-wrapper.is-sticky #site-header-inner {
  z-index: 999;
}

/* Sticky Header > Shrink */
#site-header.shrink-sticky-header {
  width: 100%;
  transition: opacity 0.3s;
}
#site-header.shrink-sticky-header.sticky-header-shrunk #site-logo {
  padding-top: 0;
  padding-bottom: 0;
}

/* shrink with animation*/
.anim-shrink-header #site-header-sticky-wrapper,
.anim-shrink-header #site-header,
.anim-shrink-header #site-header-inner,
.anim-shrink-header .navbar-style-five,
.anim-shrink-header .navbar-style-five #site-navigation,
.anim-shrink-header #site-logo,
.anim-shrink-header #site-logo-inner,
.anim-shrink-header #site-logo a,
.anim-shrink-header #site-logo img {
  transition: all 0.3s linear;
}
.anim-shrink-header #site-logo img {
  max-height: none;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.anim-shrink-header #site-navigation-wrap {
  transition: top 0.3s linear;
}

.sticky-header-shrunk #site-header-inner {
  height: 70px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.shrink-sticky-header.sticky-header-shrunk
  .navbar-style-five
  .dropdown-menu
  > li
  > a,
.shrink-sticky-header.sticky-header-shrunk #site-logo img {
  height: 50px;
}

/*------------------------------------------------------------------
[SuperFish + Core Menu Styles]
-------------------------------------------------------------------*/
.sf-menu,
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 10001;
}
.sf-menu > li {
  float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu {
  float: left;
}
.sf-menu ul {
  min-width: 160px;
  width: 160px;
}
.sf-menu a {
  zoom: 1;
}
.sf-menu li {
  position: relative;
  white-space: nowrap;
  white-space: normal;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  transition: none;
}
.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
}
.sf-menu ul img {
  display: block;
  float: none;
  max-width: 100%;
}
#site-navigation .dropdown-menu li a .fa {
  margin-right: 8px;
}
#site-navigation .dropdown-menu li.no-icon-margin a .fa {
  margin-right: 0;
}
#site-navigation .dropdown-menu .site-search-toggle .fa {
  margin: 0;
}

/*------------------------------------------------------------------
[Menu]
-------------------------------------------------------------------*/
#site-navigation a {
  text-decoration: none;
}
.menu-button.menu-button-rounded span.link-inner {
  border-radius: 40px !important;
}

/* Menu > Sticky */
#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  overflow: visible !important;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}

/* Menu > Main > Arrows */
#site-navigation .dropdown-menu li a .nav-arrow {
  margin-left: 4px;
  margin-right: 0;
}
#site-navigation .dropdown-menu ul a.sf-with-ul {
  padding-right: 25px;
}
#site-navigation .sf-menu > li ul li .nav-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 10px;
  line-height: 10px;
  margin-top: -5px;
}

/* Menu > Main > Dropdowns */
#site-navigation .dropdown-menu ul {
  background: #fff;
  border: 1px solid #eee;
}
#site-navigation .dropdown-menu ul ul {
  margin-left: 0;
  text-align: left;
}
#site-navigation .dropdown-menu ul li:first-child ul {
  margin-top: 0;
}
#site-navigation .dropdown-menu ul li {
  padding: 0;
}
#site-navigation .dropdown-menu ul a {
  display: block;
  float: none;
  padding: 8px 12px;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  color: #666;
  font-size: 0.923em;
  border-bottom: 1px solid #eee;
}
#site-navigation .dropdown-menu ul li:last-child > a {
  border-bottom: none;
}
#site-navigation .dropdown-menu ul a:hover {
  background: #f7f7f7;
}

/* Menu > Main > Left Dropdowns */
#site-navigation .dropdown-menu li.left-dropdowns ul ul {
  left: auto;
  right: 100%;
}
body #site-navigation .sf-menu li.left-dropdowns ul a.sf-with-ul {
  padding-left: 25px;
  padding-right: 12px;
}
#site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right {
  left: 9px;
  right: auto;
}
#site-navigation .dropdown-menu li.left-dropdowns ul .fa-angle-right:before {
  content: "\f104";
}

/* Menu > Main > Animate Links */
#site-navigation .dropdown-menu > li > a > span.link-inner {
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
#site-navigation .dropdown-menu ul a {
  transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

/*------------------------------------------------------------------
[Header One]
-------------------------------------------------------------------*/
.header-one #site-logo {
  float: left;
  height: 100%;
}

/* Header > One > Navbar */
.navbar-style-one {
  position: relative;
  margin-left: 16px;
  height: 50px;
  float: left;
}
body.navbar-has-inner-span-bg .navbar-style-one {
  right: -4px;
}
.navbar-style-one .dropdown-menu > li:last-child.menu-button {
  margin-right: 12px;
}
.navbar-style-one .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 4px;
  color: #555;
}
.navbar-style-one .dropdown-menu > li > a > span.link-inner {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}

/* .navbar-style-one {
  margin-top: 0;
} */

.not-sticky .navbar-style-one {
  margin-top: 0 !important;
}

.nverde {
  margin-left: 80px;
}

@media only screen and (max-width: 1023px) {
  .nverde {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .nverde {
    display: none;
  }
}

/*------------------------------------------------------------------
[Header Two]
-------------------------------------------------------------------*/
.header-two {
  background: #fff;
}
.header-two-aside {
  float: right;
  font-size: 1.077em;
  text-align: right;
}

/* Header > Two > Logo */
.header-two-logo {
  float: left;
}

/* Header > Two > Search */
#header-two-search {
  margin-top: 10px;
}
#header-two-search {
  float: right;
}
#header-two-search input#header-two-search-input {
  font-size: 0.923em;
  width: 160px;
  float: left;
  border: 1px solid #ddd;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
}
#header-two-search-submit {
  height: 32px;
  line-height: 32px;
  width: 35px;
  text-align: center;
  padding: 0;
  outline: none;
  margin-left: 5px;
  cursor: pointer;
  font-size: 12px;
}

/* Header > Two > Navbar */
.navbar-style-two {
  background: #fff;
}
.navbar-style-two .dropdown-menu {
  width: 100%;
}
.navbar-style-two {
  border-top: 1px solid #eee;
  position: relative;
}
body.page-header-disabled .navbar-style-two {
  border-bottom: 1px solid #eee;
}
.navbar-style-two .dropdown-menu {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.navbar-style-two .dropdown-menu li {
  border-right: 1px solid #eee;
}
.navbar-style-two .dropdown-menu li li {
  border-right: 0;
}
.navbar-style-two .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #555;
  font-weight: normal;
  padding: 0 20px;
}
.navbar-style-two .dropdown-menu .woo-menu-icon,
.navbar-style-two .dropdown-menu .search-toggle-li {
  float: right;
  border-left: 1px solid #eee;
  border-right: 0;
}

/*------------------------------------------------------------------
[Header Three]
-------------------------------------------------------------------*/
.header-three-logo {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.header-three-logo a {
  display: inline;
  display: inline-block;
  float: none;
}
.header-three-aside {
  float: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.navbar-style-three {
  background: #fff;
  border-top: 1px solid #eee;
  position: relative;
}
body.page-header-disabled .navbar-style-three {
  border-bottom: 1px solid #eee;
}
.navbar-style-three .container {
  position: relative;
}
.navbar-style-three .sf-menu {
  text-align: center;
  float: none;
}
.navbar-style-three .dropdown-menu > li {
  display: inline-block;
  float: none;
}
.navbar-style-three .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #555;
  font-weight: normal;
  padding: 0 5px;
}
.navbar-style-three .dropdown-menu > li > a > span.link-inner {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}
.navbar-style-three .dropdown-menu ul {
  text-align: left;
}

/*------------------------------------------------------------------
[Header Four]
-------------------------------------------------------------------*/
.header-four-logo {
  float: none;
  text-align: center;
  margin: 0 auto;
}
.header-four-logo a {
  display: inline-block;
  float: none;
}
.header-four-aside {
  float: none;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.navbar-style-four {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #eee;
}
.navbar-style-four .container {
  position: relative;
}
.navbar-style-four .sf-menu {
  text-align: center;
  float: none;
}
.navbar-style-four .dropdown-menu > li {
  display: inline-block;
  float: none;
}
.navbar-style-four .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #555;
  font-weight: normal;
  padding: 0 15px;
}
.navbar-style-four .dropdown-menu ul {
  text-align: left;
}

/*------------------------------------------------------------------
[Header Five]
-------------------------------------------------------------------*/
#site-logo.header-five-logo {
  display: none;
  float: none;
  margin: 0;
  padding: 0;
  transition: all 0.3s;
}
#site-logo.header-five-logo.display {
  display: table;
}
.menu-item-logo {
  padding: 0 40px;
}
#site-navigation-wrap.navbar-style-five,
.navbar-style-five #site-navigation {
  height: 100%;
}
.navbar-style-five .container {
  position: relative;
}
.navbar-style-five .dropdown-menu {
  text-align: center;
  float: none;
  display: table;
  height: 100%;
  margin: 0 auto;
}
.navbar-style-five .dropdown-menu > li {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.navbar-style-five .dropdown-menu > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #555;
  font-weight: normal;
  padding: 0 4px;
}
.navbar-style-five .dropdown-menu ul {
  text-align: left;
}
.navbar-style-five .dropdown-menu > li > a > span.link-inner {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 3px;
}

/*------------------------------------------------------------------
[Header Six - Vertical Header]
-------------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
  /* Header Vertical > Main */
  body.wpex-has-vertical-header {
    position: relative;
  }
  body.wpex-has-vertical-header.full-width-main-layout #wrap {
    padding-left: 280px;
  }
  body.wpex-has-vertical-header.full-width-main-layout.wpex-site-header-disabled
    #outer-wrap {
    padding-left: 0;
  }
  /* body.wpex-has-vertical-header.full-width-main-layout #outer-wrap { } */
  body.wpex-has-vertical-header #site-header {
    background: #fff;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  body.wpex-fixed-vertical-header #site-header {
    position: fixed;
    overflow: visible;
  }
  body.wpex-has-vertical-header #site-header .container {
    width: 100%;
    max-width: 100%;
  }

  /* Boxed Layout */
  body.boxed-main-layout.wpex-has-vertical-header #wrap {
    padding-left: 280px;
  }
  body.wpex-has-vertical-header.boxed-main-layout.wpex-site-header-disabled
    #wrap {
    padding-left: 0;
  }
  body.boxed-main-layout.wpex-has-vertical-header #site-header .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Header Vertical > Logo */
  body.wpex-has-vertical-header #site-logo {
    display: block;
    padding: 0 30px 30px 30px;
  }
  body.wpex-has-vertical-header #site-logo-inner {
    display: block;
  }
  body.wpex-has-vertical-header #site-logo img {
    display: block;
    margin: 0 auto;
  }

  /* Header Vertical > Navbar */
  .navbar-style-six #site-navigation {
    border-top: 1px solid #eee;
  }
  .navbar-style-six .dropdown-menu > li {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
  }
  .navbar-style-six .dropdown-menu > li > a {
    display: block;
    color: #555;
    font-weight: normal;
    padding: 1em 30px;
  }
  .navbar-style-six .dropdown-menu > li.menu-item-has-children > a {
    padding-right: 50px;
  }
  .navbar-style-six .dropdown-menu a:hover {
    background: #f9f9f9;
  }
  .navbar-style-six .dropdown-menu > .current-menu-item > a,
  .navbar-style-six .dropdown-menu > .current-menu-parent > a {
    background: #4a97c2;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
  }
  .navbar-style-six .dropdown-menu > li > a > span.link-inner {
    display: block;
    padding: 0;
    transition: none;
  }
  .navbar-style-six .dropdown-menu .nav-arrow.top-level {
    position: absolute;
    right: 28px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    font-size: 11px;
    opacity: 0.4;
  }
  body.wpex-has-vertical-header .wpex-menu-search-text {
    display: inline-block;
    padding-left: 20px;
  }

  /* Header Vertical > Navbar > Dropdowns */
  body.wpex-has-vertical-header #site-navigation .sf-menu ul {
    top: 0;
    left: 100%;
    text-align: left;
  }
  body.wpex-has-vertical-header #site-navigation .sf-menu ul a {
    padding: 1em 20px;
  }

  /* Header Vertical > Navbar > Megamenu */
  body.wpex-has-vertical-header #site-navigation .dropdown-menu li.megamenu {
    position: relative;
  }
  body.wpex-has-vertical-header #site-navigation .dropdown-menu li.megamenu ul {
    left: 100%;
    width: 750px;
  }

  /* Header Vertical > Title */
  body.wpex-has-vertical-header .page-header {
    border-top: 0;
  }
}

/*------------------------------------------------------------------
[Menu Extras ]
-------------------------------------------------------------------*/

/* Menu Extras > Dropdown Tip */
.wpex-dropdowns-caret .dropdown-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 12px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-left: 7px solid transparent;
}
.wpex-dropdowns-caret .dropdown-menu ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 13px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.wpex-dropdowns-caret .dropdown-menu ul ul:before,
.wpex-dropdowns-caret .dropdown-menu ul ul:after {
  display: none;
}

/* Menu Extras > Dropshadows */
.wpex-dropdowns-shadow-one ul ul {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-two ul ul {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-three ul ul {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wpex-dropdowns-shadow-four ul ul {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.wpex-dropdowns-shadow-five ul ul {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.24);
}

/* Menu Extras > Top Border */
.wpex-dropdown-top-border #site-navigation .dropdown-menu li ul {
  border: none;
  border-top: 3px solid transparent;
}
.wpex-dropdown-top-border .dropdown-menu ul:before,
.wpex-dropdown-top-border .dropdown-menu ul:after {
  display: none;
}

/* Menu Extras > Flush Dropdowns */
.wpex-flush-dropdowns .dropdown-menu ul:before,
.wpex-flush-dropdowns .dropdown-menu ul:after {
  display: none;
}

/* Menu Extras > Minimal Dropdown */
.wpex-dropdown-style-minimal #site-navigation .dropdown-menu ul {
  background: #fff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ddd;
  padding: 10px;
}
.wpex-dropdown-style-minimal #site-navigation .dropdown-menu ul:after,
.wpex-dropdown-style-minimal #site-navigation .dropdown-menu ul:before {
  display: none;
}
.wpex-dropdown-style-minimal #site-navigation .dropdown-menu ul li a {
  transition: none;
  border: 0;
}
.wpex-dropdown-style-minimal #site-navigation .dropdown-menu ul li a:hover {
  background: transparent;
  color: #000;
}
.wpex-dropdown-style-minimal
  .navbar-style-two
  #site-navigation
  .dropdown-menu
  ul {
  border-radius: 0;
  border-color: #eee;
}

/* Menu Extras > Minimal Dropdown / Square */
.wpex-dropdown-style-minimal-sq #site-navigation .dropdown-menu ul {
  background: #fff;
  border: 0;
  padding: 0;
}
.wpex-dropdown-style-minimal-sq #site-navigation .dropdown-menu ul:after,
.wpex-dropdown-style-minimal-sq #site-navigation .dropdown-menu ul:before {
  display: none;
}
.wpex-dropdown-style-minimal-sq #site-navigation .dropdown-menu ul li a {
  transition: none;
  border: 0;
}
.wpex-dropdown-style-minimal-sq #site-navigation .dropdown-menu ul a {
  padding: 10px 18px;
}

/* Menu Extras > Black Dropdown */
.wpex-dropdown-style-black #site-navigation .dropdown-menu ul {
  background: #000;
  border: 0;
}
.wpex-dropdown-style-black .wpex-dropdowns-caret .dropdown-menu ul:before,
.wpex-dropdown-style-black .wpex-dropdowns-caret .dropdown-menu ul:after {
  border-bottom-color: #000;
}
.wpex-dropdown-style-black #site-navigation .dropdown-menu ul li a {
  display: block;
  color: #909090;
  border-color: #252525;
}
.wpex-dropdown-style-black #site-navigation .dropdown-menu ul li a:hover {
  background: #252525;
  color: #fff;
}
.wpex-dropdown-style-black #site-navigation li.megamenu > ul.sub-menu > li {
  border-color: #252525;
}
.wpex-dropdown-style-black
  #site-navigation
  li.megamenu
  > ul.sub-menu
  > .menu-item-has-children
  > a {
  color: #fff;
}
.wpex-dropdown-style-black #searchform-dropdown {
  background: #222;
  border: 0;
}
.wpex-dropdown-style-black #searchform-dropdown input {
  background: #333;
  color: #909090;
}

/*move to woocommerce css*/
.wpex-dropdown-style-black #current-shop-items-dropdown {
  background: #000;
  border: 0;
}
.wpex-dropdown-style-black #current-shop-items-dropdown a {
  color: #fff;
}
.wpex-dropdown-style-black #current-shop-items-dropdown li {
  border-color: #252525;
}
.wpex-dropdown-style-black #current-shop-items-dropdown strong {
  color: #909090;
}
.wpex-dropdown-style-black.price,
.wpex-dropdown-style-black .amount {
  color: #ccc !important;
}

/*------------------------------------------------------------------
[Mega Menu]
-------------------------------------------------------------------*/
#site-navigation li.megamenu {
  position: inherit;
}
#site-navigation li.megamenu > ul.sub-menu .nav-arrow {
  display: none;
}
#site-navigation li.megamenu > ul.sub-menu {
  width: 100%;
  left: 0;
  right: auto;
  border-radius: 0;
  padding: 12px 0 0;
}
#site-navigation li.megamenu > ul.sub-menu > li {
  display: block;
  float: left;
  padding: 0px 12px;
  width: 100%;
}
#site-navigation
  li.megamenu
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  a:before {
  display: inline-block;
  content: "\f105";
  margin-right: 7px;
  font-family: "FontAwesome";
}
#site-navigation li.megamenu.col-1 > ul.sub-menu > li {
  width: 100%;
}
#site-navigation li.megamenu.col-2 > ul.sub-menu > li {
  width: 50%;
}
#site-navigation li.megamenu.col-2 > ul.sub-menu > li:nth-child(3n) {
  clear: both;
}
#site-navigation li.megamenu.col-3 > ul.sub-menu > li {
  width: 33.33%;
}
#site-navigation li.megamenu.col-3 > ul.sub-menu > li:nth-child(4n) {
  clear: both;
}
#site-navigation li.megamenu.col-4 > ul.sub-menu > li {
  width: 25%;
}
#site-navigation li.megamenu.col-4 > ul.sub-menu > li:nth-child(5n) {
  clear: both;
}
#site-navigation li.megamenu.col-5 > ul.sub-menu > li {
  width: 20%;
}
#site-navigation li.megamenu.col-5 > ul.sub-menu > li:nth-child(6n) {
  clear: both;
}
#site-navigation li.megamenu.col-6 > ul.sub-menu > li {
  width: 16.66%;
}
#site-navigation li.megamenu.col-6 > ul.sub-menu > li:nth-child(7n) {
  clear: both;
}
#site-navigation li.megamenu > ul.sub-menu > li ul {
  display: block !important;
  top: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  left: auto !important;
  position: relative !important;
  opacity: 1 !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}
#site-navigation li.megamenu > ul.sub-menu > .menu-item-has-children {
  margin-bottom: 12px;
}
#site-navigation li.megamenu > ul.sub-menu > .menu-item-has-children > a {
  font-weight: 600;
  color: #000;
  font-size: 1.03em;
  padding: 8px 12px;
  word-wrap: break-word;
  white-space: normal;
}
#site-navigation li.megamenu > ul.sub-menu > .menu-item-has-children > a:hover {
  background: none;
}
#site-navigation
  li.megamenu.hide-headings
  > ul.sub-menu
  > .menu-item-has-children
  > a {
  display: none;
}
#site-navigation li.megamenu li a {
  border: 0;
}
#site-navigation li.megamenu ul:after,
#site-navigation li.megamenu ul:before {
  display: none;
}
#site-navigation li.megamenu > ul.sub-menu > li {
  border-left: 1px solid #eee;
}
#site-navigation li.megamenu > ul.sub-menu > li:first-child {
  border-left: none;
}
#site-navigation li.megamenu.display-always > ul.sub-menu {
  display: block !important;
  opacity: 1 !important;
}

/*------------------------------------------------------------------
[Mobile Menu Toggles]
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Header Overlay]
-------------------------------------------------------------------*/
#overlay-header-wrap {
  position: relative;
}
#site-header.overlay-header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 9999;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.wpex-sticky-header-holder.is-sticky #site-header.overlay-header {
  left: auto;
}
#site-header.overlay-header #site-header-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
body.has-overlay-header .wpex-sticky-header-holder {
  height: auto !important;
}
body.has-overlay-header .wpex-sticky-header-holder {
  background: none !important;
}
body.boxed-main-layout.has-overlay-header #wrap {
  position: relative;
}
body.boxed-main-layout.has-overlay-header #site-header.overlay-header {
  padding: 0 30px;
}
#site-header.overlay-header .has-overlay-logo .main-logo {
  display: none;
}

/* Header > Overlay > Light Skin */
#site-header-sticky-wrapper.is-sticky #site-header.overlay-header.light-style {
  background: #000;
}
#site-header.overlay-header.light-style #site-logo a.site-logo-text {
  color: #fff;
}
#site-header.overlay-header.light-style
  #site-navigation
  .dropdown-menu
  > li
  > a {
  color: #fff;
  opacity: 0.7;
}
#site-header.overlay-header.light-style
  #site-navigation
  .dropdown-menu
  > li
  > a:hover {
  opacity: 1;
  color: #fff;
}
#site-header.overlay-header.light-style #mobile-menu a {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
#site-header.overlay-header.light-style #mobile-menu a:hover {
  opacity: 1;
}

/* Header > Overlay > White Skin */
#site-header.overlay-header.white-style.dyn-styles #site-logo a.site-logo-text,
#site-header.overlay-header.white-style.dyn-styles
  #site-navigation
  .dropdown-menu
  > li
  > a {
  color: #fff;
}
#site-header.overlay-header.white-style.dyn-styles
  #site-navigation
  .dropdown-menu
  > li
  > a:hover {
  opacity: 0.5;
  color: #fff;
}
#site-header.overlay-header.white-style.dyn-styles #mobile-menu a {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
#site-header.overlay-header.white-style.dyn-styles #mobile-menu a:hover {
  opacity: 1;
}

/* Header > Overlay > Dark Skin */
#site-header.overlay-header.dark-style.dyn-styles
  #site-navigation
  .dropdown-menu
  > li
  > a {
  color: #000;
  opacity: 0.7;
}
#site-header.overlay-header.dark-style.dyn-styles
  #site-navigation
  .dropdown-menu
  > li
  > a:hover {
  opacity: 1;
  color: #000;
}
#site-header.overlay-header.dark-style.dyn-styles #mobile-menu a {
  background: rgba(0, 0, 0, 0.08) !important;
  color: #000 !important;
  border: 0 !important;
}
#site-header.overlay-header.dark-style.dyn-styles #mobile-menu a:hover {
  opacity: 1;
}

/* Header > Overlay > Menu Button */
#site-header.overlay-header li.menu-button > a {
  opacity: 1 !important;
}

/*------------------------------------------------------------------
[Page Title]
-------------------------------------------------------------------*/

/* Page Header > Main */
.page-header {
  margin: 0 0 0;
  padding: 20px 0;
  position: relative;
  background-color: #f7f7f7;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.no-header-margin .page-header {
  margin-bottom: 0;
}
.page-header .container {
  position: relative;
}
.page-header-title {
  display: block;
  font-size: 21px;
  line-height: 1.4em;
  font-weight: normal;
  font-weight: 400;
  margin: 0px;
  color: #000;
}
body.breadcrumbs-position-default .page-header-title {
  max-width: 70%;
}
.page-subheading {
  font-size: 1.077em;
  margin: 0;
  color: #999;
}
.page-subheading p:last-child {
  margin: 0;
}
.centered-page-header .page-header-title,
.centered-minimal-page-header .page-header-title {
  max-width: 100% !important;
}

/* Page Header > Centered */
.centered-page-header {
  text-align: center;
  padding: 30px 0;
}
.centered-page-header .page-header-title {
  font-size: 32px;
}
.centered-page-header .page-subheading {
  font-size: 1.385em;
  font-weight: 300;
}

/* Page Header > Minimal Centered */
.centered-minimal-page-header {
  text-align: center;
  padding: 30px 0;
  background: #fff;
  border-color: #eee;
}
.centered-minimal-page-header .page-header-title {
  font-size: 32px;
}
.centered-minimal-page-header .page-subheading {
  font-size: 1.385em;
  font-weight: 300;
}

/* Page Header > Solid Color */
.solid-color-page-header .page-header-title {
  color: #fff !important;
}
.solid-color-page-header .site-breadcrumbs,
.solid-color-page-header .site-breadcrumbs a {
  color: #fff !important;
}
.solid-color-page-header .page-subheading {
  color: #fff;
}

/* Page Header > Archive Description */
.archive-description {
  margin-bottom: 30px;
}

/* Page Header > Background Image */
.background-image-page-header {
  width: 100%;
  border: none;
  background: #000;
}
.page-header-table {
  display: table;
  width: 100%;
  height: 400px;
}
.page-header-table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
.page-header.background-image-page-header .page-header-title {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 100%;
  font-size: 3.231em;
  font-weight: 400;
  max-width: 100% !important;
}
.page-header.background-image-page-header .page-subheading {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 1.846em;
  font-weight: 300;
}
.background-image-page-header-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.5;
}
.background-image-page-header-overlay.style-dotted {
  background: rgba(0, 0, 0, 0.3) url(images/dotted-overlay.png) repeat;
}
.background-image-page-header-overlay.style-dashed {
  background: rgba(0, 0, 0, 0.3) url(images/dashed-overlay.png) repeat;
}

/*------------------------------------------------------------------
[Breadcrumbs]
-------------------------------------------------------------------*/

.site-breadcrumbs {
    font-size: 0.9em;
    color: #bcbcbc;
    font-weight: normal;
  }

@media screen and (min-width: 768px) {
  .site-breadcrumbs {
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    line-height: 32px;
  }
}

.site-breadcrumbs a {
  color: #333;
}
.site-breadcrumbs .breadcrumb-title {
  margin-right: 5px;
}
.site-breadcrumbs .fa {
  margin: 0 3px;
}
.site-breadcrumbs.position-under-title,
.centered-page-header .site-breadcrumbs,
.centered-minimal-page-header .site-breadcrumbs {
  position: inherit;
  top: auto;
  right: auto;
  margin-top: 0;
}

/* Breadcrumbs > Hide */
.background-image-page-header .site-breadcrumbs {
  display: none;
  z-index: 2;
  margin: 20px 0 0;
  top: auto;
  right: auto;
  position: inherit;
  text-align: center;
  color: #fff;
}
.background-image-page-header .site-breadcrumbs a {
  color: #fff;
}

/*------------------------------------------------------------------
[RevSlider]
-------------------------------------------------------------------*/
.page-slider-mobile-alt {
  width: 100%;
  height: auto;
  display: block;
}
.tparrows.preview2:after {
  line-height: 1;
}

/*------------------------------------------------------------------
[Theme Slider]
-------------------------------------------------------------------*/

/* Theme Slider > Main */
.wpex-slider {
  position: relative;
}
.wpex-slider .sp-grab,
.wpex-slider .sp-grabbing {
  cursor: default;
}
.wpex-slider * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Theme Slider > Preloader Image */
.wpex-slider-preloaderimg img {
  display: block;
  width: 100%;
}

/* Theme Slider > Slides */
.wpex-slider-slide {
  display: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ() scale(1, 1);
  -webkit-backface-visibility: hidden;
}

/* Theme Slider > Images */
.wpex-slider-media img {
  display: block;
  width: 100%;
  height: auto;
}

/* Theme Slider > Caption */
.wpex-slider-caption {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  max-width: 100%;
}

/* Theme Slider > Buttons */
.wpex-slider .sp-buttons {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  padding: 15px;
}
.wpex-slider .sp-button {
  border-color: #fff;
  border-width: 1px;
  margin: 2px;
  width: 10px;
  height: 10px;
  transition: all 0.25s ease-in-out;
}
.wpex-slider .sp-button:hover,
.wpex-slider .sp-selected-button {
  background-color: #fff;
  border-color: transparent;
}

/* Theme Slider > Arrows > Default */
.wpex-slider .sp-arrow {
  height: 52px;
  width: 52px;
  line-height: 52px;
  background: none;
  top: 0;
  font-family: "FontAwesome";
  color: #fff;
  text-align: center;
  font-size: 32px;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
.wpex-slider .sp-arrow:hover {
  background: rgba(0, 0, 0, 0.65);
}
.sp-horizontal .sp-previous-arrow {
  left: 0 !important;
  border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
.sp-horizontal .sp-next-arrow {
  right: 0 !important;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
}
.wpex-slider .sp-arrow:before {
  font-family: "FontAwesome";
  content: "";
  background: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.wpex-slider .sp-arrow.sp-previous-arrow:before {
  content: "\f104";
  left: 0;
}
.wpex-slider .sp-arrow.sp-next-arrow:before {
  content: "\f105";
  right: auto;
}
.wpex-slider .sp-arrow:after {
  display: none;
}

/* Theme Slider > Arrows > Top Right */
.wpex-slider.arrows-topright.sp-horizontal .sp-arrows {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  width: auto;
}
.wpex-slider.arrows-topright.sp-horizontal .sp-arrows .sp-arrow {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 1em;
  float: left;
  left: auto;
  right: auto;
  position: relative;
  border-radius: 0;
}

/* Theme Slider > Thumbnails */
.wpex-slider-thumbnails {
  display: none;
}
.wpex-slider .sp-thumbnail-container {
  cursor: pointer;
}
.wpex-slider .sp-thumbnails-container.sp-bottom-thumbnails {
  width: 100% !important;
}
.wpex-slider .sp-thumbnails img {
  opacity: 0.75;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  box-shadow: 0 0 0 #000;
}
.wpex-slider .sp-thumbnails img:hover,
.wpex-slider .sp-thumbnails .sp-selected-thumbnail img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.wpex-slider .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 10px;
}
.wpex-slider .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 10px;
}

/* Theme Slider > Thumbnails w/out Carousel */
.wpex-slider .sp-nc-thumbnail-container {
  display: block;
  float: left;
  cursor: pointer;
  margin-left: 5px;
}
.wpex-slider .sp-nc-thumbnail-container:first-child {
  margin-left: 0;
}
.wpex-slider .sp-nc-thumbnails img {
  opacity: 0.75;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  box-shadow: 0 0 0 #000;
}
.wpex-slider .sp-nc-thumbnails img:hover,
.wpex-slider .sp-nc-thumbnails .sp-nc-selected-thumbnail img {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/* Theme Slider > No Margins thumbnails */
.wpex-slider .sp-thumbnail-arrows {
  display: none !important;
}
.wpex-slider.no-margin-thumbnails .sp-thumbnails {
  width: 100% !important;
}
.wpex-slider.no-margin-thumbnails .sp-bottom-thumbnails {
  margin-top: 0;
}
.wpex-slider.no-margin-thumbnails .sp-thumbnail-container {
  margin: 0 !important;
}
.wpex-slider.no-margin-thumbnails
  .wpex-slider-thumbnails.cols-6
  .sp-thumbnail-container {
  width: 16.6666% !important;
}
.wpex-slider.no-margin-thumbnails
  .wpex-slider-thumbnails.cols-5
  .sp-thumbnail-container {
  width: 20% !important;
}
.wpex-slider.no-margin-thumbnails
  .wpex-slider-thumbnails.cols-4
  .sp-thumbnail-container {
  width: 25% !important;
}
.wpex-slider.no-margin-thumbnails
  .wpex-slider-thumbnails.cols-3
  .sp-thumbnail-container {
  width: 33.3333% !important;
}
.wpex-slider.no-margin-thumbnails
  .wpex-slider-thumbnails.cols-2
  .sp-thumbnail-container {
  width: 50% !important;
}
.wpex-slider.no-margin-thumbnails img.sp-thumbnail {
  display: block;
  margin: 0 !important;
  width: 100% !important;
}

/* Theme Slider > Thumbnail Pointer */
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
.wpex-slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  border-bottom-color: red;
}

/* Theme Slider > Layers */
.wpex-slider .sp-layer p:last-child {
  margin: 0;
}
.wpex-slider .sp-black a {
  color: #fff;
  text-decoration: underline;
}
.wpex-slider .sp-white a {
  color: #000;
  text-decoration: underline;
}

/*------------------------------------------------------------------
[Theme Carousel]
-------------------------------------------------------------------*/

/* Carousel > CORE - DO NOT EDIT/DELETE */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; /*-webkit-transform:translateZ() scale(1.0,1.0);-webkit-backface-visibility:hidden;*/
}
.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* Carousel > Default Design */
.wpex-carousel {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Crousel > Media */
.wpex-carousel-entry-media img {
  display: block;
}

/* Crousel > Details */
.wpex-carousel-entry-details {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
}

/* Crousel > Excerpt */
.wpex-carousel-entry-excerpt {
  margin-top: 5px;
}
.wpex-carousel-entry-excerpt p:last-child {
  margin: 0;
}
.wpex-carousel-entry-price span {
  color: inherit;
}

/* Carousel > Dots */
.wpex-carousel .owl-dots {
  text-align: center;
}
.wpex-carousel .owl-dots.disabled {
  display: none !important;
}
.wpex-carousel .owl-dot {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-left: 5px;
  margin-right: 0;
  margin-top: 30px;
  cursor: pointer;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

/* Carousel > Nav */
.wpex-carousel .owl-nav.disabled {
  display: none !important;
}
.wpex-carousel .owl-prev,
.wpex-carousel .owl-next {
  margin-top: 20px;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  width: 20px;
  color: #fff;
  font-size: 11px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 !important;
  font-family: "Arial";
}
.wpex-carousel .owl-next {
  margin-left: 5px;
}

/* Carousel > No Margins Style */
.wpex-carousel.no-margins {
  margin-bottom: 0 !important;
}
.wpex-carousel.no-margins .wpex-carousel-entry-media img {
  width: 100%;
}
.wpex-carousel.no-margins .owl-prev,
.wpex-carousel.no-margins .owl-next {
  background: #000 !important;
  height: 60px;
  line-height: 60px;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  position: absolute;
  top: 50%;
  margin: -30px 0 0;
  font-size: 1.231em;
  opacity: 0.6;
  box-shadow: none;
  cursor: pointer;
  z-index: 3;
  padding: 0 !important;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpex-carousel.no-margins .owl-prev:hover,
.wpex-carousel.no-margins .owl-next:hover {
  opacity: 1;
  background: #000;
}
.wpex-carousel.no-margins .owl-prev {
  left: 15px;
}
.wpex-carousel.no-margins .owl-next {
  right: 15px;
}

/*------------------------------------------------------------------
[Entries (Global Styles)]
-------------------------------------------------------------------*/

/* Entries > Left Thumbnail Style */
.entries.left-thumbs .entry {
  border: 0;
}
.entries.left-thumbs .entry .entry-media {
  float: left;
  margin: 0;
  width: 46%;
}
.entries.left-thumbs .entry .entry-details {
  background: none;
  border: none;
  float: right;
  width: 50%;
  padding: 0;
}
.entries.left-thumbs .entry:not(.has-media) .entry-details {
  width: 100%;
}

/* Entries > Title */
.entry-title {
  display: block;
  font-size: 1.077em;
  margin: 0 0 5px;
  font-weight: 600;
  color: #000;
}
.entry-title a {
  color: inherit;
}
.entry-title a:hover {
  text-decoration: none;
}
.single-post-title {
  font-size: 1.846em;
  margin: 0 0 10px;
  font-weight: 400;
}

/*------------------------------------------------------------------
[Portfolio]
-------------------------------------------------------------------*/

/* Portfolio > Entries */
.portfolio-entry-categories {
  margin: -5px 0 10px;
}
.portfolio-entry-categories a {
  font-size: 0.923em;
  color: #777;
  list-style: none;
}
.vcex-portfolio-entry-media,
.portfolio-entry-media {
  position: relative;
  overflow: hidden;
}
.portfolio-entry-media-link {
  display: block;
}
.vcex-portfolio-entry-media img,
.portfolio-entry-media img {
  display: block;
  width: 100%;
  box-shadow: #000 0em 0em 0em;
}
.portfolio-entry-details {
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 15px;
}
.portfolio-entry-excerpt p {
  margin-bottom: 15px;
}
.portfolio-entry-excerpt p:last-child {
  margin: 0;
}
.portfolio-entry-readmore-wrap {
  padding-top: 15px;
}

/* Portfolio > No Margin Grid */
.portfolio-no-margins .col {
  margin: 0 !important;
  padding: 0 !important;
}
.vcex-no-margin-grid .portfolio-entry-details,
.portfolio-no-margins .portfolio-entry-details {
  background: #262626;
  border: none;
  color: #787878;
}
.vcex-no-margin-grid .portfolio-entry-title a,
.portfolio-no-margins .portfolio-entry-title a {
  color: #fff;
}

/* Portfolio > 1 Column Grid */
#portfolio-entries .portfolio-entry.span_1_of_1 {
  margin: 0 0 30px;
  float: none;
  border: none;
}
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-media {
  width: 45%;
  float: left;
  margin: 0 30px 0 0;
}
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-details {
  background: none;
  border: none;
  padding: 0;
}
#portfolio-entries .portfolio-entry.span_1_of_1 .portfolio-entry-title {
  margin: 0;
}

/* Portfolio > Singular */
#portfolio-single-media,
#portfolio-single-related {
  margin-bottom: 30px;
}
#portfolio-post-comments,
.single-portfolio .wpex-social-share-wrap.position-horizontal,
.no-composer #portfolio-single-related {
  margin-top: 30px;
}

/*------------------------------------------------------------------
[Staff]
-------------------------------------------------------------------*/

/* Staff > Entries */
.staff-entry-categories {
  margin: -5px 0 10px;
}
.staff-entry-categories a {
  font-size: 0.923em;
  color: #777;
  list-style: none;
}
.staff-entry {
  text-align: left;
  margin-bottom: 30px;
}
.staff-entry-details {
  padding-top: 15px;
}
.staff-entry-media {
  position: relative;
}
.staff-entry-media-link {
  display: block;
}
.staff-entry-media img {
  display: block;
  margin: 0 auto;
}
.staff-entry-position {
  font-size: 0.923em;
  color: #777;
  list-style: none;
  margin: -5px 0 10px;
}
.staff-entry-excerpt p {
  margin-bottom: 15px;
}
.staff-entry-excerpt,
.staff-entry-excerpt p:last-child {
  margin: 0;
}
.staff-entry-readmore-wrap {
  padding-top: 15px;
}

/* Staff > 1 Column Grid */
#staff-entries .staff-entry.span_1_of_1 {
  margin: 0 0 30px;
  float: none;
  border: none;
}
#staff-entries .staff-entry.span_1_of_1 .staff-entry-media {
  width: 45%;
  float: left;
  padding: 0 30px 0 0;
}
#staff-entries .staff-entry.span_1_of_1 .staff-entry-details {
  width: 55%;
  float: right;
  padding-top: 0;
}

/* Staff > Carousel Social */
.vcex-caroufredsel-staff .staff-social a {
  border-color: #ddd;
}
.vcex-caroufredsel-staff .staff-social a:hover {
  background: #fff;
}

/* Staff > Singular */
#staff-post-thumbnail {
  margin-bottom: 20px;
}
#staff-post-thumbnail img {
  display: block;
  margin: 0;
}
#staff-single-media {
  margin-bottom: 30px;
}

/* Staff > Related */
#staff-single-related {
  margin-bottom: 30px;
}

/* Staff > No Margin Grid */
.staff-no-margins .col {
  margin: 0 !important;
  padding: 0 !important;
}

/* Staff > Single Post */
#staff-single-header {
  margin-bottom: 20px;
}
#staff-single-title {
  margin: 0;
}
#staff-single-position {
  color: #bbb;
}

/* Staff > Social */
.staff-social {
  margin-top: 5px;
  font-size: 13px;
}
.staff-social a {
  margin-right: 4px;
  margin-top: 4px;
  display: inline-block;
}

/*------------------------------------------------------------------
[Testimonials]
-------------------------------------------------------------------*/
.testimonial-entry-content {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 3px;
}
.testimonial-caret {
  position: absolute;
  display: block;
  left: 10px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f7f7f7;
}
.testimonial-entry-content p {
  margin: 0 0 15px;
}
.testimonial-entry-content p:last-child {
  margin: 0;
}
.testimonial-entry-bottom {
  margin-top: 20px;
}
.testimonial-entry-thumb {
  float: left;
  margin-right: 20px;
  min-width: 45px;
}
.testimonial-entry-thumb img {
  display: block;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.testimonial-entry-meta {
  float: left;
}
.testimonial-entry-author {
  margin: 0;
}
.testimonial-entry-company {
  margin-top: -2px;
  display: block;
  color: #999;
  font-size: 13px;
}

/* Testimonials > Singular */
.single-testimonials .entry-content {
  margin-bottom: 40px;
}
.single-testimonials .content-left-sidebar blockquote,
.single-testimonials .content-right-sidebar blockquote {
  margin-top: 0;
}

/*------------------------------------------------------------------
[Post Meta]
-------------------------------------------------------------------*/
.meta,
.entry .meta {
  font-size: 0.923em;
  color: #777;
  list-style: none;
  margin: 0 0 10px;
}
.meta li,
.entry .meta li {
  float: left;
  margin: 0 20px 5px 0;
}
.meta li:last-child,
.entry .meta li:last-child {
  margin-right: 0;
}
.meta li .fa {
  margin-right: 8px;
}
.meta a {
  color: #777;
  text-decoration: none;
}
.meta a:hover {
  color: #000;
  text-decoration: none;
}
.meta time {
  display: inline;
}

/*------------------------------------------------------------------
[Blog]
-------------------------------------------------------------------*/
.blog-entry a.blog-entry-media-link {
  display: block;
  margin: 0 auto;
}
.blog-entry-media img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.single-post .blog-entry.grid-entry-style.format-quote {
  width: 100%;
  margin: 0;
}
.format-quote {
  overflow: hidden;
}
.blog-entry-readmore span.readmore-rarr {
  margin-left: 7px;
}
.blog-entry .social-share-title {
  display: none;
}
.blog-entry-excerpt p:last-child {
  margin: 0;
}

/* Blog > Post Gallery */
.gallery-format-post-slider-wrap ul,
.gallery-format-post-slider-wrap ol {
  margin: 0;
  list-style: none;
}
.gallery-format-post-slider-wrap ul li {
  list-style: none;
}
.gallery-format-post-slider-wrap .flex-control-thumbs {
  padding-top: 10px;
  z-index: 99;
}
.gallery-format-post-slider-wrap .flex-control-thumbs:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  zoom: 1;
}
.gallery-format-post-slider-wrap .flex-control-thumbs li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  height: auto;
  width: 50px;
}
.gallery-format-post-slider-wrap .flex-control-thumbs li a {
  display: block;
}
.gallery-format-post-slider-wrap .flex-control-thumbs li img {
  width: 100%;
  display: block;
  opacity: 0.4;
  margin-bottom: 3px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  box-shadow: #000 0em 0em 0em;
}
.gallery-format-post-slider-wrap .flex-control-thumbs img.flex-active,
.gallery-format-post-slider-wrap .flex-control-thumbs li img:hover {
  opacity: 1;
}
.gallery-format-post-slider-wrap .flex-direction-nav a {
  display: block;
  width: 40px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 1.385em;
}
.gallery-format-post-slider-wrap .flex-direction-nav .flex-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}
.gallery-format-post-slider-wrap .flex-direction-nav .flex-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.gallery-format-post-slider-wrap .flex-direction-nav a:hover {
  opacity: 1;
}

/* Blog > Audio Format */
.blog-entry-img-link {
  position: relative;
  display: block;
}
.blog-entry-music-icon-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.blog-entry-music-icon-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}
.blog-entry-music-icon-overlay .fa {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 1.385em;
  border-radius: 99px;
  opacity: 0.85;
}
.blog-post-audio {
  overflow: hidden;
  width: 100%;
}
.blog-post-audio iframe,
.blog-post-audio embed {
  max-width: 100%;
}

/*------------------------------------------------------------------
[Blog Entry]
-------------------------------------------------------------------*/
.blog-entry-title {
  font-size: 1.846em;
  margin: 0 0 10px;
  font-weight: 400;
}
.blog-entry-media,
.blog-entry-excerpt,
.blog-entry-readmore {
  margin-bottom: 20px;
}

/* Blog Entry > Quote Format */
.blog-entry.format-quote .post-quote-entry-inner {
  position: relative;
  display: block;
  padding: 20px 30px;
  font-size: 1.231em;
  z-index: 2;
  background: #f7f7f7;
}
.blog-entry.format-quote p:last-child {
  margin: 0;
}
.blog-entry.format-quote .quote-entry-author {
  margin-top: 15px;
  font-size: 0.923em;
  font-weight: 300;
  text-decoration: none;
}
.blog-entry.format-quote .fa-quote-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #999;
  font-size: 60px;
  display: block;
  z-index: 1;
  opacity: 0.15;
}

/* Blog Entry > Avatar */
.entry-has-avatar .blog-entry-header {
  position: relative;
  padding-left: 100px;
  min-height: 74px;
  margin-bottom: 20px;
}
.blog-entry-author-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.blog-entry-author-avatar {
  height: 74px;
  width: 74px;
}
.blog-entry-author-avatar a,
.blog-entry-author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
}

.entry-has-avatar.large-image-entry-style {
  position: relative;
}

/*------------------------------------------------------------------
[Blog Entry: Full Width]
-------------------------------------------------------------------*/
.blog-entry.large-image-entry-style {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-left: 0;
}
.blog-entry.large-image-entry-style.format-quote {
  padding-bottom: 40px;
}

/* Blog Entry > Full-Width > Audio Format */
.blog-entry.large-image-entry-style .blog-entry-music-icon-overlay .fa {
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
}

/* Blog Entry > Full-Width > Readmore */
.blog-entry.large-image-entry-style .blog-entry-readmore {
  margin-top: 0px;
}

/*------------------------------------------------------------------
[Blog Entry: Thumbnail]
-------------------------------------------------------------------*/
.entries.left-thumbs .blog-entry.thumbnail-entry-style {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.blog-entry.thumbnail-entry-style .blog-entry-title {
  margin: 0 0 5px;
}

/* Blog Entry > Thumbnail > Gallery */
.blog-entry.thumbnail-entry-style .sp-fade-arrows {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.blog-entry.thumbnail-entry-style .sp-horizontal .sp-arrows {
  margin-top: -20px;
}
.blog-entry.thumbnail-entry-style .wpex-slider .sp-arrow {
  height: 40px;
  width: 25px;
  line-height: 40px;
  font-size: 1.077em;
  background: rgba(0, 0, 0, 0.3);
}
.blog-entry.thumbnail-entry-style .wpex-slider .sp-arrow:hover {
  background: rgba(0, 0, 0, 1);
}

/*------------------------------------------------------------------
[Blog Entry: Grid]
-------------------------------------------------------------------*/
.blog-isotope-grid .infinite-scroll-loader {
  bottom: 0;
}
.blog-entry.grid-entry-style {
  float: left;
}
.blog-entry.grid-entry-style .blog-entry-inner {
  padding: 0 20px 20px;
  border: 1px solid #eee;
}
.blog-entry.grid-entry-style .blog-entry-media {
  margin: 0 -20px;
}
.blog-entry.grid-entry-style
  .wpex-social-share.position-horizontal
  .social-share-button-text,
.blog-entry.grid-entry-style .wpex-social-share.position-horizontal .fa {
  font-style: 0.75em;
}

/* Blog Entry > Grid > Title */
.blog-entry.grid-entry-style header {
  margin-top: 20px;
}
.blog-entry.grid-entry-style .blog-entry-title {
  font-size: 1.231em;
}

/* Blog Entry > Grid > Avatar */
.blog-entry.grid-entry-style .header-with-avatar {
  padding-left: 80px;
  min-height: 60px;
}
.blog-entry.grid-entry-style .blog-entry-author-avatar {
  height: 60px;
  width: 60px;
}

/* Blog Entry > Grid > Gallery */
.blog-entry.grid-entry-style .sp-fade-arrows {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}
.blog-entry.grid-entry-style .sp-horizontal .sp-arrows {
  margin-top: -20px;
}
.blog-entry.grid-entry-style .wpex-slider .sp-arrow {
  height: 40px;
  width: 25px;
  line-height: 40px;
  font-size: 1.077em;
  background: rgba(0, 0, 0, 0.3);
}
.blog-entry.grid-entry-style .wpex-slider .sp-arrow:hover {
  background: rgba(0, 0, 0, 1);
}

/* Blog Entry > Grid > Excerpt */
.blog-entry.grid-entry-style .blog-entry-excerpt {
  margin-top: 10px;
}

/* Blog Entry > Grid > Readmore */
.blog-entry.grid-entry-style .blog-entry-readmore {
  margin-top: 20px;
}

/*------------------------------------------------------------------
[Single Blog Posts]
-------------------------------------------------------------------*/
.single-post .entry {
  margin-bottom: 40px;
}

/* Blog Single > Meta */
.content-full-screen .meta {
  display: none;
}
.single-post .meta {
  margin: 0 0 20px;
}
.single-post .meta.meta-with-title {
  border: none;
  padding: 0;
}

/* Blog Single > Thumbnail */
#post-media {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
#post-media img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.post-media-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 0.923em;
  font-weight: normal;
  text-align: center;
}
.post-media-caption p {
  color: #fff;
}
.post-media-caption a {
  color: #fff;
  text-decoration: none;
}
.post-media-caption p:last-child {
  margin: 0;
}

/* Blog Single > Tags */
.post-tags {
  margin-bottom: 40px;
}

/* Blog Single > Related Posts */
.related-posts {
  margin-bottom: 20px;
  overflow: hidden;
}
.related-posts li {
  margin-bottom: 20px;
}
.related-posts li:last-child,
.related-posts li p:last-child {
  margin-bottom: 0;
}
.related-post-thumb {
  display: block;
}
.related-post-thumb img {
  display: block;
  width: 100%;
}
.related-post-title {
  margin: 0 0 5px;
  display: block;
}
.related-post-content {
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.related-post-excerpt {
  font-size: 0.923em;
  line-height: 1.7em;
}
.related-post-excerpt p:last-child {
  margin: 0;
}

/* Blog Single > Quote */
.single .format-quote {
  position: relative;
  display: block;
  padding: 20px 30px;
  font-size: 1.231em;
  z-index: 2;
  background: #f7f7f7;
}
.single .format-quote p:last-child {
  margin: 0;
}
.single .format-quote .quote-entry-author {
  margin-top: 15px;
  font-size: 0.923em;
  font-weight: 300;
  text-decoration: underline;
}
.single .format-quote .fa-quote-right {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 60px;
  display: block;
  z-index: 1;
  opacity: 0.1;
}

/*------------------------------------------------------------------
[Post Series]
-------------------------------------------------------------------*/
#post-series {
  padding: 0 25px 25px;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
#post-series-title {
  background: #eee;
  font-size: 1.231em;
  font-weight: normal;
  margin: 0 -25px 25px;
  padding: 10px 25px;
  color: #000;
  border-bottom: 1px solid #e4e4e4;
}
#post-series-title a {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
#post-series-title a {
  color: inherit;
}
#post-series ul {
  list-style: none !important;
  margin: 0 !important;
}
#post-series li {
  padding: 7px 0;
  border-bottom: 1px solid #eee;
}
#post-series li:first-child {
  padding-top: 0;
}
#post-series li:last-child {
  border: none;
  padding-bottom: 0;
}
#post-series .post-series-count {
  font-weight: 600;
  color: #000;
  margin-right: 10px;
}
#post-series .post-series-current {
  opacity: 0.75;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  text-decoration: line-through;
}

/*------------------------------------------------------------------
[Author Bio]
-------------------------------------------------------------------*/
.author-bio {
  position: relative;
  margin: 0 0 40px;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 25px 25px 25px 125px;
}
.author-bio-avatar {
  position: absolute;
  top: 20px;
  left: 20px;
}
.author-bio-avatar img {
  display: block;
  border-radius: 74px;
  -moz-border-radius: 74px;
  -webkit-border-radius: 74px;
  height: 74px;
  width: 74px;
}
.author-bio-title {
  font-weight: 600;
  font-size: 1.077em;
  margin: 0 0 10px;
}
.author-bio-description p:last-child {
  margin: 0;
}
.author-bio-social {
  margin-top: 15px;
}
.author-bio-social a {
  display: block;
  float: left;
  color: #fff;
  height: 25px;
  line-height: 25px;
  width: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  margin-right: 4px;
  font-size: 13px;
  background: #1e1e1e;
}
.author-bio-social a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
.author-bio-social a:active {
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.4);
}
.author-bio-social a.twitter {
  background: #00aced;
}
.author-bio-social a.facebook {
  background: #3b5998;
}
.author-bio-social a.google-plus {
  background: #d14836;
}
.author-bio-social a.pinterest {
  background: #cb2027;
}
.author-bio-social a.linkedin {
  background: #007fb1;
}
.author-bio-social a.instagram {
  background: #517fa4;
}

/* Other Custom Post Types
--------------------------------------------------------------*/
.cpt-entry {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.cpt-entry-media {
  margin-bottom: 20px;
}
.cpt-entry-title {
  font-size: 24px;
  margin: 0 0 10px;
  font-weight: 400;
}
.cpt-entry-excerpt {
  margin-bottom: 20px;
}
.cpt-entry-excerpt p:last-child {
  margin: 0;
}

/*------------------------------------------------------------------
[Social Sharing]
-------------------------------------------------------------------*/

/* Social Sharing > Core */
ul.wpex-social-share {
  list-style: none;
}
.social-share-button-text {
  font-size: 13px;
}
.wpex-social-share li,
.wpex-social-share a {
  display: block;
  text-decoration: none;
}
.wpex-social-share a:hover {
  text-decoration: none;
}

/* Social Sharing > Add margin when needed */
.single-portfolio.no-composer .social-share-wrap.position-horizontal {
  margin: 40px 0 0;
}

/* Social Sharing > Minimal */
.wpex-social-share li a {
  color: #999;
  text-align: center;
  font-size: 1.077em;
  transition: all 0.15s ease;
}
.wpex-social-share li a:hover {
  background: #f7f7f7;
}
.wpex-social-share li.share-twitter a:hover {
  color: #00aced;
}
.wpex-social-share li.share-facebook a:hover {
  color: #3b5998;
}
.wpex-social-share li.share-pinterest a:hover {
  color: #cb2027;
}
.wpex-social-share li.share-googleplus a:hover {
  color: #dd4b39;
}
.wpex-social-share li.share-linkedin a:hover {
  color: #4875b4;
}

/* Social Sharing > Minimal > Vertical */
.wpex-social-share-wrap.position-vertical .social-share-title {
  display: none;
}
.wpex-social-share.position-vertical {
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 9;
  width: 35px;
  list-style: none;
  margin: 0;
}
.content-left-sidebar .wpex-social-share.position-vertical {
  right: -55px;
  left: auto;
}
.wpex-social-share.position-vertical li {
  float: left;
}
.wpex-social-share.position-vertical li:first-child {
  border-top: 1px solid #e4e4e4;
}
.wpex-social-share.position-vertical li a {
  border: 1px solid #e4e4e4;
  border-top: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.wpex-social-share.position-vertical .social-share-button-text {
  display: none;
}

/* Social Sharing > Minimal > Horizontal */
.wpex-social-share.position-horizontal {
  margin: 0 auto 40px;
}
.wpex-social-share.position-horizontal li {
  float: left;
  margin: 0 5px 5px 0;
  border: none;
}
.wpex-social-share.position-horizontal li a {
  color: #999;
  padding: 0.308em 0.769em;
  border: 1px solid #e4e4e4;
}
.wpex-social-share.position-horizontal li .fa {
  margin-right: 5px;
}

/* Social Sharing > Flat */
.wpex-social-share.style-flat li li:first-child {
  border: none;
}
.wpex-social-share.position-vertical.style-flat li:first-child {
  border-top: none;
}
.wpex-social-share.style-flat li a {
  color: #fff !important;
  border: none !important;
  border-radius: 2px;
}
.wpex-social-share.style-flat li.share-twitter a {
  background: #00aced;
}
.wpex-social-share.style-flat li.share-twitter a:hover {
  background: #0093cb;
}
.wpex-social-share.style-flat li.share-facebook a {
  background: #3b5998;
}
.wpex-social-share.style-flat li.share-facebook a:hover {
  background: #324b80;
}
.wpex-social-share.style-flat li.share-pinterest a {
  background: #cb2027;
}
.wpex-social-share.style-flat li.share-pinterest a:hover {
  background: #ae1b21;
}
.wpex-social-share.style-flat li.share-googleplus a {
  background: #dd4b39;
}
.wpex-social-share.style-flat li.share-googleplus a:hover {
  background: #d03724;
}
.wpex-social-share.style-flat li.share-linkedin a {
  background: #4875b4;
}
.wpex-social-share.style-flat li.share-linkedin a:hover {
  background: #3e659c;
}
.wpex-social-share.style-flat li {
  margin-bottom: 3px;
}

/* Social Sharing > 3D */
.wpex-social-share.style-three-d li li:first-child {
  border: none;
}
.wpex-social-share.position-vertical.style-three-d li:first-child {
  border-top: none;
}
.wpex-social-share.style-three-d li a {
  color: #fff !important;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
.wpex-social-share.style-three-d li a:active {
  border-bottom-color: transparent;
}
.wpex-social-share.style-three-d li.share-twitter a {
  background: #00aced;
}
.wpex-social-share.style-three-d li.share-twitter a:hover {
  background: #0093cb;
}
.wpex-social-share.style-three-d li.share-facebook a {
  background: #3b5998;
}
.wpex-social-share.style-three-d li.share-facebook a:hover {
  background: #324b80;
}
.wpex-social-share.style-three-d li.share-pinterest a {
  background: #cb2027;
}
.wpex-social-share.style-three-d li.share-pinterest a:hover {
  background: #ae1b21;
}
.wpex-social-share.style-three-d li.share-googleplus a {
  background: #dd4b39;
}
.wpex-social-share.style-three-d li.share-googleplus a:hover {
  background: #d03724;
}
.wpex-social-share.style-three-d li.share-linkedin a {
  background: #4875b4;
}
.wpex-social-share.style-three-d li.share-linkedin a:hover {
  background: #3e659c;
}
.wpex-social-share.style-three-d li {
  margin-bottom: 3px;
}

/* Social Sharing > Rounded */
.wpex-social-share.style-rounded li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.wpex-social-share.position-vertical.style-rounded li:first-child {
  border-top: none;
}
.wpex-social-share.style-rounded li a {
  padding: 0.462em 1.692em;
  border: 2px solid #eee;
  border-radius: 2px;
  transition: all 0.2s ease;
  border-radius: 99px;
  -moz-border-radius: 99px;
  -webkit-border-radius: 99px;
}
.wpex-social-share.style-rounded li.share-twitter a {
  border-color: #00aced;
  color: #00aced;
}
.wpex-social-share.style-rounded li.share-twitter a:hover {
  background: #00aced;
  color: #fff;
}
.wpex-social-share.style-rounded li.share-facebook a {
  border-color: #3b5998;
  color: #3b5998;
}
.wpex-social-share.style-rounded li.share-facebook a:hover {
  background: #3b5998;
  color: #fff;
}
.wpex-social-share.style-rounded li.share-pinterest a {
  border-color: #cb2027;
  color: #cb2027;
}
.wpex-social-share.style-rounded li.share-pinterest a:hover {
  background: #cb2027;
  color: #fff;
}
.wpex-social-share.style-rounded li.share-googleplus a {
  border-color: #dd4b39;
  color: #dd4b39;
}
.wpex-social-share.style-rounded li.share-googleplus a:hover {
  background: #dd4b39;
  color: #fff;
}
.wpex-social-share.style-rounded li.share-linkedin a {
  border-color: #4875b4;
  color: #4875b4;
}
.wpex-social-share.style-rounded li.share-linkedin a:hover {
  background: #4875b4;
  color: #fff;
}

.wpex-social-share.style-rounded.position-vertical li a {
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*------------------------------------------------------------------
[WP Gallery]
-------------------------------------------------------------------*/
.content-full-width .gallery-item {
  margin-bottom: 15px;
}
.content-left-sidebar .gallery-item,
.content-right-sidebar .gallery-item {
  margin-bottom: 10px;
}
.wpex-gallery {
  margin-bottom: 15px;
}
#wrap .wpex-gallery p {
  margin: 0;
}
#wrap .gallery {
  margin: 0 -10px;
}
.gallery-item {
  padding: 0 10px;
}
#wrap .gallery-item img {
  display: block;
  border: none;
  width: 100%;
}
.gallery-item img:hover {
  opacity: 0.8;
}
.gallery-caption {
  font-size: 0.923em;
  background: #f7f7f7;
  border: 1px solid #e4e4e4;
  border-top: none;
  text-align: center;
  padding: 5px 10px;
}

/*------------------------------------------------------------------
[Pagination]
-------------------------------------------------------------------*/

/*next/previous posts*/
.post-pagination {
  border-top: 1px solid #eee;
  padding: 30px 0;
  color: #888;
}
.post-pagination .post-prev {
  float: left;
  width: 48%;
}
.post-pagination .post-prev span {
  margin-right: 5px;
}
.post-pagination .post-next {
  float: right;
  width: 48%;
  text-align: right;
}
.post-pagination .post-next span {
  margin-left: 5px;
}
.post-pagination a {
  color: #888;
}
.content-full-screen .post-pagination {
  display: none;
}

/*standard*/
ul.page-numbers {
  list-style: none;
  margin: 10px 0 0;
}
ul.page-numbers li {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
  text-align: center;
}
ul .page-numbers a,
a.page-numbers,
span.page-numbers {
  line-height: 1;
  display: block;
  padding: 0.4em 0.7em;
  font-size: 0.923em;
  text-decoration: none;
  font-weight: normal;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #ddd;
  color: #888;
  transition: all 0.15s ease-in-out;
}
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: none;
}

/*infinite scroll*/
.infinite-scroll-loader {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -8px;
  height: 16px;
  line-height: 16px;
  width: 30px;
  background: url("images/loader.gif") center center no-repeat;
  text-indent: -9999px;
}
#infscr-loading img {
  display: none !important;
}
.infinite-scroll-nav {
  display: none;
}

/*Add some padding*/
.infinite-scroll-wrap {
  position: relative;
  padding-bottom: 20px;
}

/*------------------------------------------------------------------
[Sidebar]
-------------------------------------------------------------------*/
#sidebar {
  margin-bottom: 10px;
} /* sidebar box bottom padding + 10px = 40px bottom padding for sidebar */
.sidebar-box {
  padding-bottom: 30px;
}
.sidebar-box input {
  max-width: 100%;
}
.sidebar-box .widget-title {
  display: block;
  margin: 0 0 20px;
  font-size: 1.077em;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}
.sidebar-box .widget-titleselect {
  width: 100%;
}

/*------------------------------------------------------------------
[Widgets]
-------------------------------------------------------------------*/
.widget ul {
  list-style: none;
  margin: 0;
}
.widget_wpex_facebook_page_widget {
  overflow: hidden;
}

/* Widgets > Borders */
.wpex-widget-recent-posts-li,
.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_recent_comments li,
.widget_product_categories li,
.widget_layered_nav li,
.widget-recent-posts-icons li,
.site-footer .widget_nav_menu li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
.wpex-widget-recent-posts-li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_archive li:first-child,
.widget_recent_comments li:first-child,
.widget_product_categories li:first-child,
.widget_layered_nav li:first-child,
.widget-recent-posts-icons li:first-child,
.site-footer .widget_nav_menu li:first-child {
  border-top: 1px solid #eee;
}
.widget_product_categories ul ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_product_categories ul ul li {
  padding-left: 15px;
}

/* Widgets > Google Map */
.wpex-gmap-widget-embed iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none;
}

/* Widgets > About */
.wpex-about-widget-image img {
  display: block;
}
.wpex-about-widget-description {
  padding-top: 20px;
}

/* Widgets > Business Info */
.wpex-info-widget div {
  padding-left: 2.308em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
.wpex-info-widget div:last-child {
  margin-bottom: 0;
}
.wpex-info-widget p {
  margin: 0;
}
.wpex-info-widget .fa {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.231em;
}

/* Widgets > Custom Menu */
#sidebar .widget_nav_menu .sub-menu {
  display: none;
}
#sidebar .widget_nav_menu ul {
  margin: 0;
}
#sidebar .widget_nav_menu ul ul {
  margin: 0;
  border: none;
  border-radius: 0;
}
#sidebar .widget_nav_menu ul > li:first-child > a {
  border-top: 1px solid #eee;
}
#sidebar .widget_nav_menu li ul li:first-child a {
  border-top: none;
}
#sidebar .widget_nav_menu a {
  position: relative;
  font-weight: normal;
  display: block;
  padding: 9px 15px;
  border: 1px solid #eee;
  border-top: none;
  color: #777;
  cursor: pointer;
}
#sidebar .widget_nav_menu a .fa {
  margin-right: 10px;
}
#sidebar .widget_nav_menu .menu-item-has-children > a {
  padding-right: 30px;
}
#sidebar .widget_nav_menu ul ul li a {
  padding-left: 20px;
}
#sidebar .widget_nav_menu ul ul ul li a {
  padding-left: 30px;
}
#sidebar .widget_nav_menu .sub-menu a:before {
  content: "-";
  margin-right: 10px;
}
#sidebar .widget_nav_menu .sub-menu .sub-menu a:before {
  content: "- -";
  margin-right: 10px;
}
#sidebar .widget_nav_menu a:hover,
#sidebar .widget_nav_menu li.active > a {
  background-color: #f9f9f9;
  text-decoration: none;
}
#sidebar .widget_nav_menu .parent > a:after {
  font-family: "FontAwesome";
  display: block;
  content: "\f0d7";
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 1.077em;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #ddd;
}
#sidebar .widget_nav_menu .parent.active > a:after {
  content: "\f0d8";
}
#sidebar .widget_nav_menu .current_page_item > a,
#sidebar .widget_nav_menu .current-menu-item > a {
  background: #f7f7f7;
}
#sidebar .widget_nav_menu .current_page_item > .sub-menu,
#sidebar .widget_nav_menu .current-menu-item > .sub-menu {
  display: block;
}

/* Widgets > Modern Menu */
.modern-menu-widget {
  border: 1px solid #eee;
  border-radius: 3px;
  margin: 0;
}
.modern-menu-widget li,
.modern-menu-widget a {
  display: block;
}
.modern-menu-widget a {
  position: relative;
  padding: 0.538em 30px 0.538em 0.769em;
  color: #777;
}
.modern-menu-widget a > .fa {
  margin-right: 8px;
}
.modern-menu-widget a:after {
  display: block;
  font-family: "FontAwesome";
  content: "\f054";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  line-height: 12px;
  font-size: 0.923em;
  color: #bbb;
}
body.content-right-sidebar .modern-menu-widget li a {
  padding-left: 30px;
  padding-right: 0.769em;
}
body.content-right-sidebar .modern-menu-widget a:after {
  left: 10px;
  content: "\f053";
}
.modern-menu-widget a:hover {
  text-decoration: none;
  background: #fafafa;
}
.modern-menu-widget li.current-menu-item a {
  color: #fff;
  margin: 0 -1px;
}
.modern-menu-widget li.current-menu-item a:after {
  color: #fff;
}
.modern-menu-widget li {
  border-bottom: 1px solid #eee;
}
.modern-menu-widget li ul {
  border-top: 1px solid #eee;
}
.modern-menu-widget > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.modern-menu-widget > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.modern-menu-widget li:last-child {
  border-bottom: none;
}

/* Widgets > Tagcloud */
#main .tagcloud a,
.post-tags a {
  display: block;
  float: left;
  padding: 0.3em 0.8em;
  margin: 0 5px 5px 0;
  border: 1px solid #eee;
  color: #555;
  background: #f7f7f7;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#main .tagcloud a:hover,
.post-tags a:hover {
  text-decoration: none;
  color: #fff;
  border-color: transparent;
}

/* Widgets > Social (images) */
.wpex-social-widget-output {
  list-style: none;
}
.wpex-social-widget-output li {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wpex-social-widget-output li img {
  display: block;
}
.wpex-social-widget-output li img:hover {
  opacity: 0.8;
}
.wpex-social-widget-output li img:active {
  position: relative;
  top: 1px;
}

/* Widgets > Social Font Awesome */
.wpex-fa-social-widget .desc {
  margin-bottom: 20px;
}
.wpex-fa-social-widget .desc p:last-child {
  margin: 0;
}
.wpex-fa-social-widget ul {
  list-style: none;
}
.wpex-fa-social-widget ul li {
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wpex-fa-social-widget .wpex-social-btn {
  display: block;
  font-size: 1.077em;
  padding: 0;
}

/* Widgets > Flickr */
.wpex-flickr-widget {
  margin-right: -10px;
}
.wpex-flickr-widget .flickr_badge_image {
  display: block;
  width: 22%;
  float: left;
  margin-right: 2%;
  margin-bottom: 7px;
  height: auto !important;
}
.wpex-flickr-widget .flickr_badge_image a,
.wpex-flickr-widget .flickr_badge_image img {
  display: block;
  float: left;
  width: auto !important;
  height: auto !important;
}
.wpex-flickr-widget .flickr_badge_image:hover {
  opacity: 0.8;
}

/* Widgets > Video */
.wpex-video-widget-description {
  text-align: center;
  margin-top: 15px;
}

/* Widgets > Calendar */
#wp-calendar {
  width: 100%;
  font-size: 0.846em;
}
#wp-calendar thead th {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 0.846em;
}
#wp-calendar tbody td {
  text-align: center;
  border: 1px solid #ddd;
  line-height: 2.5em;
  transition: background 0.15s ease;
  -webkit-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
}
#wp-calendar tbody td:hover {
  background: #f1f1f1;
  color: #333;
}
#wp-calendar tbody td a {
  display: block;
  text-decoration: none;
  background: #f1f1f1;
  color: #333;
}
#wp-calendar tbody td:hover a {
  background: #4d4d4d;
  color: #fff;
}
#wp-calendar tfoot td {
  padding-top: 1px;
  padding: 4px;
}
#wp-calendar caption {
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  outline: 0 none !important;
  color: #fff;
  text-align: center;
}
#wp-calendar tbody a {
  display: block;
  text-decoration: underline;
}
#wp-calendar th {
  text-align: center;
  border: 1px solid transparent;
  border-top: none;
  padding: 7px 0;
  color: #a7a7a7;
}
#footer #wp-calendar thead th {
  background: #222;
}
#footer #wp-calendar tbody td {
  border-color: #222;
}

/* Widgets > Thumbnail Grid */
.wpex-recent-posts-thumb-grid.wpex-row {
  margin: 0 -5px;
  margin-bottom: -10px;
  overflow: hidden;
}
.wpex-recent-posts-thumb-grid.wpex-row .nr-col {
  padding: 0 5px;
  margin-bottom: 10px;
}

/* Widgets > Instagram Grid */
.wpex-instagram-grid-widget img:hover {
  opacity: 0.8;
}

/* Widgets > Posts w/ Thumbnails */
.wpex-widget-recent-posts-li {
  margin: 0;
  font-size: 1em;
  min-height: 95px;
  padding-left: 85px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wpex-widget-recent-posts-li:first-child {
  padding-top: 15px;
}
.wpex-widget-recent-posts-thumbnail {
  position: absolute;
  left: 0;
  top: 15px;
  width: 65px;
}
.wpex-widget-recent-posts-thumbnail,
.wpex-widget-recent-posts-thumbnail img {
  display: block;
}
.wpex-widget-recent-posts-li:first-child .wpex-widget-recent-posts-thumbnail {
  top: 15px;
}
.wpex-widget-recent-posts-title {
  font-weight: 600;
  color: #000;
}
.wpex-widget-recent-posts-title:hover {
  text-decoration: none;
  opacity: 0.75;
}
#sidebar .wpex-widget-recent-posts-date {
  font-size: 0.923em;
  font-weight: 400;
  color: #777;
}
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-thumbnail {
  position: inherit;
  left: auto;
  top: auto;
  margin-bottom: 15px;
  width: 100%;
}
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-li {
  padding-left: 0;
  min-height: 0;
}
.wpex-widget-recent-posts.style-fullimg .wpex-widget-recent-posts-date {
  margin-top: 0;
}

/* Widgets > Categories */
.widget_categories li {
  position: relative;
}
.widget_categories li ul {
  margin: 0 0 0 20px;
}
.widget_categories li ul li:first-child {
  border-top: 1px solid #eee;
  margin-top: 4px;
}
.widget_categories li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget_categories .cat-count-span {
  color: #999;
  font-size: 0.846em;
}

/* Widgets > Layered Nav */
.widget_layered_nav li {
  position: relative;
}
.widget_layered_nav .count {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  line-height: 12px;
  color: #999;
  font-size: 0.846em;
}

/* Widgets > Recent Posts */
.widget_recent_entries .post-date {
  display: block;
  font-size: 0.846em;
  color: #777;
  margin: 5px 0 0;
}

/* Widgets > Recent Posts w/ Icons */
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments a:first-child:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before {
  margin-right: 10px;
  font-family: "FontAwesome";
  color: #999;
  display: inline-block;
}
.sidebar-widget-icons .widget_archive a:before {
  content: "\f016";
}
.sidebar-widget-icons .widget_recent_entries a:before {
  content: "\f0f6";
}
.sidebar-widget-icons .widget_recent_comments a:first-child:before {
  content: "\f0e5";
}
.sidebar-widget-icons .widget_layered_nav a:before {
  content: "\f0da";
}
.sidebar-widget-icons .widget_product_categories a:before {
  content: "\f0da";
}
.sidebar-widget-icons .widget_categories a:before {
  content: "\f114";
}

/* Widgets > Footer Colors */
#footer li,
#footer #wp-calendar thead th,
#footer #wp-calendar tbody td {
  border-color: #333;
}
#footer #wp-calendar tbody td:hover,
#footer #wp-calendar tbody td a {
  color: #fff;
  background-color: #333;
}

/* Widgets > With Icons */
.widget-recent-posts-icons li .fa {
  margin-right: 10px;
  color: #999;
}
.site-footer .widget-recent-posts-icons li .fa {
  color: #777;
}

/* Widgets > Recent Posts */
.wpex-recent-comments-widget li {
  position: relative;
  padding-left: 70px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 62px;
}
.wpex-recent-comments-widget li:first-child {
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.wpex-recent-comments-widget li a {
  display: block;
}
.wpex-recent-comments-widget li a.avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 3px;
  border: 1px solid #e4e4e4;
}
.wpex-recent-comments-widget li:first-child a.avatar {
  top: 20px;
}
.site-footer .wpex-recent-comments-widget li a.avatar {
  border-color: #333;
}
.wpex-recent-comments-widget strong {
  color: #000;
}
.site-footer .wpex-recent-comments-widget strong {
  color: #fff;
}

/* Widgets > Newsletter */
.wpex-newsletter-widget {
  padding: 20px;
  background: #f7f7f7;
  border: 1px solid #eee;
  text-align: center;
}
.wpex-newsletter-widget-heading {
  font-weight: 600;
  font-size: 1.231em;
  margin: 0 0 10px;
}
.wpex-newsletter-widget-description {
  font-size: 0.923em;
  margin-bottom: 10px;
  color: #787878;
}
.wpex-newsletter-widget-description p:last-child {
  margin: 0;
}
.wpex-newsletter-widget input[type="email"],
.wpex-newsletter-widget input[type="text"] {
  border-color: #ddd;
  background: #fff;
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
.wpex-newsletter-widget button {
  font-size: 1em;
  margin-top: 5px;
  width: 100%;
  padding: 0.9em 1.2em;
  display: block;
}
#footer .wpex-newsletter-widget {
  background: #222;
  border-color: #333;
}
#footer .wpex-newsletter-widget-heading {
  color: #fff;
}
#footer input[type="email"].wpex-newsletter-widget-input,
#footer input[type="text"].wpex-newsletter-widget-input {
  border-color: transparent;
}
#footer input[type="email"].wpex-newsletter-widget-input:focus,
#footer input[type="text"].wpex-newsletter-widget-input:focus {
  color: #fff;
}

/*------------------------------------------------------------------
[Footer Callout]
-------------------------------------------------------------------*/
#footer-callout-wrap {
  background: #f7f7f7;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#footer-callout {
  font-size: 1.385em;
}
#footer-callout-left,
#footer-callout-right {
  display: block;
  float: left;
}
#footer-callout-left {
  width: 75%;
}
#footer-callout-left.full-width {
  width: 100%;
}
#footer-callout-right {
  width: 23%;
  margin-left: 2%;
}
#footer-callout .theme-button {
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.889em;
  padding: 15px 20px;
}

/*------------------------------------------------------------------
[Footer + Footer Widgets]
-------------------------------------------------------------------*/

/* Footer > Main */
.site-footer {
  background: #262626;
  color: #777;
}
.site-footer .container {
  padding-top: 45px;
}
.single-col-footer .col {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
.site-footer ul {
  margin: 0;
}
.site-footer .col {
  margin-bottom: 0;
}
.full-screen-post .site-footer {
  margin-top: 0;
}
.site-footer .widget_recent_entries li,
.site-footer .widget_categories li {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #333;
}

/* Footer > Typography */
.footer-widget .widget-title {
  display: block;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
  font-size: 1.077em;
  margin: 0 0 20px;
}
.site-footer p {
  color: #777;
}
.site-footer-widgets {
  position: relative;
}
.site-footer a,
.site-footer strong {
  color: #999;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: none;
}

/* Footer > Widgets */
.footer-widget {
  padding-bottom: 45px;
}
#footer-widgets.wpex-row .col {
  margin-bottom: 0 !important;
}
.footer-widget .wpex-widget-recent-posts-title {
  color: #fff;
}

/* Footer > Bottom */
#footer-bottom {
  background: #222;
  color: #999;
  font-size: 0.923em;
}
#footer-bottom-inner {
  position: relative;
}
#footer-bottom p {
  color: #999;
}
#footer-bottom p:last-child {
  margin: 0;
}
#footer-bottom-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer-bottom a {
  color: #aaa;
}
#footer-bottom a:hover {
  color: #fff;
  text-decoration: none;
}

/* Footer > Copyright */
#footer-copyright {
  font-size: 0.923em;
  font-weight: 400;
}
#footer-copyright p:last-child {
  margin: 0;
}

/* Footer > Social */
#footer-bottom-menu {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
}
#footer-bottom-menu ul {
  list-style: none;
  margin: 0;
}
#footer-bottom-menu ul li {
  float: left;
  margin-left: 20px;
}
#footer-bottom-menu ul li:first-child {
  margin-left: 0;
}
#footer-bottom-menu ul li .fa {
  margin-right: 7px;
}

/* Footer > Back To Top Button */
#site-scroll-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  color: #898989;
  height: 35px;
  line-height: 35px;
  width: 35px;
  font-size: 16px;
  border-radius: 50%;
  background: #f7f7f7;
  border: 3px solid #fff;
  text-align: center;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#site-scroll-top:hover {
  border-color: transparent;
  text-decoration: none;
  color: #fff;
}
#site-scroll-top.show {
  display: block;
  visibility: visible;
  opacity: 1;
}

/*------------------------------------------------------------------
[Footer Reveal]
-------------------------------------------------------------------*/
.footer-has-reveal #site-header.overlay-header {
  background: none;
}
@media only screen and (min-width: 960px) {
  .footer-reveal {
    display: block;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    z-index: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footer-has-reveal #main {
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
@media only screen and (max-width: 959px) {
  body.footer-has-reveal #wrap {
    margin-bottom: 0 !important;
  }
}
.footer-reveal.wpex-visible {
  visibility: visible;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
}

/*------------------------------------------------------------------
[Search]
-------------------------------------------------------------------*/

/*search input*/
.searchform {
  position: relative;
}
.wpex-menu-search-text {
  display: none;
}
.searchform input {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  padding: 0.8em 30px 0.8em 0.8em;
}
.searchform .searchform-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 20px;
  line-height: 20px;
  margin: -10px 0 0;
  background: none;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  font-size: 11px;
  opacity: 0.5;
}
#footer .searchform input {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border: none;
  padding: 0.8em;
}
#footer input[type="search"] {
  outline: none;
}

/*search results page*/
#search-no-results {
  font-size: 1.231em;
  margin-bottom: 20px;
}

/*entries*/
.search-entry {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-left: 130px;
  min-height: 120px;
}
.search-entry-no-thumb {
  padding-left: 0;
  min-height: 0;
}
.search-entry h2 {
  font-size: 1.313em;
  margin: 0 0 10px;
  font-weight: 600;
}
.search-entry-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  padding: 4px;
  border: 1px solid #eee;
}
.search-entry-thumb img {
  display: block;
  width: 100%;
}
.search-entry-thumb img:hover {
  opacity: 0.8;
}
.search-entry-text p:last-child {
  margin: 0;
}

/*search site overlay - modal*/
#searchform-overlay {
  display: none;
  width: 350px;
  top: 120px;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  transition: transform 0.4s;
}
#searchform-overlay.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#searchform-overlay-title {
  font-size: 2.154em;
  margin: 0 0 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}
#searchform-overlay input {
  font-size: 1.077em;
  background: #fff;
  -webkit-apperance: none !important;
  width: 100%;
  border: 0;
  outline: 0;
  padding: 0;
  padding-right: 40px;
  padding-left: 20px;
  height: 45px;
  color: #000;
  font-weight: 400;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
#searchform-overlay .searchform-submit {
  font-size: 18px;
}
#searchform-overlay .searchform-submit:hover {
  opacity: 1;
}

/*dropdown searchform*/
#searchform-dropdown {
  z-index: 10000;
  position: absolute;
  right: 0;
  background: #fff;
  top: 100%;
  padding: 15px;
  width: 260px;
  border-top: 3px solid transparent;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
#searchform-dropdown input {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  background: #f4f4f4;
  -webkit-appearance: none;
  border-radius: 0;
}
#searchform-dropdown button {
  display: none;
}
.boxed-main-layout #searchform-dropdown {
  right: 30px;
}

/*header replace*/
#searchform-header-replace {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
#searchform-header-replace form {
  height: 100%;
  width: 100%;
}
#searchform-header-replace input {
  height: 100%;
  width: 100%;
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  font-size: 32px;
  text-transform: uppercase;
  color: #bbb;
  background: none;
}
#searchform-header-replace-close {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #bbb;
  cursor: pointer;
}
#searchform-header-replace-close:hover {
  color: #000;
}
body.boxed-main-layout #searchform-header-replace input {
  padding: 0 30px;
}
body.boxed-main-layout #searchform-header-replace-close {
  right: 30px;
}

/*display search on click*/
#searchform-dropdown.show,
#searchform-header-replace.show {
  visibility: visible;
  opacity: 1;
}

/*------------------------------------------------------------------
[Contact Form 7]
-------------------------------------------------------------------*/
div.wpcf7 .wpcf7-not-valid {
  border-color: #f00;
}
span.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7 input,
div.wpcf7 textarea {
  max-width: 100%;
}
div.wpcf7-validation-errors {
  margin: 20px 0 0;
  padding: 10px;
  color: #c4690e;
  background: #fffdf3;
  text-align: center;
  border: 1px solid #fad7b5;
  font-weight: 400;
  font-size: 0.923em;
}
div.wpcf7 .wpcf7-mail-sent-ok {
  margin: 10px 0 0;
  padding: 10px;
  background: #edfdd3;
  border: 1px solid #c4dba0;
  text-align: center;
  color: #657e3c;
  font-weight: normal;
}
div.wpcf7-mail-sent-ng {
  margin: 0;
  padding: 10px;
  background: #ffe9e9;
  color: #d04544;
  border: 1px solid #e7a9a9;
}
.wpcf7 input,
.wpcf7 textarea {
  margin-top: 5px;
}
div.wpcf7 .col input {
  width: 100%;
}
div.wpcf7 .one-half input {
  width: 100%;
}
div.wpcf7 .one-half {
  padding-left: 20px;
}
div.wpcf7 .one-half.first {
  padding-left: 0;
}
div.wpcf7 .full-width input {
  width: 100%;
}

/*------------------------------------------------------------------
[Login Page]
-------------------------------------------------------------------*/
#login-page-wrap {
  padding: 80px 0;
  text-align: center;
}
#login-page-logo {
  margin-bottom: 10px;
}
#login-page-logo a {
  font-weight: 600;
  font-size: 26px;
  color: #000;
}
#login-template-form {
  display: inline-block;
  border: 1px solid #eee;
  background: #f7f7f7;
  padding: 20px;
  width: 300px;
  max-width: 100%;
}
#login-template-form label {
  font-size: 0.846em;
  text-transform: uppercase;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  display: block;
  float: none;
  margin-bottom: 5px;
  color: #999;
}
#login-template-form input[type="text"],
#login-template-form input[type="password"] {
  width: 100%;
  background: #fff;
}
#login-template-form .button-primary {
  width: 100%;
}
#login-template-form .login-submit {
  margin: 0;
}

/*------------------------------------------------------------------
[Login Form]
-------------------------------------------------------------------*/
#wpex-loginform-wrap label {
  font-size: 1.125em;
}
#wpex-loginform-wrap input[type="text"],
#wpex-loginform-wrap input[type="password"] {
  width: 100%;
  font-size: 1em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  margin-top: 10px;
  border-radius: 3px;
}
#wpex-loginform-wrap input[type="text"]:focus,
#wpex-loginform-wrap input[type="password"]:focus {
  border-color: #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}
#wpex-loginform-wrap p:last-child {
  margin: 0;
}
#wpex-loginform-wrap a:hover {
  color: #4d4d4d;
  text-decoration: none;
}

/*------------------------------------------------------------------
[Archives]
-------------------------------------------------------------------*/
.archives-section {
  margin-bottom: 60px;
}
.archives-section h2 {
  margin: 0 0 10px;
}
.archives-list {
  list-style: none;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.archives-list li {
  display: block;
  color: #999;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.archives-list li a {
  color: #999;
}
.archives-list li a:hover {
  color: #000;
  text-decoration: none;
}
.archives-list li .fa {
  color: #999;
  margin-right: 15px;
}

/*------------------------------------------------------------------
[Comments]
-------------------------------------------------------------------*/
#comments {
  margin-bottom: 40px;
}
#comments.empty-closed-comments {
  display: none;
}

/* Comments > Entry */
#comments .children {
  margin-left: 30px;
}
#comments .comment {
  position: relative;
}
#comments .comment-body {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}
#comments .comment .comment-body {
  margin-left: 80px;
}
body.comment-avatars-disabled #comments .comment .comment-body {
  margin-left: 0;
}
#comments .comment-content p:last-child {
  margin-bottom: 0;
}

/* Comments > Avatar */
#comments .comment-author .avatar {
  left: -80px;
  position: absolute;
  top: 0px;
  padding: 3px;
  border: 1px solid #e4e4e4;
}
#comments .comment-author .avatar img {
  display: block;
}

/* Comments > Meta */
#comments .comment-meta {
  margin-bottom: 15px;
}
#comments .comment-meta .fn {
  display: block;
  font-size: 1.077em;
  font-weight: 600;
  color: #000;
}
#comments .comment-meta .fn .url {
  color: #000;
}
#comments .comment-meta .says {
  display: none;
}
#comments .comment-meta a:hover {
  text-decoration: none;
}
#comments .comment-metadata time {
  color: #a7a7a7;
}
#comments .comment-metadata .comment-edit-link {
  display: inline-block;
  margin-left: 6px;
}
#comments .comment-metadata .comment-edit-link:hover {
  text-decoration: underline;
}

/* Comments > Reply */
#comments .comment-body .reply {
  padding-top: 15px;
}
#comments .comment-body .reply a {
  color: #a7a7a7;
  text-decoration: underline;
}
#comments .comment-body .reply a:hover {
  color: #000;
}
#comments .comment-reply-title {
  font-size: 1.231em;
  margin-bottom: 0;
}
#comments .logged-in-as {
  font-size: 0.923em;
  margin: 0 0 10px;
}

#comments #cancel-comment-reply-link {
  font-size: 0.923em;
  color: #989898;
  float: right;
  font-weight: normal;
  border: 2px solid #ededed;
  padding: 3px 10px;
  border-radius: 3px;
  text-decoration: none;
}
#comments #cancel-comment-reply-link:hover {
  color: #000;
}
#comments #cancel-comment-reply-link .fa {
  margin-right: 7px;
}

/* Comments > Form */
#comments p.comment-notes {
  color: #666;
  margin: 10px 0 20px;
}
#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-website,
#comments .comment-form-comment,
#comments .comment-form-url {
  margin: 0 0 10px;
}
#comments .comment-form-author input,
#comments .comment-form-author input,
#comments .comment-form-email input,
#comments .comment-form-website input,
#comments .comment-form-comment input,
#comments .comment-form-url input {
  width: 50%;
}
#comments #commentform label {
  display: block;
  margin-bottom: 3px;
}
#comments .form-allowed-tags {
  display: none;
}
#comments span.required {
  color: #f00;
  font-size: 9px;
  position: relative;
  top: -4px;
}

/* Comments > Closed */
.no-comments {
  margin-top: 40px;
  padding: 10px;
  background: #f7f7f7;
  border: 1px solid #eee;
  text-align: center;
}
.no-comments .fa {
  margin-right: 8px;
}

/* Comments > Pagination */
.comment-navigation a.page-numbers,
.comment-navigation span.page-numbers {
  display: block;
  float: left;
  margin: 0 4px 4px 0;
}

/* Comments > JetPack */
.comment-subscription-form {
  margin: 0px;
}
.comment-subscription-form:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.comment-subscription-form input,
.comment-subscription-form label {
  float: left;
  font-size: 0.846em;
  margin: 0px !important;
  margin-right: 5px !important;
}

/*------------------------------------------------------------------
[WPML]
-------------------------------------------------------------------*/
#footer #lang_sel_list a,
#footer #lang_sel_list a:visited {
  background: none;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
#footer #lang_sel_list li {
  float: none;
  border: none;
}

/*------------------------------------------------------------------
[Font Awesome]
-------------------------------------------------------------------*/
#site-scroll-top,
.page-numbers.next,
.page-numbers.prev {
  font-family: "FontAwesome";
}
.sf-menu
  > li.megamenu
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  a:before,
.wpex-slider .sp-arrow,
.wpex-slider .sp-arrow:before,
#main .widget_nav_menu .parent > a:after,
.modern-menu-widget a:after,
.sidebar-widget-icons .widget_archive a:before,
.sidebar-widget-icons .widget_recent_entries a:before,
.sidebar-widget-icons .widget_recent_comments a:before,
.sidebar-widget-icons .widget_layered_nav a:before,
.sidebar-widget-icons .widget_product_categories a:before,
.sidebar-widget-icons .widget_categories a:before,
.theme-select:after,
.searchform input:after,
ul.check-list li:before,
.animsition-loading:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Fixes some line-height issues with some fonts*/
#site-scroll-top,
.author-bio-social a,
.wpex-fa-social-widget .wpex-social-btn {
  font-family: "FontAwesome";
}

/*------------------------------------------------------------------
[Tipsy Tooltips]
-------------------------------------------------------------------*/
.tipsy {
  font-size: 0.769em;
  position: absolute;
  padding: 5px;
  z-index: 99;
}
.tipsy-inner {
  background-color: #000;
  color: #fff;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n {
  border-bottom-color: #000;
}
.tipsy-arrow-s {
  border-top-color: #000;
}
.tipsy-arrow-e {
  border-left-color: #000;
}
.tipsy-arrow-w {
  border-right-color: #000;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/*------------------------------------------------------------------
[Resets]
-------------------------------------------------------------------*/
body .remove-dims {
  height: auto;
  width: auto;
}
.reset-styles {
  font-size: 1em;
  color: inherit;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  border: none;
  background: none;
  letter-spacing: inherit;
}
.reset-styles a {
  font-size: inherit;
  color: inherit;
}
body .disable-box-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/*------------------------------------------------------------------
[Print Styles]
-------------------------------------------------------------------*/
@media print {
  #sidebar,
  #footer-callout-wrap,
  #footer,
  #footer-bottom,
  #top-bar-wrap,
  #site-navigation-wrap,
  .toggle-bar-btn,
  .post-pagination,
  .related.products,
  .product form.cart {
    display: none;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .wpb_accordion_content,
  .wpb_toggle_content {
    display: block !important;
  }
}

/*------------------------------------------------------------------
[Accent Colors]
-------------------------------------------------------------------*/

/* Accent > #4a97c2 > Background */
.wpex-accent-bg,
.background-highlight,
input[type="submit"],
.theme-button,
button,
#main .tagcloud a:hover,
.post-tags a:hover,
.wpex-carousel .owl-dot.active,
#site-navigation .menu-button > a > span.link-inner,
.wpex-carousel .owl-prev,
.wpex-carousel .owl-next {
  background: #4a97c2;
  color: #fff;
}

/* Accent > #3b86b0 > Background */
.modern-menu-widget li.current-menu-item a,
#wp-calendar caption,
#site-scroll-top:hover,
input[type="submit"]:hover,
.theme-button:hover,
button:hover,
.wpex-carousel .owl-prev:hover,
.wpex-carousel .owl-next:hover,
#site-navigation .menu-button > a > span.link-inner:hover {
  background: #3b86b0;
}

/* Accent > #3b86b0 > Color */
.wpex-accent-color,
a.wpex-accent-color,
#site-navigation .dropdown-menu a:hover,
#site-navigation .dropdown-menu > .current-menu-item > a,
#site-navigation .dropdown-menu > .current-menu-parent > a,
h1 a:hover,
h2 a:hover,
a:hover h2,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.entry-title a:hover,
.modern-menu-widget a:hover {
  color: #3b86b0;
}

/* Accent > #3b86b0 > Borders */
#searchform-dropdown {
  border-color: #3b86b0;
}
.toggle-bar-btn:hover {
  border-top-color: #3b86b0;
  border-right-color: #3b86b0;
}
.wpex-dropdown-top-border #site-navigation .dropdown-menu li ul {
  border-top-color: #3b86b0;
}

/*------------------------------------------------------------------
[iLightbox]
-------------------------------------------------------------------*/
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder,
.ilightbox-holder .ilightbox-container,
.ilightbox-holder .ilightbox-container img.ilightbox-image,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-toolbar *,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social,
.ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.ilightbox-overlay,
.ilightbox-loader,
.ilightbox-loader *,
.ilightbox-holder .ilightbox-container .ilightbox-caption,
.ilightbox-toolbar,
.ilightbox-thumbnails,
.ilightbox-thumbnails *,
.ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-noscroll {
  overflow: hidden;
}
.ilightbox-closedhand * {
  cursor: url(closedhand.cur), default !important;
}
.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader div {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}
.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}
.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}
.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}
.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}
.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}
.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}
.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}
.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}
.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-interpolation-mode: bicubic;
}
.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.ilightbox-thumbnails
  .ilightbox-thumbnails-grid
  .ilightbox-thumbnail
  .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}
.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
}
.ilightbox-holder.ilightbox-next,
.ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}
.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}
.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 16px;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
  background-image: url("../social_icons/facebook_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
  background-image: url("../social_icons/digg_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
  background-image: url("../social_icons/twitter_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
  background-image: url("../social_icons/delicious_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
  background-image: url("../social_icons/reddit_16.png");
}
.ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
  background-image: url("../social_icons/google_plus_16.png");
}
.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}
.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}
.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}
.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}

/*iLightbox tweaks*/
.ilightbox-holder .ilightbox-container .ilightbox-caption p:last-child {
  margin: 0;
}
.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
  font-weight: normal;
  font-size: 16px;
  font-family: inherit;
}

/*------------------------------------------------------------------
[Slider Pro 1.2.0]
-------------------------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sp-slides-container {
  position: relative;
}
.sp-mask {
  position: relative;
  overflow: hidden;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-slide {
  position: absolute;
}
.sp-image-container {
  overflow: hidden;
}
.sp-image {
  position: relative;
  display: block;
  border: none;
}
.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}
.sp-bottom-thumbnails,
.sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}
.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}
.sp-bottom-thumbnails {
  margin-top: 4px;
}
.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}
.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}
.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}
.sp-thumbnails {
  position: relative;
}
.sp-thumbnail {
  border: none;
}
.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-bottom-thumbnails .sp-thumbnail-container,
.sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}
.sp-bottom-thumbnails .sp-thumbnail-container:first-child,
.sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}
.sp-bottom-thumbnails .sp-thumbnail-container:last-child,
.sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}
.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}
.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}
.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}
.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-black {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}
.sp-rounded {
  border-radius: 10px;
}
.sp-padding {
  padding: 10px;
}
.sp-grab {
  cursor: url(images/openhand.cur), move;
}
.sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}
.sp-selectable {
  cursor: default;
}
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}
.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-full-screen-button:before {
  content: "\2195";
}
.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}
.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.sp-selected-button {
  background-color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sp-button {
    width: 14px;
    height: 14px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 16px;
    height: 16px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 18px;
    height: 18px;
  }
}
.sp-arrows {
  position: absolute;
}
.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}
.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}
.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}
.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-horizontal .sp-previous-arrow {
  left: 20px;
}
.sp-horizontal .sp-next-arrow {
  right: 20px;
}
.sp-vertical .sp-previous-arrow {
  top: 20px;
}
.sp-vertical .sp-next-arrow {
  bottom: 20px;
}
.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}
.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.ie7 .sp-arrow,
.ie8 .sp-arrow {
  width: 0;
  height: 0;
}
.ie7 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie8 .sp-arrow:before {
  content: none;
}
.ie7.sp-horizontal .sp-previous-arrow,
.ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie7.sp-horizontal .sp-next-arrow,
.ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.ie7.sp-vertical .sp-previous-arrow,
.ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.ie7.sp-vertical .sp-next-arrow,
.ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}
.sp-thumbnail-arrows {
  position: absolute;
}
.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}
.sp-bottom-thumbnails .sp-thumbnail-arrows,
.sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}
.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}
.sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}
.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}
.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}
.sp-next-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-previous-thumbnail-arrow:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #fff;
}
.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}
.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}
.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}
.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}
.ie7 .sp-thumbnail-arrow,
.ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}
.ie7 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie8 .sp-thumbnail-arrow:before {
  content: none;
}
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #fff;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}
a.sp-video {
  text-decoration: none;
}
a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}
a.sp-video:after {
  content: "\25B6";
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none !important;
  max-height: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}
.slider-pro canvas,
.slider-pro embed,
.slider-pro iframe,
.slider-pro object,
.slider-pro video {
  max-width: none;
  max-height: none;
}
.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}
.slider-pro img.sp-layer {
  border: none;
}

/*---------------------------------
    Homepage 
----------------------------------*/

.form-homepage .vc_col-sm-5.wpb_column.clr.column_container {
  background: #fff none repeat scroll 0 0;
  box-shadow: 1px 11px 11px #ccc;
  margin-top: -147px;
  padding: 0px 33px 33px 33px;
  position: relative;
  z-index: 15;
}

.form-homepage select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  height: 33px;
  width: 100%;
}

.form-homepage .wpcf7-form-control.wpcf7-submit {
  padding: 10px;
  width: 92%;
}

div.wpcf7-validation-errors,
div.wpcf7 .wpcf7-mail-sent-ok {
  margin: 20px 0;
  width: 100%;
}

.form-homepage input[type="text"],
.form-homepage input[type="password"],
.form-homepage input[type="email"],
.form-homepage input[type="tel"],
.form-homepage input[type="url"],
.form-homepage input[type="search"],
.form-homepage textarea {
  width: 100%;
}

.form-homepage .vc_col-sm-5.wpb_column.clr.column_container > h2 {
  color: #195886;
  font-size: 1.831em;
  font-style: italic;
  text-align: center;
  line-height: 17px;
  width: 100%;
}

.form-homepage h3 {
  color: #5a95bc;
  font-size: 17px;
  line-height: 3px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.ambulatorio-home .vc_box_border_grey.attachment-full {
  width: 95%;
}

.wpcf7-form > .submitform-home {
  font-size: 15px;
  margin: 30px auto 20px;
  width: 81%;
}

.home-section {
  color: #222;
  font-size: 32px;
  font-weight: 400;
}

.ambulatorio-home .vcex-icon-box.clr.style-one.align-center > p {
  float: left;
  left: 0;

  position: absolute;
}

.ambulatorio-home h2.home-section {
  margin-bottom: 50px;
}

.home-special-value {
  border: 2px solid #f90;
  color: #f60;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  text-transform: uppercase;
}

#home-content .vc_col-sm-7.wpb_column.clr.column_container {
  padding-left: 55px;
}

.elastic-grid h2 {
  font-size: 14px;
  line-height: 10px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.elastic-grid .center-row-inner {
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  #home-content .vc_col-sm-7.wpb_column.clr.column_container {
    padding: 0 30px;
  }
  .ambulatorio-home .vc_single_image-wrapper.vc_box_border_grey > img {
    display: none;
  }
  .form-homepage .vc_col-sm-5.wpb_column.clr.column_container {
    box-shadow: none;
    margin-top: -20px;
  }
  .vc_col-sm-4.wpb_column.clr.column_container {
    margin: 20px 0px 50px;
  }
}

@media only screen and (min-width: 770px) {
  .elastic-grid .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .elastic-grid .container.center-row.clr {
    max-width: 100%;
  }
  .elastic-grid .vc_col-sm-4.wpb_column.clr.column_container {
    padding: 0 12px 0 1px;
  }
}

/*---------------------------------
    Sidebar
----------------------------------*/

#sidebar .form-homepage .wpb_column.clr.column_container {
  box-shadow: 1px 4px 9px #ccc;
  margin: auto;
  padding: 7px;
  width: 100%;
}

#sidebar .form-homepage p {
  margin: 7px 10px;
}

#sidebar p.submitform-home {
  margin: 15px auto 5px;
}

#sidebar .wpb_column.clr.column_container > h2 {
  line-height: 6px;
  text-align: center;
  font-style: italic;
}

#sidebar .form-homepage select {
  width: 95%;
}

.recentcomments {
  border-bottom: 1px dotted #aaa;
  font-size: 14px;
  padding: 9px 0;
}

/*---------------------------------
    Template Interventi
----------------------------------*/

.page-template-interventi .page-header {
  margin-bottom: 0px;
}

.page-template-interventi #sidebar {
  margin-top: 317px;
}

@media only screen and (max-width: 769px) {
  .page-template-interventi #sidebar {
    margin-top: 30px;
  }
}

.page-template-interventi .form-homepage {
  background: #fff none repeat scroll 0 0;
}

.page-template-interventi .rev_slider_wrapper.fullwidthbanner-container {
  z-index: -1;
}

.page-template-interventi .content-interventi {
  margin-top: 30px;
}

table.intervento-info {
  width: 100%;
  border-collapse: collapse;
}
/* stilizzazione "zebrata" delle righe della tabella */
.intervento-info tr:nth-of-type(odd) {
  background: #eee;
}
.intervento-info th {
  background: #666;
  color: white;
  font-weight: bold;
}
.intervento-info td,
.intervento-info th {
  padding: 6px;
  border: 1px solid #fff;
  text-align: left;
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Forza la tabella a non essere più una tabella */
  table.intervento-info,
  .intervento-info thead,
  .intervento-info tbody,
  .intervento-info th,
  .intervento-info td,
  .intervento-info tr {
    display: block;
  }

  /* Nasconde la testata della tabella (senza il dispaly non per una maggiore accessibilità) */
  .intervento-info thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .intervento-info tr {
    border: 1px solid #fff;
  }

  .intervento-info td {
    /* Per comportarsi come una "riga" della tabella */
    border: none;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
    padding-left: 50%;
  }

  .intervento-info td:before {
    /* Per inserire una descrizione ad ogni tabella */
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
		Dati di ogni descrizione
		*/
  .intervento-info td:nth-of-type(1):before {
    content: "Durata intervento";
  }
  .intervento-info td:nth-of-type(2):before {
    content: "Anestesia";
  }
  .intervento-info td:nth-of-type(3):before {
    content: "Tipo di ricovero";
  }
  .intervento-info td:nth-of-type(4):before {
    content: "Ritorno al Sociale";
  }
  .intervento-info td:nth-of-type(5):before {
    content: "Esposizione al sole";
  }
}

.lastminute ul.list-unstyled,
.facilities-call ul.list-unstyled {
  list-style: outside none none;
  padding-left: 0px;
  margin: 0px;
}

.lastminute {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 0 14px;
  margin-bottom: 25px;
}

.lastminute .clearfix::before,
.clearfix::after {
  display: table;
}
.lastminute .clearfix::after {
  clear: both;
}

.lastminute li {
  border-bottom: 1px solid #f1f1f2;
  line-height: 30px;
  padding: 5px 0px;
}

.lastminute li,
.last-minute p {
  font-size: 15px;
}

.lastminute li span {
  float: left;
}

.lastminute .value {
  float: right;
}

.lastminute .offer {
  color: #090;
  font-size: 21px;
}

.lastminute .discount {
  border: 2px solid #f90;
  color: #f60;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 10px;
  text-transform: uppercase;
}

.lastminute .end-date {
  color: #c00;
}

.call-to strong {
  color: #5a95bc;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.facilities-call > h2 {
  line-height: 0;
  margin-top: 9px;
  text-align: center;
}

.facilities-call {
  border: 3px solid #5a95bc;
  padding: 10px;
  width: 80%;
  margin: 35px auto;
}

@media only screen and (max-width: 769px) {
  .facilities-call {
    width: 100%;
  }
}

.facilities-call .list-unstyled > li {
  font-size: 14px;
  line-height: 31px;
  font-weight: 600;
}

.facilities-call .list-unstyled .fa-check::before {
  color: #5a95bc;
  font-size: 17px;
  margin-left: 12px;
  margin-right: 10px;
}

.faq ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.faq ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.faq ul li {
  border-top: 1px dotted #dce7eb;
  margin: 0;
  padding: 10px 0 4px;
  position: relative;
}
.faq .flipIn,
.faq ul li {
  animation: 0.5s ease 0s normal both 1 running flipdown;
}

.faq ul li input[type="checkbox"]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0px, 50%);
}
.faq p {
  margin-top: 15px;
}

.faq .transition,
p,
ul li i::before,
ul li i::after {
  transition: all 0.25s ease-in-out 0s;
}

.faq ul li input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.faq ul input:valid,
.faq ul textarea:valid {
  margin-left: 2px;
}
.faq ul input[type="checkbox"],
.faq ul input[type="radio"] {
  box-sizing: border-box;
}
.faq ul input,
.faq ul textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d9d6d6;
  color: #000;
  padding: 9px 5px;
}
.faq ul button,
.faq ul input {
  line-height: normal;
}
.faq ul button,
.faq ul input,
.faq ul select,
.faq ul textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

.faq ul li i::before,
.faq ul li i::after {
  background-color: #5a95bc;
  content: "";
  height: 9px;
  position: absolute;
  width: 3px;
}

.faq ul li input[type="checkbox"]:checked ~ i::before {
  transform: translate(2px, 0px) rotate(45deg);
}
.faq ul li i::before {
  transform: translate(-2px, 0px) rotate(45deg);
}
.faq ul li i::before,
.faq ul li i::after {
  background-color: #eb7304;
  content: "";
  height: 9px;
  position: absolute;
  width: 3px;
}
.faq .transition,
p,
ul li i::before,
.faq ul li i::after {
  transition: all 0.25s ease-in-out 0s;
}
.faq ul li input[type="checkbox"]:checked ~ i::after {
  transform: translate(-2px, 0px) rotate(-45deg);
}
.faq ul li i::after {
  transform: translate(2px, 0px) rotate(-45deg);
}
.faq ul li i::before,
.faq ul li i::after {
  background-color: #5a95bc;
  content: "";
  height: 9px;
  position: absolute;
  width: 3px;
}
.faq .transition,
p,
.faq ul li i::before,
.faq ul li i::after {
  transition: all 0.25s ease-in-out 0s;
}
.faq ul li i {
  margin-top: 16px;
  position: absolute;
  right: 0;
  transform: translate(-6px, 0px);
}

#schedaintervento ul li {
  border-bottom: 0px solid #e1e1e1;
  padding: 10px 0;
  list-style: none;
}

#schedaintervento .scheda-lt,
#schedaintervento .scheda-rt {
  float: left;
  width: 50%;
  margin-bottom: 25px;
  padding: 0 10px;
}

@media only screen and (max-width: 610px) {
  #schedaintervento .scheda-lt,
  #schedaintervento .scheda-rt {
    width: 100%;
  }
}

#schedaintervento {
  padding: 10px 10px 0px;
  border-bottom: 1px solid #e1e1e1;
}

.scheda-lt img,
.scheda-rt img {
  border-radius: 3px;
  box-shadow: 0 0 4px #ccc;
  position: absolute;
}

#schedaintervento .text {
  display: inline-block;
  font-weight: bold;
  margin-left: 45px;
  margin-top: 4px;
}

#schedaintervento .value {
  margin-left: 6px;
}

#schedaintervento ul {
  margin-left: 0px;
}

.price-table {
  margin: 30px 0 15px;
  overflow: hidden;
  padding: 10px 0px;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

.box-price {
  float: left;
  padding: 10px;
  width: 50%;
}

label-price {
  background: #e970af none repeat scroll 0 0;
  color: #fff;
  font-family: Oxygen;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}

.price {
  background: #4a97c2 none repeat scroll 0 0;
  color: #fff;
  font-size: 28px;
  padding: 2px 10px;
  text-align: center;
}

.sub-label-price {
  background: #bdcde2 none repeat scroll 0 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  text-transform: none;
}

.label-price {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.rate {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}

.call-to > h3 {
  color: #4a97c2;
  font-size: 20px;
}

.call-to .form {
  box-shadow: -1px 1px 10px #eee;
  margin: auto;
  padding: 10px;
  width: 88%;
}

.heading-form {
  background: #4a97c2 none repeat scroll 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.sub-heading-form {
  margin: 15px;
  text-align: center;
}

.call-to .form .wpcf7-form-control {
  width: 100%;
}

.call-to .form .wpcf7 {
  padding: 20px;
}

.call-to .form p {
  margin: 10px 0px;
}
.call-to .form select {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  height: 33px;
}

.submitform-interventi input {
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  padding: 12px;
}

.submitform-interventi {
  margin: 22px auto !important;
  width: 84%;
}

.prima,
.dopo {
  border: 1px solid #eee;
  float: left;
  margin: 0 10px 1px 0;
  padding: 10px;
  width: 48%;
  box-shadow: 1px 1px 10px #eee;
}

.prima {
  float: left;
}

.dopo {
  float: right;
}

.prima > h3,
.dopo > h3 {
  margin: 0 0 10px;
}

.call-amb > h2 {
  font-size: 26px;
  margin-top: 20px;
  text-align: center;
}

.call-amb > p {
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  padding: 0 18px;
}

.call-amb {
  background: #f7f7f7 none repeat scroll 0 0;
  padding: 0 0 25px;
}

@media only screen and (max-width: 560px) {
  .prima,
  .dopo {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .primaedopo > p {
    display: inline-block;
    font-weight: bold;
    margin: 27px 0;
    text-transform: uppercase;
  }
}

.ambulatorio-home .vcex-icon-box-image {
  border: 2px solid #45b6ea;
  border-radius: 7px;
  padding: 2px;
}

.offer-home .wpb_wrapper > p {
  color: #444;
}

.offer-home a:hover {
  text-decoration: none;
}

/** DROPZONE - UPLOAD IMMAGINI **/
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/** FINE DROPZONE **/

/*INTERVENTI PAGINA GENERICA */

.box-interventi {
  box-shadow: 1px 0 5px #ccc;
  float: left;
  margin: 15px;
  padding: 10px;
}

.box-interventi > h2 {
  margin: 0 1px 9px;
  color: #777;
  font-weight: 500;
  margin: 0 1px 9px;
  text-transform: uppercase;
}

.lista-interventi ul.right {
  float: right;
}

.lista-interventi ul.left {
  float: left;
}

.img-intervento {
  float: left;
  width: 40%;
}

.lista-interventi ul > li {
  list-style: outside none none;
  padding: 6px;
}

.lista-interventi {
  float: left;
  padding: 10px;
  width: 54%;
}

.ambulatorio-virtuale-call > h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.ambulatorio-virtuale-call {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 10px;
}

.ambulatorio-virtuale-call > p {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .box-interventi {
    float: left;
  }

  .img-intervento {
    width: 100%;
    float: none;
  }

  .lista-interventi {
    width: 90%;
  }

  .lista-interventi ul > li {
    padding: 10px;
  }

  .lista-interventi ul.right {
    float: left;
    margin-left: 15%;
  }

  .lista-interventi .right,
  .lista-interventi .left {
    margin-left: 0;
  }
}

@media only screen and (max-width: 428px) {
  .lista-interventi ul.right {
    margin-left: 0;
  }

  .lista-interventi .right,
  .lista-interventi .left {
    float: none;
  }
}

@media only screen and (max-width: 738px) {
  .home .tp-caption.rev-btn.rs-hover-ready {
    display: none;
  }
}

.amb-sidebar p.sidebar-call {
  margin: auto;
  width: 56%;
}

.amb-sidebar
  .theme-button.vcex-button.flat.align-center.small.blue.animate-on-hover {
  margin: 6px auto;
  padding: 10px;
  text-align: center;
  width: 140px;
}

@media only screen and (max-width: 440px) {
  .yuzo-list .image-list {
    float: none;
  }
  .yuzo-img-wrap.ilen_shine {
    margin: auto;
    width: 100%;
  }
}

.login-amb {
  margin: auto;
  max-width: 260px;
}

.login-amb label {
  float: left;
  margin-top: 14px;
}

#loginForm > input {
  float: right;
  margin-top: 8px;
}

.amb-form-field {
  box-shadow: 1px 1px 12px #ccc;
  margin-top: 41px;
  padding: 20px;
}

.amb-form-field > h2 {
  margin-top: 5px;
  text-align: center;
}

.amb-form-field > form {
  margin: auto;
  width: 60%;
}

#registrationForm .submit {
  margin: 21px 0px; /*auyo*/
  /* width: 180px;*/
}

.amb-form-field .submit input {
  font-size: 14px;
}

.dropzone.dz-clickable {
  margin-top: 40px;
}

.dz-default.dz-message img {
  margin-bottom: 5px;
  width: 90px;
}

.dz-default.dz-message p {
  font-size: 14px;
}

@media only screen and (max-width: 440px) {
  .amb-form-field > form {
    width: 90%;
  }

  .yuzo-list .image-list {
    float: none;
  }

  .yuzo-img-wrap {
    margin: auto;
  }

  .link-list.yuzo__text--title {
    text-align: center;
  }

  .yuzo_text {
    text-align: center;
  }
}

h2.titolo-amb {
  font-size: 24px;
  font-weight: 300;
  margin-top: 21px;
}

#registrationForm > input {
  margin: 5px 0;
  width: 100%;
}

#loginForm > input#username,
#loginForm > input#password {
  background: #fff none repeat scroll 0 0;
}

.flexer,
.progress-indicator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.no-flexer,
.progress-indicator.stacked {
  display: block;
}
.no-flexer-element {
  -ms-flex: 0;
  -webkit-flex: 0;
  -moz-flex: 0;
  flex: 0;
}
.flexer-element,
.progress-indicator > li {
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}
.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 80%;
  text-transform: uppercase;
}
.progress-indicator > li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
}
.progress-indicator > li:hover {
  color: #6f6f6f;
}
.progress-indicator > li.completed,
.progress-indicator > li.completed .bubble {
  color: #65d074;
}
.progress-indicator > li .bubble {
  border-radius: 2px;
  width: 11px;
  height: 10px;
  background-color: #bbb;
  display: block;
  margin: 0 auto 0.5em;
  border-bottom: 1px solid #888;
}
.progress-indicator > li .bubble:after,
.progress-indicator > li .bubble:before {
  display: block;
  position: absolute;
  top: 4px;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #bbb;
}
.progress-indicator > li.completed .bubble,
.progress-indicator > li.completed .bubble:after,
.progress-indicator > li.completed .bubble:before {
  background-color: #65d074;
  border-color: #247830;
}
.progress-indicator > li .bubble:before {
  left: 0;
}
.progress-indicator > li .bubble:after {
  right: 0;
}
.progress-indicator > li:first-child .bubble:after,
.progress-indicator > li:first-child .bubble:before {
  width: 50%;
  margin-left: 50%;
}
.progress-indicator > li:last-child .bubble:after,
.progress-indicator > li:last-child .bubble:before {
  width: 50%;
  margin-right: 50%;
}
.progress-indicator > li.active,
.progress-indicator > li.active .bubble {
  color: #337ab7;
}
.progress-indicator > li.active .bubble,
.progress-indicator > li.active .bubble:after,
.progress-indicator > li.active .bubble:before {
  background-color: #337ab7;
  border-color: #122a3f;
}
.progress-indicator > li a:hover .bubble,
.progress-indicator > li a:hover .bubble:after,
.progress-indicator > li a:hover .bubble:before {
  background-color: #5671d0;
  border-color: #1f306e;
}
.progress-indicator > li a:hover .bubble {
  color: #5671d0;
}
.progress-indicator > li.danger .bubble,
.progress-indicator > li.danger .bubble:after,
.progress-indicator > li.danger .bubble:before {
  background-color: #d3140f;
  border-color: #440605;
}
.progress-indicator > li.danger .bubble {
  color: #d3140f;
}
.progress-indicator > li.warning .bubble,
.progress-indicator > li.warning .bubble:after,
.progress-indicator > li.warning .bubble:before {
  background-color: #edb10a;
  border-color: #5a4304;
}
.progress-indicator > li.warning .bubble {
  color: #edb10a;
}
.progress-indicator > li.info .bubble,
.progress-indicator > li.info .bubble:after,
.progress-indicator > li.info .bubble:before {
  background-color: #5b32d6;
  border-color: #25135d;
}
.progress-indicator > li.info .bubble {
  color: #5b32d6;
}
.progress-indicator.stacked > li {
  text-indent: -10px;
  text-align: center;
  display: block;
}
.progress-indicator.stacked > li .bubble:after,
.progress-indicator.stacked > li .bubble:before {
  left: 50%;
  margin-left: -1.5px;
  width: 3px;
  height: 100%;
}
.progress-indicator.stacked .stacked-text {
  position: relative;
  z-index: 10;
  top: 0;
  margin-left: 60% !important;
  width: 45% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
}
.progress-indicator.stacked > li a {
  border: none;
}
.progress-indicator.stacked.nocenter > li .bubble {
  margin-left: 0;
  margin-right: 0;
}
.progress-indicator.stacked.nocenter > li .bubble:after,
.progress-indicator.stacked.nocenter > li .bubble:before {
  left: 10px;
}
.progress-indicator.stacked.nocenter .stacked-text {
  width: auto !important;
  display: block;
  margin-left: 40px !important;
}
@media handheld, screen and (max-width: 400px) {
  .progress-indicator {
    font-size: 60%;
  }
}

/* SIDEBAR */

#sidebar .box-interventi {
  margin: 10px 0px;
}

#sidebar .box-interventi > h2 {
  text-align: center;
}

#sidebar .img-intervento {
  float: none;
  width: 100%;
}

#sidebar .lista-interventi {
  width: 100%;
}

#sidebar .lista-interventi ul.left {
  font-size: 14px;
}

.updated.wpcf7-response-output.wpcf7.wpcf7-mail-sent-ok {
  background: #edfdd3 none repeat scroll 0 0;
  border: 1px solid #c4dba0;
  color: #657e3c;
  font-weight: normal;
  padding: 10px;
  text-align: center;
}

.ar th {
  background: #ddd none repeat scroll 0 0;
  border: 3px solid #fff;
  font-weight: bold;
  padding: 7px;
  text-align: center;
}

.ar tr {
  border-bottom: 1px solid #ccc;
}

.ar td {
  padding: 7px;
}

#footer-callout-wrap.clr.always-visible {
  display: none;
}

/* TEMPLATE ESTETICA */

.page-template-estetica .page-header {
  margin-bottom: 0px;
}

.page-template-estetica #sidebar {
  margin-top: 317px;
}

@media only screen and (max-width: 769px) {
  .page-template-estetica #sidebar {
    margin-top: 30px;
  }
}

.page-template-estetica .form-homepage {
  background: #fff none repeat scroll 0 0;
}

.page-template-estetica .rev_slider_wrapper.fullwidthbanner-container {
  z-index: -1;
}

.page-template-estetica .content-interventi {
  margin-top: 30px;
}

.page-template-estetica .box-price {
  margin: auto;
  padding: 10px;
  width: 65%;
  float: none;
}

@media only screen and (max-width: 480px) {
  .page-template-estetica .box-price {
    width: 80%;
  }

  .call-to .form {
    box-shadow: none;
    margin: auto;
    padding: 5px;
    width: 100%;
  }

  .call-to .form .wpcf7 {
    padding: 5px;
  }
}

.page-template-estetica .label-price {
  text-align: center;
}

#site-header-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile-menu-toggle {
  color: #000;
}

#sidr-main a {
  color: #fff;
}

.page-id-1346 .wpcf7-form label {
  color: #666 !important;
}

@media screen and (min-width:768px) {
  .sidebar-container {
    margin-top: 317px;
  }
}

.sidebar-container div.wpcf7 form p:nth-child(-n+5) {
  width: 100%;
}
