@charset "UTF-8";
/**
 * The responsive stylesheet for Broly.
 *
 * @package Broly
 * @author  LA-Studio
 * @link
 */
/*------------------------------------------------------------------
[Table of contents]
  1. CSS General
	1.1 Import lib css .. slick , font-anwesome , easy-zoom , easy responsive tab ..etc.
  3. Header
	3.1 Header Layout 1
	3.5 Header Sticky
	3.6 Header Transparent
  4. MegaMenu
  5. Main
  6. Footer
  7. Category Post
  8. Search Post
  9. Single Post
  10. Page
  11. Comments
  12. Portfolio
  13. VC Override
  14. Extra class

-------------------------------------------------------------------*/
/*--------------------------------------------------------------
	1. CSS General
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	1.1 Import lib css .. slick , font-anwesome , easy-zoom ..etc.
---------------------------------------------------------------*/
[class*="fa-"]{
  display:inline-block;
  font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}
.search-form .search-button, .loop--normal .team-member-item .item--info, .portfolio-item .item--info-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.course-item .item--image .btn, .la-circle-progress .la-circle-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.wpcf7-form-control-wrap .wpcf7-select {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.widget_price_filter .ui-slider .ui-slider-handle, .loop-style-5 .team-member-item .item--image img, .la-icon-boxes .box-icon-style-circle, .la-pricing-table .wrap-icon .icon-inner, .la-timeline-wrap.style-default .timeline-block .timeline-dot, .la-timeline-wrap.style-1 .timeline-block .timeline-dot {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn, .la-overlay-global, .la-global-message .close-message i,
#lastudio-reveal .close-button i, .backtotop, .search-form-aside, .search-form-aside .search-form-outer, .header_shopping_cart, .header-v2 .mega-menu .mm-item-level-0 > a > .mm-text:before, .mega-menu .mm-popup-wide li li > ul,
.mega-menu .mm-popup-narrow li > ul, .mega-menu > li, .accordion-menu li > .narrow i, .accordion-menu li > .narrow i:before, .vc_btn3-container .vc_btn3.vc_btn3-color-la-primary:after, .loop--normal .team-member-item .item--info, .loop-style-4 .team-member-item .item--social, .banner-design-default .banner--info, .showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay, .showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay:before, .item--overlay {
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
}

.la-overlay-global, .widget-instargram a:hover:before, .search-form-aside, .la-banner-box .banner--link-overlay, .showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay, .showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay:before, .item-overlay-effect .item--link-overlay,
.item-overlay-effect .item--holder {
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.site-header-content::before, .showposts-list.loop-style-1::before, .showposts-list.loop-style-2 .post-item::before, .vc_progress_bar::before, .site-header-content::after, .showposts-list.loop-style-1::after, .showposts-list.loop-style-2 .post-item::after, .vc_progress_bar::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.site-header-content::after, .showposts-list.loop-style-1::after, .showposts-list.loop-style-2 .post-item::after, .vc_progress_bar::after {
  clear: both;
}

.mega-menu .popup > .inner {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.076);
}

.widget_recent_entries .post-date, .header-v6 .header--aside .site-description, .item--category, .comment-notes, .vc_cta3-container .la-cta-01.vc_cta3 h4, .highlight-font-family {
  font-family: "Merriweather", serif;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

:-moz-placeholder {
  opacity: 1;
  color: inherit;
}

::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

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

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

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

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clear:after,
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

p:empty {
  display: none;
}

.easyzoom {
  position: relative;
  display: block;
}

.easyzoom-flyout, .easyzoom-notice {
  position: absolute;
  background: #FFF;
}

.easyzoom img {
  vertical-align: bottom;
}

.easyzoom-notice {
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: crosshair;
  -webkit-transition: opacity .7s ease;
  -moz-transition: opacity .7s ease;
  transition: opacity .7s ease;
}

.easyzoom-flyout:hover {
  opacity: 1;
}

.easyzoom-flyout img {
  max-width: none !important;
  width: auto !important;
}

.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

@font-face {
  font-family: 'lightcase';
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-close:before {
  content: '\e802';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

#lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

#lightcase-loading {
  position: fixed;
  width: 1.123em;
  height: auto;
  line-height: 1;
  text-align: center;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

#lightcase-nav a[class*='lightcase-icon-'], #lightcase-nav a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-nav a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

#lightcase-nav a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice #lightcase-nav a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

#lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

#lightcase-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner, #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
  .lightcase-isMobileDevice #lightcase-case[data-lc-type=iframe] #lightcase-content .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
  .lightcase-open body {
    padding: 55px 0 70px 0;
  }
  .lightcase-open body > *:not([id*='lightcase-']) {
    position: fixed !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lightcase-case:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: absolute;
  }
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

@media screen and (min-width: 641px) {
  #lightcase-case:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
  #lightcase-case[data-lc-type=image] #lightcase-content, #lightcase-case[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
  #lightcase-case:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-pause, #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
  #lightcase-nav a[class*='lightcase-icon-'].lightcase-icon-close {
    position: fixed;
  }
  #lightcase-nav a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  #lightcase-nav a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ #lightcase-nav a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url(../images/ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track, .slick-slide {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

/*Fixed issue of image overlap*/
.slick-initialized .slick-slide {
  display: block;
  position: relative;
  z-index: 1;
  outline: none;
}

.slick-initialized .slick-slide.slick-active {
  z-index: 9;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
button.slick-next.slick-disabled,
button.slick-prev.slick-disabled {
  cursor: not-allowed;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #727883;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

*:focus {
  outline: none;
}

a {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:focus, a:hover {
  color: #ce1a2b;
}

label abbr.required {
  border: none;
}

input, select, textarea {
  border: 1px solid #dddddd;
  padding: 10px 20px;
}

input:focus, select:focus, textarea:focus {
  border-color: #000;
}

select {
  background-color: #fff;
  height: 30px;
  box-sizing: content-box;
  border-radius: 0;
  max-width: 100%;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000000;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  display: inline-block;
}

.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn:hover {
  background-color: #000000;
  color: #fff;
}

.button.btn-secondary,
button.btn-secondary,
html input[type="button"].btn-secondary,
input[type="reset"].btn-secondary,
input[type="submit"].btn-secondary,
.btn.btn-secondary {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.button.btn-secondary:hover,
button.btn-secondary:hover,
html input[type="button"].btn-secondary:hover,
input[type="reset"].btn-secondary:hover,
input[type="submit"].btn-secondary:hover,
.btn.btn-secondary:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.button.btn-primary,
button.btn-primary,
html input[type="button"].btn-primary,
input[type="reset"].btn-primary,
input[type="submit"].btn-primary,
.btn.btn-primary {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.button.btn-primary:hover,
button.btn-primary:hover,
html input[type="button"].btn-primary:hover,
input[type="reset"].btn-primary:hover,
input[type="submit"].btn-primary:hover,
.btn.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.button.alt {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

.button.alt:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}

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

.wp-caption {
  padding: .5rem .5rem .25rem;
  margin-bottom: 1rem;
  max-width: 100%;
  box-sizing: border-box;
}

#content .wp-caption-text {
  text-align: center;
  font-size: 1rem;
  margin: 0;
}

.screen-reader-text {
  display: none;
}

.screen-reader-text + select {
  margin-top: 1.53846rem;
}

table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

table th {
  color: #000000;
  font-weight: normal;
}

table,
table th,
table td {
  border: 1px solid #dddddd;
  padding: 10px;
  vertical-align: top;
}

table p {
  margin-bottom: 0;
}

.mejs-container {
  margin-bottom: 20px;
}

table thead tr th, table thead tr td {
  font-weight: normal;
}

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  letter-spacing: 2px;
  font-size: 12px;
  width: 65px;
  font-family: FontAwesome;
}

.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  color: #ebc52d;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 15px;
}

.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}

.la-overlay-global {
  position: fixed;
  background: #000;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}

.open-overlay .la-overlay-global {
  visibility: visible;
  opacity: 0.95;
}

.la-loader.spinner0 {
  background-position: center center;
  background-repeat: no-repeat;
}

.popup-added-msg {
  text-align: center;
}

.popup-added-msg img {
  max-width: 150px;
  margin-top: 40px;
}

.popup-added-msg .popup-message {
  margin: 50px 0;
}

.popup-added-msg .btn {
  display: block;
  max-width: 270px;
  margin: 0 auto 20px;
}

.elm-pagination-ajax .la-loading-icon > .nc-icon,
.elm-loadmore-ajax > .nc-icon,
.elm-ajax-loader > .nc-icon {
  width: 48px;
  margin: 0 auto;
  display: none;
}

.elm-ajax-loader:not(.has-loaded) {
  min-height: 10px;
}

.elm-pagination-ajax.is-loading .la-loading-icon > .nc-icon {
  display: block;
}

.elm-pagination-ajax.is-loading .la-pagination {
  display: none;
}

.elm-ajax-loader.is-loading {
  min-height: 50px;
  min-height: 10vh;
}

.elm-ajax-loader.is-loading > .nc-icon {
  display: block;
}

.elm-loadmore-ajax {
  text-align: center;
  line-height: 48px;
}

.elm-loadmore-ajax.is-loading .nc-icon {
  display: block;
}

.elm-loadmore-ajax.is-loading a {
  display: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  display: inherit;
}

#cboxContent {
  background: #fff;
}

#cboxClose {
  position: absolute;
  cursor: pointer;
  right: 0;
  text-indent: -999em;
  top: 0;
  display: block;
  height: 32px;
  width: 50px;
  border: none;
  background-color: transparent;
  background-image: url("../images/fancybox_sprite@2x.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 40px auto;
}

.la-global-message .close-message,
#lastudio-reveal .close-button {
  right: 10px;
  top: 10px;
  width: 40px;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  font-size: 30px;
}

.la-global-message .close-message i,
#lastudio-reveal .close-button i {
  display: block;
  color: #000;
}

.la-global-message .close-message:hover,
#lastudio-reveal .close-button:hover {
  background: none;
}

.la-global-message .close-message:hover i,
#lastudio-reveal .close-button:hover i {
  color: #ce1a2b;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.required {
  color: red;
}

.close-button {
  border: none;
  background-color: transparent;
  font-size: 20px;
}

.backtotop {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.backtotop.show {
  right: 50px;
  visibility: visible;
  opacity: 1;
}

.backtotop button {
  width: 60px;
  height: 60px;
}

.la-pagination {
  padding: 0 2px;
}

.la-pagination ul {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.la-pagination ul li {
  display: inline-block;
  margin: 0 -2px;
}

.la-pagination ul .page-numbers {
  text-align: center;
  display: block;
  width: 40px;
  height: 35px;
  line-height: 33px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #000000;
  color: #000000;
}

.la-pagination ul .page-numbers.current, .la-pagination ul .page-numbers:hover {
  border-color: #000000;
  color: #fff;
  background: #000000;
}

.la-pagination ul .page-numbers.next, .la-pagination ul .page-numbers.prev {
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}

.la-pagination ul .page-numbers.next i, .la-pagination ul .page-numbers.prev i {
  font-size: 14px;
}

.share-links a {
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #dddddd;
  margin: 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: border-color 250ms ease-out;
  -webkit-transition: border-color 250ms ease-out;
}

.search-form {
  position: relative;
}

.search-form .search-field {
  margin-bottom: 0;
  width: 100%;
  padding: 10px 0;
  border-width: 0 0 1px 0;
}

.search-form .search-button {
  display: block;
  right: 5px;
  border: none;
  color: #000;
  background: none;
  padding: 0;
}

.search-form .search-button:hover {
  color: #ce1a2b;
  background: none;
}

.widget .search-form .search-field {
  border-width: 1px;
  padding: 15px 30px;
}

.widget .search-form .search-button {
  right: 15px;
  font-size: 16px;
}

input.qty {
  width: 50px;
  text-align: center;
}

.la-slick-slider {
  display: none;
}

.la-slick-slider.slick-slider {
  display: block;
}

.slick-slider button.slick-arrow {
  text-align: center;
  border: none;
  padding: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  z-index: 9;
  font-size: 34px;
  background-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.slick-slider button.slick-arrow:hover {
  color: #ce1a2b;
}

.slick-slider button.slick-prev {
  left: 20px;
}

.slick-slider button.slick-next {
  right: 20px;
}

.slick-slider .slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.slick-slider .slick-dots button {
  background-color: #808080;
  border: none;
  padding: 0;
  margin: 0;
  width: 6px;
  height: 6px;
  line-height: 6px;
  display: block;
  text-indent: -9999em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.slick-slider .slick-dots li:hover button,
.slick-slider .slick-dots .slick-active button {
  background-color: #ce1a2b;
}

.brand-slider .slick-slide {
  text-align: center;
}

.brand-slider .slick-slide img {
  margin: 0 auto;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.brand-slider .slick-slide:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.vertical-style {
  font-size: 12px;
}

.vertical-style ul li {
  display: block;
  padding: 20px 0;
}

.vertical-style ul li a {
  color: #fff;
}

.vertical-style ul li:hover a, .vertical-style ul li.active a {
  color: #ce1a2b;
}

.filter-style-default {
  font-size: 12px;
  letter-spacing: 1px;
}

.filter-style-default ul li {
  margin: 0 30px;
}

.filter-style-default ul li:first-child {
  margin-left: 0;
}

.filter-style-default ul li:last-child {
  margin-right: 0;
}

.filter-style-default ul li a {
  display: block;
  line-height: 30px;
  border-bottom: 2px solid transparent;
}

.filter-style-default ul li:hover a, .filter-style-default ul li.active a {
  border-bottom-color: #ce1a2b;
}

/*--------------------------------------------------------------
	2. Widget
---------------------------------------------------------------*/
.widget .widget-title span {
  display: inline-block;
}

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

.widget_product_categories > ul > li,
.widget_archive > ul > li,
.widget_categories > ul > li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  margin-bottom: 15px;
}

.widget_product_categories > ul > li > a,
.widget_archive > ul > li > a,
.widget_categories > ul > li > a {
  display: block;
}
.widget_archive > ul > li > a {
  display: inline-block;
}
.widget_product_categories > ul > li ul,
.widget_archive > ul > li ul,
.widget_categories > ul > li ul {
  padding-left: 30px;
  padding-top: 10px;
}

.widget_product_categories > ul > li ul li a,
.widget_archive > ul > li ul li a,
.widget_categories > ul > li ul li a {
  padding: 5px 0;
  display: block;
}

.widget_product_categories .cat-post-count,
.widget_archive .cat-post-count,
.widget_categories .cat-post-count {
  float: right;
}

.widget_recent_entries li {
  margin-bottom: 20px;
}

.widget_recent_entries .post-date {
  font-size: 12px;
  padding-top: 12px;
  display: block;
}

.widget_product_tag_cloud a,
.widget_tag_cloud a {
  display: inline-block;
  padding: 5px 25px;
  font-size: 12px !important;
  border: 1px solid #dddddd;
  margin: 0 6px 10px 0;
}

.widget_product_tag_cloud a:hover,
.widget_tag_cloud a:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.product_list_widget {
  list-style: none;
  margin: 0;
}

.product_list_widget li {
  position: relative;
}

.product_list_widget li::before, .product_list_widget li::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.product_list_widget li::after {
  clear: both;
}

.product_list_widget li + li {
  margin-top: 20px;
}

.product_list_widget li img {
  float: left;
  max-width: 70px;
  margin-right: 15px;
  padding-top: 6px;
}

.product_list_widget a {
  display: block;
  margin-bottom: 5px;
}

.product_list_widget .amount {
  margin-top: 5px;
}

.product_list_widget ins {
  text-decoration: none;
}

.product_list_widget del {
  color: #727883;
}

.product_list_widget del .amount {
  color: inherit;
  font-size: 12px;
}

.product_list_widget .reviewer {
  font-size: 12px;
}

.product_list_widget a.remove {
  display: block;
  font-weight: normal;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  width: 20px;
}

.widget_shopping_cart_content::before, .widget_shopping_cart_content::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.widget_shopping_cart_content::after {
  clear: both;
}

.widget_shopping_cart_content .total {
  margin: 20px 0;
  border-top: 1px solid #dddddd;
  line-height: 40px;
  padding-top: 15px;
}

.widget_shopping_cart_content .total strong {
  text-transform: uppercase;
  font-weight: 600;
}

.widget_shopping_cart_content .total .amount {
  font-weight: 600;
  float: right;
  color: #ce1a2b;
  line-height: normal;
  font-size: 26px;
}

.widget_shopping_cart_content .buttons .button {
  margin-right: 0;
}

.yith-woocompare-widget::before, .yith-woocompare-widget::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.yith-woocompare-widget::after {
  clear: both;
}

.yith-woocompare-widget .products-list {
  margin: 30px 0;
  list-style: none;
}

.yith-woocompare-widget .products-list li {
  padding: 6px 0;
  position: relative;
}

.yith-woocompare-widget .products-list li a.title {
  padding-right: 20px;
}

.yith-woocompare-widget .products-list li a.remove {
  display: block;
  font-weight: normal;
  font-size: 12px;
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: -5px;
  text-align: center;
  text-indent: -9999em;
  top: 4px;
  width: 20px;
}

.yith-woocompare-widget .products-list li a.remove:before {
  content: "\f014";
  text-indent: 0;
  font-family: FontAwesome;
  display: block;
}

.yith-woocompare-widget .clear-all {
  letter-spacing: 0;
}

.yith-woocompare-widget .button {
  margin: 0;
  float: right;
}

.widget_price_filter .price_slider_amount {
  padding-top: 45px;
  position: relative;
}

.widget_price_filter .price_slider_amount input {
  width: 48%;
  float: left;
  display: none;
}

.widget_price_filter .price_slider_amount .price_label {
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.widget_price_filter .price_slider_amount .button {
  font-size: 12px;
  border: 1px solid #e0e0e0;
  color: #28283b;
  line-height: 43px;
  width: 132px;
  padding: 0;
  font-weight: normal;
  margin: 0;
}

.widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background-color: #ce1a2b;
  border-color: #ce1a2b;
}

.widget_price_filter .ui-slider {
  margin-bottom: 20px;
  position: relative;
  background-color: #dadadd;
  margin-right: 20px;
  height: 10px;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}

.widget_price_filter .ui-slider:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 20px;
  background-color: #dadadd;
  right: -20px;
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  background-color: #fff;
  cursor: ew-resize;
  top: -5px;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.2);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  background-color: #868686;
  height: 10px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

.widget_layered_nav ul li {
  text-transform: uppercase;
}

.widget_layered_nav ul li::before, .widget_layered_nav ul li::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.widget_layered_nav ul li::after {
  clear: both;
}

.widget_layered_nav ul li a,
.widget_layered_nav ul li span {
  padding: 1px 0;
  display: inline;
}

.widget_layered_nav ul li.chosen a:after {
  content: "\f014";
  font-family: FontAwesome;
  float: right;
}

.widget_layered_nav_filters ul {
  margin: 15px 0 0;
  list-style: none outside;
  zoom: 1;
}

.widget_layered_nav_filters ul li {
  display: block;
  padding: 18px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #dddddd;
}

.widget_layered_nav_filters ul li a {
  text-decoration: none;
  display: block;
}

.widget_layered_nav_filters ul li a:after {
  content: "\f014";
  font-family: FontAwesome;
  float: right;
  font-size: 12px;
}

.widget_layered_nav_filters ul li .amount {
  color: #ce1a2b;
}

#yith-wcwl-form table .button {
  margin-bottom: 0;
}

.widget-list-product-mini a {
  display: block;
}

.product_list_widget .variation {
  margin: 0;
}

.product_list_widget .variation dd, .product_list_widget .variation dt {
  display: inline-block;
  font-size: 11px;
  line-height: 100%;
  margin: 0;
}

.product_list_widget .variation p {
  margin: 0;
}

.widget-instargram a {
  display: block;
  position: relative;
}

.widget-instargram a:hover:before {
  content: "";
  position: absolute;
  background-color: #ce1a2b;
  opacity: 0.8;
}

.widget-instargram a:hover:after {
  position: absolute;
  content: "\f002";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

#sb_instagram {
  margin-bottom: 0 !important;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}

#sb_instagram #sbi_images .sbi_item {
  padding: 15px !important;
}

/*--------------------------------------------------------------
	3 Header
---------------------------------------------------------------*/
.site-header .logo--normal {
  display: inherit;
}

.site-header .logo--transparency,
.site-header .logo--sticky {
  display: none;
}

.site-header .quick-access {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .quick-access > li {
  float: left;
  padding: 3px 0;
  font-size: 18px;
  line-height: 30px;
}

.site-header .quick-access > li:first-child {
  padding-left: 25px;
}

.site-header .quick-access > li > a {
  display: block;
  width: 44px;
  padding: 7px 0;
  text-align: center;
}

.site-header .quick-access > li > a i {
  display: block;
  line-height: inherit;
}

.header--normal .site-branding {
  line-height: 150px;
  float: left;
}

.header--normal .site-branding a {
  display: inline-block;
}

.header--normal .site-main-nav {
  padding: 50px 0;
  float: right;
}

@-webkit-keyframes StickyUnpinned {
  from {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes StickyUnpinned {
  from {
    -webkit-transform: translate3d(0, 80px, 0);
    transform: translate3d(0, 80px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.enable-header-sticky .header--normal .site-header-inner {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.enable-header-sticky .header--normal.is-sticky .site-header-inner {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.enable-header-fullwidth .header--normal .container {
  width: 100%;
}

.lnr-magnifier {
  position: relative;
  top: 2px;
}

.header--aside {
  position: absolute;
  top: 0;
  width: 320px;
  background-color: #fff;
  padding: 80px 0 250px 25px;
  min-height: 100vh;
  z-index: 111;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header--aside.fixed-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
}

.header-aside-inner .social-media-link {
  margin-top: 30px;
}

.header-aside-inner .header-bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 0 30px 0 40px;
}

.header-aside-inner .header-bottom ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-aside-inner .header-bottom ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.header-aside-inner .header-bottom ul li > i {
  position: absolute;
  left: 0;
  top: 6px;
}

.menu-toggle-icon {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  color: transparent !important;
  font-size: 0 !important;
  margin: 10px 0 0 20px;
  float: right;
  width: 35px;
  position: relative;
  height: 30px;
  transition: none;
  right: 0;
  z-index: 11;
}

.menu-toggle-icon span {
  background: #727883;
  width: 100%;
  height: 4px;
  right: 0;
  top: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  position: absolute;
}

.menu-toggle-icon .menu-line-1 {
  width: 30px;
}

.menu-toggle-icon .menu-line-2 {
  top: 13px;
}

.menu-toggle-icon .menu-line-3 {
  width: 25px;
  top: 20px;
}

.menu-toggle-icon.active span, .menu-toggle-icon:hover span {
  width: 100%;
}

.menu-toggle-icon.active .menu-line-1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 13px;
}

.menu-toggle-icon.active .menu-line-2 {
  opacity: 0;
}

.menu-toggle-icon.active .menu-line-3 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 13px;
}

.header-aside-overlay {
  visibility: hidden;
  background-color: #212331;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  opacity: 0;
}

.open-header-aside .btn-aside-toggle {
  transition: all 1s;
}

.open-header-aside .btn-aside-toggle span {
  width: 100%;
}

.open-header-aside .btn-aside-toggle .menu-line-1 {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 13px;
}

.open-header-aside .btn-aside-toggle .menu-line-2 {
  opacity: 0;
}

.open-header-aside .btn-aside-toggle .menu-line-3 {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 13px;
}

.open-header-aside .header-aside-overlay {
  opacity: 0.8;
  visibility: visible;
}

.la-aside-mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  right: -320px;
  width: 320px;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1000;
  background-color: #111;
  overflow: auto;
  transition: all 250ms ease-out;
  -webkit-transition: all 250ms ease-out;
}

.open-mobile-menu .la-aside-mobile-menu {
  right: 0;
}

.open-mobile-menu .la-overlay-global {
  opacity: 0.95;
  visibility: visible;
}

.open-mobile-menu .site-header .site-header-inner {
  transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  -webkit-transform: translateX(-320px);
}

#la_mobile_nav {
  font-size: 18px;
}

#la_mobile_nav a {
  padding: 7px 30px;
  display: block;
}

#la_mobile_nav ul {
  padding: 0;
}

#la_mobile_nav ul li {
  min-width: 100%;
}

#la_mobile_nav ul li > .narrow {
  width: 20px;
  height: 30px;
  top: 7px;
}

#la_mobile_nav ul li > .narrow i {
  margin-top: 14px;
}

#la_mobile_nav ul ul {
  padding: 5px 30px;
  margin-left: 0;
  font-size: 16px;
}

