<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
01:	Variables
02: Mixins
03: Keyframes
04: Reset
05:	Theme Reset
06: Typography
07: Forms
08: Media
09: Content
10: Widgets
11: Comments
12: Layout
13: Header
14: Widget Area
15: Template Parts
16: Footer
17: Templates
18: Skin
*/
/*
 * Color Section
 */
/*
 * Font and Typography
 */
/*
 * Media Query Size
 */
/**
 * _mixins.scss
 * Miteri Mixins
 */
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  margin: 0;
  word-wrap: break-word; }

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

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

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

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0;
  color: #f28b00; }

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  color: #484848; }

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;
  max-width: 100%;
  height: auto; }

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

figure {
  margin: 1em 40px; }

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

pre,
code {
  background: #eee;
  line-height: 1.6;
  margin-bottom: 1.5em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  word-wrap: break-word;
  display: block;
  font-family: monospace;
  white-space: pre; }

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"] {
  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;
  max-width: 100%; }

input[type="checkbox"], input[type="radio"] {
  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; }

table,
th,
td {
  border: 1px solid #eee;
  border-right: 0;
  border-left: 0;
  border-top: 0; }

table &gt; thead &gt; tr &gt; th {
  font-weight: 600; }

caption,
th,
td {
  font-weight: normal;
  padding: 10px;
  text-align: left; }

blockquote {
  position: relative;
  margin: 50px 0;
  font-weight: bold;
  border-top: 2px dashed #e0e0e0;
  display: block;
  border-bottom: 1px dashed #e0e0e0;
  padding: 8px 65px;
  text-align: center;
  line-height: 1.6em;
  font-size: 1.1em;
  border-left: none;
  border-right: none; }