#la_mobile_nav ul ul li > .narrow {
  top: 5px;
}

#la_mobile_nav ul ul a {
  padding: 5px 30px;
}

.open-search-form .la-overlay-global {
  visibility: visible;
  opacity: 0.95;
}

.open-search-form .search-form-aside {
  visibility: visible;
  opacity: 1;
}

.open-search-form .search-form-aside .search-form-outer {
  top: 40%;
}

.search-form-aside {
  position: fixed;
  z-index: 10001;
  visibility: hidden;
  opacity: 0;
}

.search-form-aside .search-form-outer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 90%;
  left: 5%;
  top: 80%;
}

.search-form-aside .search-form {
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  font-size: 20px;
}

.search-form-aside .search-form .search-field {
  background-color: transparent;
  border: none;
  color: #fff;
}

.search-form-aside .search-form .search-button {
  color: #fff;
  width: 50px;
  height: 50px;
  right: 0;
}

.search-form-aside .search-form .search-button:hover {
  color: #ce1a2b;
}

.btn-toggle-mobile-menu {
  display: none;
}

.header-toggle-cart:hover:after {
  content: "";
  position: absolute;
  padding: 100px;
}

.header-toggle-cart:hover .header_shopping_cart {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}

.header_shopping_cart {
  position: absolute;
  top: 100%;
  margin-top: 20px;
  right: 15px;
  padding: 20px 30px;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  width: 320px;
  font-size: 14px;
  line-height: 24px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

.header_shopping_cart a {
  color: #fff;
}

.header_shopping_cart a.remove {
  font-size: 16px;
}

.header_shopping_cart .cart_list {
  margin: 0 -60px 0 0;
  padding: 0 60px 0 0;
  max-height: 260px;
  overflow: auto;
}

.header_shopping_cart .cart_list li {
  padding-right: 15px;
}

.header_shopping_cart .cart_list li.empty {
  padding: 0;
  height: 100px;
  padding-top: 35px;
}

.header_shopping_cart .cart_list li + li {
  margin-top: 15px;
}

.header_shopping_cart .total {
  border-top-color: rgba(221, 221, 221, 0.3);
  line-height: 40px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.header_shopping_cart .total .amount {
  line-height: inherit;
  font-size: 20px;
  color: inherit;
}

.header_shopping_cart .variation {
  margin-top: -5px;
}

.header_shopping_cart .buttons .button {
  width: 125px;
  text-align: center;
  border: none;
}

.header_shopping_cart .buttons .button:last-child {
  float: right;
}

.site-header-content {
  position: relative;
}

.header--normal.is-sticky .site-header-inner {
  position: fixed;
  width: 100%;
  z-index: 8;
  left: 0;
}

.header--normal.is-sticky .logo--normal {
  display: none;
}

.header--normal.is-sticky .logo--sticky {
  display: inherit;
}

.header--normal.is-sticky .site-branding {
  line-height: 100px;
}

.header--normal.is-sticky .site-main-nav {
  padding: 25px 0;
}

.enable-header-transparency .header--normal {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 8;
}

.enable-header-transparency .header--normal:not(.is-sticky) .logo--normal {
  display: none;
}

.enable-header-transparency .header--normal:not(.is-sticky) .logo--transparency {
  display: inherit;
}

.header-v1 .mega-menu li > .popup {
  top: 100px;
}

.header-v1 .header--normal.is-sticky .mega-menu li > .popup {
  top: 75px;
}

.header-v2 .site-branding {
  line-height: 110px;
}

.header-v2 .site-main-nav {
  padding: 30px 0;
}

.header-v2 .is-sticky .mega-menu .mm-item-level-0 > a > .mm-text:before {
  top: 62px;
}

.header-v2 .is-sticky .mega-menu li > .popup {
  top: 75px;
}

.header-v2 .mega-menu li > .popup {
  top: 80px;
}

.header-v2 .mega-menu .mm-item-level-0 > a > .mm-text {
  position: relative;
  font-weight: 600;
  display: inline-block;
  line-height: inherit;
}

.header-v2 .mega-menu .mm-item-level-0 > a > .mm-text:before {
  content: "";
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 0;
  width: 100%;
  top: 67px;
}

.header-v2 .mega-menu .mm-item-level-0:hover > a > .mm-text:before, .header-v2 .mega-menu .mm-item-level-0.active > a > .mm-text:before {
  border-color: #ce1a2b;
}

.header-v3 .site-branding {
  line-height: 100px;
}

.header-v3 .site-main-nav {
  padding: 25px 0;
}

.header-v3 .mega-menu li > .popup {
  top: 75px;
}

.header-v3 .mega-menu > li > a {
  text-transform: none;
  font-size: 16px;
}

.header-v3 .site-header-top {
  font-size: 13px;
  background-color: #023059;
  padding: 14px 0;
}

.header-v3 .site-header-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-v3 .site-header-top ul li {
  float: left;
  margin: 0 20px;
}

.header-v3 .site-header-top ul li:first-child {
  margin-left: 0;
}

.header-v3 .site-header-top ul li:last-child {
  margin-right: 0;
}

.header-v3 .site-header-top ul li i {
  padding-right: 10px;
}

.header-v3 .site-header-top ul ul {
  display: none;
}

.header-v3 .site-header-top .header-left {
  float: left;
}

.header-v3 .site-header-top .header-right {
  float: right;
}

.header-v3 .site-header:not(.is-sticky) {
  height: auto !important;
}

.header-v4 .mega-menu li > .popup {
  top: 100px;
}

.header-v4 .header--normal.is-sticky .mega-menu li > .popup {
  top: 75px;
}

.header-v4 .mm-popup-narrow > .popup {
  right: 0;
  left: auto;
}

.header-v4 .mega-menu > li > a {
  text-transform: none;
  font-size: 16px;
}

.header-v4 .header--normal .quick-access,
.header-v4 .header--normal .nav-inner,
.header-v4 .header--normal .social-media-link,
.header-v4 .header--normal .header-right,
.header-v4 .header--normal .search-form {
  float: left;
}

.header-v4 .header--normal .nav-inner {
  margin-left: 30px;
}

.header-v4 .header--normal .social-media-link {
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  margin-left: 20px;
}

.header-v4 .header--normal .social-media-link a {
  margin: 0 10px;
}

.header-v4 .header--normal .quick-access {
  padding-left: 25px;
}

.header-v4 .header--normal .quick-access > li:first-child {
  padding-left: 0;
}

.header-v4.enable-header-transparency .header--normal .social-media-link a,
.header-v4.enable-header-transparency .header--normal .search-form {
  color: #fff;
}

.header-v4.enable-header-transparency .header--normal .social-media-link a:hover {
  color: #fff;
}

.header-v4.enable-header-sticky .header--normal.is-sticky .social-media-link a,
.header-v4.enable-header-sticky .header--normal.is-sticky .search-form {
  color: #fff;
}

.header-v4.enable-header-sticky .header--normal.is-sticky .social-media-link a:hover {
  color: #fff;
}

.header-v4 .site-header .search-form {
  color: inherit;
  border: 1px solid;
  overflow: hidden;
  width: 250px;
  margin-top: 3px;
  margin-left: 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.header-v4 .site-header .search-form .search-field {
  border: none;
  line-height: 30px;
  color: inherit;
  padding: 7px 30px;
  background: transparent;
}

.header-v4 .site-header .search-form .search-button {
  right: 20px;
  color: inherit;
  font-size: 18px;
}

.header-v5 .header--aside {
  right: -320px;
  padding-right: 30px;
  padding-left: 0;
  visibility: hidden;
}

.header-v5 .header--aside .btn-aside-toggle {
  position: fixed;
  right: 380px;
  top: 50px;
  display: none;
}

.header-v5 .header--aside .btn-aside-toggle span {
  background-color: #fff;
}

.header-v5.open-header-aside .header--aside {
  right: 0;
  visibility: visible;
}

.header-v5.open-header-aside .header--aside .btn-aside-toggle {
  display: block;
}

.header-v5.open-header-aside .site-header .btn-aside-toggle {
  display: none;
}

.header-v6 .header-aside-inner > .container {
  padding-left: 40px;
  padding-right: 40px;
}

.header-v6 .header-aside-inner > .container > .row > .col-xs-12,
.header-v6 .header-aside-inner .site-header-content {
  position: static;
}

.header-v6 .header-aside-inner .quick-access {
  display: none;
}

.header-v6 .header-aside-inner .header-bottom {
  left: 0;
  padding: 0 40px;
}

.header-v6 .header--aside {
  left: 0;
  padding-left: 0;
  -webkit-transition: none;
  transition: none;
}

.header-v6 .header--aside .site-description {
  margin: 20px 0 0;
}

.header-v6 .header--aside .mega-menu > li > a {
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
}

.header-v6 .header--aside .mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a,
.header-v6 .header--aside .mega-menu > li > a {
  font-family: "Montserrat", sans-serif;
}

.header-v6 .header--aside .header-middle {
  margin: 40px 0 50px;
  position: relative;
}

.header-v6 .header--aside .search-form {
  color: inherit;
  border: 1px solid;
  overflow: hidden;
  font-size: 12px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

.header-v6 .header--aside .search-form .search-field {
  border: none;
  line-height: 30px;
  color: inherit;
  padding: 5px 20px;
  background: transparent;
}

.header-v6 .header--aside .search-form .search-button {
  right: 15px;
  color: inherit;
  font-size: 14px;
}

.header-v6 .site-footer {
  position: static;
}

/*--------------------------------------------------------------
	4. MegaMenu
---------------------------------------------------------------*/
.mega-menu,
.mega-menu ul.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu li {
  display: block;
}

.mega-menu li > a {
  display: block;
  position: relative;
}

.mega-menu li.mm-item-hide > a {
  display: none !important;
}

.mega-menu li.mm-item-nolink > a {
  cursor: default;
}

.mega-menu li ul.sub-menu {
  min-width: 220px;
}

.mega-menu .mm-popup-wide li li:hover > ul,
.mega-menu .mm-popup-narrow li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.mega-menu .mm-popup-wide li li > ul,
.mega-menu .mm-popup-narrow li > ul {
  opacity: 0;
  visibility: hidden;
}

.mega-menu .mm-popup-narrow ul.sub-menu li,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li {
  position: relative;
}

.mega-menu .mm-popup-narrow ul.sub-menu li ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu {
  position: absolute;
  top: 0;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > a:before,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > a:before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  padding-right: 10px;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left > ul.sub-menu {
  right: 100%;
  margin-right: -20px;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-left:hover > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-left:hover > ul.sub-menu {
  margin-right: 0;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > a:after,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  padding-left: 10px;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right > ul.sub-menu {
  left: 100%;
  margin-left: -20px;
}

.mega-menu .mm-popup-narrow ul.sub-menu li.submenu-position-right:hover > ul.sub-menu,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li.submenu-position-right:hover > ul.sub-menu {
  margin-left: 0;
}

.mega-menu > li {
  float: left;
  padding: 3px 0;
  position: relative;
}

.mega-menu > li > a {
  display: block;
  text-transform: uppercase;
  line-height: 30px;
  padding: 7px 25px;
}

.mega-menu > li:hover > a:before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 80px;
}

.mega-menu > li:hover > .popup {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mega-menu .popup {
  position: absolute;
  text-align: left;
  top: 100%;
  margin-top: 20px;
  z-index: 111;
  visibility: hidden;
  left: 0;
  -webkit-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
  -moz-transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
  transition: margin .1s linear .3s,visibility .1s linear .3s,opacity .1s linear .3s;
  opacity: 0;
}

.mega-menu .popup > .inner::before, .mega-menu .popup > .inner::after {
  content: ' ';
  display: table;
  flex-basis: 0;
  order: 1;
}

.mega-menu .popup > .inner::after {
  clear: both;
}

.mega-menu .popup ul.sub-menu {
  position: relative;
  z-index: 10;
}

.mega-menu .popup li {
  padding: 0;
  float: none;
}

.mega-menu .mm-popup-wide .popup {
  width: auto;
  white-space: nowrap;
}

.mega-menu .mm-popup-wide .popup > .inner {
  padding: 40px 50px;
}

.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu {
  max-width: 100%;
}

.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li {
  position: relative;
  float: left;
}

.mega-menu .mm-popup-wide .popup > .inner > ul.sub-menu > li:hover {
  z-index: 12;
}

.mega-menu .mm-icon,
.menu .mm-icon {
  padding-right: 5px;
  width: 18px;
}

.mega-menu .tip,
.menu .tip {
  color: #fff;
  font-size: 8px;
  line-height: 1;
  padding: 2px 4px;
  position: absolute;
  font-weight: normal;
  bottom: 100%;
  bottom: calc( 100% + 5px);
  bottom: -webkit-calc( 100% + 5px);
  bottom: -moz-calc( 100% + 5px);
  right: 15px;
}

.mega-menu .tip.hot,
.menu .tip.hot {
  background-color: #ce1a2b;
}

.mega-menu .tip.hot .tip-arrow:before,
.menu .tip.hot .tip-arrow:before {
  color: #ce1a2b;
}

.mega-menu .tip .tip-arrow:before,
.menu .tip .tip-arrow:before {
  content: "";
  border-top: 4px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 100%;
}

.accordion-menu {
  list-style: none;
  margin: 0;
}

.accordion-menu .tip {
  bottom: auto;
  right: auto;
  top: -5px;
}

.accordion-menu ul {
  list-style: none;
  margin: 0;
}

.accordion-menu li li a {
  padding-top: 3px;
  padding-bottom: 3px;
}

.accordion-menu li {
  position: relative;
}

.accordion-menu li > ul {
  display: none;
  padding-top: 10px;
  margin-left: 40px;
}

.accordion-menu li.open > .narrow i:before {
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.accordion-menu li > .narrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.accordion-menu li > .narrow i {
  width: 8px;
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
}

.accordion-menu li > .narrow i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.mega-menu .popup li > a {
  color: #aaa;
  background-color: transparent;
}

.mega-menu .popup li:hover > a {
  color: #fff;
  background-color: transparent;
}

.mega-menu .popup li.active > a {
  color: #fff;
  background-color: transparent;
}

.mega-menu .popup > .inner,
.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
.mega-menu .mm-popup-narrow ul ul {
  background-color: #111;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li ul.sub-menu,
.mega-menu .mm-popup-narrow ul {
  padding: 15px 0;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li li:hover > a,
.mega-menu .mm-popup-narrow li.menu-item:hover > a {
  color: #fff;
  background-color: transparent;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li li.active > a,
.mega-menu .mm-popup-narrow li.menu-item.active > a {
  color: #fff;
  background-color: transparent;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li li > a,
.mega-menu .mm-popup-narrow li.menu-item > a {
  padding: 10px 25px;
}

.mega-menu .mm-popup-wide .inner > ul.sub-menu > li > a {
  padding: 10px 0;
  margin: 0 0 15px 25px;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
}

.menu--horizontal .mm-item-level-0.mm-item-has-sub > a > .mm-text:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
}

.menu--vertical .mega-menu > li {
  width: 100%;
}

.menu--vertical .mega-menu > li > .popup {
  top: -30px;
  left: 100%;
}

.menu--vertical-right .mega-menu > li {
  padding-left: 15px;
}

.menu--vertical-right .mega-menu > li > .popup {
  right: 100%;
  left: auto;
}

/*--------------------------------------------------------------
	5. Main
---------------------------------------------------------------*/
.page-header-v1 .section-page-header .page-title {
  font-size: 24px;
}

.page-header-v2 .section-page-header {
  text-align: center;
}

.section-page-header {
  background-color: #eeeeee;
  padding: 70px 0 60px;
}

.section-page-header .page-title {
  margin: 0 0 10px;
  text-transform: uppercase;
}

.section-page-header .la-breadcrumbs {
  color: #bdbfc3;
}

.section-page-header .la-breadcrumbs a {
  color: #bdbfc3;
}

.section-page-header .la-breadcrumbs a:hover {
  color: #ce1a2b;
}

.section-page-header .la-breadcrumbs .la-breadcrumb-sep {
  padding: 0 15px;
}

.section-page-header .la-breadcrumbs .la-breadcrumb-sep:last-child {
  display: none;
}

.section-page-header .la-breadcrumbs .delimiter {
  border-left: 1px solid;
  height: 1em;
  display: inline-block;
  margin-bottom: -1px;
  transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
}

.container {
  max-width: 100%;
}

.header-v6 #page.site {
  padding-left: 320px;
}

#page.site {
  background-color: #fff;
  min-height: 300px;
}

.site-main {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 200px;
}

.error404 .site-main {
  padding: 0;
}

.enable-main-fullwidth .site-main .container {
  width: 100%;
}

.sidebar-inner .widget {
  margin-bottom: 50px;
}

.sidebar-inner .widget .widget-title {
  margin: 5px 0 30px;
  font-size: 16px;
  line-height: normal;
}

.sidebar-inner .product_list_widget a {
  color: #000000;
}

.sidebar-inner .product_list_widget a:hover {
  color: #ce1a2b;
}

/*--------------------------------------------------------------
	6 Footer
---------------------------------------------------------------*/
.enable-footer-fullwidth .site-footer .container {
  width: 100%;
}

.site-footer {
  background-color: #1d1f1f;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: -1;
  color: #8c8d90;
}

.site-footer a {
  color: #bdbfc3;
}

.site-footer a:hover {
  color: #ce1a2b;
}

.site-footer .widget {
  margin-bottom: 50px;
  margin-top: 5px;
}

.site-footer .widget .widget-title {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 35px;
}

.site-footer .widget .widget-title span {
  border-bottom: 1px solid #ce1a2b;
  padding-bottom: 15px;
}

.footer-top {
  padding: 90px 0 0;
}

.footer-bottom {
  background-color: #000;
  font-size: 12px;
  padding: 15px 0;
}

.footer-column-maxwidth .widget-inner {
  max-width: 270px;
}

.contact-info {
  margin-bottom: 18px;
}

.contact-info .contact-icon {
  color: #ce1a2b;
  display: inline-block;
  width: 30px;
  float: left;
}

.contact-info .contact-value {
  display: inline-block;
}

.contact-info .contact-value p {
  margin-bottom: 0;
}

.contact-info a {
  color: inherit;
}

.footer-column .contact-info:first-child {
  padding-top: 10px;
}

/*--------------------------------------------------------------
	7. Category Post
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	8. Search Post
---------------------------------------------------------------*/
/*--------------------------------------------------------------
	9. Single Post
---------------------------------------------------------------*/
.entry-thumbnail {
  margin-bottom: 35px;
}

.entry-thumbnail .post-format-icon {
  display: none;
}

.entry-thumbnail img {
  width: 100%;
}

.entry-header .entry-title {
  font-family: inherit;
  font-size: 18px;
  margin-top: 0;
}

.entry-header h1.entry-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.tags-list {
  margin-bottom: 20px;
  display: block;
}

.tags-list i {
  padding-right: 20px;
}

.tags-list a {
  color: inherit;
}

.tags-list a:hover {
  color: #ce1a2b;
}

.item--category {
  color: #adb2bc;
  margin-bottom: 5px;
}

.item--category a {
  color: inherit;
}

.item--category a:hover {
  color: #ce1a2b;
}

.entry-meta {
  font-size: 12px;
  color: #adb2bc;
  margin-bottom: 15px;
}

.entry-meta i {
  padding-right: 10px;
}

.entry-meta a {
  color: inherit;
}

.entry-meta a:hover {
  color: #ce1a2b;
}

.entry-meta > span {
  margin-right: 20px;
}

.entry-meta > span:last-child {
  margin-right: 0;
}

.entry-meta .updated {
  display: none;
}

.btn-readmore {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  color: #000000;
  display: inline-block;
  margin-bottom: 5px;
}

.btn-readmore span {
  padding-right: 15px;
}

.btn-readmore i {
  font-size: 14px;
  color: #ce1a2b;
}

.entry-content {
  margin-bottom: 20px;
}

.item-inner .entry-content {
  line-height: 30px;
}

.entry-footer {
  border-top: 1px solid #dddddd;
  margin-top: 25px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.entry-footer .social--sharing {
  padding-top: 20px;
  float: right;
}

.entry-footer .author-info {
  float: left;
}

.author-info {
  margin-bottom: 20px;
}

.author-info .author-description {
  vertical-align: middle;
}

.author-info .author-avatar {
  width: 70px;
}

.author-info .author-avatar,
.author-info .author-description {
  display: table-cell;
}

.author-info .author-title {
  text-transform: uppercase;
  font-family: inherit;
  font-size: 14px;
  margin: 0 0 10px;
}

.author-info .author-bio {
  color: #adb2bc;
  margin-bottom: 0;
}

.author-info .author-bio .author-link {
  display: none;
}

.post-navigation {
  margin-bottom: 40px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
}

.post-navigation .nav-links span {
  display: block;
}

.post-navigation .post-title {
  color: #000000;
}

.single-post-content {
  margin-bottom: 30px;
}

.single-post-content .type-post > .entry-meta {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
	10. Page
---------------------------------------------------------------*/
.page-id-510 .widget_shopping_cart_content .total .amount,
.page-id-510 .contact-info .contact-icon {
  color: #fff;
}

.page-id-1163 .footer-bottom {
  background-color: #fff;
  color: #7b6c7b;
}

@media (min-width: 992px) {
  .page-id-1022.header-v6 .header--aside,
  .page-id-1022 .site-header-inner {
    background-color: transparent;
  }
  .page-id-1022.header-v6 .header--aside {
    color: #fff;
  }
  .page-id-1022.header-v6 .header--aside a {
    color: #fff;
  }
  .page-id-1022.header-v6 .header--aside a:hover {
    color: #000;
  }
}

.education-btn-joinnow {
  display: none !important;
}

.page-id-1306 .item--overlay {
  background-color: #083c5a;
}

.page-id-1306 .main-menu .education-btn-joinnow {
  display: block !important;
  padding: 0;
}

.page-id-1306 .main-menu .education-btn-joinnow a {
  background: #4cb648 !important;
  color: #fff !important;
  display: block;
  border-radius: 30px;
  padding: 10px 60px;
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 1200px) {
  .page-id-1306 .main-menu .education-btn-joinnow a {
    padding: 7px 40px;
    font-size: 14px;
    margin-top: 3px;
  }
}

.course-item .item-inner {
  margin-bottom: 50px;
}

.course-item .item--image {
  position: relative;
}

.course-item .item--image .btn {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border: none;
  line-height: 20px;
  padding: 12px 30px;
  visibility: hidden;
  opacity: 0;
}

.course-item:hover .item--image .btn {
  visibility: visible;
  opacity: 1;
}

.course-item:hover .item--overlay {
  visibility: visible;
  opacity: 0.7;
}

.course-item .course-meta {
  margin: 0;
  list-style: none;
  padding: 0;
}

.course-item .course-meta li {
  padding: 4px 0;
}

.course-item .course-meta li i {
  width: 25px;
  display: inline-block;
}

.course-item .item--title {
  margin: 25px 0 20px;
}

.course-item .item--excerpt {
  line-height: 28px;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
	11. Comments
---------------------------------------------------------------*/
.commentlist {
  margin: 0;
  list-style: none;
}

.commentlist .comment-author {
  color: #000000;
}

.commentlist .star-rating {
  float: right;
}

.commentlist .meta {
  color: #adb2bc;
  font-size: 12px;
  margin-bottom: 15px;
  font-style: italic;
}

.commentlist .comment-reply-link {
  border: 1px solid #dddddd;
  font-size: 12px;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  padding: 2px 15px;
}

.commentlist .comment-reply-link:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.commentlist .comment .comment_container {
  margin-bottom: 30px;
}

.commentlist .comment ul.children {
  margin-left: 100px;
  padding-left: 0;
  list-style: none;
}

.commentlist .comment .comment-respond {
  margin: 30px 0 0;
  padding: 0;
}

.commentlist .comment img.avatar {
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.commentlist .comment .comment-text {
  margin-top: -7px;
  float: right;
  width: 80%;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
}

.wc-tab-content .commentlist {
  margin-top: 15px;
}

.wc-tab-content .commentlist .comment-text p:last-child {
  margin-bottom: 10px;
}

.wc-tab-content .commentlist .meta {
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 12px;
}

.wc-tab-content .commentlist .meta strong {
  color: #000000;
}

.wc-tab-content #comments > h2 {
  display: none;
}

.wc-tab-content #comments > h2,
.wc-tab-content .comment-respond .comment-reply-title {
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 20px;
  padding-bottom: 15px;
}

.comment-notes {
  font-size: 12px;
}

.comment-form > p {
  margin-bottom: 20px;
}

.comment-form .comment-notes {
  margin-bottom: 10px;
}

.comment-form .comment-form-rating .stars a {
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  margin-left: 10px;
  padding-left: 10px;
  vertical-align: middle;
}

.comment-form .comment-form-rating .stars a:first-child {
  margin-left: 0;
  padding-left: 0;
}

.comment-form .comment-form-rating .stars a:before {
  text-indent: 0;
}

.comment-form .comment-form-author {
  padding-right: 15px;
}

.comment-form .comment-form-email {
  padding-left: 15px;
}

.comment-form .comment-form-email,
.comment-form .comment-form-author {
  width: 50%;
  float: left;
}

.comment-form .comment-form-url input,
.comment-form .comment-form-email input,
.comment-form .comment-form-author input {
  width: 100%;
}

.comment-form textarea {
  width: 100%;
}

.comment-form .form-submit .btn {
  letter-spacing: 1px;
}

.page-content > .comments-area {
  margin-top: 40px;
}

.comments-container {
  margin-bottom: 40px;
}

#comments > h2,
#comments .comments-title > h2,
.comment-respond .comment-reply-title {
  font-size: 16px;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comment_container + .comment-respond {
  margin-top: 0;
}

.comment_container + .comment-respond .comment-reply-title {
  margin-bottom: 20px;
}

.comment_container + .comment-respond .comment-reply-title a {
  letter-spacing: 0;
  text-transform: none;
}

.single-post-content .comment-form label {
  display: none;
}

/*--------------------------------------------------------------
	12. Portfolio
---------------------------------------------------------------*/
.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item .item--info {
  display: none;
  max-width: 550px;
  margin: 0 auto;
}

.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item:not(.slick-active) {
  opacity: 0.5;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item:not(.slick-active) .item-inner {
  padding: 20% 0;
  max-height: 300px;
}

.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item.slick-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}

.freelancer-portfolios-slider > .portfolios-grid.la-slick-slider .portfolio-item.slick-active .item--info {
  display: block;
}

.block-single-portfolio-gallery {
  margin-bottom: 50px;
}

.block-single-portfolio-content {
  margin-bottom: 50px;
}

.block-single-portfolio-content .entry-header h1.entry-title {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 35px;
  font-weight: bold;
}

.block-single-portfolio-content .entry-content {
  line-height: 30px;
}

.block-single-portfolio-content .single-portfolio-meta {
  border: 1px solid #dddddd;
  padding: 20px 40px;
}

.block-single-portfolio-content .single-portfolio-meta .meta-item {
  margin: 20px 0;
}

.block-single-portfolio-content .single-portfolio-meta .meta-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  display: inline-block;
}

.block-single-portfolio-content .single-portfolio-meta .meta-value {
  display: inline-block;
}

.block-single-portfolio-content .social-media-link.style-default {
  padding: 15px 0 20px;
}

.block-single-portfolio-content .social-media-link.style-default a {
  margin: 0 15px;
}

#page_archive_portfolios.grid-item-no-padding .grid-items {
  margin-left: -15px;
  margin-right: -15px;
}

#page_archive_portfolios + .la-pagination {
  margin: 80px 0 30px;
}

#page_archive_portfolios .la-isotope-filter-container {
  margin: 30px 0 80px;
  text-align: center;
}

/*--------------------------------------------------------------
	13. Shortcodes
---------------------------------------------------------------*/
.vc_btn3-container .vc_btn3 {
  text-align: center;
  max-width: 100%;
  overflow: hidden;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-blue {
  background-color: #2f50e0;
  border-color: #2f50e0;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-light-blue {
  background-color: #2990f1;
  border-color: #2990f1;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-dark {
  background-color: #1c223d;
  border-color: #1c223d;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-grey {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-red {
  background-color: #f74b4b;
  border-color: #f74b4b;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-pink {
  background-color: #d72a63;
  border-color: #d72a63;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-yellow {
  background-color: #ffd144;
  border-color: #ffd144;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-orange {
  background-color: #f3871e;
  border-color: #f3871e;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-brown {
  background-color: #a97c55;
  border-color: #a97c55;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-nuggets {
  background-color: #46dfc4;
  border-color: #46dfc4;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-green {
  background-color: #4daf56;
  border-color: #4daf56;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-light-green {
  background-color: #39d17a;
  border-color: #39d17a;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-primary {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-secondary {
  background-color: #000000;
  border-color: #000000;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-transparent {
  background-color: transparent;
  color: #000000 !important;
  border-color: #000000 !important;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-transparent:hover {
  background-color: #ce1a2b;
  color: #fff !important;
  border-color: #ce1a2b !important;
}

.vc_btn3-container .vc_btn3.vc_btn3-shape-rounded {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}

.vc_btn3-container .vc_btn3.vc_btn3-style-custom, .vc_btn3-container .vc_btn3.vc_btn3-style-modern {
  color: #fff;
  padding: 10px 30px;
  height: 50px;
  border-width: 0;
  line-height: 30px;
  background-image: none;
}

.vc_btn3-container .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3-container .vc_btn3.vc_btn3-style-outline {
  color: #fff;
  padding: 8px 30px;
  height: 50px;
  line-height: 30px;
  border-width: 2px;
  background-image: none;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-sm {
  font-size: 14px;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-lg {
  width: 350px;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-md {
  width: 220px;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  left: 25px;
}

.vc_btn3-container .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
  right: 25px;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-primary {
  z-index: 1;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-primary:after {
  content: "";
  background: #000;
  position: absolute;
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.vc_btn3-container .vc_btn3.vc_btn3-color-la-primary:hover:after {
  width: 100%;
  opacity: 0.15;
}

.vc_btn3-container .vc_general.vc_btn3:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.vc_btn3-container.outline-1 .vc_btn3.vc_btn3-style-outline-custom, .vc_btn3-container.outline-1 .vc_btn3.vc_btn3-style-outline {
  border-width: 1px;
  padding: 9px 30px;
}

.vc_btn3-container.btn-see-all .vc_btn3 {
  padding: 0;
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
}

.vc_btn3-container.btn-see-all .vc_btn3 .vc_btn3-icon {
  color: #ce1a2b;
}

.vc_btn3-container.btn-see-all .vc_btn3:hover {
  color: #ce1a2b;
}

.wpb_text_column {
  line-height: 30px;
}

.wpb_single_image.size-full * {
  width: 100%;
}

.la-custom-row .wpb_wrapper {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-link a {
  margin: 0 5px;
}

.social-media-link a:first-child {
  margin-left: 0 !important;
}

.social-media-link a:last-child {
  margin-right: 0 !important;
}

.social-media-link.style-default a {
  margin: 0 20px;
}

.social-media-link.style-round a, .social-media-link.style-square a, .social-media-link.style-circle a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #303744;
  color: #fff;
  text-align: center;
  display: inline-block;
}

.social-media-link.style-round a:hover, .social-media-link.style-square a:hover, .social-media-link.style-circle a:hover {
  background-color: #ce1a2b;
  color: #fff;
}

.social-media-link.style-circle a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.social-media-link.style-round a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.vc_separator.heading-doubleline {
  width: 100px;
  display: block;
}

.vc_separator.heading-doubleline .vc_sep_holder {
  display: block;
}

.vc_separator.heading-doubleline .vc_sep_holder.vc_sep_holder_r {
  display: block;
  margin-top: 5px;
  width: 70%;
  margin-left: 15%;
}

.vc_separator.heading-doubleline.vc_sep_pos_align_left .vc_sep_holder.vc_sep_holder_r {
  margin-left: 0;
}

.la-divider {
  position: relative;
  border-top: 1px solid transparent;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.la-separator {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.la-separator .la-line {
  display: block;
  max-width: 100%;
  width: 100px;
}

.text-center .la-separator .la-line {
  margin-left: auto;
  margin-right: auto;
}

.text-right .la-separator .la-line {
  margin-right: 0;
  margin-left: auto;
}

.la-headings .subheading-tag + .la-separator {
  margin-top: 25px;
}

.spacer-position-separator .heading-with-line,
.spacer-position-separator .la-separator,
.spacer-position-separator .heading-tag {
  display: inline-block;
  vertical-align: middle;
}

.spacer-position-separator .heading-tag {
  margin: 0 50px;
}

.heading-with-number {
  font-weight: bold;
}

.heading-with-number .heading-tag,
.heading-with-number .heading-number {
  display: table-cell;
}

.heading-with-number .heading-number {
  font-size: 72px;
  line-height: 1;
}

.team-member-item .item--image img {
  width: 100%;
}

.team-member-item .item--info {
  text-align: center;
  width: 100%;
  display: block;
}

.team-member-item .item--role {
  font-size: 12px;
  margin-bottom: 5px;
}

.team-member-item .item--title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-member-item .item--excerpt {
  line-height: 30px;
}

.loop--normal .team-member-item .item--info {
  color: #fff;
  z-index: 3;
  opacity: 0;
}

.loop--normal .team-member-item .item--info a {
  color: #fff;
}

.loop--normal .team-member-item .item--social {
  margin-top: 40px;
}

.loop--normal .team-member-item .item-inner:hover .item--overlay {
  visibility: visible;
  opacity: 0.8;
}

.loop--normal .team-member-item .item-inner:hover .item--info {
  opacity: 1;
}

.loop-style-1 .team-member-item .item--role {
  font-size: 14px;
}

.loop-style-1 .team-member-item .item--title {
  font-size: 16px;
}

.loop-style-3 .team-member-item .item--info {
  padding: 45px 30px;
  background-color: #ffffff;
  position: relative;
}

.loop-style-3 .team-member-item .item--info:before {
  content: "";
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.loop-style-3 .team-member-item.item-even .item--info:before {
  bottom: -20px;
  border-top: 20px solid #fff;
}

.loop-style-3 .team-member-item.item-odd .item--info:before {
  top: -20px;
  border-bottom: 20px solid #fff;
}

.loop-style-3 .team-member-item .item--title {
  margin-bottom: 15px;
  line-height: normal;
}

.loop-style-3 .team-member-item .item--title a {
  color: #ce1a2b;
}

.loop-style-3 .team-member-item .item--role {
  margin-bottom: 15px;
}

.loop-style-3 .team-member-item .item--excerpt {
  padding-bottom: 25px;
}

.loop-style-3 .team-member-item .item--social a {
  color: #000;
}

.loop-style-3 .team-member-item .item--social a:hover {
  color: #ce1a2b;
}

.loop-style-4 .team-member-item .item-inner:hover .item--social {
  left: 0;
}

.loop-style-4 .team-member-item .item--image {
  position: relative;
  overflow: hidden;
}

.loop-style-4 .team-member-item .item--social {
  position: absolute;
  padding: 20% 0;
  left: -70px;
  top: 50%;
  width: 70px;
  text-align: center;
  background-color: #ce1a2b;
  font-size: 18px;
  transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.loop-style-4 .team-member-item .item--social a {
  display: block;
  color: #fff;
  margin: 15px 0;
}

.loop-style-4 .team-member-item .item--title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}

.loop-style-4 .team-member-item .item--title:before {
  content: "";
  display: block;
  border-top: 3px solid #ce1a2b;
  width: 70px;
  margin: 30px auto 25px;
}

.loop-style-4 .team-member-item .item--role {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}

.loop-style-5 .team-member-item .item--image {
  text-align: center;
  margin-bottom: 30px;
}

.loop-style-5 .team-member-item .item--image img {
  width: auto;
  margin: 0 auto;
}

.loop-style-5 .team-member-item .item--title {
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.loop-style-5 .team-member-item .item--role {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
}

.la-banner-box img {
  width: 100%;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.la-banner-box .box-inner {
  position: relative;
  overflow: hidden;
}

.la-banner-box .banner--link-overlay {
  position: absolute;
}

.banner-design-default {
  text-align: center;
}

.banner-design-default .banner--info {
  position: absolute;
  bottom: 0;
  width: 80%;
  left: 10%;
}

.banner-design-default .heading-tag {
  display: inline-block;
  margin: 0 auto;
  line-height: inherit;
  background-color: #fff;
  font-size: 30px;
  width: 100%;
  padding: 5px 20px;
}

.banner-design-default:hover .banner--info {
  bottom: 40px;
}

.banner-design-default:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.banner-design-2 .banner--info {
  background-color: #ce1a2b;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 10px;
  text-align: center;
}

.banner-design-2 .banner--image {
  overflow: hidden;
  position: relative;
}

.banner-design-2:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.vc_tta-tabs ul.products {
  margin-top: 0;
}

.wpb_wrapper .vc_tta-container {
  margin-bottom: 30px;
}

.tour-la-2 .vc_tta-panel .vc_tta-panel-body,
.tour-la-1 .vc_tta-panel .vc_tta-panel-body,
.tabs-la-4 .vc_tta-panel .vc_tta-panel-body,
.tabs-la-3 .vc_tta-panel .vc_tta-panel-body,
.tabs-la-2 .vc_tta-panel .vc_tta-panel-body,
.tabs-la-1 .vc_tta-panel .vc_tta-panel-body {
  display: none;
}

.tour-la-2 .vc_tta-panel.vc_active .vc_tta-panel-body,
.tour-la-1 .vc_tta-panel.vc_active .vc_tta-panel-body,
.tabs-la-4 .vc_tta-panel.vc_active .vc_tta-panel-body,
.tabs-la-3 .vc_tta-panel.vc_active .vc_tta-panel-body,
.tabs-la-2 .vc_tta-panel.vc_active .vc_tta-panel-body,
.tabs-la-1 .vc_tta-panel.vc_active .vc_tta-panel-body {
  display: block;
}

.tour-la-2 .vc_tta-tabs-list,
.tour-la-1 .vc_tta-tabs-list,
.tabs-la-3 .vc_tta-tabs-list,
.tabs-la-2 .vc_tta-tabs-list,
.tabs-la-1 .vc_tta-tabs-list {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.tour-la-2 .vc_tta-tabs-list li,
.tour-la-1 .vc_tta-tabs-list li,
.tabs-la-3 .vc_tta-tabs-list li,
.tabs-la-2 .vc_tta-tabs-list li,
.tabs-la-1 .vc_tta-tabs-list li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  margin: 0 30px;
}

.tour-la-2 .vc_tta-tabs-list li:first-child,
.tour-la-1 .vc_tta-tabs-list li:first-child,
.tabs-la-3 .vc_tta-tabs-list li:first-child,
.tabs-la-2 .vc_tta-tabs-list li:first-child,
.tabs-la-1 .vc_tta-tabs-list li:first-child {
  margin-left: 0;
}

.tour-la-2 .vc_tta-tabs-list li:last-child,
.tour-la-1 .vc_tta-tabs-list li:last-child,
.tabs-la-3 .vc_tta-tabs-list li:last-child,
.tabs-la-2 .vc_tta-tabs-list li:last-child,
.tabs-la-1 .vc_tta-tabs-list li:last-child {
  margin-right: 0;
}

.tour-la-2 .vc_tta-tabs-list li a,
.tour-la-1 .vc_tta-tabs-list li a,
.tabs-la-3 .vc_tta-tabs-list li a,
.tabs-la-2 .vc_tta-tabs-list li a,
.tabs-la-1 .vc_tta-tabs-list li a {
  display: block;
  line-height: 30px;
  padding: 10px 0;
  border-bottom: 3px solid #dddddd;
}

.tour-la-2 .vc_tta-tabs-list li.vc_active a,
.tour-la-1 .vc_tta-tabs-list li.vc_active a,
.tabs-la-3 .vc_tta-tabs-list li.vc_active a,
.tabs-la-2 .vc_tta-tabs-list li.vc_active a,
.tabs-la-1 .vc_tta-tabs-list li.vc_active a {
  border-bottom-color: #ce1a2b;
}

.tour-la-2 .vc_tta-panel-title,
.tour-la-1 .vc_tta-panel-title,
.tabs-la-3 .vc_tta-panel-title,
.tabs-la-2 .vc_tta-panel-title,
.tabs-la-1 .vc_tta-panel-title {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
}

.tour-la-2 .vc_tta-panel-title a,
.tour-la-1 .vc_tta-panel-title a,
.tabs-la-3 .vc_tta-panel-title a,
.tabs-la-2 .vc_tta-panel-title a,
.tabs-la-1 .vc_tta-panel-title a {
  display: inline-block;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}

.tour-la-2 .vc_active .vc_tta-panel-title,
.tour-la-1 .vc_active .vc_tta-panel-title,
.tabs-la-3 .vc_active .vc_tta-panel-title,
.tabs-la-2 .vc_active .vc_tta-panel-title,
.tabs-la-1 .vc_active .vc_tta-panel-title {
  margin-bottom: 20px;
}

.tour-la-2 .vc_active .vc_tta-panel-title a,
.tour-la-1 .vc_active .vc_tta-panel-title a,
.tabs-la-3 .vc_active .vc_tta-panel-title a,
.tabs-la-2 .vc_active .vc_tta-panel-title a,
.tabs-la-1 .vc_active .vc_tta-panel-title a {
  color: #ce1a2b;
  border-bottom-color: #ce1a2b;
}

.tabs-la-2 .vc_tta-tabs-list {
  font-size: 16px;
}

.tabs-la-2 .vc_tta-tabs-list li {
  font-family: inherit;
  color: #727883;
}

.tabs-la-2 .vc_tta-tabs-list li a {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  padding: 0;
}

.tabs-la-2 .vc_tta-tabs-list li.vc_active a {
  border-bottom-color: #000000;
  color: #000000;
}

.tabs-la-4 .vc_tta-tabs-list {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabs-la-4 .vc_tta-tabs-list li {
  background-repeat: no-repeat;
  background-position: center center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: inherit;
  color: #a1ab6e;
  display: inline-block;
  width: 25%;
  padding: 45px 0;
  overflow: hidden;
}

.tabs-la-4 .vc_tta-tabs-list li a {
  padding: 0 15px;
  position: relative;
}

.tabs-la-4 .vc_tta-tabs-list li a:after, .tabs-la-4 .vc_tta-tabs-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 300px;
  border-bottom: 1px dashed #fe9d96;
}

.tabs-la-4 .vc_tta-tabs-list li a:before {
  right: 100%;
}

.tabs-la-4 .vc_tta-tabs-list li a:after {
  left: 100%;
}

.tabs-la-4 .vc_tta-tabs-list li:first-child a:before {
  display: none;
}

.tabs-la-4 .vc_tta-tabs-list li:last-child a:after {
  display: none;
}

.tabs-la-4 .vc_tta-tabs-list li.vc_active {
  background-image: url(../images/tab-wedding.png);
}

.tabs-la-4 .vc_tta-tabs-list li.vc_active a {
  width: 180px;
  display: inherit;
}

.tabs-la-4 .vc_tta-panel-title {
  background-image: url(../images/tab-wedding.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px 0;
  background-size: contain;
}

.tabs-la-4 .vc_tta-panel-title a {
  color: #ce1a2b;
  font-size: 14px;
  text-transform: uppercase;
}

.testimonial-loop .item-inner {
  position: relative;
}

.testimonial-loop .item--title {
  font-size: 14px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: inherit;
  color: #ce1a2b;
}

.testimonial-loop .item--title a {
  color: inherit;
}

.testimonial-loop .item--excerpt {
  font-size: 16px;
  line-height: 30px;
}

.testimonial-loop.loop-style-1 .item--overlay {
  visibility: visible;
  background-color: #303744;
  opacity: 0.65;
}

.testimonial-loop.loop-style-1 .item-inner:hover .item--overlay {
  background-color: #ce1a2b;
  opacity: 0.9;
}

.testimonial-loop.loop-style-1 .item--info {
  padding: 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.testimonial-loop.loop-style-1 .item--title {
  margin: 0 0 40px;
  color: #fff;
}

.testimonial-loop.loop-style-2 .item--image {
  margin-bottom: 45px;
}

.testimonial-loop.loop-style-2 .item--image img {
  margin: 0 auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.testimonial-loop.loop-style-2 .item-inner {
  text-align: center;
}

.testimonial-loop.loop-style-2 .item--title {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.testimonial-loop.loop-style-2 .item--excerpt {
  color: #fff;
}

.testimonial-loop.loop-style-2 .item--role {
  margin-bottom: 30px;
  color: #dddddd;
}

.testimonial-loop.loop-style-2.la-slick-slider .slick-arrow {
  top: 150px;
  font-size: 24px;
}

.testimonial-loop.loop-style-2.la-slick-slider .slick-prev {
  left: 100px;
}

.testimonial-loop.loop-style-2.la-slick-slider .slick-next {
  right: 100px;
}

.testimonial-loop.loop-style-2.la-slick-slider .slick-dots li:not(.slick-active) button {
  background-color: #fff;
}

.testimonial-loop.loop-style-3 .item--title {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
}

.testimonial-loop.loop-style-3 .item--role {
  margin-bottom: 0;
  font-size: 12px;
}

.testimonial-loop.loop-style-3 .item--excerpt {
  padding-bottom: 20px;
}

.testimonial-loop.loop-style-3 .item--excerpt:before {
  content: "";
  width: 50px;
  display: block;
  margin-bottom: 40px;
  border-top: 3px solid #ce1a2b;
}

.testimonial-loop.loop-style-6 .item--excerpt, .testimonial-loop.loop-style-4 .item--excerpt {
  padding-bottom: 30px;
  font-size: 14px;
}

.testimonial-loop.loop-style-6 .item--excerpt:before, .testimonial-loop.loop-style-4 .item--excerpt:before {
  content: "\f10d";
  font-family: FontAwesome;
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  color: #bdbfc3;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.testimonial-loop.loop-style-6 .item--image, .testimonial-loop.loop-style-4 .item--image {
  float: left;
  margin-right: 30px;
  width: 70px;
}

.testimonial-loop.loop-style-6 .item--image img, .testimonial-loop.loop-style-4 .item--image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.testimonial-loop.loop-style-6 .item--info, .testimonial-loop.loop-style-4 .item--info {
  overflow: hidden;
}

.testimonial-loop.loop-style-6 .item--title, .testimonial-loop.loop-style-4 .item--title {
  padding-top: 10px;
}

.testimonial-loop.loop-style-6 .item--role,
.testimonial-loop.loop-style-6 .item--title, .testimonial-loop.loop-style-4 .item--role,
.testimonial-loop.loop-style-4 .item--title {
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

.testimonial-loop.loop-style-5 {
  text-align: center;
}

.testimonial-loop.loop-style-5 .item--excerpt {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 36px;
}

.testimonial-loop.loop-style-5 .item--excerpt:before {
  content: "\f10e";
  font-family: FontAwesome;
  display: block;
  margin-bottom: 50px;
  font-style: normal;
  color: #bdbfc3;
  font-size: 30px;
  line-height: 1;
}

.testimonial-loop.loop-style-5 .item--image {
  margin-top: 40px;
}

.testimonial-loop.loop-style-5 .item--image img {
  margin: 0 auto;
  max-width: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.testimonial-loop.loop-style-5 .item--title {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
}

.testimonial-loop.loop-style-5.re-render-nav .item--image {
  display: none;
}

.testimonial-loop.loop-style-6 .item-inner {
  background-color: #fff;
  padding: 60px 70px 70px;
}

.testimonial-loop.loop-style-6 .item--excerpt:before {
  display: none;
}

.testimonial-loop.loop-style-6 .item--excerpt:after {
  content: "";
  width: 50px;
  display: block;
  margin-top: 20px;
  border-top: 3px solid #ce1a2b;
}

.testimonial-nav5 {
  max-width: 300px;
  margin: 0 auto;
}

.testimonial-nav5 .slick-slide {
  cursor: pointer;
}

.testimonial-nav5 img {
  width: 100px;
  padding: 0 15px;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.testimonial-nav5 .slick-current img {
  opacity: 1;
}

.la-icon-boxes .icon-heading {
  margin: 0;
}

.la-icon-boxes .box-description {
  margin-top: 15px;
}

.la-icon-boxes .icon-heading,
.la-icon-boxes .box-description {
  font-size: 14px;
  line-height: 30px;
}

.la-icon-boxes .box-icon-style-simple {
  color: #ce1a2b;
}

.la-icon-boxes .box-icon-style-square,
.la-icon-boxes .box-icon-style-circle,
.la-icon-boxes .box-icon-style-round {
  color: #fff;
  background-color: #ce1a2b;
}

.la-icon-boxes .box-icon-style-round {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.la-icon-boxes .wrap-icon .box-icon {
  display: inline-block;
  line-height: 30px;
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.la-icon-boxes .wrap-icon .box-icon i {
  display: block;
}

.la-icon-boxes .box-heading-top .box-heading,
.la-icon-boxes .box-heading-top .box-icon-heading {
  display: table-cell;
  vertical-align: middle;
}

.la-icon-boxes .box-icon-left,
.la-icon-boxes .box-icon-right {
  display: table-cell;
}

.la-icon-boxes.icon-pos-left .box-contents, .la-icon-boxes.icon-pos-right .box-contents {
  display: table-cell;
  vertical-align: top;
}

.la-icon-boxes.icon-pos-left .box-description, .la-icon-boxes.icon-pos-right .box-description {
  margin-top: 10px;
}

.la-icon-boxes.icon-pos-default .box-icon-heading,
.la-icon-boxes .box-icon-left {
  padding-right: 30px;
}

.la-icon-boxes.icon-pos-heading-right .box-icon-heading,
.la-icon-boxes .box-icon-right {
  padding-left: 30px;
}

.la-icon-boxes.icon-pos-top .icon-heading {
  margin-top: 40px;
}

.la-icon-boxes.list-icon {
  margin-bottom: 10px;
}

.la-icon-boxes.list-icon .box-icon-heading {
  padding-right: 15px;
}

.la-icon-boxes.list-icon .icon-heading {
  color: inherit;
  font-family: inherit;
}

.showposts-list.loop-style-1 {
  padding-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
}

.showposts-list.loop-style-1 .post--left,
.showposts-list.loop-style-1 .post--right {
  float: left;
  padding: 0 15px;
}

.showposts-list.loop-style-1 .post--right {
  width: 45%;
}

@media (min-width: 1200px) {
  .showposts-list.loop-style-1 .post--right {
    padding-left: 90px;
  }
}

.showposts-list.loop-style-1 .post--right .item-inner {
  padding: 25px;
}

.showposts-list.loop-style-1 .post--right .item-inner .item--inner-2 {
  position: relative;
  z-index: 2;
}

.showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay {
  position: absolute;
  visibility: hidden;
  background-color: #000;
  background-position: center center;
  background-size: cover;
  z-index: 0;
  opacity: 0;
}

.showposts-list.loop-style-1 .post--right .item-inner .item--thumb-overlay:before {
  content: "";
  opacity: 0.4;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.showposts-list.loop-style-1 .post--right .item-inner:hover .item--thumb-overlay {
  visibility: visible;
  opacity: 1;
}

.showposts-list.loop-style-1 .post--right .item-inner:hover a,
.showposts-list.loop-style-1 .post--right .item-inner:hover .entry-meta i,
.showposts-list.loop-style-1 .post--right .item-inner:hover .entry-meta {
  color: #fff;
}

.showposts-list.loop-style-1 .post--left {
  width: 55%;
}

.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--inner-2,
.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--thumb-overlay {
  display: table-cell;
  vertical-align: middle;
}

.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--inner-2 {
  width: 45%;
  padding-right: 30px;
  padding-top: 17%;
  padding-bottom: 23%;
}

.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--thumb-overlay {
  width: 55%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--thumb-overlay:before {
  content: "";
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
  height: 0;
  width: 0;
  font-size: 0;
  position: absolute;
  top: 30%;
}

.showposts-list.loop-style-1 .post--left .has-post-thumbnail .item--thumb-overlay:first-child {
  display: none;
}

.showposts-list.loop-style-1 .post--left .item--category {
  font-size: 14px;
}

.showposts-list.loop-style-1 .post--left .entry-header .entry-title {
  font-size: 16px;
  margin: 10px 0 15px;
}

.showposts-list.loop-style-1 .post--left .entry-meta {
  font-size: 12px;
}

.showposts-list.loop-style-1 .item--category {
  font-size: 12px;
  margin-bottom: 0;
}

.showposts-list.loop-style-1 .entry-header .entry-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  margin: 5px 0 15px;
}

.showposts-list.loop-style-1 .entry-meta {
  font-size: 11px;
  padding-top: 5px;
  margin-bottom: 0;
}

.showposts-list.loop-style-1 .entry-meta i {
  color: #ce1a2b;
}

.showposts-list.loop-style-2 .post--left {
  float: left;
  width: 60%;
}

.showposts-list.loop-style-2 .post--right {
  float: right;
  width: 35%;
}

.showposts-list.loop-style-2 .entry-thumbnail {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.showposts-list.loop-style-2 .item--category {
  font-size: 12px;
  text-transform: uppercase;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 5px;
}

.showposts-list.loop-style-2 .entry-header .entry-title {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
}

.showposts-list.loop-style-2 .post--right .entry-header .entry-title {
  font-size: 12px;
}

.showposts-list.loop-style-2 .entry-meta i,
.showposts-list.loop-style-2 .entry-meta .byline,
.showposts-list.loop-style-2 .entry-meta .post--view {
  display: none;
}

.showposts-list.loop-style-3 .entry-thumbnail {
  float: left;
  margin-right: 30px;
}

.showposts-list.loop-style-3 .entry-meta {
  text-transform: uppercase;
  margin-bottom: 0;
}

.showposts-list.loop-style-3 .entry-meta i,
.showposts-list.loop-style-3 .entry-meta .byline,
.showposts-list.loop-style-3 .entry-meta .post--view {
  display: none;
}

.showposts-list.loop-style-3 .entry-header .entry-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.showposts-list.loop-style-3 .entry-content {
  line-height: inherit;
  margin-bottom: 5px;
}

.showposts-list.loop-style-4 .post-item {
  margin-bottom: 40px;
}

.showposts-list.loop-style-4 .post--left .entry-excerpt,
.showposts-list.loop-style-4 .post--left .entry-header {
  margin-bottom: 30px;
}

.showposts-list.loop-style-4 .entry-header {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.showposts-list.loop-style-4 .entry-header:before {
  content: "";
  border-left: 5px solid #ce1a2b;
  height: 36px;
  position: absolute;
  left: 0;
  top: 6px;
}

.showposts-list.loop-style-4 .entry-header .entry-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 2px;
  line-height: normal;
}

.showposts-list.loop-style-4 .item--category {
  font-family: inherit;
  font-style: inherit;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 0;
  line-height: normal;
}

.showposts-list.loop-style-4 .entry-excerpt {
  font-weight: 300;
  margin-bottom: 15px;
}

.showposts-list.loop-style-4 .entry-meta {
  font-weight: 300;
  margin-bottom: 0;
}

.showposts-list.loop-style-4 .entry-meta i,
.showposts-list.loop-style-4 .entry-meta .byline,
.showposts-list.loop-style-4 .entry-meta .post--view {
  display: none;
}

.showposts-list.loop-style-4 .entry-meta .posted-on {
  margin: 0 0 0 10px;
}

.showposts-list.loop-style-4 .entry-meta .posted-on:before {
  content: "|";
  padding-right: 10px;
  color: inherit;
}

.showposts-list.loop-style-4 .btn-readmore {
  text-transform: capitalize;
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  margin-bottom: 0;
}

.showposts-list.loop-style-5 .post-item {
  margin-bottom: 10px;
}

.showposts-list.loop-style-5 .post-item .entry-thumbnail {
  float: left;
  margin-right: 30px;
}

.showposts-list.loop-style-5 .post-item .entry-header .entry-title {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 10px;
}

.showposts-list.loop-style-5 .post-item .entry-excerpt {
  margin-bottom: 10px;
}

.showposts-list.loop-style-5 .post-item .entry-meta {
  color: #000000;
  font-style: italic;
}

.showposts-list.loop-style-5 .post-item .entry-meta .fa {
  display: none;
}

.showposts-grid.loop-style-2 .post-item .entry-thumbnail {
  float: left;
  margin-right: 30px;
}

.showposts-grid.loop-style-2 .post-item .entry-header {
  overflow: hidden;
  margin-bottom: 15px;
}

.showposts-grid.loop-style-2 .post-item .entry-header .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  line-height: 24px;
}

.showposts-grid.loop-style-2 .post-item .entry-meta {
  color: inherit;
  font-size: 14px;
  margin-bottom: 0;
}

.showposts-grid.loop-style-2 .post-item .entry-meta-date {
  float: left;
  border: 1px solid;
  padding: 10px 12px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 15px;
}

.showposts-grid.loop-style-2 .post-item .entry-meta-date span {
  display: block;
  font-size: 14px;
}

.showposts-grid.loop-style-2 .post-item .entry-meta-date span:first-child {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}

.showposts-grid.loop-style-3 .post-item {
  text-align: center;
}

.showposts-grid.loop-style-3 .post-item .entry-thumbnail {
  margin-bottom: 25px;
}

.showposts-grid.loop-style-3 .post-item .item-info {
  width: 80%;
  margin: 0 auto;
}

.showposts-grid.loop-style-3 .post-item .item--category {
  font-style: normal;
  text-transform: uppercase;
}

.showposts-grid.loop-style-3 .post-item .entry-header .entry-title {
  font-weight: normal;
}

.showposts-grid.loop-style-3 .post-item .entry-excerpt {
  font-size: 16px;
  margin-bottom: 15px;
}

.showposts-grid.loop-style-3 .post-item .la-divider {
  margin-top: 40px;
  border-top: 1px solid #dddddd;
  padding-bottom: 20px;
}

.showposts-loop.xlg-grid-1-items .entry-header .entry-title {
  font-size: 18px;
}

.showposts-loop.xlg-grid-1-items .item-inner {
  margin-bottom: 50px;
}

.showposts-loop .item--category {
  margin-bottom: 14px;
}

.showposts-loop .item--category a {
  display: none;
}

.showposts-loop .item--category a:first-child {
  display: block;
}

.showposts-loop .entry-header .entry-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.showposts-loop .post-item .entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.showposts-loop .post-item .entry-thumbnail a {
  display: block;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.showposts-loop .post-item .item-inner:hover .entry-thumbnail a {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.main--loop-container .showposts-loop .item-inner {
  margin-bottom: 40px;
}

.la-shortcode-maps .la-maps-inner {
  min-height: 100%;
}

.map_info_text {
  padding: 15px 0 0 20px;
}

.map_info_text h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.map_info_text .contact-info {
  margin-bottom: 15px;
}

.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(1) {
  display: none;
}

.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(2) {
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div:nth-child(3) > div:nth-child(4) > div > div:first-child > div:nth-child(3) > div > div {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 30px;
}

.wpcf7-form-control-wrap,
.wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
  width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
}

.wpcf7-form-control-wrap .wpcf7-select,
.wpcf7-form-control-wrap .wpcf7-text {
  padding: 12px 30px;
}

.wpcf7-form-control-wrap .wpcf7-select {
  height: 50px;
}

.wpcf7-form-control-wrap .wpcf7-textarea {
  padding: 20px 30px;
}

.contact-form-style-1 .wpcf7-text,
.contact-form-style-1 .wpcf7-textarea {
  border-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0.7);
  color: #727883;
}

.contact-form-style-1 .wpcf7-text:focus,
.contact-form-style-1 .wpcf7-textarea:focus {
  color: #fff;
}

.contact-form-style-1 .wpcf7-submit {
  line-height: 30px;
  width: 100%;
}

.contact-form-style-1 + .wpcf7-response-output {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.contact-form-style-2 .wpcf7-submit {
  line-height: 30px;
  width: 100%;
}

.contact-form-style-4 .wpcf7-select,
.contact-form-style-4 .wpcf7-text {
  background-color: #f6f6f6;
  font-size: 14px;
  border: none;
  line-height: 26px;
}

.contact-form-style-4 .wpcf7-submit {
  line-height: 30px;
  width: 100%;
  font-size: 14px;
  letter-spacing: 2px;
}

.subscribe-form {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #000000;
}

.subscribe-form input {
  border: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.subscribe-form .subscribe-form-email {
  float: left;
  padding-left: 50px;
  width: 80%;
  width: calc(100% - 160px);
  width: -webkit-calc(100% - 160px);
  position: relative;
}

.subscribe-form .subscribe-form-email:before {
  content: "\f003";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  line-height: 60px;
}

.subscribe-form .subscribe-form-email input {
  padding-left: 35px;
}

.subscribe-form .subscribe-form-submit input {
  padding: 0;
  width: 160px;
  border-left: 1px solid #000000;
}

.subscribe-form-style-2 .subscribe-form {
  border: none;
  max-width: 100%;
}

.subscribe-form-style-2 .subscribe-form .subscribe-form-email {
  float: left;
  width: 100%;
  border: 1px solid #dddddd;
  overflow: hidden;
  padding-left: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.subscribe-form-style-2 .subscribe-form .subscribe-form-submit {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.subscribe-form-style-2 .subscribe-form .subscribe-form-submit input {
  width: 100%;
  border: none;
  background-color: #ce1a2b;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

.portfolios-loop .item--thumbnail img {
  width: 100%;
}

.portfolio-item .item-inner {
  overflow: hidden;
}

.portfolio-item .item--info-inner {
  position: absolute;
  text-align: center;
  width: 100%;
}

.portfolio-item .entry-title {
  text-transform: uppercase;
}

.portfolio-item .item--holder a {
  color: #fff;
}

.portfolio-item .item--holder .item--category {
  font-size: 16px;
  margin-bottom: 10px;
}

.portfolio-item .item--holder .item--category a + a {
  display: none;
}

.portfolio-item .item--holder .view--portfolio {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 30px;
}

.portfolio-item .item--holder .view--portfolio:after {
  content: "";
  padding-left: 10px;
  font-family: FontAwesome;
}

.item--holder {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.item-overlay-effect .item--link-overlay,
.item-overlay-effect .item--holder {
  position: absolute;
  z-index: 3;
  opacity: 0;
}

.item-overlay-effect .item--holder {
  background-color: rgba(206, 26, 43, 0.9);
}

.item-overlay-effect:hover .item--link-overlay,
.item-overlay-effect:hover .item--holder {
  opacity: 1;
}

.small-portfolios .portfolio-item .item--holder .item--category {
  font-size: 12px;
}

.small-portfolios .portfolio-item .item--holder .view--portfolio {
  font-size: 10px;
  letter-spacing: 0;
  padding-top: 0;
}

.small-portfolios .portfolio-item .entry-title {
  font-size: 14px;
}

.loop-style-construction_01 .portfolio-item .item--thumbnail {
  position: relative;
  overflow: hidden;
}

.loop-style-construction_01 .portfolio-item .item--thumbnail img {
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

.loop-style-construction_01 .portfolio-item .item--thumbnail:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.loop-style-construction_01 .portfolio-item .item--category {
  font-family: inherit;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  color: #ce1a2b;
  margin-bottom: 10px;
}

.loop-style-construction_01 .portfolio-item .entry-title {
  font-family: inherit;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
}

.loop-style-construction_01 .portfolio-item .entry-header {
  font-family: inherit;
  font-style: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 40px;
  margin-top: 50px;
}

.loop-style-construction_01 .portfolio-item .entry-header:before {
  content: "";
  border-left: 5px solid #ce1a2b;
  left: 0;
  position: absolute;
  height: 40px;
}

.loop-style-construction_01 .portfolio-item .item--info {
  padding-left: 10px;
}

.loop-style-construction_01 .portfolio-item .entry-excerpt {
  font-weight: 300;
  margin-bottom: 35px;
}

.loop-style-construction_01 .portfolio-item .view--portfolio {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}

.loop-style-construction_01 .portfolio-item .view--portfolio i {
  padding-left: 10px;
  color: #ce1a2b;
}

.loop-style-construction_01 .portfolio-item .view--portfolio:hover {
  color: #ce1a2b;
}

.construcion-show-portfolio .slick-dots {
  position: absolute;
  right: 0;
  top: 0;
}

.construcion-show-portfolio .slick-dots li {
  display: block;
  margin: 0 0 40px;
}

.construcion-show-portfolio .slick-dots li button {
  font-weight: 600;
  font-size: 16px;
  text-indent: 0;
  background-color: transparent !important;
  color: #adb2bc;
  width: auto;
  line-height: normal;
  height: auto;
  border-radius: 0;
}

.construcion-show-portfolio .slick-dots li button:before {
  content: "0";
}

.construcion-show-portfolio .slick-dots li.slick-active button {
  color: #ce1a2b;
}

.loop-style-2 .portfolio-item {
  text-align: center;
}

.loop-style-2 .portfolio-item .entry-title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 24px;
  margin: 45px 0 25px;
}

.loop-style-2 .portfolio-item .entry-excerpt {
  padding-bottom: 5px;
}

.loop-style-2 .portfolio-item .view--portfolio {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #ce1a2b;
}

.vc_general.vc_cta3.vc_cta3-style-custom {
  background-color: transparent;
  border: none;
}

.vc_cta3-container .la-cta-01.vc_cta3 {
  padding: 15px 15px 10px;
}

.vc_cta3-container .la-cta-01.vc_cta3 h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.vc_cta3-container .la-cta-01.vc_cta3 h4 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}

.vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-content {
  display: inline-block;
}

.vc_cta3-container .la-cta-01.vc_cta3 .vc_cta3-actions {
  display: inline-block;
  float: right;
  margin-top: 7px;
}

.elm-countdown .countdown-row {
  display: block;
  margin: 0 auto;
}

.elm-countdown .countdown-section {
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px;
  width: 25%;
}

.elm-countdown .countdown-section .countdown-amount {
  font-size: 36px;
  padding: 0;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.elm-countdown .countdown-section .countdown-period {
  padding: 0 4px;
}

.elm-countdown.elm-countdown-style-1 .countdown-section .countdown-amount {
  display: block;
  line-height: normal;
}

.elm-countdown.elm-countdown-style-1 .countdown-section .countdown-period {
  display: block;
  padding: 0;
  font-size: 18px;
  line-height: normal;
}

.vc_progress_bar .vc_general.vc_single_bar {
  float: left;
  width: 100%;
  background-color: #ccc;
  height: 6px;
  margin-bottom: 24px;
  margin-top: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vc_progress_bar .vc_general.vc_single_bar[class*="vc_progress-bar-color"] .vc_label {
  color: #000;
  text-shadow: none;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label {
  position: absolute;
  padding: 0;
  left: 0;
  width: 100%;
  top: -30px;
  font-size: 100%;
  color: #000;
}

.vc_progress_bar .vc_general.vc_single_bar .vc_label_units {
  opacity: 0;
  white-space: pre;
  position: absolute;
  left: 0;
  margin-left: -10px;
  -webkit-transition: left 1s linear;
  transition: left 1s linear;
}

.la-circle-progress {
  text-align: center;
  min-width: 100px;
}

.la-circle-progress canvas {
  vertical-align: middle;
  max-width: 100%;
}

.la-circle-progress .sc-cp-canvas {
  width: 130px;
  height: 130px;
}

.la-circle-progress .la-circle-wrap {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}

.la-circle-progress .la-circle-wrapper {
  width: 100%;
}

.la-circle-progress .sc-cp-t,
.la-circle-progress .sc-cp-v {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 100%;
}

.la-stats-counter .box-icon {
  width: 30px;
  font-size: 30px;
  line-height: 1;
}

.la-stats-counter .icon-value {
  font-size: 36px;
  line-height: normal;
  margin-bottom: 2px;
  font-weight: bold;
  color: #ce1a2b;
}

.la-stats-counter .box-icon img {
  width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}

.la-stats-counter .icon-heading {
  font-weight: 300;
  font-size: 15px;
}

.la-stats-counter .la-separator {
  margin-top: 20px;
}

.la-stats-counter .la-line {
  width: 50px;
}

.la-stats-counter .box-icon-top {
  margin-bottom: 15px;
}

.la-stats-counter.icon-pos-none, .la-stats-counter.icon-pos-top {
  text-align: center;
}

.la-stats-counter.icon-pos-none .box-icon,
.la-stats-counter.icon-pos-none .la-line, .la-stats-counter.icon-pos-top .box-icon,
.la-stats-counter.icon-pos-top .la-line {
  margin-left: auto;
  margin-right: auto;
}

.la-stats-counter.icon-pos-none.text-left, .la-stats-counter.icon-pos-top.text-left {
  text-align: left;
}

.la-stats-counter.icon-pos-none.text-left .box-icon,
.la-stats-counter.icon-pos-none.text-left .la-line, .la-stats-counter.icon-pos-top.text-left .box-icon,
.la-stats-counter.icon-pos-top.text-left .la-line {
  margin-left: 0;
}

.la-stats-counter.icon-pos-none.text-right, .la-stats-counter.icon-pos-top.text-right {
  text-align: right;
}

.la-stats-counter.icon-pos-none.text-right .box-icon,
.la-stats-counter.icon-pos-none.text-right .la-line, .la-stats-counter.icon-pos-top.text-right .box-icon,
.la-stats-counter.icon-pos-top.text-right .la-line {
  margin-right: 0;
}

.la-stats-counter.icon-pos-right .box-icon-des, .la-stats-counter.icon-pos-left .box-icon-des {
  display: table-cell;
}

.la-stats-counter .box-icon-left {
  padding-right: 30px;
}

.la-stats-counter .box-icon-right {
  padding-left: 30px;
}

.la-stats-counter .box-icon-right,
.la-stats-counter .box-icon-left {
  display: table-cell;
  vertical-align: middle;
}

.la-stats-counter .box-icon-right .box-icon img,
.la-stats-counter .box-icon-left .box-icon img {
  vertical-align: middle;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-heading {
  margin: 0;
  border: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  margin-bottom: 20px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title a {
  padding: 0;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle {
  top: 4px;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:before {
  display: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:after {
  content: "\f107";
  font-family: FontAwesome;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_active .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon-triangle:after {
  content: "\f106";
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-controls-icon {
  font-style: normal;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-1 .vc_tta-panel-body {
  padding: 0 0 10px;
  border: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel.vc_active .vc_tta-panel-title {
  color: #ce1a2b;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel .vc_tta-panel-title {
  line-height: inherit;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel-heading {
  border: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2 .vc_tta-panel-body {
  margin: 0;
  border: none;
  padding-top: 5px;
  font-size: 15px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-panel-title > a {
  padding-left: 40px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-controls-icon {
  left: 0;
}

.vc_tta.vc_tta-accordion.vc_tta-style-la-2.vc_tta-controls-align-left .vc_tta-panel-body {
  padding-left: 40px;
}

.la-pricing-table-wrap {
  position: relative;
}

.la-pricing-table-wrap .pricing-badge {
  position: absolute;
  background: #066ab0;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  left: -10px;
  top: 45px;
  padding: 10px 10px 10px 15px;
  font-weight: 300;
}

.la-pricing-table-wrap .pricing-badge:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-top: 13px solid #066ab0;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0.7;
}

.la-pricing-table {
  background-color: #fff;
  text-align: center;
}

.la-pricing-table .pricing-heading {
  font-size: 18px;
}

.la-pricing-table .desc-featured {
  padding: 20px;
  line-height: 30px;
}

.la-pricing-table .wrap-icon .icon-inner {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #ce1a2b;
  margin: 0 auto;
}

.la-pricing-table .price-box .price-value {
  display: block;
  font-size: 30px;
  line-height: 100%;
  position: relative;
  color: #000000;
  margin-bottom: 5px;
  font-weight: bold;
}

.la-pricing-table .price-box .price-value sup {
  font-size: 50%;
  vertical-align: top;
  top: 0.3em;
  line-height: 100%;
}

.la-pricing-table .price-box .price-unit {
  font-size: 16px;
  font-style: italic;
}

.la-pricing-table .package-featured {
  padding: 0;
  line-height: 20px;
}

.la-pricing-table .package-featured ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.la-pricing-table .package-featured li {
  padding: 15px 20px;
}

.la-pricing-table .package-featured li strong {
  color: #000000;
}

.la-pricing-table .package-featured i {
  padding: 0 5px;
}

.la-pricing-table .pricing-action {
  padding: 50px 0;
}

.la-pricing-table .pricing-action a {
  display: inline-block;
}

.la-pricing-table-wrap.style-1 {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.la-pricing-table-wrap.style-1 .pricing-heading-wrap {
  padding: 40px 0;
}

.la-pricing-table-wrap.style-1 .wrap-icon {
  margin-bottom: 30px;
}

.la-pricing-table-wrap.style-1 .pricing-heading {
  text-transform: uppercase;
  color: #ce1a2b;
  font-weight: bold;
  margin-bottom: 15px;
}

.la-pricing-table-wrap.style-1 .before-featured {
  padding-top: 0;
}

.la-pricing-table-wrap.style-1 .package-featured li {
  border-top: 1px solid #dddddd;
}

.la-pricing-table-wrap.style-1 .pricing-action {
  padding-top: 25px;
}

.la-pricing-table-wrap.style-1 .pricing-action a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #ce1a2b;
  line-height: 30px;
  padding: 10px 50px 9px;
  border: 1px solid;
}

.la-pricing-table-wrap.style-1 .pricing-action a:hover {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.la-pricing-table-wrap.style-1.is_box_featured {
  z-index: 3;
}

.la-pricing-table-wrap.style-1.is_box_featured .pricing-action a {
  background-color: #ce1a2b;
  border-color: #ce1a2b;
  color: #fff;
}

.la-pricing-table-wrap.style-2 .la-pricing-table {
  border: 1px solid #dddddd;
}

.la-pricing-table-wrap.style-2 .la-pricing-table .pricing-heading {
  background-color: #ce1a2b;
  margin: -1px;
  color: #fff;
  padding: 30px 20px 50px;
  text-transform: uppercase;
}

.la-pricing-table-wrap.style-2 .la-pricing-table .wrap-icon .icon-inner {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 30px;
  color: #ce1a2b;
  background-color: #fff;
  margin-top: -30px;
}

.la-pricing-table-wrap.style-2 .la-pricing-table .package-featured {
  background-color: #f6f6f6;
  padding: 0;
}

.la-pricing-table-wrap.style-2 .la-pricing-table .package-featured li:nth-child(2n) {
  background-color: #efefef;
}

.la-pricing-table-wrap.style-2 .la-pricing-table .pricing-action {
  background-color: #ce1a2b;
  margin: -1px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  padding: 35px 0;
}

.timeline-block {
  padding-bottom: 50px;
  position: relative;
}

.timeline-block .timeline-title {
  margin-top: 0;
}

.la-timeline-wrap {
  position: relative;
}

.la-timeline-wrap.style-default .timeline-line, .la-timeline-wrap.style-1 .timeline-line {
  position: absolute;
  height: 97%;
  border-left: 2px solid #dddddd;
  left: 9px;
  top: 10px;
}

.la-timeline-wrap.style-default .timeline-block, .la-timeline-wrap.style-1 .timeline-block {
  padding-left: 50px;
}

.la-timeline-wrap.style-default .timeline-block:last-child, .la-timeline-wrap.style-1 .timeline-block:last-child {
  padding-bottom: 0;
}

.la-timeline-wrap.style-default .timeline-block .timeline-dot, .la-timeline-wrap.style-1 .timeline-block .timeline-dot {
  width: 20px;
  height: 20px;
  background-color: #ce1a2b;
  position: absolute;
  left: 0;
  top: 5px;
}

.la-timeline-wrap.style-default .timeline-block .timeline-subtitle, .la-timeline-wrap.style-1 .timeline-block .timeline-subtitle {
  font-weight: bold;
  color: #ce1a2b;
  font-size: 16px;
  margin-bottom: 5px;
}

.la-timeline-wrap.style-default .timeline-block .timeline-title, .la-timeline-wrap.style-1 .timeline-block .timeline-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.la-timeline-wrap.style-1 .timeline-line {
  left: 50%;
  margin-left: -1px;
}

.la-timeline-wrap.style-1 .timeline-block {
  float: right;
  width: 50%;
  clear: both;
  padding-left: 40px;
  padding-bottom: 35px;
}

.la-timeline-wrap.style-1 .timeline-block .timeline-dot {
  left: -10px;
}

.la-timeline-wrap.style-1 .timeline-block:nth-child(2n) {
  float: left;
  padding-left: 0;
  padding-right: 40px;
  text-align: right;
}

.la-timeline-wrap.style-1 .timeline-block:nth-child(2n) .timeline-dot {
  right: -10px;
  left: auto;
}

.la-timeline-wrap.style-2 .timeline-block:before {
  position: absolute;
  content: "";
  border-left: 1px dashed #dddddd;
  height: 100%;
  top: 0;
  left: -100px;
  z-index: 0;
}

.la-timeline-wrap.style-2 .timeline-block:last-child:before {
  display: none;
}

.la-timeline-wrap.style-2 .timeline-title {
  margin-bottom: 20px;
}

.la-timeline-wrap.style-2 .timeline-wrapper {
  padding-left: 150px;
}

.la-timeline-wrap.style-2 .timeline-subtitle {
  position: absolute;
  left: -150px;
  top: -15px;
  width: 100px;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/timeline-dot3.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0;
}

/*--------------------------------------------------------------
	14. Extra class
---------------------------------------------------------------*/
.item--overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ce1a2b;
  visibility: hidden;
  opacity: 0;
}

.item--social {
  font-size: 16px;
}

.item--social a {
  display: inline-block;
  padding: 0 10px;
}

.grid-items .item-inner {
  margin-bottom: 30px;
}

.grid-item .item-inner {
  position: relative;
}

.three-text-color,
.text-color-highlight,
.highlight-text-color {
  color: #adb2bc !important;
}

.text-color-heading {
  color: #000000 !important;
}

.text-color-primary {
  color: #ce1a2b !important;
}

.highlight-font-family h1, .highlight-font-family h2, .highlight-font-family h3, .highlight-font-family h4, .highlight-font-family h5, .highlight-font-family h6 {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-style: inherit;
}

.social--sharing a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;
  margin: 0 15px;
}

.social--sharing a:first-child {
  margin-left: 0;
}

.social--sharing a:last-child {
  margin-right: 0;
}

.social--sharing .facebook {
  background-color: #5678bf;
}

.social--sharing .facebook:hover {
  background-color: #3b5999;
}

.social--sharing .twitter {
  background-color: #73c2fd;
}

.social--sharing .twitter:hover {
  background-color: #55acee;
}

.social--sharing .linkedin {
  background-color: #007bb6;
}

.social--sharing .linkedin:hover {
  background-color: #0173a9;
}

.social--sharing .pinterest {
  background-color: #c32026;
}

.social--sharing .pinterest:hover {
  background-color: #b90f16;
}

.social--sharing .google-plus {
  background-color: #fe6553;
}

.social--sharing .google-plus:hover {
  background-color: #dd4b39;
}

.social--sharing .email {
  background-color: #808080;
}

.social--sharing .email:hover {
  background-color: #555;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.size-full {
  width: 100%;
}

.size-full.aligncenter, .size-full.alignleft, .size-full.alignnone, .size-full.alignright {
  width: auto;
}

.site-footer .widget.footer-shop-simple .product-title {
  display: inline;
  color: #fff;
  font-family: Playfair Display;
}

.site-footer .widget.footer-shop-simple .widget-title {
  text-transform: none;
  font-size: 18px;
}

.site-footer .widget.footer-shop-simple .widget-title span {
  border-bottom-color: #686766;
}

.site-footer .widget.footer-shop-simple .contact-info .contact-icon {
  color: white;
}

.site-footer .widget.footer-shop-simple .contact-info a {
  color: inherit;
}

.site-header-inner {
  background-color: transparent;
}

.site-header {
  color: #303744;
}

.site-header a {
  color: #303744;
}

.site-header a:hover {
  color: #ce1a2b;
}

.site-header .site-header-top,
.site-header .site-header-top a {
  color: #303744;
}

.site-header .header_shopping_cart {
  background-color: #111;
  color: #aaa;
}

.site-header .header_shopping_cart a {
  color: #aaa;
}

.site-header .header_shopping_cart a:hover {
  color: #fff;
}

.menu-toggle-icon span {
  background-color: #303744;
}

.menu-toggle-icon:hover span {
  background-color: #ce1a2b;
}

.mega-menu > li > a {
  color: #303744;
  background-color: transparent;
}

.mega-menu > li:hover > a {
  color: #ce1a2b;
  background-color: transparent;
}

.mega-menu > li:active > a {
  color: #ce1a2b;
  background-color: transparent;
}

.enable-header-sticky .header--normal.is-sticky .site-header-inner {
  background-color: rgba(0, 0, 0, 0.5);
}

.enable-header-sticky .header--normal.is-sticky .menu-toggle-icon span {
  background-color: #fff;
}

.enable-header-sticky .header--normal.is-sticky .menu-toggle-icon:hover span {
  background-color: #fff;
}

.enable-header-sticky .header--normal.is-sticky li[class*="header-toggle-"] > a,
.enable-header-sticky .header--normal.is-sticky .mega-menu > li > a {
  color: #fff;
  background-color: transparent;
}

.enable-header-sticky .header--normal.is-sticky li[class*="header-toggle-"]:hover > a,
.enable-header-sticky .header--normal.is-sticky .mega-menu > li:hover > a {
  color: #fff;
  background-color: #111;
}

.enable-header-sticky .header--normal.is-sticky .mega-menu > li:active > a {
  color: #fff;
  background-color: #111;
}

.enable-header-transparency .site-header:not(.is-sticky) .site-header-inner {
  background-color: transparent;
}

.enable-header-transparency .site-header:not(.is-sticky) .menu-toggle-icon span {
  background-color: #fff;
}

.enable-header-transparency .site-header:not(.is-sticky) .menu-toggle-icon:hover span {
  background-color: #fff;
}

.enable-header-transparency .site-header:not(.is-sticky) li[class*="header-toggle-"] > a,
.enable-header-transparency .site-header:not(.is-sticky) .mega-menu > li > a {
  color: #fff;
  background-color: transparent;
}

.enable-header-transparency .site-header:not(.is-sticky) li[class*="header-toggle-"]:hover > a,
.enable-header-transparency .site-header:not(.is-sticky) .mega-menu > li:hover > a {
  color: #fff;
  background-color: #111;
}

.enable-header-transparency .site-header:not(.is-sticky) .mega-menu > li:active > a {
  color: #fff;
  background-color: #111;
}

#la_mobile_nav .accordion-menu li > a {
  color: #fff;
  background-color: transparent;
}

#la_mobile_nav .accordion-menu li.open, #la_mobile_nav .accordion-menu li.active {
  color: #ce1a2b;
  background-color: transparent;
}

#la_mobile_nav .accordion-menu > li > a {
  color: #fff;
  background-color: transparent;
}

#la_mobile_nav .accordion-menu > li.open, #la_mobile_nav .accordion-menu > li.active {
  color: #ce1a2b;
  background-color: transparent;
}