blockquote:before {
  content: "\201C";
  position: absolute;
  left: 0;
  top: 43px;
  font-size: 75px;
  color: #e0e0e0;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: initial; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #484848;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 22px; }

.primary {
  background-color: #f28b00; }

.secondary {
  background-color: #f92400; }

.wrapper {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  padding: 0 15px; }
  .wrapper:after {
    display: block;
    content: "";
    clear: both; }

.float-right {
  float: right; }

a {
  color: #484848;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

p {
  margin: 0 0 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1;
  margin: 0 0 15px; }

h1 {
  font-size: 30px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

ul {
  margin: 0;
  padding: 0; }

figure {
  margin: 0; }

/*font family*/
.main-navigation li,
.site-title,
.site-title a,
.site-description,
.site-description a,
.slide-title,
.comment-reply-title,
.comments-title,
.comment-form .form-submit input,
.read-more,
.slicknav_nav li a,
.widget-title,
.page-header .page-title,
.single .entry-header .entry-title,
h1, h1 a,
h2, h2 a,
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  font-family: "Roboto", sans-serif; }

/* Large desktop */
@media (max-width: 1229px) {
  a[href^=tel] {
    /* css */
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear {
  clear: both; }

.clearfix:after, .clearfix:before {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

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

/*--------------------------------------------------------------
# Slider Reset
--------------------------------------------------------------*/
.slider-desc {
  position: absolute;
  top: 50%;
  padding-left: 10%;
  padding-right: 10%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider-buttons {
  margin-top: 20px; }
  @media (max-width: 640px) {
    .slider-buttons {
      display: none; } }
  .slider-buttons a {
    z-index: 1;
    color: #fff;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    padding: 10px 25px;
    border-radius: 20px;
    display: inline-block;
    -webkit-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out; }
    .slider-buttons a:not(:first-child) {
      margin-left: 20px; }
    .slider-buttons a:before {
      content: '';
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
      -webkit-transform: scaleX(0);
         -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
           -o-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: 0 50%;
         -moz-transform-origin: 0 50%;
          -ms-transform-origin: 0 50%;
           -o-transform-origin: 0 50%;
              transform-origin: 0 50%;
      background-color: #f28b00;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: -o-transform;
      -moz-transition-property: transform, -moz-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
      -webkit-transition-timing-function: ease-out;
         -moz-transition-timing-function: ease-out;
           -o-transition-timing-function: ease-out;
              transition-timing-function: ease-out; }
    .slider-buttons a:hover {
      color: #fff; }
      .slider-buttons a:hover:before {
        -webkit-transform: scaleX(1);
           -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
             -o-transform: scaleX(1);
                transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
           -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
             -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.fs-right-slider {
  margin-bottom: -10px; }

.beside-slider-desc {
  top: 50%;
  opacity: 0;
  width: 100%;
  color: #fff;
  padding: 0;
  font-size: 20px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  @media (max-width: 768px) {
    .beside-slider-desc {
      display: none; } }

.slider-details a {
  color: #fff;
  text-shadow: 2px 2px 4px #484848; }
  .slider-details a:hover {
    text-shadow: none; }

@media (max-width: 768px) {
  .slider-details .slide-desc {
    display: none; } }

.slider-details .slide-desc p {
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.2;
  display: block;
  text-shadow: 1px 1px 2px #484848; }

.slider-section {
  float: left;
  position: relative;
  width: 100%;
  max-width: 68%; }
  @media (max-width: 991px) {
    .slider-section {
      max-width: 100%; } }
  @media (max-width: 640px) {
    .slider-section img {
      width: 100%;
      max-width: 100%; } }
  .slider-section .tags-links, .slider-section .edit-link {
    display: none; }
  .slider-section .slider-details {
    padding: 12px 0 16px;
    font-size: 42px;
    line-height: 1; }
    @media (max-width: 480px) {
      .slider-section .slider-details {
        font-size: 24px; } }
  .slider-section .teg-action-wrapper i {
    font-size: 20px;
    color: #fff;
    cursor: pointer; }
  .slider-section .teg-action-wrapper .slick-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0; }
    .slider-section .teg-action-wrapper .slick-arrow.prev {
      left: 0;
      margin: 0; }
    .slider-section .teg-action-wrapper .slick-arrow.next {
      right: 0;
      margin: 0; }

.beside-slider {
  float: right;
  width: 100%;
  max-width: 31%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 991px) {
    .beside-slider {
      max-width: 100%; } }
  @media (max-width: 640px) {
    .beside-slider img {
      width: 100%;
      max-width: 100%; } }
  @media (max-width: 991px) {
    .beside-slider .fs-right-slider {
      margin-left: -5px;
      margin-right: -5px; } }
  .beside-slider .fs-right-slider .te-beside-slider-unit {
    color: #fff;
    width: 100%;
    position: relative;
    list-style: none;
    overflow: hidden;
    margin-bottom: 3.2%;
    background-size: cover;
    background-position: center center; }
    .beside-slider .fs-right-slider .te-beside-slider-unit .te-overlay {
      padding-top: 68.6%; }
    @media (max-width: 991px) {
      .beside-slider .fs-right-slider .te-beside-slider-unit {
        margin: 0 5px 10px; } }
    .beside-slider .fs-right-slider .te-beside-slider-unit:hover .te-overlay {
      background-color: rgba(45, 45, 45, 0.3); }
    .beside-slider .fs-right-slider .te-beside-slider-unit:hover .beside-slider-desc {
      visibility: visible;
      opacity: 1; }
  .beside-slider .fs-right-slider &gt; .te-beside-slider-unit:nth-child(n+3) {
    display: none; }
  @media (max-width: 991px) and (min-width: 480px) {
    .beside-slider .fs-right-slider &gt; .te-beside-slider-unit {
      float: left;
      width: -moz-calc( 50% - 10px);
      width: calc( 50% - 10px); } }
  @media (max-width: 480px) {
    .beside-slider .fs-right-slider &gt; .te-beside-slider-unit:nth-child(n+2) {
      display: none; } }
  .beside-slider .teg-action-wrapper i {
    font-size: 20px;
    color: #fff;
    cursor: pointer; }
  .beside-slider .teg-action-wrapper .slick-arrow {
    border: none;
    position: absolute;
    z-index: 1;
    left: 50%;
    font-size: 20px;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0; }
    .beside-slider .teg-action-wrapper .slick-arrow.prev {
      top: 0;
      margin: 0 0 0 -10px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media (max-width: 991px) and (min-width: 480px) {
        .beside-slider .teg-action-wrapper .slick-arrow.prev {
          top: 50%;
          left: 0;
          margin: -20px 0 0;
          -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg); } }
    .beside-slider .teg-action-wrapper .slick-arrow.next {
      top: auto;
      bottom: 0;
      margin: 0 0 0 -10px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media (max-width: 991px) and (min-width: 480px) {
        .beside-slider .teg-action-wrapper .slick-arrow.next {
          top: 50%;
          right: 0;
          margin: -20px 0 0;
          -webkit-transform: rotate(0deg);
             -moz-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
               -o-transform: rotate(0deg);
                  transform: rotate(0deg); } }
  .beside-slider.responsive-img .fs-right-slider .te-beside-slider-unit {
    height: auto; }

.slider-feature-wrap.responsive-img .te-feature-section .te-slide-unit {
  height: auto; }

.inner-content::after {
  content: "";
  display: block;
  clear: both; }

input[type="text"],
input[type="url"],
input[type="email"],
input[type="submit"],
input[type="button"],
input[type="search"],
button,
select {
  height: 40px;
  outline: none;
  font-size: 16px;
  line-height: 40px;
  border-color: #e5e5e5; }
  input[type="text"]:focus,
  input[type="url"]:focus,
  input[type="email"]:focus,
  input[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="search"]:focus,
  button:focus,
  select:focus {
    outline: none; }

button, input[type="button"] {
  border: none;
  position: relative;
  color: #fff;
  background-color: #f92400; }

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e5e5; }
  select::-ms-expand {
    display: none; }

textarea {
  outline: none; }
  textarea:focus {
    outline: none; }

input[type='number'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0; }

/*============================================================
---------------------- Select 2 Design ------------------------
============================================================*/
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 12px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-top-color: #e5e5e5; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #f28b00; }

.select2-container--default select2-dropdown {
  border-color: #f28b00; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #fff;
  opacity: 0.8;
  background-color: #f28b00; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: #f28b00; }

.select2-container--default.select2-container--open b {
  border-top-color: #f28b00; }

.select2-container .select2-selection--single {
  height: 40px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation a {
  display: block;
  text-decoration: none; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }
  .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 85%;
    z-index: 2;
    background: #fff;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .main-navigation ul ul a {
      width: 250px; }
    .main-navigation ul ul ul {
      top: -15%;
      left: 100%; }
    .main-navigation ul ul li:hover &gt; ul {
      left: 100%;
      top: 0; }
  @media (min-width: 993px) {
    .main-navigation ul li:hover &gt; ul {
      left: auto;
      display: block;
      opacity: 1;
      top: 100%;
      -webkit-animation: fade 0.5s;
         -moz-animation: fade 0.5s;
           -o-animation: fade 0.5s;
              animation: fade 0.5s; } }

.main-navigation li {
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  display: inline-block;
  float: left;
  font-size: 14px;
  position: relative; }

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

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

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center;
  color: #aaa; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 2px; }

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

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

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

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

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

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*============================================================
------------------- Content classes css ---------------------
============================================================*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 3em; }

.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .formte-aside .entry-title, .archive .formte-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation {
  /* Older / Newer Posts Navigation (always hidden) */
  display: none; }

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*Inner Pages*/
.single-thumb-full {
  width: 100%; }

.posted-on,
.cte-links,
.comments-link,
.edit-link {
  margin-right: 10px; }

.posted-on a,
.cte-links a,
.comments-link a,
.edit-link a,
.tags-links a,
.nav-links a {
  color: #484848; }

.byline {
  color: #484848;
  text-transform: capitalize; }

.cte-links {
  display: block;
  margin-bottom: 3px; }
  .cte-links a {
    padding: 8px;
    font-size: 12px;
    line-height: 12px;
    margin-right: 10px;
    margin-right: 6px;
    margin-bottom: 9px;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5; }
    .cte-links a:hover {
      color: #fff;
      border-color: #f28b00;
      background-color: #f28b00; }

.single .single-feat {
  display: inline-block;
  float: left;
  max-width: 100%;
  padding-right: 15px; }

.single .entry-content {
  color: #484848;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0 10px 0; }

.single .post-thumb:hover {
  opacity: 1; }

.post-thumb {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .post-thumb:hover {
    opacity: 0.70; }

.entry-meta {
  font-size: 14px;
  color: #aaa; }
  .entry-meta a {
    color: #aaa;
    text-transform: capitalize; }
  .entry-meta i {
    font-size: 11px;
    margin-right: 4px; }

article.product,
article.post,
article.page {
  -webkit-box-shadow: 1px 0px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 1px 0px 4px 0 rgba(0, 0, 0, 0.15); }
  article.product .post-content,
  article.post .post-content,
  article.page .post-content {
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 10px; }
  article.product .entry-header .entry-title,
  article.post .entry-header .entry-title,
  article.page .entry-header .entry-title {
    margin: 0 0 10px;
    font-weight: 500;
    color: #484848;
    letter-spacing: 1px; }
    article.product .entry-header .entry-title a,
    article.post .entry-header .entry-title a,
    article.page .entry-header .entry-title a {
      font-weight: inherit; }
  article.product .read-more,
  article.post .read-more,
  article.page .read-more {
    display: inline-block;
    margin-bottom: 16px;
    min-width: 100px; }

.tags-links,
.comments-link,
.edit-link {
  padding-left: 10px; }

.entry-content ul, .entry-content ol {
  padding-left: 20px; }

.nav-links div {
  display: inline-block;
  margin-bottom: 10px; }

.nav-previous a:before {
  content: "\f100";
  font-family: fontawesome;
  padding: 5px; }

.nav-next {
  float: right; }
  .nav-next a:after {
    content: "\f101";
    font-family: fontawesome;
    padding: 5px; }

.nav-links .nav-previous a, .nav-links .nav-next a {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
  padding: 6px;
  position: relative; }
  .nav-links .nav-previous a:hover, .nav-links .nav-next a:hover {
    color: #f28b00;
    border-color: #f28b00; }

.blog-no-image .post-content, .blog-no-image .entry-content {
  margin: 0 !important; }

.blog-no-image.sticky {
  background: transparent !important; }

/*** ERROR404 ***/
.error404 .content-area {
  text-align: center;
  width: 100%; }
  .error404 .content-area .not-found {
    min-height: 400px; }

.error404 .large-title {
  font-size: 150px;
  display: block; }

.wpcf7-form input, .wpcf7-form .your-message textarea {
  background: #f2f2f2;
  border: 1px solid #e5e5e5;
  outline: medium none;
  padding: 10px;
  width: 100%; }

.wpcf7-form input.wpcf7-submit {
  font-size: 15px;
  font-weight: 700;
  width: 122px;
  color: #fff;
  line-height: 1.4em;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 20px;
  border-color: #f28b00;
  background-color: #f28b00; }
  .wpcf7-form input.wpcf7-submit:hover {
    background-color: #f92400; }

/*hover */
.te-overlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(45, 45, 45, 0.15); }

.no-image-widgets {
  width: 100%;
  overflow: hidden;
  border-spacing: 0;
  font-size: 16px;
  height: 200px;
  position: relative;
  line-height: 28px;
  text-align: center;
  border-collapse: collapse;
  background-color: #f28b00; }
  .no-image-widgets a {
    color: #fff; }
    .no-image-widgets a:hover {
      color: #fff; }
  .no-image-widgets .caption-title {
    top: 50%;
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 767px) and (min-width: 481px) {
    .no-image-widgets {
      height: 133px; } }

.secondary-sidebar .no-image-widgets {
  height: 80px; }
  @media (max-width: 767px) and (min-width: 481px) {
    .secondary-sidebar .no-image-widgets {
      height: 133px; } }

.footer-columns .no-image-widgets {
  height: 80px; }
  .footer-columns .no-image-widgets .caption-title a {
    color: #aaa; }

@media (max-width: 482px) {
  .slider-section .slider-details {
    font-size: 24px; } }

.slider-section .bx-controls-direction a {
  background: #3d3d3d;
  color: #ffffff;
  cursor: pointer;
  height: 40px;
  opacity: 0.7;
  width: 40px;
  z-index: 55;
  margin: 0; }

.slider-section .bx-controls-direction .bx-next {
  right: 5px !important; }

.slider-section.top-right .bx-controls-direction a {
  right: 0;
  top: 5px; }

.slider-section.top-right .bx-controls-direction .bx-prev {
  left: auto !important;
  right: 50px !important; }

.bx-controls-direction a i {
  font-size: 33px;
  left: 34%;
  position: absolute;
  top: 7%; }

.te-slider-5 .te-unique-slide.remain-3 .te-slide-unit.teg-col-2, .te-slider-5 .te-unique-slide.remain-4 .te-slide-unit.teg-col-2 {
  height: 235px; }

.new-label {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 15px;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  border-radius: 0;
  margin: 0;
  top: -10px; }
  .new-label:after {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #565955;
    content: '';
    left: -10px;
    top: 0;
    position: absolute; }

#te-widget-modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-overflow-scrolling: touch; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }
  @media (min-width: 768px) {
    .modal-dialog {
      width: 600px;
      margin: 30px auto; } }

.modal-content {
  outline: 0;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #999;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }
  @media (min-width: 768px) {
    .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header .close {
    margin-top: -2px;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    color: #f28b00; }

.modal-title {
  margin: 0; }

.modal-body {
  position: relative;
  padding: 15px; }

body.modal-open {
  overflow: hidden; }

/*
01: Widget Reset
02: Search
03: Tag Cloud
04: Nav menu
05: About US
*/
.enabled-widget-border .widget-title-wrap {
  background-color: #fff;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px; }

.enabled-widget-border .widget {
  z-index: 1;
  padding: 0 15px 15px;
  position: relative; }
  .enabled-widget-border .widget:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    border: 1px solid #e5e5e5; }

.enabled-widget-border.widget-title-enable .widget:before {
  top: 45px; }

.enabled-widget-border.widget-title-disable .widget {
  padding-top: 1px; }

.search-block {
  display: inline-block;
  float: right;
  margin: 7px 10px;
  position: relative;
  width: 185px; }

.widget-title {
  font-weight: 600;
  text-transform: uppercase; }

.teg-action-wrapper {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  line-height: 0px;
  background-color: #fff; }
  .teg-action-wrapper .prev, .teg-action-wrapper .next {
    margin-left: 5px;
    margin-right: 5px; }
    .teg-action-wrapper .prev:not(.slick-arrow), .teg-action-wrapper .next:not(.slick-arrow) {
      display: none; }
  .teg-action-wrapper a.all-link {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 30px; }
  .teg-action-wrapper i {
    font-size: 19px;
    color: #aaa;
    cursor: pointer;
    line-height: 22px; }
  .teg-action-wrapper .slick-arrow {
    border: 1px solid #ddd;
    padding: 2px 10px; }

.widget {
  margin: 0 0 1.5em; }
  .widget::after {
    display: table;
    content: '';
    clear: both; }
  .widget li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px; }
  .widget select {
    max-width: 100%;
    color: #484848; }
  .widget .search-block {
    float: none;
    margin: 0;
    width: 100%; }

.widget_search {
  position: relative;
  width: 100%; }
  .widget_search .search-submit {
    display: none; }

.tagcloud a {
  display: inline-block;
  font-size: 13px !important;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 5px; }

.widget_multicommerce_wc_products .woocommerce.column {
  /*padding-top:20px;*/ }

.widget_multicommerce_wc_products .woocommerce.teg-slick-carousel .slick-list {
  padding-top: 20px; }

.widget_multicommerce_wc_products .page-header .page-title {
  margin-bottom: 20px; }

.featured-entries-col.column {
  margin-left: -10px;
  margin-right: -10px; }
  .featured-entries-col.column:after {
    content: "";
    display: block;
    clear: both; }

.featured-entries-col .slick-list {
  margin-left: -10px;
  margin-right: -10px; }

.featured-entries-col.woocommerce ul.products li.product, .featured-entries-col.woocommerce-page ul.products li.product {
  float: none;
  margin: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px;
  background: #fefefe;
  border: 1px solid #fafafa; }

.featured-entries-col .single-list {
  padding-left: 10px;
  padding-right: 10px; }

.featured-entries-col .clearfix {
  margin-bottom: 20px; }

.featured-entries-col .post-container {
  background: #FEFEFE;
  border: 1px solid #fafafa;
  position: relative; }

.featured-entries-col .post-content {
  padding: 10px 15px 9px; }
  .featured-entries-col .post-content .entry-title {
    font-size: 18px; }

.featured-entries-col .entry-title {
  margin-bottom: 15px; }

.featured-entries-col .entry-content {
  margin: 0;
  color: #2D2D2D; }
  .featured-entries-col .entry-content .tags-links {
    display: none; }

.single-item .icon {
  border-radius: 50%;
  border: 1px solid #dedede;
  background-color: #f28b00;
  -webkit-transition: background-color 1s;
  -o-transition: background-color 1s;
  -moz-transition: background-color 1s;
  transition: background-color 1s; }
  .single-item .icon:hover {
    background-color: #f92400; }
  .single-item .icon i {
    color: #fff; }

.single-item .content {
  color: #484848; }
  .single-item .content .title {
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #484848; }

.single-item.left_small .icon {
  top: 0;
  left: 0;
  padding: 12px;
  line-height: 0;
  position: absolute; }

.single-item.left_small .content {
  display: inline-block;
  margin-left: 50px; }

.single-item.top_large {
  text-align: center; }
  .single-item.top_large .icon {
    width: 100px;
    height: 100px;
    font-size: 40px;
    line-height: 100px;
    margin: 0 auto 15px; }
  .single-item.top_large .content {
    display: block; }

.featured-entries-about {
  display: table;
  width: 100%;
  margin-top: 20px; }
  .featured-entries-about .single-item {
    position: relative;
    min-height: 50px; }

.advance-product-search {
  width: 100%;
  float: right;
  border-radius: 50px;
  position: relative;
  border: 2px solid #f28b00; }
  .advance-product-search .select_products {
    height: 46px;
    width: 205px;
    font-size: 14px;
    min-width: 180px;
    padding: 5px 10px;
    vertical-align: top;
    color: #484848;
    border-radius: 0px;
    display: inline-block;
    background: transparent;
    border-width: 0 1px 0 0;
    border-right-color: #f28b00; }
    @media (max-width: 767px) {
      .advance-product-search .select_products {
        width: 35%;
        min-width: 30px; } }
    @media (max-width: 479px) {
      .advance-product-search .select_products {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        border-width: 1px 1px;
        border-radius: 50px;
        border-color: #f28b00; } }
  .advance-product-search .search-field {
    height: 46px;
    border: none;
    padding: 0 10px;
    font-size: 13px;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: 300;
    line-height: 40px;
    color: #484848;
    display: inline-block;
    background: transparent;
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px); }
    @media (max-width: 767px) {
      .advance-product-search .search-field {
        width: 54%; } }
    @media (max-width: 479px) {
      .advance-product-search .search-field {
        width: 100%;
        display: block;
        margin: 0 0 10px;
        border-radius: 50px;
        border: 1px solid #f28b00; } }
  .advance-product-search .searchsubmit {
    top: -2px;
    bottom: 0;
    border: none;
    right: 0px;
    float: left;
    width: 75px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    position: absolute;
    border-radius: 50px;
    color: #fff;
    background-color: #f28b00; }
    @media (max-width: 479px) {
      .advance-product-search .searchsubmit {
        float: none;
        width: 100%;
        padding: 0 20px;
        position: static;
        border-radius: 15px;
        display: block; } }
  .advance-product-search .select2.select2-container.select2-container--default {
    vertical-align: top; }
  @media (max-width: 479px) {
    .advance-product-search .select2-container {
      margin: 0 0 15px; } }
  .advance-product-search .select2-container .select2-selection--single {
    height: 48px;
    border: none;
    background: transparent;
    border-radius: 0px;
    border-right: 1px solid #f28b00; }
    .advance-product-search .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 48px;
      height: 48px;
      border: none; }
    @media (max-width: 479px) {
      .advance-product-search .select2-container .select2-selection--single {
        width: 100%;
        display: block;
        max-width: 100%;
        border-radius: 50px;
        border: 1px solid #f28b00; } }
  @media (max-width: 479px) {
    .advance-product-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .advance-product-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
      border-bottom-left-radius: 50px;
      border-bottom-right-radius: 50px; } }
  @media (max-width: 767px) {
    .advance-product-search {
      width: 70%;
      float: none;
      margin: 0 auto; } }
  @media (max-width: 640px) {
    .advance-product-search {
      width: 98%; } }
  @media (max-width: 479px) {
    .advance-product-search {
      border-radius: 0px;
      border: none; } }

.secondary-sidebar .advance-product-search {
  border: none;
  border-radius: none; }
  .secondary-sidebar .advance-product-search .select_products {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 50px;
    border: 1px solid #f28b00; }
  @media (max-width: 479px) {
    .secondary-sidebar .advance-product-search .select2-container {
      margin: 0 0 15px; } }
  .secondary-sidebar .advance-product-search .select2-container .select2-selection--single {
    width: 100%;
    display: block;
    max-width: 100%;
    border-radius: 50px;
    border: 1px solid #f28b00; }
  .secondary-sidebar .advance-product-search .search-field {
    display: block;
    width: 100%;
    margin: 0 0 15px;
    border-radius: 50px;
    border: 1px solid #f28b00; }
  .secondary-sidebar .advance-product-search .searchsubmit {
    width: 100%;
    display: block;
    position: static; }

.slider-feature-wrap {
  margin-bottom: 1.8em;
  overflow: hidden; }

.te-unique-slide:after {
  display: table;
  content: '';
  clear: both; }

@media (max-width: 767px) {
  .feature-promo.teg-col-2 {
    width: 100%;
    float: none; } }

@media (max-width: 767px) {
  .feature-promo.teg-col-2.index-1 {
    margin-bottom: 15px; } }

.feature-promo .single-unit {
  min-height: 360px;
  display: block; }

.feature-promo .page-details {
  padding: 40px 15px 40px 50px; }
  .feature-promo .page-details .title {
    font-size: 16px;
    background: #fff;
    display: inline-block;
    padding: 4px 7px;
    letter-spacing: 5px;
    text-transform: uppercase; }
  .feature-promo .page-details .details p {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #484848; }

.feature-promo .slider-buttons {
  display: block; }

.feature-promo.index-1 .page-details {
  border-right: 1px solid #e5e5e5; }

.feature-promo.index-2 .page-details {
  border-left: 1px solid #e5e5e5; }

.wc-cte-feature {
  overflow: hidden;
  width: 100%; }
  .wc-cte-feature .te-unique-slide, .wc-cte-feature .slick-list {
    margin: -10px; }
  .wc-cte-feature .single-list {
    padding: 10px; }
  .wc-cte-feature .cte-details {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center; }
  .wc-cte-feature .cte-title {
    padding: 16px 40px;
    display: inline-block;
    color: #fff;
    opacity: 0.7;
    line-height: 1.5;
    padding: 5px 10px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #f92400; }
    .wc-cte-feature .cte-title span {
      left: 50%;
      top: -35px;
      padding: 5px;
      position: absolute;
      display: inline-block;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #f28b00; }
    @media (max-width: 480px) {
      .wc-cte-feature .cte-title {
        padding: 4px 10px; } }
    .wc-cte-feature .cte-title h3 {
      margin: 0;
      color: #fff; }
    .wc-cte-feature .cte-title:hover {
      opacity: 1; }
  .wc-cte-feature .single-unit {
    background-position: center center;
    background-size: cover;
    color: #fff;
    height: 230px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    @media (max-width: 767px) {
      .wc-cte-feature .single-unit {
        height: 150px; } }
    @media (max-width: 480px) {
      .wc-cte-feature .single-unit {
        height: 110px; } }
  .wc-cte-feature.teg-slick-carousel .te-extra-height .single-unit {
    height: 480px;
    /*460 but +20 for padding fixed*/ }
    @media (max-width: 767px) {
      .wc-cte-feature.teg-slick-carousel .te-extra-height .single-unit {
        height: 320px;
        /*460 but +20 for padding fixed*/ } }
    @media (max-width: 480px) {
      .wc-cte-feature.teg-slick-carousel .te-extra-height .single-unit {
        height: 240px;
        /*460 but +20 for padding fixed*/ } }
  .wc-cte-feature.layout-2 .te-extra-height .single-unit {
    height: 480px; }
    @media (max-width: 767px) {
      .wc-cte-feature.layout-2 .te-extra-height .single-unit {
        height: 320px; } }
    @media (max-width: 480px) {
      .wc-cte-feature.layout-2 .te-extra-height .single-unit {
        height: 240px; } }
  .wc-cte-feature.layout-2 .te-extra-width .single-unit {
    width: 100%; }
  .wc-cte-feature.layout-2 .left {
    width: 30%;
    float: left; }
    @media (max-width: 480px) {
      .wc-cte-feature.layout-2 .left {
        width: 40%; } }
  .wc-cte-feature.layout-2 .right {
    width: 70%;
    float: right; }
    @media (max-width: 480px) {
      .wc-cte-feature.layout-2 .right {
        width: 60%; } }

.product-categories li {
  border-top: 1px solid #e5e5e5; }
  .product-categories li.cte-parent {
    padding-bottom: 0;
    border-bottom: medium none; }
    .product-categories li.cte-parent .children {
      border-top: 1px solid #e5e5e5;
      margin-top: 10px; }
  .product-categories li .children {
    padding-top: 10px; }
    .product-categories li .children li {
      padding-left: 15px; }
  .product-categories li.cat-parent {
    padding-bottom: 0px; }

.widget_pages ul li.current_page_item &gt; a {
  color: #f28b00; }

.widget_categories ul li.current-cat &gt; a {
  color: #f28b00; }

.calendar_wrap #wp-calendar {
  width: 100%; }
  .calendar_wrap #wp-calendar caption {
    font-size: 13px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase; }

.calendar_wrap table, .calendar_wrap th, .calendar_wrap td, .calendar_wrap tr {
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-collapse: collapse;
  padding: 3px; }

.calendar_wrap th {
  background: rgba(0, 0, 0, 0.03);
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05); }

.calendar_wrap th, .calendar_wrap td {
  text-align: center;
  padding: 5px; }

.calendar_wrap #prev {
  text-align: left; }

.calendar_wrap #next {
  text-align: right; }

.calendar_wrap #today {
  color: #fff;
  background-color: #f28b00; }

/*Pro Css*/
/*  ----------------------------------------------------
author Widgets
-------------------------------------------------------- */
.multicommerce_author_details .widget_wrap {
  padding: 0px;
  border: none;
  background-color: transparent; }

.multicommerce_author_details .author-details {
  text-align: center;
  position: relative;
  width: 100%;
  border-radius: 5px;
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fefefe;
  border: 1px solid #fafafa; }

.multicommerce_author_details .author-content {
  padding: 15px 30px; }

.multicommerce_author_details .author-title {
  font-size: 1.3em;
  line-height: 1.55em;
  color: #3C4858;
  text-decoration: none;
  font-weight: 700; }

.multicommerce_author_details .button {
  z-index: 1;
  color: #fff;
  font-size: 17px;
  position: relative;
  overflow: hidden;
  padding: 10px 25px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  background-color: #f28b00; }
  .multicommerce_author_details .button:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
    background-color: #f28b00;
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: #f92400; }
  .multicommerce_author_details .button:hover {
    color: #fff; }
    .multicommerce_author_details .button:hover:before {
      -webkit-transform: scaleX(1);
         -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
           -o-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
         -moz-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
           -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
              transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.multicommerce_author_details .author-image {
  max-width: 130px;
  max-height: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2); }
  .multicommerce_author_details .author-image img {
    margin: 0px;
    width: 100%; }
  .multicommerce_author_details .author-image + .author-content {
    margin-top: 15px; }

.multicommerce_author_details .author-description {
  color: #616161;
  font-size: 14px; }

.teg-edit-shortcut-wrapper {
  position: absolute;
  float: left;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  z-index: 5; }
  .teg-edit-shortcut-wrapper button.teg-edit-shortcut {
    opacity: 1;
    z-index: 5;
    padding: 3px;
    top: 2px;
    left: -30px;
    color: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 1em;
    font-size: 18px;
    position: absolute;
    background: #0085ba;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-animation-fill-mode: both;
       -moz-animation-fill-mode: both;
         -o-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: .4s;
       -moz-animation-duration: .4s;
         -o-animation-duration: .4s;
            animation-duration: .4s;
    pointer-events: auto;
    -webkit-box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
            box-shadow: 0 2px 1px rgba(46, 68, 83, 0.15);
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; }

.comments-area {
  clear: both;
  border-top: 1px solid #e5e5e5; }

.comment-reply-title,
.comments-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase; }

.comment-form input {
  border: 1px solid #e5e5e5;
  color: #484848;
  font-size: 14px;
  padding: 10px;
  width: 100%; }
  .comment-form input[type="checkbox"], .comment-form input[type="radio"] {
    width: auto;
    margin-right: 10px; }
  @media screen and (max-width: 679px) {
    .comment-form input {
      width: 100%; } }

.comment-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #e5e5e5;
  resize: none;
  color: #484848;
  font-size: 14px;
  padding: 10px; }
  @media screen and (max-width: 679px) {
    .comment-form textarea {
      width: 100%; } }

.comment-form .form-submit input {
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  line-height: 26px;
  padding: 4px 10px;
  width: auto;
  background-color: #f28b00;
  border-color: #f28b00;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .comment-form .form-submit input:hover {
    border-color: #f92400;
    background-color: #f92400; }

.comment-form-author input {
  float: left;
  margin: 0 29px 16px 0; }

.comment-form-email input {
  float: left;
  margin: 0 0 16px; }

.comment-form-url input {
  clear: both; }
  @media screen and (max-width: 679px) {
    .comment-form-url input {
      width: 100%; } }

.read-more {
  z-index: 1;
  width: auto;
  font-size: 13px;
  position: relative;
  text-align: center;
  padding: 4px 10px;
  line-height: 26px;
  color: #484848;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .read-more:after {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
       -moz-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
         -o-transform-origin: 0 50%;
            transform-origin: 0 50%;
    background-color: #f28b00;
    -webkit-transition-duration: 0.8s;
       -moz-transition-duration: 0.8s;
         -o-transition-duration: 0.8s;
            transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
         -o-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .read-more:hover {
    color: #fff; }
    .read-more:hover:after {
      -webkit-transform: scaleX(1);
         -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
           -o-transform: scaleX(1);
              transform: scaleX(1);
      trasnition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.comment-list {
  margin: 0 0 20px 0; }
  .comment-list .fa.fa-clock-o {
    font-size: 14px;
    margin-right: 3px; }
  .comment-list .fn {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #484848; }
  .comment-list ul, .comment-list ol {
    padding-left: 20px; }
  .comment-list &gt; li, .comment-list .children &gt; li {
    list-style: none;
    color: #484848;
    font-size: 13px;
    list-style-type: none;
    clear: both; }

.comments-area .comment-list .comment-body {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5; }

.comments-area .comment-list .reply {
  text-align: right; }
  .comments-area .comment-list .reply a {
    border: 1px solid #e5e5e5;
    padding: 5px 15px; }
    .comments-area .comment-list .reply a:hover {
      border-color: #f28b00; }

.comment-author img {
  float: left;
  margin: 0 20px 0 0;
  border-radius: 50%; }

.bypostauthor {
  display: block; }

.featured-desc h4 {
  margin: 0 0 5px; }

.featured-social .icon-box {
  width: 45px;
  height: 45px;
  line-height: 0;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
  border: 1px solid #f28b00; }
  .featured-social .icon-box a {
    color: #f28b00; }
  .featured-social .icon-box:hover {
    background-color: #f28b00; }
    .featured-social .icon-box:hover a {
      color: #fff; }
  .featured-social .icon-box.rounded {
    border-radius: 100%; }
    .featured-social .icon-box.rounded .fa {
      line-height: 45px; }
  .featured-social .icon-box.square {
    width: 40px;
    height: 40px;
    border-radius: 0px; }
    .featured-social .icon-box.square .fa {
      line-height: 40px; }

.footer-sidebar.float-right {
  text-align: right; }

.footer-wrapper .te-title-action-wrapper, .footer-wrapper .te-title-action-wrapper:before {
  border: none;
  margin: 0; }

.footer-wrapper .post-content h2 {
  font-size: 16px; }

.footer-wrapper .post-content .entry-meta {
  font-size: 11px; }

.footer-wrapper .featured-entries-col .teg-col-2 {
  padding-right: 0;
  padding-left: 0; }

.secondary-sidebar .te-title-action-wrapper, .secondary-sidebar .te-title-action-wrapper:before {
  border: none;
  margin: 0; }

.secondary-sidebar .featured-entries-col .teg-col-2, .secondary-sidebar .featured-entries-col .teg-col-3, .secondary-sidebar .featured-entries-col .teg-col-4 {
  width: 100%; }

.secondary-sidebar .featured-entries-col .teg-col-2 {
  padding-right: 0;
  padding-left: 0; }

.secondary-sidebar .featured-entries-col .post-content h2 {
  font-size: 16px; }

.secondary-sidebar .featured-entries-col .post-content .entry-meta {
  font-size: 11px; }

@media screen and (min-width: 482px) {
  .visible-sm {
    display: none; }
  .visible-lg {
    display: block; } }

.teg-col-4 {
  float: left;
  width: 25%; }

.teg-col-3 {
  float: left;
  width: 33.33%; }

.teg-col-2 {
  float: left;
  width: 50%; }

.teg-col-1 {
  width: 100%; }

.no-media.teg-col-4 {
  width: 25% !important; }

.no-media.teg-col-3 {
  width: 33.33% !important; }

.no-media.teg-col-2 {
  width: 50% !important; }

/* Landscape phones and down */
@media screen and (max-width: 480px) {
  .teg-col-4,
  .teg-col-3 {
    width: 100%; }
  .teg-col-2 {
    width: 100%; }
  .visible-lg {
    display: none; }
  .visible-sm {
    display: block; } }

.wrapper.header-image-wrap {
  text-align: center; }

.wp-custom-header {
  position: relative;
  line-height: 0px; }

iframe #wp-custom-header-video, video #wp-custom-header-video {
  max-width: 100%; }

.wp-custom-header-video-button {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 100%;
  font-size: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #e5e5e5; }
  .wp-custom-header-video-button:before {
    content: '\f04c';
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 62px; }
  .wp-custom-header-video-button.wp-custom-header-video-pause:before {
    content: '\f04b'; }

div#wp-custom-header:hover .wp-custom-header-video-button {
  visibility: visible;
  opacity: 1; }

.top-header-wrapper {
  padding: 0;
  line-height: 1;
  background: #fff;
  border-bottom: 1px solid #e5e5e5; }
  .top-header-wrapper a {
    color: #484848; }
  .top-header-wrapper .icon-box {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
    border-left: 1px solid #e2e2e4;
    font-size: 13px;
    font-weight: 400; }

.header-left {
  float: left;
  margin-top: 7px; }

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

.te-first-level-nav ul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
  border-left: 1px solid #e2e2e4;
  font-size: 13px;
  font-weight: 400; }

@media (max-width: 1229px) {
  .header-left {
    float: none;
    text-align: center;
    line-height: 1.6; } }

.header-left .te-first-level-nav ul li:first-child {
  border-left: none;
  padding-left: 0; }

.header-left .te-first-level-nav ul li:last-child {
  padding-right: 0;
  border-left: medium none; }

.header-left .icon-box:first-child {
  border-left: none;
  padding-left: 0; }

@media (max-width: 1229px) {
  .header-right {
    float: none;
    text-align: center;
    line-height: 1.6; } }

.header-right .icon-box:first-child {
  border-left: none;
  padding-left: 0; }

.header-right .icon-box:last-child {
  padding-right: 0;
  border-left: medium none; }

@media (max-width: 1229px) {
  .top-header-wrapper .icon-box {
    border: none; } }

.top-header-wrapper .icon-box .icon {
  display: inline-block; }

.top-header-wrapper .icon-box .icon-details {
  display: inline-block; }

a.my-account {
  padding: 10px 12px;
  display: inline-block; }

.te-first-level-nav ul {
  margin: 0;
  padding: 0; }
  .te-first-level-nav ul li {
    list-style: outside none none; }
    @media (max-width: 1229px) {
      .te-first-level-nav ul li {
        border: none; } }

.te-display-inline-block {
  display: inline-block; }

.socials {
  display: inline-block; }

.site-logo {
  width: 22%;
  float: left;
  position: relative; }
  @media (max-width: 1229px) {
    .site-logo {
      float: none;
      width: 100%;
      text-align: center; } }
  .site-logo .custom-logo {
    max-width: 300px;
    max-height: 100px;
    height: auto;
    width: auto; }
  .site-logo &gt; a {
    display: inline-block;
    max-width: 100%;
    margin-right: 20px;
    color: #484848; }
    @media (max-width: 1229px) {
      .site-logo &gt; a {
        padding-top: 12px; } }

.site-title {
  float: none;
  font-size: 28px;
  margin: 0;
  line-height: 1.3; }
  .site-title a:hover, .site-title:hover {
    color: #484848; }

.site-description {
  color: #484848;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  margin: 0; }

.cart-section {
  float: right;
  margin: 0;
  padding: 0; }
  .cart-section i {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    line-height: 48px;
    color: #e5e5e5; }
  .cart-section .cart-value,
  .cart-section .wishlist-value {
    left: 30px;
    width: 25px;
    height: 25px;
    bottom: 30px;
    font-size: 12px;
    position: absolute;
    line-height: 25px;
    color: #fff;
    border-radius: 100%;
    display: inline-block;
    background-color: #f28b00; }

@media (min-width: 1229px) {
  .header-ads-adv-search .widget_multicommerce_advanced_search {
    padding-right: 50px; } }

.yith-wcwl-wrapper,
.wc-cart-wrapper {
  height: 48px;
  width: 48px;
  float: left;
  text-align: center;
  display: block;
  margin: 0 5px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #e5e5e5; }
  .yith-wcwl-wrapper:hover,
  .wc-cart-wrapper:hover {
    border-color: #f28b00; }
    .yith-wcwl-wrapper:hover i,
    .wc-cart-wrapper:hover i {
      color: #f28b00; }
    .yith-wcwl-wrapper:hover span.cart-value, .yith-wcwl-wrapper:hover span.wishlist-value,
    .wc-cart-wrapper:hover span.cart-value,
    .wc-cart-wrapper:hover span.wishlist-value {
      background-color: #f92400; }

.wc-cart-widget-wrapper p, .wc-cart-widget-wrapper span {
  color: #484848; }

.te-wc-icon {
  font-size: 15px;
  color: #fff; }
  .te-wc-icon:hover {
    font-size: 15px;
    color: #fff; }

.site-header .widget_shopping_cart {
  background: #FEFEFE;
  border: 1px solid #fafafa;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.07);
  opacity: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 127%;
  visibility: hidden;
  width: 260px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .site-header .widget_shopping_cart:before {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.site-header .wc-cart-wrapper:hover .widget_shopping_cart {
  opacity: 1;
  visibility: visible;
  top: 112%; }

.site-header ~ .wp-custom-header {
  padding-bottom: 20px; }

.right-logo-left-ads .site-logo {
  float: right;
  text-align: right; }

.right-logo-left-ads .header-ads-adv-search,
.right-logo-left-ads .cart-section {
  float: left;
  text-align: left; }

.center-logo-below-ads .site-logo {
  float: none;
  text-align: center;
  width: 100%;
  margin-bottom: 10px; }

.center-logo-below-ads .center-wrapper {
  width: 100%;
  max-width: 885px;
  text-align: center; }
  .center-logo-below-ads .center-wrapper .float-right {
    float: none; }
  .center-logo-below-ads .center-wrapper .header-ads-adv-search {
    max-width: 100%; }

.slicknav_nav,
.responsive-slick-menu {
  display: none; }
  @media (max-width: 992px) {
    .slicknav_nav,
    .responsive-slick-menu {
      display: block; } }

.navigation-wrapper {
  padding-top: 20px; }

.header-wrapper {
  padding: 20px 0; }
  .header-wrapper .center-wrapper-mx-width {
    padding-top: 25px;
    width: auto; }
  .header-wrapper .header-main-menu .themeegg-nav .menu &gt; li:first-child {
    margin-left: -15px; }

.main-navigation {
  min-height: 50px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 17px 11px -21px rgba(0, 0, 0, 0.75);
          box-shadow: 0 17px 11px -21px rgba(0, 0, 0, 0.75);
  background-color: #2e2d25; }
  .main-navigation ul li .angle-down {
    position: absolute;
    right: 0;
    top: 0;
    height: 58px;
    width: 10px;
    line-height: 58px;
    color: #fff; }
  .main-navigation ul.menu {
    position: relative; }
    .main-navigation ul.menu li a {
      color: #fff;
      display: block;
      font-weight: normal;
      letter-spacing: 1px;
      line-height: 58px;
      padding: 0 15px;
      position: relative;
      text-transform: uppercase; }
    .main-navigation ul.menu li.current-menu-item &gt; .angle-down, .main-navigation ul.menu li.current-menu-item &gt; a, .main-navigation ul.menu li.current-menu-parent &gt; .angle-down, .main-navigation ul.menu li.current-menu-parent &gt; a, .main-navigation ul.menu li:hover &gt; .angle-down, .main-navigation ul.menu li:hover &gt; a {
      color: #f28b00; }
  .main-navigation ul.sub-menu li {
    float: none;
    border: none;
    margin-left: 0;
    border-bottom: 1px solid #e5e5e5; }
    .main-navigation ul.sub-menu li a {
      font-size: 14px;
      line-height: 45px;
      color: #484848; }
    .main-navigation ul.sub-menu li:last-child {
      border-bottom: none; }
  @media (max-width: 992px) {
    .main-navigation ul.category-menu-wrapper ul.special-sub-menu a {
      width: auto;
      float: left; } }
  @media (max-width: 992px) {
    .main-navigation .slicknav_nav ul {
      -webkit-box-shadow: none;
              box-shadow: none;
      visibility: visible;
      display: block;
      opacity: 1; } }
  .main-navigation .slicknav_nav ul li a {
    line-height: 3.5em; }
  @media (max-width: 992px) {
    .main-navigation .slicknav_nav ul li .angle-down {
      width: 40px;
      text-align: center;
      font-size: 20px;
      height: 56px;
      line-height: 56px; } }

/*categories*/
.category-menu-wrapper .category-menu {
  background-color: #f28b00;
  color: #fff;
  width: 225px; }
  .category-menu-wrapper .category-menu .toggle {
    line-height: 48px;
    padding-right: 15px; }

.category-menu-wrapper .special-sub-menu {
  width: 225px; }
  .category-menu-wrapper .special-sub-menu a {
    width: 225px; }
  .category-menu-wrapper .special-sub-menu li a, .category-menu-wrapper .special-sub-menu li .angle-down {
    color: #484848; }
  .category-menu-wrapper .special-sub-menu li:hover &gt; a, .category-menu-wrapper .special-sub-menu li:hover &gt; .angle-down {
    color: #f28b00; }

.category-menu-wrapper &gt; li.menu-item-has-children .angle-down {
  position: relative;
  float: right;
  height: auto;
  line-height: 56px;
  top: 0;
  width: 25px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  right: 10px; }

.category-menu-wrapper &gt; li.menu-item-has-children &gt; .angle-down {
  color: #fff;
  z-index: 1; }

.category-menu-wrapper &gt; li.menu-item-has-children &gt; ul &gt; li .angle-down {
  line-height: 40px; }

.category-menu-wrapper &gt; li.menu-item-has-children:hover &gt; .angle-down {
  color: #fff !important; }

.category-menu-wrapper &gt; li.menu-item-has-children:hover &gt; .category-menu {
  color: #fff;
  background-color: #f92400; }

@media (max-width: 992px) {
  .category-menu-wrapper &gt; li &gt; ul.special-sub-menu {
    visibility: visible;
    opacity: 1;
    display: none;
    top: 116%; } }

@media (max-width: 992px) {
  .category-menu-wrapper &gt; li &gt; ul.special-sub-menu .sub-menu {
    left: 0;
    position: relative;
    top: 0;
    display: none;
    padding-left: 10px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    visibility: visible;
    opacity: 1; } }

@media (max-width: 992px) {
  .category-menu-wrapper &gt; li &gt; ul.special-sub-menu li {
    height: auto;
    width: 100%; } }

.multicommerce-enable-category-menu .themeegg-nav {
  float: right;
  width: -moz-calc(100% - 255px);
  width: calc(100% - 255px); }

.header-ads-adv-search {
  width: 730px;
  max-width: 61%; }

.header-main-menu.wrapper {
  position: relative; }

.te-menu-right-wrapper {
  float: right;
  display: block;
  font-weight: normal;
  letter-spacing: 0.4px;
  line-height: 48px; }

.menu-right-text {
  color: #fff; }
  .menu-right-text:hover {
    color: #f28b00; }

.menu-right-highlight-text {
  position: absolute;
  top: -20px;
  right: 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #f28b00;
  padding: 6px 8px;
  font-size: 13px;
  text-transform: capitalize;
  display: block; }
  .menu-right-highlight-text:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f28b00;
    position: absolute;
    bottom: -5px;
    right: 0;
    left: 0;
    content: '';
    margin: 0 auto; }
  .menu-right-highlight-text:hover {
    background-color: #f92400; }
    .menu-right-highlight-text:hover:after {
      border-top-color: #f92400; }

@media (max-width: 1229px) {
  .header-wrapper .menu li &gt; a {
    padding: 0 10px; }
    .header-wrapper .menu li &gt; a &gt; a {
      float: left;
      padding: 0; } }

@media (max-width: 992px) {
  .header-wrapper .menu li &gt; a {
    padding: 0 10px; } }

@media (max-width: 992px) {
  .header-wrapper .header-main-menu .menu {
    position: absolute; } }

@media (max-width: 1229px) {
  .center-wrapper-mx-width {
    width: 100%;
    max-width: 90%;
    text-align: center; }
    .center-wrapper-mx-width .center-wrapper {
      width: 100%;
      max-width: 885px;
      text-align: center; }
    .center-wrapper-mx-width .float-right {
      float: none; }
    .center-wrapper-mx-width .header-ads-adv-search {
      max-width: 100%; } }

@media (max-width: 1229px) {
  .float-right {
    float: none; } }

@media (max-width: 992px) {
  .header-main-menu {
    height: 58px; } }

@media (max-width: 992px) {
  .multicommerce-enable-sticky-menu .responsive-slick-menu {
    max-height: 300px;
    overflow-y: scroll; } }

@media (max-width: 992px) {
  .header-wrapper .header-main-menu .menu {
    display: none; } }

@media (max-width: 992px) {
  .header-wrapper .header-main-menu .menu.category-menu-wrapper {
    display: block; } }

@media (max-width: 992px) {
  .slicknav_btn {
    background-position: center center;
    border: 1px solid #fff;
    border-radius: 4px;
    color: transparent;
    cursor: pointer;
    float: right;
    font: 0/0 a;
    height: 40px;
    right: 2%;
    position: absolute;
    text-decoration: none;
    text-shadow: none;
    top: 8px;
    width: 40px;
    padding: 10px;
    display: block;
    text-align: center; } }

@media (max-width: 992px) {
  .slicknav_btn:before {
    background: #fff;
    -webkit-box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
            box-shadow: 0 6px 0 0 #fff, 0 12px 0 0 #fff;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 22px;
    margin: 0 auto;
    right: 0; } }

@media (max-width: 992px) {
  .slicknav_nav li {
    border-top: 1px solid #484848;
    display: table;
    float: none;
    position: relative;
    width: 100%; } }

@media (max-width: 992px) {
  .slicknav_nav li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    text-transform: uppercase; } }

@media (max-width: 992px) {
  .slicknav_nav &gt; li {
    padding: 0 12px; } }

@media (max-width: 992px) {
  .slicknav_menu .slicknav_arrow {
    float: right;
    font-size: 24px;
    display: none; } }

@media (max-width: 992px) {
  .header-wrapper .slicknav_item.slicknav_row {
    width: 100%; } }

@media (max-width: 992px) {
  .header-wrapper .main-navigation .slicknav_nav ul.sub-menu {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none; } }

@media (max-width: 992px) {
  .header-wrapper .main-navigation .slicknav_nav ul.sub-menu li {
    border-top: 1px solid #484848;
    height: 32px;
    padding-top: 4px;
    border-bottom: none; } }

@media (max-width: 992px) {
  .header-wrapper .main-navigation ul ul.sub-menu li:hover &gt; a {
    background: none; } }

@media (max-width: 992px) {
  .te-menu-right-wrapper {
    position: relative;
    margin-right: 45px; } }

@media (max-width: 767px) {
  .te-menu-right-wrapper {
    display: none; } }

@media (max-width: 767px) {
  .center-wrapper-mx-width {
    max-width: 100%; } }

@media (max-width: 767px) {
  .center-wrapper-mx-width .header-ads-adv-search,
  .center-wrapper-mx-width .cart-section {
    width: 100%;
    float: none;
    display: inline-block; } }

@media (max-width: 767px) {
  .yith-wcwl-wrapper,
  .wc-cart-wrapper {
    float: none;
    margin: 19px 0;
    display: inline-block; } }

@media (min-width: 993px) {
  .multicommerce-feature-category-menu .slider-feature-wrap {
    width: -moz-calc(100% - 237px);
    width: calc(100% - 237px);
    float: right; } }

@media (min-width: 993px) {
  .multicommerce-feature-category-menu .category-menu-wrapper &gt; li &gt; ul.special-sub-menu {
    left: auto;
    visibility: visible;
    display: block;
    opacity: 1;
    top: 116%;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-animation: none;
       -moz-animation: none;
         -o-animation: none;
            animation: none; } }

@media (min-width: 993px) {
  .multicommerce-feature-category-menu .te-feature-section .te-slide-unit {
    height: 418px; } }

@media (min-width: 993px) {
  .multicommerce-feature-category-menu .beside-slider .fs-right-slider .te-beside-slider-unit {
    height: 204.5px; } }

@media (min-width: 993px) {
  .special-sub-menu::-webkit-scrollbar {
    width: 6px; } }

@media (min-width: 993px) {
  .special-sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px; } }

@media (min-width: 993px) {
  .special-sub-menu::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); } }

/*
01:	Bread Crumbs
02: Related Posts
*/
/*===================================================================
--------------------------- Breadcrumbs ---------------------------
===================================================================*/
.breadcrumbs.clearfix {
  background: #f8f8f8 none repeat scroll 0 0;
  margin: 20px 0 30px;
  padding: 10px 20px; }

span.breadcrumb {
  color: #fff;
  float: left;
  padding: 5px 10px;
  position: relative;
  margin-right: 10px; }
  span.breadcrumb:after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: -5px;
    top: 50%;
    width: 0; }

#multicommerce-breadcrumbs {
  padding: 0; }
  #multicommerce-breadcrumbs a:hover {
    text-decoration: underline; }
  #multicommerce-breadcrumbs .breadcrumb-trail li {
    display: block;
    float: left;
    list-style: outside none none;
    padding: 5px 0 5px 5px; }
    #multicommerce-breadcrumbs .breadcrumb-trail li:after {
      content: "/";
      margin-left: 10px; }
    #multicommerce-breadcrumbs .breadcrumb-trail li.trail-item.trail-end:after {
      display: none; }
  #multicommerce-breadcrumbs .breadcrumb-trail .trail-items {
    margin: 0;
    padding: 0; }

#multicommerce-breadcrumbs a {
  color: #777; }

#multicommerce-breadcrumbs .woocommerce-breadcrumb {
  margin: 1em 1em;
  padding: 0;
  font-size: .92em;
  color: #777; }
  #multicommerce-breadcrumbs .woocommerce-breadcrumb a {
    color: #777; }

.multicommerce-related-post {
  border-top: 1px solid #e5e5e5; }
  .multicommerce-related-post .te-title-action-wrapper:after {
    content: "";
    clear: both;
    display: block;
    height: 1px; }

.mailchimp-section {
  background-color: #f2f2f2;
  padding: 40px 0 40px; }
  @media (max-width: 640px) {
    .mailchimp-section {
      padding: 30px 0 10px; } }
  .mailchimp-section ~ .site-footer {
    margin-top: 0px; }
  .mailchimp-section .section-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px; }

.mc4wp-form {
  padding: 0;
  margin: 0; }
  .mc4wp-form .mc4wp-form-fields {
    max-width: 480px;
    margin: 0 auto; }
  .mc4wp-form.theme-not-set label {
    color: #484848;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .mc4wp-form.theme-not-set label input {
      text-transform: none;
      margin-right: 5px; }
  .mc4wp-form.theme-not-set input {
    font-size: 16px;
    color: #484848;
    border-radius: 4px;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #484848;
    background-color: transparent; }
    .mc4wp-form.theme-not-set input:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #f28b00; }
    .mc4wp-form.theme-not-set input[type=email], .mc4wp-form.theme-not-set input[type=tel], .mc4wp-form.theme-not-set input[type=text] {
      padding: 10px;
      width: 100%; }
    .mc4wp-form.theme-not-set input[type="submit"] {
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 1.2em;
      color: #fff;
      font-weight: 600;
      border-color: #f28b00;
      background-color: #f28b00; }
      .mc4wp-form.theme-not-set input[type="submit"]:hover {
        border-color: #f92400;
        background-color: #f92400; }
    .mc4wp-form.theme-not-set input::-webkit-input-placeholder {
      color: #484848; }
    .mc4wp-form.theme-not-set input:-moz-placeholder {
      color: #484848; }
    .mc4wp-form.theme-not-set input::-moz-placeholder {
      color: #484848; }
    .mc4wp-form.theme-not-set input:-ms-input-placeholder {
      color: #484848; }
  .mc4wp-form.theme-not-set .select2-container {
    min-width: 100%;
    max-width: 100%;
    display: block; }
    .mc4wp-form.theme-not-set .select2-container--default .select2-selection--single {
      font-size: 16px;
      border-radius: 4px;
      border-color: #484848;
      background-color: transparent; }
    .mc4wp-form.theme-not-set .select2-container--default.select2-container--open .select2-selection--single {
      border-color: #f28b00; }

.mc4wp-response {
  clear: both;
  padding-top: 10px;
  font-size: 16px; }

.mc4wp-success {
  color: #76d617; }

.mc4wp-notice {
  color: #0c4da2; }

.mc4wp-error {
  color: red; }

/*
01:	Header ADS
02: Before Features
03: Before Features
*/
.slider-feature-wrap {
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px; }
  .slider-feature-wrap.full-width .slider-section,
  .slider-feature-wrap.full-width .slider-section img,
  .slider-feature-wrap.full-width-right .beside-slider,
  .slider-feature-wrap.full-width-right .beside-slider img {
    width: 100%;
    max-width: 100%; }

.responsive-img .te-beside-slider-unit .wp-post-image, .responsive-img .te-beside-slider-unit .multicommerce-placeholder-image, .responsive-img .te-slide-unit .wp-post-image, .responsive-img .te-slide-unit .multicommerce-placeholder-image {
  display: block; }

.responsive-img .te-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0; }

.secondary-sidebar {
  width: 28%;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.15); }
  .secondary-sidebar .enabled-widget-border.widget-title-enable .widget:before {
    top: 22px; }
  .secondary-sidebar h3:first-child {
    padding-top: 0; }
  .secondary-sidebar .widget_archive li,
  .secondary-sidebar .widget_categories li,
  .secondary-sidebar .widget_meta li,
  .secondary-sidebar .widget_pages li,
  .secondary-sidebar .widget_recent_comments li,
  .secondary-sidebar .widget_recent_entries li {
    display: block;
    border-bottom: 1px solid #d7d7d7; }
  .secondary-sidebar .widget-area.sidebar {
    padding: 15px; }
    .secondary-sidebar .widget-area.sidebar .te-title-action-wrapper {
      padding: 10px 0 0;
      margin-bottom: 10px; }
  .secondary-sidebar.sidebar-left {
    float: left; }
  .secondary-sidebar.sidebar-right {
    float: right; }
  @media (max-width: 767px) {
    .secondary-sidebar {
      clear: both;
      float: none;
      margin: 0 0 20px;
      width: 100%; } }

/*========================================================
All Widgets Area
========================================================*/
.content-area {
  width: 70%; }
  @media (max-width: 767px) {
    .content-area {
      width: 100%;
      margin: 0 0 20px; } }
  .right-sidebar .content-area {
    float: left; }
  .left-sidebar .content-area {
    float: right; }
  .no-sidebar .content-area {
    width: 100%; }

@media (min-width: 991px) {
  .both-sidebar .inner-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

@media (min-width: 991px) {
  .both-sidebar .inner-content .sidebar-left {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 20%;
    margin-right: 15px; } }

@media (max-width: 991px) and (min-width: 767px) {
  .both-sidebar .inner-content .sidebar-left {
    width: 50%; } }

@media (min-width: 991px) {
  .both-sidebar .inner-content .sidebar-right {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 20%;
    margin-left: 15px; } }

@media (max-width: 991px) and (min-width: 767px) {
  .both-sidebar .inner-content .sidebar-right {
    width: 50%; } }

.both-sidebar .inner-content .content-area {
  width: 100%; }
  @media (min-width: 991px) {
    .both-sidebar .inner-content .content-area {
      -webkit-box-ordinal-group: 3;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 60%; } }

.no-sidebar-center .content-area {
  margin-left: auto;
  margin-right: auto; }

/*title*/
.te-title-action-wrapper,
.page-header .page-title {
  font-weight: 500;
  padding: 30px 0 0;
  position: relative;
  min-height: 41px;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.page-header .page-title {
  padding-bottom: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

.error404 .content-area .page-content .search-block,
.not-found .page-content .search-block,
.search-no-results .content-area .page-content .search-block {
  float: none;
  width: 50%; }

.search-block input#menu-search,
.widget_search input#s {
  font-size: 13px;
  line-height: 45px;
  height: 45px;
  padding: 10px 45px 10px 8px;
  width: 100%;
  border: 1px solid #e5e5e5; }

.search-block #searchsubmit,
.widget_search #searchsubmit {
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  color: #484848;
  position: absolute;
  font-size: 20px;
  background: rgba(0, 0, 0, 0); }

/*
01:	404 Template
02: Calendar
03: Tag Cloud
04:	Media Image
05: Recent Entries
06: Block Posts
07: Counter
08: Slider
*/
.te-feature-section .te-slide-unit {
  background-position: center center;
  background-size: cover;
  color: #fff;
  line-height: 1;
  position: relative;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px; }
  .te-feature-section .te-slide-unit .te-overlay {
    height: auto;
    padding-top: 64%; }

.te-feature-section &gt; .te-slide-unit {
  display: none; }
  .te-feature-section &gt; .te-slide-unit:first-child {
    display: block; }

.footer-wrapper {
  background: #272823;
  color: #fff; }
  .footer-wrapper .full-width-top-footer {
    padding-top: 30px; }

.footer-columns {
  margin-left: -10px;
  margin-right: -10px; }
  .footer-columns .footer-sidebar {
    padding-left: 20px;
    padding-right: 20px; }

.footer-bottom-info {
  color: #ababab;
  background: #161614;
  margin-top: -1px; }
  .footer-bottom-info a {
    color: #fff; }
  .footer-bottom-info &gt; p {
    color: #fff !important; }

.footer-wrapper .widget-title, .footer-wrapper a {
  color: #fff; }

.footer-wrapper .footer-bottom-info {
  padding: 10px 0; }

.footer-wrapper li {
  list-style-type: none; }

#footer-top,
#footer-bottom {
  padding: 0 0 30px; }

.site-info-left {
  width: 50%;
  float: left; }

.site-info-right {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 15px; }

.full-width-bottom-footer,
.full-width-top-footer,
#footer-top,
#footer-bottom {
  border-bottom: 1px solid #444; }

.site-footer {
  margin-top: 40px; }
  .site-footer .widget_multicommerce_advanced_image_logo {
    margin-bottom: 0; }
  .site-footer .featured-entries-logo .single-item {
    border: none; }
  .site-footer .featured-entries-logo .teg-col-4 {
    width: auto; }
  .site-footer .footer-bottom-info .widget_media_image {
    margin-top: 10px;
    margin-bottom: 0; }
    .site-footer .footer-bottom-info .widget_media_image img {
      width: auto;
      height: auto;
      max-width: 100%; }
  .site-footer #footer-bottom {
    padding-bottom: 20px; }
  .site-footer .widget_multicommerce_social {
    margin: 5px 0 0 0; }
  .site-footer .widget_nav_menu li, .site-footer .widget_recent_entries li {
    position: relative;
    padding: 10px 0 10px 20px;
    line-height: 1.4em; }
    .site-footer .widget_nav_menu li:not(:first-child), .site-footer .widget_recent_entries li:not(:first-child) {
      border-top: 1px dashed #e5e5e5; }
    .site-footer .widget_nav_menu li:before, .site-footer .widget_recent_entries li:before {
      position: absolute;
      left: 0;
      top: 10px;
      content: '\f105';
      font-family: 'FontAwesome'; }

@media (max-width: 480px) {
  .site-footer .featured-entries-logo .teg-col-4 {
    float: none;
    display: inline-block; }
  .site-footer .featured-entries-col {
    text-align: center; }
    .site-footer .featured-entries-col .single-list {
      padding-left: 5px;
      padding-right: 5px; }
  .site-footer .footer-bottom-info .widget_media_image img {
    width: auto; } }

@media (max-width: 992px) {
  .footer-wrapper {
    padding: 30px 0 0; }
  #footer-bottom .clear {
    display: block; }
  .featured-post {
    margin: 0 0 16px 3%;
    width: 30%; } }

/* Portrait tablet to landscape and desktop */
@media (max-width: 767px) {
  .site-info-left,
  .site-info-right {
    text-align: center;
    width: 100%;
    float: none; } }
/*# sourceMappingURL=main.css.map */</pre></body></html>