@charset "UTF-8";
/*  ====================
	Resete styles
====================  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-text-size-adjust: none;
  text-decoration: none; }

ol, ul, li {
  list-style-type: none; }

a img {
  border: none; }

*, *:hover, *:focus, *:active, *:visited {
  outline: none; }

details, hgroup, main, menu, summary {
  display: block; }

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*  ====================
	Default styles
====================  */
body {
  min-width: 320px;
  overflow-x: hidden;
  position: relative; }
  body[data-boxed="true"]:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  body[data-boxed="true"] .site.wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto; }
  body.active .cws_rev_slider {
    z-index: -1; }

@media screen and (min-width: 1200px) {
  body.active {
    overflow-y: hidden !important; } }

a {
  color: #000;
  line-height: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

a[rel="v:url"] {
  display: inline-block; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

iframe,
.wp-caption, select {
  max-width: 100%; }

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

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

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

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

/*  --------------------
	Normalize
--------------------  */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

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

pre {
  font-family: monospace, monospace; }

abbr[title] {
  text-decoration: none; }

b, strong {
  font-weight: 700; }

code, kbd, samp {
  font-family: monospace;
  padding: 2px 5px; }

mark {
  background-color: #eee;
  text-decoration: none;
  color: #222; }

small {
  font-size: .8em; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video, canvas {
  display: inline-block; }

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

.wp-block-media-text,
.wp-block-audio {
  margin-bottom: 1.7em !important; }

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

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }

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

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto;
  border-radius: 0; }

[type="checkbox"],
[type="radio"] {
  padding: 0;
  cursor: pointer; }

input[type="checkbox"] {
  position: relative;
  border: 1px solid #bbbabf;
  width: 16px;
  height: 16px;
  top: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle; }
  input[type="checkbox"]:checked {
    background-color: #fff; }
    input[type="checkbox"]:checked:before {
      content: '\f115';
      font-family: 'cwsicon';
      font-size: 9px;
      font-weight: 400;
      top: 50%;
      left: 50%;
      right: auto;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

input[type="radio"] {
  position: relative;
  border: 1px solid #dfdfdf;
  width: 16px;
  height: 16px;
  top: 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  input[type="radio"]:checked {
    background-color: #fff; }
    input[type="radio"]:checked:before {
      content: '';
      top: 50%;
      left: 50%;
      right: auto;
      position: absolute;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #000000; }

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

[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: none;
  font: inherit; }

summary {
  display: list-item; }

.hidden,
[hidden] {
  display: none; }

.invisible {
  visibility: hidden; }

/*  --------------------
	Admin Bar
--------------------  */
@media screen and (min-width: 783px) {
  body.admin-bar .site-search,
  body.admin-bar .site-sticky,
  body.admin-bar .cws_sticky_template,
  body.admin-bar .site-header-mobile .menu-box,
  body.admin-bar .mini-cart.sidebar-view .woo_mini_cart,
  body.admin-bar .custom_sidebars_wrapper {
    top: 32px; } }

@media screen and (max-width: 782px) {
  div[id*="inbar"] {
    display: none; }
  body.admin-bar {
    margin-top: -46px; } }

/*  --------------------
	Accessibility (not)
--------------------  */
.screen-reader-text {
  display: none; }

/*  --------------------
	Alignments
--------------------  */
.alignright,
.alignleft {
  margin-bottom: 10px; }

.wp-block-cover.alignleft,
.alignleft {
  float: left;
  text-align: left;
  margin-right: 30px !important; }

.wp-block-cover.alignright,
.alignright {
  float: right;
  text-align: right;
  margin-left: 30px;
  margin-right: auto; }

.wp-block-cover.aligncenter,
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.main-content-inner:not(.has_sb) .single_content *[class*="wp-"].alignwide,
.main-content-inner:not(.has_sb) .single_content .alignwide {
  margin: 0 -15px;
  width: calc(100% + 30px) !important; }

.main-content-inner:not(.has_sb) .single_content *[class*="wp-"].alignfull,
.main-content-inner:not(.has_sb) .single_content .alignfull {
  left: 50%;
  width: 100vw !important;
  max-width: 100vw;
  padding: 0 8px;
  position: relative;
  margin-left: -50vw !important;
  margin-right: 0 !important; }
  .main-content-inner:not(.has_sb) .single_content *[class*="wp-"].alignfull img[class*="wp-image-"],
  .main-content-inner:not(.has_sb) .single_content .alignfull img[class*="wp-image-"] {
    -webkit-border-radius: 0;
    border-radius: 0; }

.main-content-inner:not(.has_sb) .single_content .wp-block-columns.alignfull {
  padding: 0 40px !important; }

.wp-block-audio audio {
  min-width: 258px !important; }

/*  --------------------
	Clearings
--------------------  */
.clear:after,
.clearfix:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-content:after,
.site-footer:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  content: '';
  display: table;
  clear: both; }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0 !important;
  padding-left: 1px; }

/*  --------------------
	Overlay
--------------------  */
body.active .body-overlay {
  opacity: .5;
  pointer-events: auto; }

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10; }

/*  --------------------
	Definition Lists
--------------------  */
dl {
  margin-top: 5px; }
  dl dt {
    float: left;
    display: block;
    padding-right: 5px; }
  dl dd {
    font-style: italic; }

/*  --------------------
	Typography
--------------------  */
body,
button,
input,
select,
textarea {
  font-size: 15px;
  font-weight: 400; }

.page-content:after {
  content: '';
  display: table;
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: initial; }

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

h1:not(:first-child) {
  margin-top: 27px; }

h1:not(:last-child) {
  margin-bottom: 25px; }

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

h2:not(:first-child) {
  margin-top: 33px; }

h2:not(:last-child) {
  margin-bottom: 24px; }

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

h3:not(:first-child) {
  margin-top: 35px; }

h3:not(:last-child) {
  margin-bottom: 25px; }

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

h4:not(:first-child) {
  margin-top: 37px; }

h4:not(:last-child) {
  margin-bottom: 24px; }

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

h5:not(:first-child) {
  margin-top: 35px; }

h5:not(:last-child) {
  margin-bottom: 25px; }

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

h6:not(:first-child) {
  margin-top: 29px; }

h6:not(:last-child) {
  margin-bottom: 25px; }

p:not(:last-child) {
  margin: 0 0 1em;
  padding: 0; }
  p:not(:last-child):empty {
    margin: 0; }

p.has-drop-cap::first-letter,
p.has-drop-cap > *::first-letter {
  font-size: 500% !important; }

dfn,
cite,
em {
  font-style: italic; }

i {
  font-style: normal; }

s,
strike,
del {
  text-decoration: line-through; }

figure.wp-block-pullquote {
  border: solid 1px transparent;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  -moz-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  padding: 0;
  overflow: hidden; }
  figure.wp-block-pullquote.is-style-solid-color blockquote {
    text-align: center;
    background-color: transparent; }
    figure.wp-block-pullquote.is-style-solid-color blockquote > p:after {
      -webkit-background-clip: inherit;
      -webkit-text-fill-color: inherit;
      background: none; }
  figure.wp-block-pullquote blockquote {
    text-align: center;
    padding: 25px 79px 28px;
    margin: 0;
    border-color: inherit;
    background-color: #ffffff;
    max-width: none !important; }
    figure.wp-block-pullquote blockquote.has-text-color > p:after {
      -webkit-background-clip: inherit;
      -webkit-text-fill-color: inherit;
      background: none; }
    figure.wp-block-pullquote blockquote > p {
      font-size: inherit !important;
      color: inherit;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      figure.wp-block-pullquote blockquote > p:before {
        content: none;
        display: none; }
      figure.wp-block-pullquote blockquote > p:after {
        content: '“';
        display: block;
        height: 20px;
        width: 32px;
        font-size: 72px;
        line-height: 53px;
        font-weight: 400;
        margin: 12px 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    figure.wp-block-pullquote blockquote cite {
      margin-top: 14px !important;
      border-color: inherit;
      text-transform: uppercase !important; }

.wp-block-pullquote,
blockquote.is-style-large {
  margin: 40px 0 42px !important; }
  .wp-block-pullquote:first-child,
  blockquote.is-style-large:first-child {
    margin-top: 0; }
  .wp-block-pullquote:last-child,
  blockquote.is-style-large:last-child {
    margin-bottom: 0; }

blockquote {
  margin-top: 40px;
  margin-bottom: 42px;
  font-weight: 500;
  display: block;
  text-align: left;
  padding-left: 104px;
  padding-right: 30px;
  font-size: 25px;
  line-height: 1.6em;
  position: relative; }
  blockquote:first-child {
    margin-top: 0; }
  blockquote:last-child {
    margin-bottom: 0; }
  blockquote[style="text-align:right"], blockquote.has-text-align-right {
    padding-left: 30px;
    padding-right: 104px; }
    blockquote[style="text-align:right"] p:before, blockquote.has-text-align-right p:before {
      content: '”';
      left: auto;
      right: -104px; }
    blockquote[style="text-align:right"] p, blockquote.has-text-align-right p {
      -webkit-align-items: flex-end !important;
      -moz-align-items: flex-end !important;
      -ms-align-items: flex-end !important;
      align-items: flex-end !important; }
  blockquote[style="text-align:center"], blockquote.has-text-align-center {
    padding-left: 0;
    padding-right: 0; }
    blockquote[style="text-align:center"] p:before, blockquote.has-text-align-center p:before {
      left: auto;
      right: auto;
      display: block;
      position: static;
      height: 30px;
      margin: 0 0 5px; }
    blockquote[style="text-align:center"] p, blockquote.has-text-align-center p {
      -webkit-align-items: center !important;
      -moz-align-items: center !important;
      -ms-align-items: center !important;
      align-items: center !important; }
  blockquote.is-style-large {
    padding: 0 80px !important; }
    blockquote.is-style-large p {
      font-size: inherit !important;
      font-style: normal !important;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      blockquote.is-style-large p:before {
        display: none; }
      blockquote.is-style-large p:after {
        content: '“';
        display: block;
        height: 20px;
        width: 32px;
        font-size: 72px;
        line-height: 53px;
        font-weight: 400;
        margin: 12px 0 0;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    blockquote.is-style-large cite {
      font-size: 16px !important;
      text-align: inherit !important;
      margin-top: 14px !important; }
  blockquote p:last-of-type {
    margin-bottom: 0; }
  blockquote p {
    position: relative; }
    blockquote p:before {
      content: '“';
      position: absolute;
      display: block;
      width: 54px;
      height: 54px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      left: -104px;
      right: auto;
      top: 50%;
      font-size: 72px;
      line-height: 86px;
      font-weight: 400;
      margin: -28px 0 0;
      text-align: center; }
  blockquote cite {
    display: block;
    margin-top: 19px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: calc(100vw - 30px);
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  text-align: left;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

u {
  text-decoration: underline; }

ins {
  padding: 2px;
  background-color: #eee; }

big {
  font-size: 1.6em; }

q {
  font-style: italic; }
  q:before {
    content: "\201c\0020"; }
  q:after {
    content: "\0020\201d"; }

:focus {
  outline: none; }

/*  --------------------
	Forms
--------------------  */
label {
  display: block;
  margin-bottom: 7px; }

fieldset {
  margin-bottom: 1em; }

select {
  border: 1px solid #dfdfdf;
  max-width: 100%;
  padding: 5px 10px 7px;
  text-transform: none;
  position: relative;
  background: transparent !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  height: 50px;
  line-height: 20px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border: 1px solid rgba(187, 186, 191, 0.5);
  display: block;
  padding: 15px 25px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  background-color: #ffffff; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #222; }

input[type="number"] {
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 60px;
  border-radius: 60px; }

textarea {
  height: 137px;
  padding: 19px 25px; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 16px; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    font-weight: 400; }

.post-content .post-password-form p {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.post-content .post-password-form input[type='submit'] {
  min-height: 40px;
  margin: 0 0 0 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.post-content .post-password-form label {
  margin: 0;
  width: 100%; }

/* All browsers except Edge */
@supports not (-ms-ime-align: auto) {
  input::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #bbbabf;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0.02em; } }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #bbbabf; }

:-moz-placeholder {
  color: #bbbabf; }

::-moz-placeholder {
  color: #bbbabf; }

:-ms-input-placeholder {
  color: #bbbabf; }

/*  --------------------
	Formatting
--------------------  */
hr {
  background-color: #bbb;
  border: 0;
  height: 1px; }

hr.wp-block-separator {
  margin: 35px auto;
  width: 30%; }
  hr.wp-block-separator.is-style-wide {
    width: 100%; }

/*  --------------------
	Tags
--------------------  */
address {
  font-style: italic; }

/*  --------------------
	Lists
--------------------  */
ol {
  text-align: left;
  margin-left: 20px; }
  ol > li {
    list-style-type: decimal; }
    ol > li > ul {
      margin-left: 10px; }
  ol li {
    line-height: 1.882em; }

ul,
ol {
  padding: 0; }

ul {
  text-align: left;
  position: relative; }
  ul > li {
    position: relative;
    padding-left: 31px; }
    ul > li:before {
      content: '\f125';
      font: 400 normal 20px/1em 'cwsicon';
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      right: auto;
      top: 1em;
      margin: -13px 0 0; }
    ul > li > ol {
      margin-left: 30px; }
    ul > li ul {
      margin-left: 10px; }

.site-content ul > li:not(:first-child),
.site-content ol > li:not(:first-child) {
  margin-top: 4px; }

.post-inner .post-content > ol:not(:first-child),
.post-inner .post-content > ul:not(:first-child) {
  margin-bottom: 1.7em; }

.post-content-inner > ol:not(:first-child),
.post-content-inner > ul:not(:first-child) {
  margin-bottom: 1.7em; }

/*  --------------------
	Error
--------------------  */
body > p.wp_error {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 14px;
  color: red; }

/*  --------------------
	Tables
--------------------  */
.blog_large table {
  margin: 0 auto 1.5em; }

.table-size-guide th {
  color: #fff; }

table {
  border-collapse: collapse;
  margin: 0 0 1.5em; }

caption {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 15px; }

thead th {
  padding-bottom: 0.5em; }

tbody tr {
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear; }

tbody th a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear; }

th,
td {
  border-collapse: collapse;
  border: 1px solid #F3F3F3;
  padding: 10px;
  text-align: center; }

tr {
  border-bottom: 1px solid #eee; }

/*  --------------------
	Links
--------------------  */
a {
  text-decoration: none; }

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

#page {
  position: relative; }

/*  --------------------
	Layout - reg.content
--------------------  */
.site-content-contain {
  background-color: #fff;
  position: relative; }

.site-content {
  padding: 35px 0 0; }

/*  --------------------
	Media
--------------------  */
img,
video {
  height: auto;
  max-width: 100%; }

.cws_oembed_wrapper {
  position: relative; }
  .cws_oembed_wrapper.video_inside {
    padding-bottom: 56.25%; }
    .cws_oembed_wrapper.video_inside:not(:last-child) {
      margin: 0 0 25px; }
  .cws_oembed_wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

embed,
iframe,
object {
  max-width: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.wp-block-image figure {
  line-height: 0; }

.wp-block-image img {
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.wp-block-gallery {
  margin-left: 0 !important; }
  .wp-block-gallery li {
    padding-left: 0; }
    .wp-block-gallery li:before {
      display: none; }

.twitter-tweet {
  margin-left: auto;
  margin-right: auto; }

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
  margin-bottom: 0; }

.pic {
  position: relative;
  font-size: 0;
  line-height: 0; }

.wp-caption,
.gallery-caption {
  color: #666;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 1.5em;
  max-width: 100%; }

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

.wp-caption .wp-caption-text {
  margin: 10px 0 0; }

.mejs-container:not(:last-child) {
  margin-bottom: 20px; }

.mejs-controls a.mejs-horizontal-volume-slider {
  background: transparent;
  border: 0; }
  .mejs-controls a.mejs-horizontal-volume-slider:focus {
    background: transparent;
    border: 0; }

.site-content .wp-playlist-light {
  background-color: #eee;
  color: #222; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333; }
  .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #767676; }
  .site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px #eee dotted;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-light .wp-playlist-item:focus {
      color: #fff;
      background-color: #767676;
      border-bottom-color: rgba(0, 0, 0, 0); }
      .site-content .wp-playlist-light .wp-playlist-item:focus a {
        color: #fff; }

.site-content .wp-playlist-dark {
  background-color: #222;
  border-color: #333; }
  .site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #eee; }
  .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa; }
  .site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333; }
  .site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px #555 dotted;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; }
    .site-content .wp-playlist-dark .wp-playlist-item:focus {
      color: #222;
      background-color: #fff;
      border-bottom-color: rgba(0, 0, 0, 0); }
      .site-content .wp-playlist-dark .wp-playlist-item:focus a {
        color: #222; }
  .site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff; }

.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em; }

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700; }

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal; }

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 0.625em;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase; }

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer; }
  .site-content .wp-playlist-item:last-of-type {
    border-bottom: 0; }
  .site-content .wp-playlist-item a {
    padding: 0.3125em 0;
    border-bottom: 0;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .site-content .wp-playlist-item a:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent; }

.site-content .wp-playlist-item-length {
  top: 5px; }

.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  position: relative;
  vertical-align: middle; }

.wp-block-columns {
  margin-bottom: 23px !important; }
  .wp-block-columns:not(:first-child) {
    margin-top: 39px; }

/*  --------------------
	Galleries
--------------------  */
.sidebar .cws-widget.widget_media_gallery .widget-title {
  margin-bottom: 27px; }

.gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 0 0 -15px -15px; }

.gallery-item {
  padding: 0 0 0 15px;
  margin: 0 0 15px !important; }
  .gallery-item .gallery-icon {
    font-size: 0;
    line-height: 0; }
  .gallery-item a {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    max-width: 100%;
    display: block;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
    .gallery-item a:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%); }
    .gallery-item a:after {
      content: '\f104';
      position: absolute;
      display: block;
      width: 20px;
      height: 20px;
      border: solid 1px #ffffff;
      left: 50%;
      right: auto;
      top: 50%;
      margin: -10px 0 0 -10px;
      font: 400 normal 10px/17px 'cwsicon';
      opacity: 0;
      color: #ffffff;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      z-index: 3; }
    .gallery-item a[href$='.jpg']:after, .gallery-item a[href$='.pdf']:after, .gallery-item a[href$='.png']:after {
      content: '\f109';
      -webkit-border-radius: 0;
      border-radius: 0;
      border: none;
      width: 18px;
      height: 18px;
      font-size: 18px;
      line-height: 18px;
      margin: -9px 0 0 -9px; }
    .gallery-item a img {
      display: block;
      margin: 0 auto;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: filter 0.3s;
      transition: filter 0.3s; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
  word-break: break-word;
  text-align: center;
  margin: 5px 0 0;
  padding: 0;
  line-height: 1.3; }

/*  --------------------
	SVGs Fallbacks
--------------------  */
.svg-fallback {
  display: none; }

.no-svg .svg-fallback {
  display: inline-block; }

.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em; }
  .no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  .no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
    .no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
      content: '\005E'; }

.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto; }

/*  --------------------
	Fancybox styles
--------------------  */
.fancybox-skin {
  padding: 3px !important; }

.fancy {
  font-size: 0;
  display: block; }

/*  --------------------
	Default media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .gallery-item a:hover:before, .gallery-item a:hover:after {
    opacity: 1; }
  .gallery-item a:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 48px; }
  h2, .h2 {
    font-size: 40px; }
  h3, .h3 {
    font-size: 32px; }
  h4, .h4 {
    font-size: 26px; }
  h5, .h5 {
    font-size: 20px; }
  h6, .h6 {
    font-size: 17px; } }

@media screen and (max-width: 767px) {
  /*  --------------------
		Media
	--------------------  */
  .mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: transparent;
    border: 0; }
  .site-content .wp-playlist-light .wp-playlist-item:hover {
    color: #fff;
    background-color: #767676;
    border-bottom-color: rgba(0, 0, 0, 0); }
    .site-content .wp-playlist-light .wp-playlist-item:hover a {
      color: #fff; }
  .site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff; }
  .site-content .wp-playlist-dark .wp-playlist-item:hover {
    color: #222;
    background-color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0); }
    .site-content .wp-playlist-dark .wp-playlist-item:hover a {
      color: #222; }
  .site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent; }
  /*  --------------------
		Galleries
	--------------------  */
  .gallery-item a:hover:before {
    opacity: 0.8; }
  .gallery-item a:hover:after {
    opacity: 1; }
  /*  --------------------
		Quote
	--------------------  */
  .wp-block-quote.is-large p,
  .wp-block-quote.is-style-large p {
    font-size: 18px; }
  figure.wp-block-pullquote blockquote {
    padding: 25px 15px 28px;
    font-size: 18px; }
    figure.wp-block-pullquote blockquote > p:after {
      height: 16px;
      width: 26px;
      font-size: 58px;
      line-height: 43px; }
    figure.wp-block-pullquote blockquote cite {
      font-size: 14px !important; }
  .wp-block-pullquote,
  blockquote.is-style-large {
    margin: 30px 0 !important; }
    .wp-block-pullquote:first-child,
    blockquote.is-style-large:first-child {
      margin-top: 0; }
    .wp-block-pullquote:last-child,
    blockquote.is-style-large:last-child {
      margin-bottom: 0; }
  blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 0;
    font-size: 18px; }
    blockquote:first-child {
      margin-top: 0; }
    blockquote:last-child {
      margin-bottom: 0; }
    blockquote[style="text-align:right"], blockquote.has-text-align-right {
      padding-left: 0;
      padding-right: 60px; }
      blockquote[style="text-align:right"] p:before, blockquote.has-text-align-right p:before {
        content: '”';
        left: auto;
        right: -60px; }
    blockquote[style="text-align:center"], blockquote.has-text-align-center {
      padding-left: 0;
      padding-right: 0; }
      blockquote[style="text-align:center"] p:before, blockquote.has-text-align-center p:before {
        left: auto;
        right: auto;
        display: block;
        position: static;
        height: 30px;
        margin: 0 0 5px; }
    blockquote.is-style-large {
      padding: 0 !important; }
      blockquote.is-style-large p:before {
        content: none;
        display: none; }
      blockquote.is-style-large p:after {
        content: '“';
        display: block;
        height: 16px;
        width: 26px;
        font-size: 58px;
        line-height: 43px;
        font-weight: 400;
        margin: 12px 0 0; }
      blockquote.is-style-large cite {
        font-size: 14px !important; }
    blockquote p:before {
      width: 40px;
      height: 40px;
      left: -60px;
      font-size: 58px;
      line-height: 66px;
      margin: -20px 0 0; }
    blockquote cite {
      margin-top: 12px;
      font-size: 14px; }
  h1, .h1 {
    font-size: 36px; }
  h2, .h2 {
    font-size: 30px; }
  h3, .h3 {
    font-size: 25px; }
  h4, .h4 {
    font-size: 20px; }
  h5, .h5 {
    font-size: 18px; }
  h6, .h6 {
    font-size: 16px; }
  th, td {
    padding: 6px; } }

/*  ====================
	Preloader
====================  */
.cws_icon_preloader {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .cws_icon_preloader:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 8px;
    top: 8px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    animation: cws_i_preloader 1.5s linear infinite; }

@keyframes cws_i_preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.cws-blank-preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .cws-blank-preloader.disabled {
    opacity: 0; }

.ajax_preloader {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 10;
  display: none;
  cursor: wait; }
  .ajax_preloader.body_loader {
    position: fixed; }
  .ajax_preloader.content_loader, .ajax_preloader.modal_loader {
    position: absolute; }
  .ajax_preloader.active {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .ajax_preloader .dots-wrapper {
    animation: cws_preloader_wrapper 1.2s infinite ease-in-out; }
    .ajax_preloader .dots-wrapper span {
      width: 16px;
      height: 16px;
      display: inline-block;
      background-color: #000;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 0 7px; }
      .ajax_preloader .dots-wrapper span:first-child {
        animation: cws_preloader .6s infinite ease-in-out; }
      .ajax_preloader .dots-wrapper span:last-child {
        animation: cws_preloader .6s infinite ease-in-out;
        animation-delay: .3s; }

.blockUI {
  opacity: 1 !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
  background-image: url("../img/spin.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px; }

@keyframes cws_preloader {
  0% {
    opacity: .3;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: .3;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5); } }

@keyframes cws_preloader_wrapper {
  0% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); }
  50% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0); } }

/*  --------------------
	Unitest extra styles
--------------------  */
body[data-default='true'] .sticky-mobile {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

body[data-default='true'] .post-format.format_link {
  display: none; }

body[data-default='true'] .post-format.format_quote {
  display: none; }

body[data-default='true'] .cws-widget.widget_archive ul li > a, body[data-default='true'] .cws-widget.widget_categories ul li > a, body[data-default='true'] .cws-widget.widget_product_categories ul li > a, body[data-default='true'] .cws-widget.widget_meta ul li > a, body[data-default='true'] .cws-widget.widget_pages ul li > a, body[data-default='true'] .cws-widget.widget_nav_menu ul li > a {
  padding-left: 38px; }
  body[data-default='true'] .cws-widget.widget_archive ul li > a:before, body[data-default='true'] .cws-widget.widget_categories ul li > a:before, body[data-default='true'] .cws-widget.widget_product_categories ul li > a:before, body[data-default='true'] .cws-widget.widget_meta ul li > a:before, body[data-default='true'] .cws-widget.widget_pages ul li > a:before, body[data-default='true'] .cws-widget.widget_nav_menu ul li > a:before {
    display: none; }

body[data-default='true'] .cws-widget.widget_archive ul li ul.children, body[data-default='true'] .cws-widget.widget_categories ul li ul.children, body[data-default='true'] .cws-widget.widget_product_categories ul li ul.children, body[data-default='true'] .cws-widget.widget_meta ul li ul.children, body[data-default='true'] .cws-widget.widget_pages ul li ul.children, body[data-default='true'] .cws-widget.widget_nav_menu ul li ul.children {
  display: block; }

/*  --------------------
	Gutenberg extra styles
--------------------  */
.post .post-inner .post-information .post-content .has-large-font-size,
.has-large-font-size {
  line-height: 1.2em; }

.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.wp-block-video {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }
  .wp-block-video video {
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

.wp-block-group.has-background {
  padding: 25px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }

figure figcaption {
  line-height: 1.3em;
  font-size: 0.8667em;
  font-style: italic; }

.wp-block-embed .wp-block-embed__wrapper * {
  max-width: 100%;
  min-width: 0 !important; }

.wp-block-embed .wp-block-embed__wrapper .fb_iframe_widget iframe {
  -webkit-border-radius: 0;
  border-radius: 0; }

.wp-block-button:not(:last-child) {
  margin-bottom: 30px; }

.wp-block-tag-cloud {
  margin: -1px -5px -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal; }
  .wp-block-tag-cloud a {
    font-size: 14px !important;
    line-height: 16px;
    display: inline-block;
    margin: 5px;
    position: relative;
    padding: 13px 17px 14px;
    text-transform: lowercase;
    z-index: 1;
    font-weight: 400;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    background-color: rgba(242, 242, 242, 0.7);
    color: inherit; }
    .wp-block-tag-cloud a:before {
      content: '#';
      margin: 0 5px 0 0;
      display: inline; }
  .wp-block-tag-cloud:not(:last-child) {
    margin-bottom: 30px; }

.wp-block-search {
  margin-top: 0;
  position: relative; }
  .wp-block-search .wp-block-search__label {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 23px;
    padding: 0;
    position: relative; }
  .wp-block-search .wp-block-search__input {
    padding: 12px 75px 12px 27px;
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    min-height: 50px;
    height: 50px;
    border: solid 1px #f2f2f2;
    -webkit-border-radius: 60px;
    border-radius: 60px; }
    .wp-block-search .wp-block-search__input::placeholder {
      opacity: 1;
      color: #9597A1;
      font-family: inherit; }
  .wp-block-search .wp-block-search__button {
    position: absolute;
    right: 28px;
    left: auto;
    bottom: 16px;
    height: 22px;
    padding: 0;
    width: 22px;
    min-height: 22px;
    background: transparent;
    border: none;
    z-index: 1;
    text-align: center;
    font-size: 0;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #243238; }
    .wp-block-search .wp-block-search__button:before {
      content: '\f113';
      font-family: 'cwsicon';
      font-size: 25px; }
  .wp-block-search:not(:last-child) {
    margin-bottom: 30px; }

.wp-block-latest-posts {
  margin: 0 !important;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 26px 29px 28px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em; }
  .wp-block-latest-posts li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fdeff9; }
    .wp-block-latest-posts li:first-child {
      padding-top: 0; }
    .wp-block-latest-posts li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .wp-block-latest-posts li:before {
      content: none;
      display: none; }
    .wp-block-latest-posts li > a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500; }
    .wp-block-latest-posts li .wp-block-latest-posts__post-date {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.08px;
      color: #3B545F;
      font-style: normal; }
    .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
      margin: 0; }
      .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt:not(:first-child) {
        margin: 8px 0 0; }
  .wp-block-latest-posts.is-grid {
    padding: 6px 13px 8px 29px !important; }
    .wp-block-latest-posts.is-grid li, .wp-block-latest-posts.is-grid li:first-child, .wp-block-latest-posts.is-grid li:not(:last-child) {
      padding: 20px 0 !important;
      margin-bottom: 0;
      border-bottom: none; }
  .wp-block-latest-posts:not(:last-child) {
    margin-bottom: 30px !important; }

.wp-block-rss {
  margin: 0 !important;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 26px 29px 28px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em; }
  .wp-block-rss li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0; }
    .wp-block-rss li:not(:last-child) {
      padding-bottom: 20px;
      margin-bottom: 18px;
      border-bottom: 1px solid #FDEFF9; }
    .wp-block-rss li:before {
      content: none;
      display: none; }
    .wp-block-rss li .wp-block-rss__item-title {
      display: block;
      font-size: 16px;
      line-height: 26px;
      font-weight: 600; }
      .wp-block-rss li .wp-block-rss__item-title:not(:last-child) {
        margin-bottom: 2px; }
      .wp-block-rss li .wp-block-rss__item-title a {
        color: inherit; }
    .wp-block-rss li .wp-block-rss__item-publish-date,
    .wp-block-rss li .wp-block-rss__item-author {
      display: block;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.08px;
      font-style: normal; }
    .wp-block-rss li .wp-block-rss__item-publish-date {
      color: #aaaaaa; }
      .wp-block-rss li .wp-block-rss__item-publish-date:not(:last-child) {
        margin-bottom: 14px; }
    .wp-block-rss li .wp-block-rss__item-author {
      margin: 18px 0 0;
      font-style: italic;
      order: 4; }
  .wp-block-rss.is-grid {
    padding: 6px 13px 8px 29px !important; }
    .wp-block-rss.is-grid li, .wp-block-rss.is-grid li:first-child, .wp-block-rss.is-grid li:not(:last-child) {
      padding: 20px 0 !important;
      margin-bottom: 0;
      border-bottom: none; }
  .wp-block-rss:not(:last-child) {
    margin-bottom: 30px !important; }

.wp-block-latest-comments {
  margin: 0 !important;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 26px 29px 28px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em; }
  .wp-block-latest-comments .wp-block-latest-comments__comment {
    font-size: 0;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: reverse;
    -moz-flex-direction: reverse;
    -ms-flex-direction: reverse;
    flex-direction: reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative; }
    .wp-block-latest-comments .wp-block-latest-comments__comment:not(:last-child) {
      margin-bottom: 15px;
      padding-bottom: 14px;
      border-bottom: 1px solid #FDEFF9; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .avatar,
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
      width: 48px;
      height: 48px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin: 0 22px 0 0;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
      font-size: 0;
      line-height: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: normal;
      -moz-justify-content: normal;
      -ms-justify-content: normal;
      justify-content: normal;
      -webkit-align-items: normal;
      -moz-align-items: normal;
      -ms-align-items: normal;
      align-items: normal; }
      .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.08px;
        font-weight: 400;
        color: inherit; }
        .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author:not(:last-child) {
          margin: 0 0 4px; }
      .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
        font-size: 15px;
        line-height: 22px;
        font-weight: 500;
        position: relative; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
      display: block;
      position: relative;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.08px;
      font-weight: 400;
      color: #aaaaaa; }
      .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date:not(:first-child) {
        margin: 1px 0 0; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt:not(:first-child) {
      margin-top: 10px; }
    .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
      margin: 0; }
  .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment {
    padding-left: 34px; }
    .wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment:before {
      content: '\f10d';
      position: absolute;
      left: 2px;
      right: auto;
      font-size: 14px;
      font-weight: 900;
      top: 4px;
      font-family: 'Font Awesome 5 Free'; }
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
  .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
    margin-right: 0; }
  .wp-block-latest-comments:not(:last-child) {
    margin-bottom: 30px !important; }

.wp-block-categories-list,
.wp-block-archives-list {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 12px 0;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em;
  margin: 0 !important; }
  .wp-block-categories-list li,
  .wp-block-archives-list li {
    padding: 0;
    position: relative; }
    .wp-block-categories-list li:before,
    .wp-block-archives-list li:before {
      content: none;
      display: none; }
    .wp-block-categories-list li > a,
    .wp-block-archives-list li > a {
      display: block;
      position: relative;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      min-height: 49px;
      padding: 15px 66px 15px 60px;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400; }
      .wp-block-categories-list li > a:before,
      .wp-block-archives-list li > a:before {
        content: '\f129';
        position: absolute;
        display: block;
        width: 9px;
        height: 9px;
        left: 32px;
        right: auto;
        top: 19px;
        font: 400 normal 9px/9px 'cwsicon'; }
    .wp-block-categories-list li .post_count,
    .wp-block-categories-list li .count,
    .wp-block-archives-list li .post_count,
    .wp-block-archives-list li .count {
      position: absolute;
      right: 39px;
      left: auto;
      top: 15px;
      pointer-events: none;
      font-size: 16px;
      line-height: 19px;
      font-weight: 400;
      text-align: right;
      white-space: nowrap;
      display: block;
      min-width: 18px; }
    .wp-block-categories-list li ul.sub-menu,
    .wp-block-categories-list li ul.children,
    .wp-block-archives-list li ul.sub-menu,
    .wp-block-archives-list li ul.children {
      display: none; }
    .wp-block-categories-list li > .open,
    .wp-block-archives-list li > .open {
      display: block;
      cursor: pointer;
      left: 0;
      right: 0;
      top: 0;
      height: 49px;
      position: absolute;
      z-index: 2; }
      .wp-block-categories-list li > .open:before,
      .wp-block-archives-list li > .open:before {
        content: '\f12f';
        display: block;
        position: absolute;
        right: 36px;
        left: auto;
        top: 19px;
        width: 12px;
        height: 12px;
        font: 400 normal 12px/12px 'cwsicon'; }
    .wp-block-categories-list li.active > .open:before,
    .wp-block-archives-list li.active > .open:before {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .wp-block-categories-list > li,
  .wp-block-archives-list > li {
    position: relative; }
    .wp-block-categories-list > li:not(:first-child):after,
    .wp-block-archives-list > li:not(:first-child):after {
      content: '';
      position: absolute;
      display: block;
      left: 29px;
      right: 29px;
      top: -1px;
      height: 1px;
      background-color: #fdeff9; }
    .wp-block-categories-list > li.active > a,
    .wp-block-archives-list > li.active > a {
      background-color: #f5f5f5;
      font-weight: 500; }
    .wp-block-categories-list > li.active:after,
    .wp-block-archives-list > li.active:after {
      display: none; }
    .wp-block-categories-list > li ul.children,
    .wp-block-archives-list > li ul.children {
      margin: 0 0 0 22px;
      padding: 0; }
      .wp-block-categories-list > li ul.children li,
      .wp-block-archives-list > li ul.children li {
        margin: 20px 0; }
        .wp-block-categories-list > li ul.children li a,
        .wp-block-archives-list > li ul.children li a {
          padding: 0 38px;
          min-height: 17px;
          background-color: transparent !important;
          font-size: 14px;
          line-height: 17px; }
          .wp-block-categories-list > li ul.children li a:before,
          .wp-block-archives-list > li ul.children li a:before {
            display: none; }
        .wp-block-categories-list > li ul.children li .post_count,
        .wp-block-categories-list > li ul.children li .count,
        .wp-block-archives-list > li ul.children li .post_count,
        .wp-block-archives-list > li ul.children li .count {
          top: -1px; }
        .wp-block-categories-list > li ul.children li .open,
        .wp-block-archives-list > li ul.children li .open {
          height: 17px; }
          .wp-block-categories-list > li ul.children li .open:before,
          .wp-block-archives-list > li ul.children li .open:before {
            top: 3px; }
        .wp-block-categories-list > li ul.children li.active .open:before,
        .wp-block-archives-list > li ul.children li.active .open:before {
          top: 2px; }
  .wp-block-categories-list:not(:last-child),
  .wp-block-archives-list:not(:last-child) {
    margin-bottom: 30px !important; }

.post-content-inner .wpforms-container {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 26px 29px 28px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em; }
  .post-content-inner .wpforms-container .wpforms-form .wpforms-submit,
  .post-content-inner .wpforms-container .wpforms-form .wpforms-submit,
  .post-content-inner .wpforms-container .wpforms-form .wpforms-submit {
    display: block;
    width: 100%; }
  .post-content-inner .wpforms-container:not(:last-child) {
    margin-bottom: 30px !important; }

.wp-block-calendar {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 0 29px 16px;
  border: solid 1px #f2f2f2;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.7857em;
  z-index: 1; }
  .wp-block-calendar table {
    width: 100%;
    margin: 0;
    position: relative; }
    .wp-block-calendar table caption {
      padding: 17px 52px;
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      color: #fff !important;
      margin: 0 -29px 7px;
      -webkit-border-radius: 20px 20px 0 0;
      border-radius: 20px 20px 0 0;
      text-transform: none; }
    .wp-block-calendar table thead th {
      font-size: 14px;
      line-height: 43px;
      font-weight: 600;
      text-transform: uppercase;
      border: none;
      padding: 0;
      background: none; }
    .wp-block-calendar table tbody {
      table-layout: fixed;
      width: 100%; }
      .wp-block-calendar table tbody td {
        width: 14.28%;
        padding: 0;
        font-size: 16px;
        line-height: 43px; }
        .wp-block-calendar table tbody td#today {
          color: #ffffff; }
          .wp-block-calendar table tbody td#today:before {
            content: '';
            position: absolute;
            display: block;
            left: -7px;
            right: -7px;
            background-color: rgba(242, 242, 242, 0.7);
            -webkit-border-radius: 90px;
            border-radius: 90px;
            height: 43px;
            z-index: -1; }
          .wp-block-calendar table tbody td#today:after {
            content: '';
            position: relative;
            display: block;
            width: 35px;
            height: 35px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: -39px auto 4px;
            z-index: -1; }
          .wp-block-calendar table tbody td#today a {
            color: #ffffff; }
        .wp-block-calendar table tbody td a {
          position: relative;
          font-weight: 600;
          text-decoration: none; }
    .wp-block-calendar table tfoot td {
      padding: 0;
      font-size: 0 !important;
      line-height: 1; }
      .wp-block-calendar table tfoot td:first-child a {
        left: -11px;
        right: auto; }
        .wp-block-calendar table tfoot td:first-child a:before {
          content: '\f12a'; }
      .wp-block-calendar table tfoot td:last-child a {
        right: -11px;
        left: auto; }
        .wp-block-calendar table tfoot td:last-child a:before {
          content: '\f129'; }
      .wp-block-calendar table tfoot td:not(.pad) a {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 13px;
        text-align: center;
        z-index: 2;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        color: #ffffff;
        text-decoration: none; }
        .wp-block-calendar table tfoot td:not(.pad) a:before {
          font: 400 normal 10px/36px 'cwsicon'; }
    .wp-block-calendar table tr {
      border: 0; }
      .wp-block-calendar table tr td {
        font-size: 15px;
        border: 0; }
  .wp-block-calendar:not(:last-child) {
    margin-bottom: 30px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .wp-block-tag-cloud a:hover {
    color: #ffffff; }
  .wp-block-categories-list li:hover > a,
  .wp-block-archives-list li:hover > a {
    background-color: #f5f5f5; }
  .wp-block-categories-list > li:hover:after,
  .wp-block-categories-list > li:hover:not(.active) + li:after,
  .wp-block-archives-list > li:hover:after,
  .wp-block-archives-list > li:hover:not(.active) + li:after {
    display: none; }
  .wp-block-calendar table tfoot td:not(.pad) a:hover {
    opacity: 1; }
  .wp-block-calendar table tbody td#today a:hover {
    opacity: 0.7; } }

@media screen and (max-width: 767px) {
  .post .post-inner .post-information .post-content .has-large-font-size,
  .has-large-font-size {
    font-size: 1.5em; }
  .wp-block-media-text {
    display: block; }
    .wp-block-media-text .wp-block-media-text__content {
      margin: 20px 0 0;
      padding: 0; }
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  section.wp-block-cover-image > h2 {
    font-size: 1.5em; } }

/*  --------------------
	Pagination styles
--------------------  */
.paging-navigation .pagination,
.woocommerce-pagination {
  text-align: center;
  margin: 54px -3px 0; }

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

.cws_load_more {
  cursor: pointer; }
  .cws_load_more:after {
    content: '\f2f1';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-size: 16px;
    margin-left: 10px;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }

.woocommerce-pagination ul.page-numbers,
.paging-navigation:not(.load_more) .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .woocommerce-pagination ul.page-numbers li a,
  .woocommerce-pagination ul.page-numbers li span,
  .woocommerce-pagination ul.page-numbers > span,
  .woocommerce-pagination ul.page-numbers > a,
  .paging-navigation:not(.load_more) .pagination li a,
  .paging-navigation:not(.load_more) .pagination li span,
  .paging-navigation:not(.load_more) .pagination > span,
  .paging-navigation:not(.load_more) .pagination > a {
    min-width: 35px;
    height: 35px;
    margin: 6px 3px 0;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    padding: 0 4px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .woocommerce-pagination ul.page-numbers li a.current,
    .woocommerce-pagination ul.page-numbers li span.current,
    .woocommerce-pagination ul.page-numbers > span.current,
    .woocommerce-pagination ul.page-numbers > a.current,
    .paging-navigation:not(.load_more) .pagination li a.current,
    .paging-navigation:not(.load_more) .pagination li span.current,
    .paging-navigation:not(.load_more) .pagination > span.current,
    .paging-navigation:not(.load_more) .pagination > a.current {
      color: #ffffff; }
  .woocommerce-pagination ul.page-numbers .page-links-title,
  .paging-navigation:not(.load_more) .pagination .page-links-title {
    display: none; }
  .woocommerce-pagination ul.page-numbers li,
  .paging-navigation:not(.load_more) .pagination li {
    padding: 0; }
    .woocommerce-pagination ul.page-numbers li:before,
    .paging-navigation:not(.load_more) .pagination li:before {
      display: none; }
  .woocommerce-pagination ul.page-numbers .prev,
  .woocommerce-pagination ul.page-numbers .next,
  .paging-navigation:not(.load_more) .pagination .prev,
  .paging-navigation:not(.load_more) .pagination .next {
    font-size: 0;
    line-height: 1; }
    .woocommerce-pagination ul.page-numbers .prev:before,
    .woocommerce-pagination ul.page-numbers .next:before,
    .paging-navigation:not(.load_more) .pagination .prev:before,
    .paging-navigation:not(.load_more) .pagination .next:before {
      display: block;
      width: 15px;
      height: 15px;
      font: 700 normal 15px/15px 'cwsicon';
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
  .woocommerce-pagination ul.page-numbers .prev:before,
  .paging-navigation:not(.load_more) .pagination .prev:before {
    content: '\f12a'; }
  .woocommerce-pagination ul.page-numbers .prev + .page-numbers:before,
  .paging-navigation:not(.load_more) .pagination .prev + .page-numbers:before {
    display: none; }
  .woocommerce-pagination ul.page-numbers .next:before,
  .paging-navigation:not(.load_more) .pagination .next:before {
    content: '\f129'; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_load_more:hover:after {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg); } }

/*  --------------------
	Navigation
--------------------  */
.post-navigation {
  margin: 38px 0 0;
  position: relative; }
  .post-navigation .nav-links {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 28px 0 40px;
    border-top: solid 1px #fdeff9;
    border-bottom: solid 1px #fdeff9;
    width: 100%; }
    .post-navigation .nav-links li {
      padding: 0;
      position: relative;
      width: 50%; }
      .post-navigation .nav-links li:before {
        content: none;
        display: none; }
      .post-navigation .nav-links li.archive-dots {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 36px;
        margin: 40px 30px 0; }
        .post-navigation .nav-links li.archive-dots > a {
          display: block;
          height: 8px; }
          .post-navigation .nav-links li.archive-dots > a span {
            left: 50%;
            right: auto;
            margin: 0 0 0 -4px; }
            .post-navigation .nav-links li.archive-dots > a span, .post-navigation .nav-links li.archive-dots > a span:before, .post-navigation .nav-links li.archive-dots > a span:after {
              display: block;
              width: 8px;
              height: 8px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              position: absolute;
              top: 0;
              -webkit-transition: background-color 0.3s;
              transition: background-color 0.3s;
              background-color: #c4c4c4; }
            .post-navigation .nav-links li.archive-dots > a span:before {
              content: '';
              left: -14px;
              right: auto; }
            .post-navigation .nav-links li.archive-dots > a span:after {
              content: '';
              left: auto;
              right: -14px; }
      .post-navigation .nav-links li.prev-post .post-nav-item {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .post-navigation .nav-links li.prev-post .post-nav-image {
        margin: 0 30px 0 0; }
        .post-navigation .nav-links li.prev-post .post-nav-image:before {
          content: '\f12a'; }
      .post-navigation .nav-links li.next-post {
        text-align: right; }
        .post-navigation .nav-links li.next-post .post-nav-item {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          -ms-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
        .post-navigation .nav-links li.next-post .post-nav-image {
          margin: 0 0 0 30px; }
          .post-navigation .nav-links li.next-post .post-nav-image:before {
            content: '\f129'; }
      .post-navigation .nav-links li a.post-nav-image {
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        width: 60px;
        height: 60px;
        display: block;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #ffffff;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .post-navigation .nav-links li a.post-nav-image:before {
          font: 700 normal 14px/14px 'cwsicon';
          width: 14px;
          height: 14px;
          top: 50%;
          left: 50%;
          right: auto;
          display: block;
          margin: -7px 0 0 -7px;
          position: absolute; }
        .post-navigation .nav-links li a.post-nav-image img {
          width: 60px;
          height: 60px;
          display: block;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          position: relative;
          z-index: 3;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s; }
      .post-navigation .nav-links li .post-nav-content {
        width: 100%; }
      .post-navigation .nav-links li .post-nav-text-wrapper:not(:last-child) {
        margin: -8px 0 8px; }
      .post-navigation .nav-links li .post-nav-text-wrapper .post-title {
        font-size: 18px;
        line-height: 30px;
        font-weight: 600;
        word-break: break-word;
        vertical-align: top;
        display: inline-block; }
      .post-navigation .nav-links li .post-nav-link {
        font-size: 14px;
        line-height: 22px;
        text-transform: uppercase;
        font-weight: 500;
        margin: 0 0 31px;
        letter-spacing: 0.015em; }
        .post-navigation .nav-links li .post-nav-link a {
          color: inherit; }
      .post-navigation .nav-links li .post-nav-cats {
        font-size: 14px;
        line-height: 16px;
        font-weight: 400; }
        .post-navigation .nav-links li .post-nav-cats a {
          color: inherit; }

/*  --------------------
	Navigation media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .post-navigation .nav-links li a.post-nav-image:hover img {
    opacity: 0; } }

@media screen and (max-width: 767px) {
  .post-navigation .nav-links li.archive-dots {
    margin: 19px 0 0; }
  .post-navigation .nav-links li .post-nav-link {
    margin: 0 0 10px; }
  .post-navigation .nav-links li .post-nav-content {
    display: none; }
  .post-navigation .nav-links li a.post-nav-image img {
    display: none; } }

/*  --------------------
	Comments
--------------------  */
.upsells.products > h2,
.related.products > h2,
.comment-reply-title,
.single-content-title {
  margin-bottom: 34px !important; }

.cancel-reply {
  font-size: 14px;
  margin: 0 0 0 8px;
  font-weight: 400; }

.comment-body {
  position: relative; }

.bypostauthor {
  display: block; }

.comments-area {
  padding-top: 60px; }
  .comments-area h5.cws_textmodule_title {
    font-size: 25px;
    margin: 0 0 44px;
    text-transform: capitalize; }

.page-content + .comments-area {
  border-top: 0; }

.comments-count {
  display: inline-block;
  vertical-align: baseline;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  min-width: 27px;
  height: 26px;
  border: solid 2px #c4c4c4;
  text-align: center;
  padding: 0 5px 0 4px;
  margin: 0 0 0 14px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  top: -3px; }

.comment-list {
  overflow: hidden; }
  .comment-list .pingback .comment-body,
  .comment-list .trackback .comment-body,
  .comment-list .comment .comment-body {
    position: relative;
    margin-bottom: 43px; }
  .comment-list > .comment:only-child:not(.parent) > .comment-body:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .comment-list > .comment:only-child:not(.parent) > .comment-body:last-child:before {
      display: none; }
  .comment-list > .comment:last-child:not(.parent) > .comment-body:last-child,
  .comment-list > .comment:last-child .comment:not(.parent) > .comment-body:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }
    .comment-list > .comment:last-child:not(.parent) > .comment-body:last-child:before,
    .comment-list > .comment:last-child .comment:not(.parent) > .comment-body:last-child:before {
      display: none; }

.no-comments {
  margin-top: 15px; }

.comment-body {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .comment-body .comment-author {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .comment-body .comment-author img {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block;
      margin: 1px 30px 0 0; }
  .comment-body .comment-meta {
    position: relative;
    font-size: 0;
    line-height: 1; }
    .comment-body .comment-meta .comment-meta-item {
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-size: 14px;
      line-height: 24px;
      margin: -1px 0 0;
      min-height: 24px; }
      .comment-body .comment-meta .comment-meta-item:not(:first-child):not(:empty) {
        padding: 0 0 0 19px;
        margin: -1px 0 0 15px; }
        .comment-body .comment-meta .comment-meta-item:not(:first-child):not(:empty):before {
          content: '';
          position: absolute;
          display: block;
          width: 4px;
          height: 4px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-color: #c4c4c4;
          left: 0;
          right: auto;
          top: 50%;
          margin: -2px 0 0; }
    .comment-body .comment-meta .comment-admin {
      font-weight: 800;
      position: relative;
      font-size: 18px;
      line-height: 24px;
      margin: 0; }
      .comment-body .comment-meta .comment-admin a {
        color: inherit; }
  .comment-body .comment-info {
    width: 100%; }
  .comment-body .comment-content {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f2f2f2;
    padding: 15px 26px;
    font-size: 14px;
    line-height: 30px;
    max-width: 551px; }
    .comment-body .comment-content:not(:first-child) {
      margin-top: 23px; }

.comment:not([class*='depth-1']) {
  margin-left: 109px; }

.comment + .comment-respond {
  margin-top: 20px;
  margin-bottom: 50px; }

.comment-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px; }
  .comment-navigation a {
    color: inherit; }

.comment-respond {
  padding-top: 41px;
  border-top: solid 1px #fdeff9; }
  .comment-respond:not(:first-child) {
    margin-top: 49px; }
  .comment-respond h5.cws_textmodule_title {
    margin: 0 0 39px;
    font-size: 25px;
    text-transform: capitalize; }
  .comment-respond .comment-form {
    max-width: 485px; }
  .comment-respond .comment-form-author {
    float: left;
    margin-right: 10px; }
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: calc(50% - 5px);
    display: inline-block; }
  .comment-respond p:not(:last-child) {
    margin-bottom: 20px; }
  .comment-respond .comment-form-cookies-consent:after {
    content: '';
    display: table;
    clear: both; }
  .comment-respond .comment-form-cookies-consent input {
    float: left;
    margin-top: 2px; }
  .comment-respond .form-submit {
    padding-top: 6px; }

.comment-list .comment-respond {
  padding-bottom: 27px;
  margin-bottom: 29px;
  border-bottom: solid 1px #e9e9e9; }

.comment-list + .comment-respond,
.comment-list > .comment:last-child .comment-respond {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

/*  --------------------
	Comments media styles
--------------------  */
@media screen and (max-width: 767px) {
  .comments-area h5.cws_textmodule_title {
    margin: 0 0 30px; }
  .comment-respond h5.cws_textmodule_title {
    margin: 0 0 20px; }
  .comment-body .comment-author img {
    width: 44px;
    margin: 1px 15px 0 0; }
  .comment-body .comment-meta {
    padding: 0; }
    .comment-body .comment-meta .comment-meta-item:not(:first-child):not(:empty) {
      padding: 0 0 0 13px;
      margin: -1px 0 0 8px; }
    .comment-body .comment-meta .comment-admin {
      font-size: 16px;
      display: block; }
      .comment-body .comment-meta .comment-admin + .comment-meta-item:not(:first-child):not(:empty) {
        padding: 0;
        margin: 0; }
        .comment-body .comment-meta .comment-admin + .comment-meta-item:not(:first-child):not(:empty):before {
          content: none;
          display: none; }
  .comment-body .comment-buttons {
    position: static;
    right: auto;
    bottom: auto;
    margin: 5px 0 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .comment-body .comment-content {
    margin-left: -59px;
    margin-right: 0;
    line-height: 24px; }
    .comment-body .comment-content:not(:first-child) {
      margin-top: 20px; }
  .comment:not([class*='depth-1']) {
    margin-left: 30px;
    margin-right: 0; }
  .comment-list .pingback .comment-body,
  .comment-list .trackback .comment-body,
  .comment-list .comment .comment-body {
    margin-bottom: 30px; } }

/*  --------------------
	Related
--------------------  */
.related-posts {
  padding-bottom: 5px;
  margin-top: 57px; }
  .related-posts .blog_grid .post-media .cropped_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 100%; }

/*  --------------------
	Blog default styles
--------------------  */
.post {
  -webkit-border-radius: 23px 23px 20px 20px;
  border-radius: 23px 23px 20px 20px;
  -webkit-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  -moz-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
  background-color: #f2f2f2;
  position: relative;
  padding: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .post:not(:first-child) {
    margin-top: 30px; }
  .post .post-inner {
    -webkit-border-radius: 21px 21px 19px 19px;
    border-radius: 21px 21px 19px 19px;
    background-color: #ffffff; }
    .post .post-inner .post-media-wrapper {
      overflow: hidden;
      margin: -1px; }
      .post .post-inner .post-media-wrapper:not(:last-child) {
        -webkit-border-radius: 21px 21px 0 0;
        border-radius: 21px 21px 0 0; }
      .post .post-inner .post-media-wrapper:last-child {
        -webkit-border-radius: 21px 21px 20px 20px;
        border-radius: 21px 21px 20px 20px; }
      .post .post-inner .post-media-wrapper img {
        display: block; }
      .post .post-inner .post-media-wrapper iframe {
        -webkit-border-radius: 0;
        border-radius: 0;
        background-color: #000000; }
      .post .post-inner .post-media-wrapper .media-audio,
      .post .post-inner .post-media-wrapper .media-video {
        font-size: 0;
        line-height: 1; }
    .post .post-inner .post-information {
      padding: 30px 49px 17px; }
      .post .post-inner .post-information:not(:first-child) {
        -webkit-border-radius: 0 0 19px 19px;
        border-radius: 0 0 19px 19px; }
      .post .post-inner .post-information:first-child {
        -webkit-border-radius: 19px;
        border-radius: 19px; }
      .post .post-inner .post-information .post-categories {
        font-weight: 600; }
        .post .post-inner .post-information .post-categories:not(:first-child) {
          margin-top: 20px; }
        .post .post-inner .post-information .post-categories > span:not(:last-child):after {
          content: ',';
          font-weight: 400; }
        .post .post-inner .post-information .post-categories a {
          font-size: 16px;
          line-height: 24px;
          letter-spacing: -0.08px;
          font-weight: 400;
          color: inherit; }
      .post .post-inner .post-information .post-title {
        margin: 0;
        font-size: 25px;
        line-height: 38px;
        font-weight: 600;
        word-break: break-word; }
        .post .post-inner .post-information .post-title:not(:first-child) {
          margin-top: 20px; }
        .post .post-inner .post-information .post-title a {
          color: inherit; }
      .post .post-inner .post-information .post-divider {
        font-size: 0;
        line-height: 1;
        display: none; }
        .post .post-inner .post-information .post-divider:not(:first-child) {
          margin-top: 10px; }
        .post .post-inner .post-information .post-divider .post-divider-inner {
          width: 48px;
          height: 9px;
          display: inline-block;
          vertical-align: top;
          -webkit-mask-image: url("../img/divider.svg");
          -webkit-mask-position: center center;
          -webkit-mask-size: contain;
          -webkit-mask-repeat: no-repeat; }
      .post .post-inner .post-information .post-title + .post-divider {
        display: block; }
      .post .post-inner .post-information .post-content:after {
        content: '';
        display: table;
        clear: both; }
      .post .post-inner .post-information .post-content p {
        line-height: 1.875em; }
      .post .post-inner .post-information .post-content:not(:first-child) {
        margin-top: 20px; }
      .post .post-inner .post-information .post-content img[class*="wp-image-"] {
        -webkit-border-radius: 20px;
        border-radius: 20px; }
      .post .post-inner .post-information .post-tags {
        margin-left: -15px;
        margin-bottom: -15px;
        font-size: 0;
        line-height: 1; }
        .post .post-inner .post-information .post-tags:not(:first-child) {
          margin-top: 16px; }
        .post .post-inner .post-information .post-tags a {
          font-size: 14px;
          line-height: 16px;
          color: inherit;
          display: inline-block;
          vertical-align: top;
          text-transform: capitalize;
          padding: 13px 17px;
          background-color: rgba(242, 242, 242, 0.7);
          -webkit-border-radius: 90px;
          border-radius: 90px;
          margin: 0 0 15px 15px; }
          .post .post-inner .post-information .post-tags a:before {
            content: '#';
            margin: 0 5px 0 0; }
      .post .post-inner .post-information .blog-readmore-wrap .cws_button {
        font-size: 16px;
        min-width: 160px;
        letter-spacing: 0; }
      .post .post-inner .post-information .blog-readmore-wrap:not(:first-child) {
        margin: 30px -1px 0; }
      .post .post-inner .post-information .post-footer {
        position: relative; }
        .post .post-inner .post-information .post-footer:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: 0;
          height: 1px;
          background-color: #fdeff9; }
        .post .post-inner .post-information .post-footer:not(:first-child) {
          margin: 38px 0 0; }
        .post .post-inner .post-information .post-footer .meta-item {
          margin-top: 20px;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          max-width: 100%;
          white-space: nowrap;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          font-size: 16px;
          letter-spacing: -0.08px; }
          .post .post-inner .post-information .post-footer .meta-item:not(:last-child) {
            padding: 0 16px 0 0;
            margin-right: 14px;
            margin-left: 0; }
            .post .post-inner .post-information .post-footer .meta-item:not(:last-child):after {
              content: '';
              position: absolute;
              display: block;
              width: 4px;
              height: 4px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              right: 0;
              left: auto;
              top: 50%;
              margin: -3px 0 0; }
          .post .post-inner .post-information .post-footer .meta-item a {
            color: inherit; }
          .post .post-inner .post-information .post-footer .meta-item.post-date:before {
            content: '\f126';
            display: inline-block;
            vertical-align: middle;
            margin: 0 13px 0 0;
            font: 400 normal 17px/20px 'cwsicon';
            position: relative;
            top: -1px; }
          .post .post-inner .post-information .post-footer .meta-item.comments_count:before {
            content: '\f128';
            display: inline-block;
            vertical-align: middle;
            margin: 0 13px 0 0;
            font: 400 normal 20px/20px 'cwsicon';
            position: relative;
            top: -1px; }
          .post .post-inner .post-information .post-footer .meta-item.post-author {
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 47px;
            min-height: 35px; }
            .post .post-inner .post-information .post-footer .meta-item.post-author .avatar {
              display: block;
              position: absolute;
              width: 35px;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              left: 0;
              top: 50%;
              margin: -17.5px 0 0; }
  .post.cws-alternate-view .post-media-wrapper {
    padding: 35px 49px 9px 39px;
    margin: 0; }
    .post.cws-alternate-view .post-media-wrapper .post-media {
      position: relative;
      padding: 0 0 0 105px;
      font-size: 25px;
      line-height: 40px;
      font-weight: 500; }
  .post.cws-alternate-view.format-link .post-media-wrapper .post-media a {
    color: inherit;
    position: relative; }
    .post.cws-alternate-view.format-link .post-media-wrapper .post-media a:before {
      content: '\f127';
      position: absolute;
      display: block;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      top: 50%;
      left: -105px;
      right: auto;
      margin: -28px 0 0;
      color: #ffffff;
      font: 400 normal 22px/55px 'cwsicon';
      text-align: center; }
  .post.cws-alternate-view.format-quote .post-inner {
    background: none !important; }
    .post.cws-alternate-view.format-quote .post-inner .post-information .post-footer .meta-item:before {
      color: #ffffff; }
    .post.cws-alternate-view.format-quote .post-inner .post-information .post-footer .meta-item:after {
      background-color: #ffffff; }
    .post.cws-alternate-view.format-quote .post-inner .post-information .post-footer .meta-item a {
      color: #ffffff; }
  .post.cws-alternate-view.format-quote .post-media-wrapper {
    padding-bottom: 0;
    margin-bottom: -10px; }
    .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote {
      font-size: 25px;
      line-height: 40px;
      font-weight: 500;
      padding: 0; }
      .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote:before {
        content: none;
        display: none; }
      .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote p {
        color: #ffffff;
        position: relative; }
        .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote p:before {
          content: '“';
          position: absolute;
          display: block;
          width: 55px;
          height: 55px;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          top: 50%;
          left: -105px;
          right: auto;
          margin: -28px 0 0;
          font-size: 72px;
          line-height: 86px;
          font-weight: 400;
          text-align: center;
          background: #ffffff; }
      .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote cite {
        font-size: 16px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 400;
        color: #ffffff;
        letter-spacing: normal; }
        .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote cite:not(:first-child) {
          margin-top: 9px; }
  .post.sticky:before {
    content: '\f08d';
    position: absolute;
    z-index: 3;
    width: 54px;
    height: 54px;
    top: 30px;
    right: 30px;
    left: auto;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font: 900 normal 22px/56px 'Font Awesome 5 Free';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center; }

.has_sb .post .post-inner .post-information {
  padding: 34px 39px 17px; }

/*  --------------------
	Blog default media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .post .cws_carousel_wrapper .cws_carousel .slick-arrow:not(.slick-disabled):hover {
    background-color: #fff; }
  .post .post-inner .post-information .post-tags a:hover {
    color: #ffffff; }
  .post.cws-alternate-view.format-quote .post-inner .post-information .post-footer .meta-item a:hover {
    color: rgba(255, 255, 255, 0.7); } }

@media screen and (max-width: 767px) {
  .post:not(:first-child) {
    margin-top: 20px; }
  .post .post-inner .post-information {
    padding: 20px 15px 17px; }
    .post .post-inner .post-information .post-categories:not(:first-child) {
      margin-top: 12px; }
    .post .post-inner .post-information .post-title {
      font-size: 20px;
      line-height: 28px; }
      .post .post-inner .post-information .post-title:not(:first-child) {
        margin-top: 16px; }
    .post .post-inner .post-information .post-divider:not(:first-child) {
      margin-top: 10px; }
    .post .post-inner .post-information .post-content:not(:first-child) {
      margin-top: 20px; }
    .post .post-inner .post-information .post-content p {
      line-height: 1.5em; }
    .post .post-inner .post-information .post-tags {
      margin-left: -4px;
      margin-bottom: -4px; }
      .post .post-inner .post-information .post-tags a {
        padding: 5px 12px;
        margin: 0 0 4px 4px; }
    .post .post-inner .post-information .blog-readmore-wrap .cws_button {
      font-size: 15px;
      min-width: 0; }
    .post .post-inner .post-information .blog-readmore-wrap:not(:first-child) {
      margin: 16px -1px 0; }
    .post .post-inner .post-information .post-footer {
      padding-top: 12px; }
      .post .post-inner .post-information .post-footer:not(:first-child) {
        margin: 30px 0 0; }
      .post .post-inner .post-information .post-footer .meta-item {
        margin-top: 8px;
        display: block; }
        .post .post-inner .post-information .post-footer .meta-item:not(:last-child) {
          padding: 0;
          margin-right: 0; }
          .post .post-inner .post-information .post-footer .meta-item:not(:last-child):after {
            content: none;
            display: none; }
        .post .post-inner .post-information .post-footer .meta-item.post-author {
          padding-left: 36px; }
          .post .post-inner .post-information .post-footer .meta-item.post-author .avatar {
            width: 25px;
            margin: -12.5px 0 0; }
  .post.cws-alternate-view .post-media-wrapper {
    padding: 20px 15px 9px 15px; }
    .post.cws-alternate-view .post-media-wrapper .post-media {
      padding: 0 0 0 60px;
      font-size: 20px;
      line-height: 28px; }
  .post.cws-alternate-view.format-link .post-media-wrapper .post-media a:before {
    width: 37px;
    height: 37px;
    top: -6px;
    left: -60px;
    right: auto;
    margin: 0;
    font-size: 16px;
    line-height: 37px; }
  .post.cws-alternate-view.format-quote .post-media-wrapper {
    margin-bottom: 0;
    padding-bottom: 8px; }
    .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote {
      font-size: 20px;
      line-height: 28px; }
      .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote p:before {
        width: 37px;
        height: 37px;
        top: -6px;
        left: -60px;
        right: auto;
        margin: 0;
        font-size: 42px;
        line-height: 56px; }
      .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote cite {
        font-size: 14px;
        line-height: 22px; }
  .post.sticky:before {
    width: 40px;
    height: 40px;
    top: 15px;
    right: 25px;
    left: auto;
    font-size: 16px;
    line-height: 40px; }
  .has_sb .post .post-inner .post-information {
    padding: 20px 15px 17px; } }

/*  --------------------
	Blog grid styles
--------------------  */
div.blog.layout_2 .content_inner, div.blog.layout_3 .content_inner, div.blog.layout_4 .content_inner {
  margin: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  div.blog.layout_2 .content_inner .cws_carousel, div.blog.layout_3 .content_inner .cws_carousel, div.blog.layout_4 .content_inner .cws_carousel {
    margin: 0; }

div.blog.layout_2 .post, div.blog.layout_3 .post, div.blog.layout_4 .post {
  margin: 15px; }

div.blog.layout_3 .post .post-inner .post-information, div.blog.layout_4 .post .post-inner .post-information {
  padding: 30px 19px 17px; }

div.blog.layout_3 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow, div.blog.layout_4 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow {
  width: 36px;
  height: 36px; }
  div.blog.layout_3 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow:before, div.blog.layout_4 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow:before {
    line-height: 36px;
    font-size: 12px; }
  div.blog.layout_3 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow.slick-prev, div.blog.layout_4 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow.slick-prev {
    left: 20px;
    right: auto; }
  div.blog.layout_3 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow.slick-next, div.blog.layout_4 .post .post-inner .post-media .media-gallery .cws_carousel .slick-arrow.slick-next {
    left: auto;
    right: 20px; }

div.blog.layout_3 .post .post-inner .media-audio iframe, div.blog.layout_4 .post .post-inner .media-audio iframe {
  max-height: 246px; }

div.blog.layout_3 .post.cws-alternate-view .post-media-wrapper, div.blog.layout_4 .post.cws-alternate-view .post-media-wrapper {
  padding: 20px 15px 9px 15px; }
  div.blog.layout_3 .post.cws-alternate-view .post-media-wrapper .post-media, div.blog.layout_4 .post.cws-alternate-view .post-media-wrapper .post-media {
    padding: 0 0 0 60px;
    font-size: 20px;
    line-height: 28px; }

div.blog.layout_3 .post.cws-alternate-view.format-link .post-media-wrapper .post-media a:before, div.blog.layout_4 .post.cws-alternate-view.format-link .post-media-wrapper .post-media a:before {
  width: 37px;
  height: 37px;
  top: -6px;
  left: -60px;
  right: auto;
  margin: 0;
  font-size: 16px;
  line-height: 37px; }

div.blog.layout_3 .post.cws-alternate-view.format-quote .post-media-wrapper, div.blog.layout_4 .post.cws-alternate-view.format-quote .post-media-wrapper {
  margin-bottom: 0;
  padding-bottom: 8px; }
  div.blog.layout_3 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote, div.blog.layout_4 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote {
    font-size: 20px;
    line-height: 28px; }
    div.blog.layout_3 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote p:before, div.blog.layout_4 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote p:before {
      width: 37px;
      height: 37px;
      top: -6px;
      left: -60px;
      right: auto;
      margin: 0;
      font-size: 42px;
      line-height: 56px; }
    div.blog.layout_3 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote cite, div.blog.layout_4 .post.cws-alternate-view.format-quote .post-media-wrapper .post-media .media-quote cite {
      font-size: 14px;
      line-height: 22px; }

div.blog.layout_3 .post.sticky:before, div.blog.layout_4 .post.sticky:before {
  width: 40px;
  height: 40px;
  top: 15px;
  right: 20px;
  left: auto;
  font-size: 16px;
  line-height: 40px; }

div.blog.layout_2 .post {
  width: calc(50% - 30px); }
  div.blog.layout_2 .post .post-inner .post-information {
    padding: 34px 39px 17px; }

div.blog.layout_3 .post {
  width: calc(33.3% - 30px); }

div.blog.layout_4 .post {
  width: calc(25% - 30px); }

.blog .cws_carousel {
  font-size: 0;
  line-height: 1; }
  .blog .cws_carousel > .post {
    display: inline-block;
    vertical-align: top; }

/*  --------------------
	Blog grid media styles
--------------------  */
@media screen and (max-width: 1199px) {
  div.blog.layout_4 .post {
    width: calc(33.3% - 30px); } }

@media screen and (max-width: 991px) {
  div.blog.layout_3 .post, div.blog.layout_4 .post {
    width: calc(50% - 30px); } }

@media screen and (max-width: 767px) {
  div.blog.layout_2 .post, div.blog.layout_3 .post, div.blog.layout_4 .post {
    width: calc(100% - 30px); } }

/*  --------------------
	Blog small styles
--------------------  */
@media screen and (min-width: 992px) {
  .layout_small .content_inner .post:not(:first-child) {
    margin-top: 30px; }
  .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      width: calc(50% - 15px);
      -webkit-border-radius: 21px 0 0 21px;
      border-radius: 21px 0 0 21px; }
      .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media {
        height: 100%;
        position: relative; }
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media, .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media:not(:last-child) {
          -webkit-border-radius: 21px 0 0 21px;
          border-radius: 21px 0 0 21px; }
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .cws_carousel_wrapper,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .cws_carousel,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .slick-list,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .slick-track,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-audio,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-audio p,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-video,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-video p,
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media iframe {
          height: 100% !important; }
        .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media img {
          -webkit-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 100%; }
    .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-information {
      padding-left: 49px;
      padding-right: 30px;
      position: relative;
      width: calc(50% + 15px);
      text-align: left; }
      .layout_small .content_inner .post:not(.cws-alternate-view) .post-inner .post-information:only-child {
        width: 100%; } }

/*  --------------------
	Blog checkerboard styles
--------------------  */
@media screen and (min-width: 992px) {
  .layout_checkerboard .content_inner .post:not(:first-child) {
    margin-top: 30px; }
  .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      width: calc(50% - 15px);
      -webkit-border-radius: 21px 0 0 21px;
      border-radius: 21px 0 0 21px; }
      .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media {
        height: 100%;
        position: relative; }
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media, .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media:not(:last-child) {
          -webkit-border-radius: 21px 0 0 21px;
          border-radius: 21px 0 0 21px; }
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .cws_carousel_wrapper,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .cws_carousel,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .slick-list,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .slick-track,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-audio,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-audio p,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-video,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media .media-video p,
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media iframe {
          height: 100% !important; }
        .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-media-wrapper .post-media img {
          -webkit-object-fit: cover;
          object-fit: cover;
          width: 100%;
          height: 100%; }
    .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-information {
      padding-left: 49px;
      padding-right: 30px;
      position: relative;
      width: calc(50% + 15px);
      text-align: left; }
      .layout_checkerboard .content_inner .post:not(.cws-alternate-view) .post-inner .post-information:only-child {
        width: 100%; }
  .layout_checkerboard .content_inner .post:not(.cws-alternate-view):nth-of-type(odd) .post-inner {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .layout_checkerboard .content_inner .post:not(.cws-alternate-view):nth-of-type(odd) .post-inner .post-media-wrapper {
      -webkit-border-radius: 0 21px 21px 0;
      border-radius: 0 21px 21px 0; }
      .layout_checkerboard .content_inner .post:not(.cws-alternate-view):nth-of-type(odd) .post-inner .post-media-wrapper .post-media, .layout_checkerboard .content_inner .post:not(.cws-alternate-view):nth-of-type(odd) .post-inner .post-media-wrapper .post-media:not(:last-child) {
        -webkit-border-radius: 0 21px 21px 0;
        border-radius: 0 21px 21px 0; } }

/*  --------------------
	Blog single styles
--------------------  */
.single_content > .post {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
  .single_content > .post .post-categories {
    font-weight: 600; }
    .single_content > .post .post-categories:not(:first-child) {
      margin: 20px 0 0; }
    .single_content > .post .post-categories span {
      font-weight: 400; }
      .single_content > .post .post-categories span:not(:last-child):after {
        content: ', '; }
    .single_content > .post .post-categories a {
      color: inherit; }
  .single_content > .post .post-tags {
    margin: 0 0 -15px -15px;
    font-size: 0;
    line-height: 1; }
    .single_content > .post .post-tags a {
      font-size: 14px;
      line-height: 16px;
      color: inherit;
      display: inline-block;
      vertical-align: top;
      text-transform: capitalize;
      padding: 13px 17px;
      background-color: rgba(242, 242, 242, 0.7);
      -webkit-border-radius: 90px;
      border-radius: 90px;
      margin: 0 0 15px 15px; }
      .single_content > .post .post-tags a:before {
        content: '#';
        margin: 0 5px 0 0; }
  .single_content > .post .post-title {
    margin: 0;
    font-size: 25px;
    line-height: 38px;
    word-break: break-word; }
    .single_content > .post .post-title:not(:first-child) {
      margin-top: 30px; }
  .single_content > .post .post-content-inner:not(:first-child) {
    margin: 30px 0 0; }

.post-header {
  text-align: center; }
  .post-header .post-title {
    margin-bottom: 15px;
    word-break: break-word; }

.post-format {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px; }
  .post-format.format_gallery {
    margin-bottom: 51px; }
    .post-format.format_gallery .cws_carousel {
      margin: 0; }
      .post-format.format_gallery .cws_carousel .slick-slide {
        margin: 0; }
  .post-format.format_standard {
    line-height: 0; }
  .post-format.format_link {
    position: relative;
    padding: 35px 52px 43px 143px;
    margin-bottom: 51px;
    -webkit-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    -moz-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    border: solid 1px #f2f2f2; }
    .post-format.format_link:before {
      content: '\f127';
      display: block;
      position: absolute;
      width: 55px;
      height: 55px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      font: 400 normal 22px/55px 'cwsicon';
      left: 39px;
      right: auto;
      top: 50%;
      margin: -32px 0 0; }
    .post-format.format_link a {
      font-weight: 500;
      font-size: 25px;
      line-height: 1.6em; }
  .post-format.format_audio {
    margin-bottom: 51px;
    -webkit-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    -moz-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04); }
    .post-format.format_audio > p {
      margin: 0;
      font-size: 0;
      line-height: 1; }
    .post-format.format_audio iframe {
      max-height: 298px; }
  .post-format.format_quote {
    position: relative;
    padding: 36px 0 28px 40px;
    margin-bottom: 51px;
    -webkit-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    -moz-box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04);
    box-shadow: 20px 15px 25px rgba(80, 94, 100, 0.04); }
    .post-format.format_quote blockquote {
      color: #ffffff; }
      .post-format.format_quote blockquote > p:before {
        background: #ffffff; }
      .post-format.format_quote blockquote cite {
        color: #ffffff;
        margin-top: 12px; }
  .post-format.format_video {
    margin-bottom: 51px; }
    .post-format.format_video > p {
      margin: 0;
      line-height: 1;
      font-size: 0; }
    .post-format.format_video iframe {
      background-color: #f0f0f0; }
  .post-format.format_image .post-date:first-child {
    display: none; }
  .post-format .cws_carousel_wrapper .cws_carousel .slick-dots {
    margin-top: 25px; }
  .post-format .post-date {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    white-space: nowrap;
    padding: 15px 30px 0 0;
    line-height: initial;
    font-size: 14px; }

.post-content .wp-block-embed__wrapper iframe {
  width: 100%; }

.post-content .wp-block-gallery {
  margin-bottom: 16px; }
  .post-content .wp-block-gallery.slick-slider {
    margin: 0 -15px !important; }
  .post-content .wp-block-gallery .blocks-gallery-item.slick-slide {
    margin: 0 15px !important; }
  .post-content .wp-block-gallery .slick-dots {
    margin-top: 15px; }

.post-content-inner:after {
  content: '';
  display: table;
  clear: both; }

.post-content-inner img[class*="wp-image-"] {
  -webkit-border-radius: 20px;
  border-radius: 20px; }

.author-information {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 28px 66px 28px 28px;
  background-color: #f2f2f2; }
  .author-information:not(:first-child) {
    margin-top: 50px; }
  .author-information .author-image {
    margin: 0 37px 0 0;
    background-image: linear-gradient(108deg, #FCB04E 0%, #E95647 65%, #C82A86 80%);
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 4px;
    width: 104px;
    height: 104px; }
    .author-information .author-image img {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: block; }
  .author-information .author-content .author-name {
    margin: 4px 0 9px; }
  .author-information .author-content .author-biography {
    margin: 0;
    font-size: 14px;
    line-height: 30px; }
  .author-information .author-content .author-meta {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4); }
    .author-information .author-content .author-meta:not(:first-child) {
      margin: 19px 0 0; }

/*  --------------------
	Blog single media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .single_content .post .post-tags a:hover {
    color: #ffffff; } }

@media screen and (max-width: 1199px) {
  .single-post .main-content-inner.has_sb .single_content {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .single-post .main-content-inner.has_sb .single_content {
    padding: 0; }
  .single_content > .post .post-tags {
    margin: 0 0 -4px -4px; }
    .single_content > .post .post-tags a {
      padding: 5px 12px;
      margin: 0 0 4px 4px; }
  .author-information {
    display: block;
    padding: 20px 15px;
    text-align: center; }
    .author-information .author-image {
      margin: 0 auto; }
    .author-information .author-content .author-name {
      margin: 14px 0 9px; }
    .author-information .author-content .author-biography {
      line-height: 20px; }
    .author-information .author-content .author-meta {
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.4); }
      .author-information .author-content .author-meta:not(:first-child) {
        margin: 19px 0 0; }
  .post-format.format_quote {
    padding: 20px; }
  .post-format.format_link {
    padding: 19px 19px 19px 79px; }
    .post-format.format_link:before {
      width: 40px;
      height: 40px;
      font-size: 17px;
      line-height: 40px;
      left: 19px;
      right: auto;
      margin: -18px 0 0; }
    .post-format.format_link a {
      font-size: 18px; } }

/*  --------------------
	Slick Carousel extra styles
--------------------  */
.cws_carousel .slick-dots,
.cws_custom_carousel .slick-dots {
  margin: 0;
  width: 100%;
  font-size: 0;
  line-height: 1;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_carousel .slick-dots li,
  .cws_carousel .slick-dots li:not(:first-child),
  .cws_custom_carousel .slick-dots li,
  .cws_custom_carousel .slick-dots li:not(:first-child) {
    margin: 0 6px 12px;
    padding-left: 0;
    font-size: 0;
    line-height: 1;
    width: 13px;
    height: 13px;
    position: relative; }
    .cws_carousel .slick-dots li:before,
    .cws_carousel .slick-dots li:not(:first-child):before,
    .cws_custom_carousel .slick-dots li:before,
    .cws_custom_carousel .slick-dots li:not(:first-child):before {
      content: none;
      display: none; }
    .cws_carousel .slick-dots li button,
    .cws_carousel .slick-dots li:not(:first-child) button,
    .cws_custom_carousel .slick-dots li button,
    .cws_custom_carousel .slick-dots li:not(:first-child) button {
      font-size: 0;
      background: #f2f2f2;
      line-height: 0;
      min-height: 0;
      border: none;
      padding: 0;
      width: 9px;
      height: 9px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .cws_carousel .slick-dots li button svg,
      .cws_carousel .slick-dots li:not(:first-child) button svg,
      .cws_custom_carousel .slick-dots li button svg,
      .cws_custom_carousel .slick-dots li:not(:first-child) button svg {
        position: absolute;
        opacity: 0;
        top: -56px;
        fill: #f4475c;
        width: 0;
        height: 0;
        z-index: 2; }
    .cws_carousel .slick-dots li.slick-active button,
    .cws_carousel .slick-dots li:not(:first-child).slick-active button,
    .cws_custom_carousel .slick-dots li.slick-active button,
    .cws_custom_carousel .slick-dots li:not(:first-child).slick-active button {
      width: 13px;
      height: 13px;
      background: linear-gradient(105.13deg, #FEDA75 -53.56%, #FA7E1E 35.31%, #D62976 76.67%, #962FBF 141.02%, #4F5BD5 188.52%); }
    .cws_carousel .slick-dots li.slick-active:first-child:not(:last-child) button svg,
    .cws_carousel .slick-dots li:not(:first-child).slick-active:first-child:not(:last-child) button svg,
    .cws_custom_carousel .slick-dots li.slick-active:first-child:not(:last-child) button svg,
    .cws_custom_carousel .slick-dots li:not(:first-child).slick-active:first-child:not(:last-child) button svg {
      right: -4px;
      left: auto;
      -webkit-transform: rotate(-24deg);
      -ms-transform: rotate(-24deg);
      transform: rotate(-24deg); }
    .cws_carousel .slick-dots li.slick-active:last-child:not(:first-child) button svg,
    .cws_carousel .slick-dots li:not(:first-child).slick-active:last-child:not(:first-child) button svg,
    .cws_custom_carousel .slick-dots li.slick-active:last-child:not(:first-child) button svg,
    .cws_custom_carousel .slick-dots li:not(:first-child).slick-active:last-child:not(:first-child) button svg {
      left: -4px;
      right: auto;
      -webkit-transform: rotate(24deg);
      -ms-transform: rotate(24deg);
      transform: rotate(24deg); }
    .cws_carousel .slick-dots li.slick-active:first-child:last-child button svg, .cws_carousel .slick-dots li.slick-active:not(:first-child):not(:last-child) button svg,
    .cws_carousel .slick-dots li:not(:first-child).slick-active:first-child:last-child button svg,
    .cws_carousel .slick-dots li:not(:first-child).slick-active:not(:first-child):not(:last-child) button svg,
    .cws_custom_carousel .slick-dots li.slick-active:first-child:last-child button svg,
    .cws_custom_carousel .slick-dots li.slick-active:not(:first-child):not(:last-child) button svg,
    .cws_custom_carousel .slick-dots li:not(:first-child).slick-active:first-child:last-child button svg,
    .cws_custom_carousel .slick-dots li:not(:first-child).slick-active:not(:first-child):not(:last-child) button svg {
      right: -19px;
      left: -19px; }

.cws_carousel_wrapper {
  width: 100%; }
  .cws_carousel_wrapper .cws_carousel .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .cws_carousel_wrapper[data-pagination="on"] > .cws_carousel > .slick-arrow {
    top: calc( 50% - 26px); }
  .cws_carousel_wrapper .cws_carousel {
    position: relative; }
    .cws_carousel_wrapper .cws_carousel .slick-dots {
      margin: 30px 0 0; }
    .cws_carousel_wrapper .cws_carousel .slick-arrow {
      position: absolute;
      font-size: 0;
      padding: 0;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      z-index: 2;
      color: #000000;
      width: 48px;
      height: 48px;
      background-color: rgba(255, 255, 255, 0.4); }
      .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
        font: 400 normal 13px/48px 'cwsicon'; }
      .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev {
        left: 35px;
        right: auto;
        padding: 0 2px 0 0; }
        .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev:before {
          content: '\f12a'; }
      .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next {
        right: 35px;
        left: auto;
        padding: 0 0 0 2px; }
        .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next:before {
          content: '\f129'; }

.cws-widget .cws_carousel_wrapper .cws_carousel .slick-dots li {
  margin: 0 3px 6px;
  width: 10px;
  height: 10px; }
  .cws-widget .cws_carousel_wrapper .cws_carousel .slick-dots li button {
    width: 7px;
    height: 7px; }
  .cws-widget .cws_carousel_wrapper .cws_carousel .slick-dots li.slick-active button {
    width: 10px;
    height: 10px; }

/*  --------------------
	Slick Carousel media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_carousel_wrapper .cws_carousel .slick-arrow:not(.slick-disabled):hover {
    background-color: #ffffff; } }

@media screen and (max-width: 767px) {
  .cws_carousel_wrapper .cws_carousel .slick-arrow {
    width: 36px;
    height: 36px; }
    .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
      line-height: 36px;
      font-size: 12px; }
    .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev {
      left: 20px;
      right: auto; }
    .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next {
      left: auto;
      right: 20px; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: inline-block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*  --------------------
	Woo cart styles
--------------------  */
body .select2-container .select2-selection {
  height: 50px;
  border-radius: 5px;
  border-color: rgba(187, 186, 191, 0.5); }
  body .select2-container .select2-selection.select2-selection--single {
    margin: 0; }
  body .select2-container .select2-selection .select2-selection__rendered {
    line-height: 50px;
    padding: 0 50px 0 25px; }
  body .select2-container .select2-selection .select2-selection__arrow {
    height: inherit;
    width: 50px; }

body .select2-dropdown {
  border-radius: 5px;
  border-color: rgba(187, 186, 191, 0.5); }
  body .select2-dropdown .select2-results__options .select2-results__option:before {
    content: none;
    display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-close:hover {
  background-color: transparent; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: 0;
  text-align: right;
  padding-right: 20px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  top: 50%;
  background-color: transparent !important; }
  .mfp-arrow:before {
    padding: 15px;
    display: inline-block;
    font-family: 'cwsicon';
    font-size: 26px;
    color: #fff; }
  .mfp-arrow.mfp-arrow-left {
    left: 15px; }
    .mfp-arrow.mfp-arrow-left:before {
      display: inline-block;
      content: '\f12a'; }
  .mfp-arrow.mfp-arrow-right {
    right: 15px; }
    .mfp-arrow.mfp-arrow-right:before {
      content: '\f129'; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  display: none; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

/*  --------------------
	Particles styles
--------------------  */
.particles-wrapper {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-mask-size: 101%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center; }
  .particles-wrapper .particles-js {
    z-index: 1;
    position: absolute; }
    .particles-wrapper .particles-js.top_left {
      top: 0;
      left: 0; }
    .particles-wrapper .particles-js.top_center {
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .particles-wrapper .particles-js.top_right {
      top: 0;
      right: 0; }
    .particles-wrapper .particles-js.right_center {
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .particles-wrapper .particles-js.bottom_right {
      bottom: 0;
      right: 0; }
    .particles-wrapper .particles-js.bottom_center {
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .particles-wrapper .particles-js.bottom_left {
      bottom: 0;
      left: 0; }
    .particles-wrapper .particles-js.left_center {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

/*  ====================
	Header styles
====================  */
body .site-header,
body .cws_header_template {
  position: relative; }

.cws_header_template.absolute_pos {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0; }

.site-header-overlay,
.cws_header_template_bg {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.site-header .header-bg,
.cws_header_template .header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.site-header.masked,
.cws_header_template.masked {
  margin-bottom: -38px; }
  .site-header.masked .header-bg,
  .site-header.masked .site-header-overlay,
  .site-header.masked .page_title_container,
  .cws_header_template.masked .header-bg,
  .cws_header_template.masked .site-header-overlay,
  .cws_header_template.masked .page_title_container {
    -webkit-mask-image: url(../img/title_mask.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat; }

.site-header.header_over_slider,
.cws_header_template.header_over_slider {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0; }
  .site-header.header_over_slider .header-bg,
  .site-header.header_over_slider .site-header-overlay,
  .cws_header_template.header_over_slider .header-bg,
  .cws_header_template.header_over_slider .site-header-overlay {
    display: none; }

.icon_sidebar_trigger {
  position: relative;
  width: 20px;
  height: 22px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: -6px 0; }
  .icon_sidebar_trigger .hamburger {
    display: block;
    height: 4px;
    width: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    margin: -2px 0 0 -2px;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .icon_sidebar_trigger .hamburger:before, .icon_sidebar_trigger .hamburger:after {
      content: '';
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      background-color: inherit;
      margin: auto;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      left: 0;
      right: auto; }
    .icon_sidebar_trigger .hamburger:before {
      top: -8px; }
    .icon_sidebar_trigger .hamburger:after {
      bottom: -8px; }

/*  -------------------
	Logotype
-------------------  */
.site_logotype {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  margin: 4px 19px 0 0;
  white-space: nowrap; }
  .site_logotype .sitename {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .site_logotype a {
    display: inline-block;
    vertical-align: middle; }

/*  -------------------
	Top bar
-------------------  */
body[data-boxed="true"] .top-bar-box:before {
  width: 100%; }

.top-bar-box {
  position: relative; }
  .top-bar-box:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .top-bar-box .container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .top-bar-box .container .header_info_links {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.02em;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .top-bar-box .container .header_info_links > * {
        position: relative; }
        .top-bar-box .container .header_info_links > *:before {
          display: inline-block;
          font-family: 'cwsicon';
          margin: 0 28px 0 0;
          font-size: 20px;
          line-height: 1em;
          vertical-align: middle;
          position: relative;
          top: -1px; }
        .top-bar-box .container .header_info_links > *:not(:last-child) {
          margin-right: 56px; }
      .top-bar-box .container .header_info_links .top_bar_phone:before {
        content: '\f10a'; }
      .top-bar-box .container .header_info_links .top_bar_mail:before {
        content: '\f10b'; }

/*  -------------------
	Header icons styles
-------------------  */
.header_icons {
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .header_icons > * {
    margin-left: 54px; }
    .header_icons > *:first-child {
      margin-left: 0; }
  .header_icons .mini-cart .woo_mini-count:before {
    content: '\f12b';
    font-family: 'cwsicon';
    position: relative;
    top: 0;
    margin-right: 5px;
    font-size: 22px; }
  .header_icons .mini-cart .woo_mini-count > span {
    font-size: 10px;
    height: 14px;
    width: 14px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    top: -3px;
    right: -5px;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .header_icons .menu-trigger {
    display: inline-block; }
    .header_icons .menu-trigger.active span:first-child {
      -webkit-transform: rotate(-45deg) translateY(11px);
      -ms-transform: rotate(-45deg) translateY(11px);
      transform: rotate(-45deg) translateY(11px); }
    .header_icons .menu-trigger.active span:nth-of-type(2) {
      opacity: 0; }
    .header_icons .menu-trigger.active span:last-child {
      -webkit-transform: rotate(45deg) translateY(-12px);
      -ms-transform: rotate(45deg) translateY(-12px);
      transform: rotate(45deg) translateY(-12px); }
    .header_icons .menu-trigger span {
      height: 2px;
      width: 25px;
      display: block;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .header_icons .menu-trigger span:first-child {
        margin-bottom: 4px; }
      .header_icons .menu-trigger span:last-child {
        margin-top: 4px; }
  .header_icons .search-trigger {
    display: inline-block; }
    .header_icons .search-trigger .title {
      margin: 0 5px 0 0; }
  .header_icons .custom_url i {
    display: inline-block; }
    .header_icons .custom_url i:before {
      font-size: 16px; }
  .header_icons .custom_url.social_button:not(:first-child):not(.with_divider) {
    margin-left: 10px !important; }
  .header_icons .top_bar_address {
    position: relative;
    font-size: 16px;
    line-height: 19px; }
    .header_icons .top_bar_address:before {
      content: '\f10c';
      display: inline-block;
      font-family: 'cwsicon';
      margin: 0 28px 0 0;
      font-size: 20px;
      line-height: 1em;
      vertical-align: middle;
      position: relative;
      top: -1px; }
  .header_icons .custom_sidebar_trigger {
    margin-top: -4px;
    margin-bottom: -2px; }

/*  -------------------
	Header icons media styles
-------------------  */
@media screen and (max-width: 1199px) {
  .header_icons > *:not(:first-child) {
    margin-left: 12px; } }

@media screen and (max-width: 767px) {
  .header_icons .wpml-ls {
    display: none; }
  .header_icons > *:not(:first-child) {
    padding-left: 0; }
    .header_icons > *:not(:first-child):before {
      display: none;
      content: none; } }

/*  -------------------
	Menus styles
-------------------  */
.site-header .search-trigger {
  margin-left: 19px;
  margin-right: 0; }
  .site-header .search-trigger:not(:last-child) {
    margin-right: 20px;
    margin-left: 28px; }

.site-header .mini-cart .woo_mini-count:before {
  content: '\f12b';
  font-family: 'cwsicon';
  position: relative;
  top: 0;
  margin-right: 5px;
  font-size: 27px; }

.site-header .mini-cart .woo_mini-count > span {
  font-size: 10px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  font-weight: 600;
  top: -13px;
  right: -12px;
  left: auto;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.site-header .mini-cart .woocommerce-mini-cart__buttons {
  margin: 0; }

.site-header .wpm-language-switcher {
  margin-left: 28px;
  margin-right: 0; }
  .site-header .wpm-language-switcher:not(:last-child) {
    margin-right: 19px;
    margin-left: 28px; }

.cws_header_template .menu-main-container,
.cws_sticky_template .menu-main-container,
.site-header .menu-main-container,
.site-sticky .menu-main-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%; }
  .cws_header_template .menu-main-container > .menu,
  .cws_sticky_template .menu-main-container > .menu,
  .site-header .menu-main-container > .menu,
  .site-sticky .menu-main-container > .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_header_template .menu-main-container > .menu > .menu-item,
    .cws_sticky_template .menu-main-container > .menu > .menu-item,
    .site-header .menu-main-container > .menu > .menu-item,
    .site-sticky .menu-main-container > .menu > .menu-item {
      position: relative;
      padding: 0;
      cursor: pointer;
      margin: 0 19px; }
      .cws_header_template .menu-main-container > .menu > .menu-item:before,
      .cws_sticky_template .menu-main-container > .menu > .menu-item:before,
      .site-header .menu-main-container > .menu > .menu-item:before,
      .site-sticky .menu-main-container > .menu > .menu-item:before {
        content: none;
        display: none; }
      .cws_header_template .menu-main-container > .menu > .menu-item > a,
      .cws_sticky_template .menu-main-container > .menu > .menu-item > a,
      .site-header .menu-main-container > .menu > .menu-item > a,
      .site-sticky .menu-main-container > .menu > .menu-item > a {
        padding: 31px 0 27px;
        display: inline-block;
        vertical-align: top;
        font-weight: 500;
        color: inherit;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        letter-spacing: 0.02em; }
      .cws_header_template .menu-main-container > .menu > .menu-item.menu-item-object-cws-megamenu > a:after, .cws_header_template .menu-main-container > .menu > .menu-item.menu-item-has-children > a:after,
      .cws_sticky_template .menu-main-container > .menu > .menu-item.menu-item-object-cws-megamenu > a:after,
      .cws_sticky_template .menu-main-container > .menu > .menu-item.menu-item-has-children > a:after,
      .site-header .menu-main-container > .menu > .menu-item.menu-item-object-cws-megamenu > a:after,
      .site-header .menu-main-container > .menu > .menu-item.menu-item-has-children > a:after,
      .site-sticky .menu-main-container > .menu > .menu-item.menu-item-object-cws-megamenu > a:after,
      .site-sticky .menu-main-container > .menu > .menu-item.menu-item-has-children > a:after {
        content: '\f107';
        display: inline-block;
        font-family: 'Font Awesome 5 Free';
        vertical-align: middle;
        position: relative;
        margin: -2px -1px 0 13px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        font-size: 0.9375em;
        font-weight: 900; }

.cws_header_template .sub-menu,
.cws_sticky_template .sub-menu,
.site-header .sub-menu,
.site-sticky .sub-menu {
  margin: 0;
  display: none;
  position: absolute;
  top: 100%;
  z-index: 11;
  background: #fff;
  width: 217px;
  padding: 4px 25px;
  -webkit-box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5);
  box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px; }
  .cws_header_template .sub-menu .menu-item,
  .cws_sticky_template .sub-menu .menu-item,
  .site-header .sub-menu .menu-item,
  .site-sticky .sub-menu .menu-item {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    padding: 0; }
    .cws_header_template .sub-menu .menu-item:before,
    .cws_sticky_template .sub-menu .menu-item:before,
    .site-header .sub-menu .menu-item:before,
    .site-sticky .sub-menu .menu-item:before {
      content: none;
      display: none; }
    .cws_header_template .sub-menu .menu-item:not(:first-child),
    .cws_sticky_template .sub-menu .menu-item:not(:first-child),
    .site-header .sub-menu .menu-item:not(:first-child),
    .site-sticky .sub-menu .menu-item:not(:first-child) {
      border-top: solid 1px rgba(210, 210, 210, 0.5); }
    .cws_header_template .sub-menu .menu-item.menu-item-has-children > a,
    .cws_sticky_template .sub-menu .menu-item.menu-item-has-children > a,
    .site-header .sub-menu .menu-item.menu-item-has-children > a,
    .site-sticky .sub-menu .menu-item.menu-item-has-children > a {
      position: relative;
      padding-right: 10px;
      padding-left: 0; }
      .cws_header_template .sub-menu .menu-item.menu-item-has-children > a:after,
      .cws_sticky_template .sub-menu .menu-item.menu-item-has-children > a:after,
      .site-header .sub-menu .menu-item.menu-item-has-children > a:after,
      .site-sticky .sub-menu .menu-item.menu-item-has-children > a:after {
        content: '\f105';
        font: 900 15px/1 'Font Awesome 5 Free';
        position: absolute;
        display: block;
        right: -2px;
        left: auto;
        top: 15px; }
    .cws_header_template .sub-menu .menu-item.mobile-parent-link,
    .cws_sticky_template .sub-menu .menu-item.mobile-parent-link,
    .site-header .sub-menu .menu-item.mobile-parent-link,
    .site-sticky .sub-menu .menu-item.mobile-parent-link {
      display: none; }
    .cws_header_template .sub-menu .menu-item > a,
    .cws_sticky_template .sub-menu .menu-item > a,
    .site-header .sub-menu .menu-item > a,
    .site-sticky .sub-menu .menu-item > a {
      display: block;
      padding: 13px 0 14px;
      line-height: 21px;
      color: inherit;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
  .cws_header_template .sub-menu .sub-menu,
  .cws_sticky_template .sub-menu .sub-menu,
  .site-header .sub-menu .sub-menu,
  .site-sticky .sub-menu .sub-menu {
    left: 100%;
    right: auto;
    top: -4px;
    margin-left: 30px;
    margin-right: 0; }
    .cws_header_template .sub-menu .sub-menu li:first-child,
    .cws_sticky_template .sub-menu .sub-menu li:first-child,
    .site-header .sub-menu .sub-menu li:first-child,
    .site-sticky .sub-menu .sub-menu li:first-child {
      border-top: none; }
    .cws_header_template .sub-menu .sub-menu:before,
    .cws_sticky_template .sub-menu .sub-menu:before,
    .site-header .sub-menu .sub-menu:before,
    .site-sticky .sub-menu .sub-menu:before {
      content: '';
      position: absolute;
      display: block;
      left: -30px;
      right: 0;
      top: 0;
      bottom: 0; }

.cws_header_template .menu-item-object-cws-megamenu > .sub-menu,
.cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu,
.site-header .menu-item-object-cws-megamenu > .sub-menu,
.site-sticky .menu-item-object-cws-megamenu > .sub-menu {
  width: 1170px;
  left: -10px;
  padding: 4px 0; }
  .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item,
  .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item,
  .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item,
  .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item {
    display: block;
    margin: 0 auto;
    padding: 21px 0; }
    .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item:before,
    .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item:before,
    .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item:before,
    .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item:before {
      content: none;
      display: none; }
    .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row,
    .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row,
    .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row,
    .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row {
      margin-left: 0 !important;
      margin-right: 0 !important; }
      .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper,
      .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper,
      .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper,
      .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper {
        padding-left: 25px;
        padding-right: 25px; }
        .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:not(:last-child),
        .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:not(:last-child),
        .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:not(:last-child),
        .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:not(:last-child) {
          border-right: solid 1px rgba(210, 210, 210, 0.5); }
        .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:hover,
        .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:hover,
        .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:hover,
        .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .cws-content > .vc_row .cws_column_wrapper:hover {
          z-index: 2; }
    .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .widgettitle,
    .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .widgettitle,
    .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .widgettitle,
    .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item .widgettitle {
      font-size: 17px;
      margin: 0 0 9px; }
    .cws_header_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item ul,
    .cws_sticky_template .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item ul,
    .site-header .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item ul,
    .site-sticky .menu-item-object-cws-megamenu > .sub-menu .cws_megamenu_item ul {
      margin-left: 0; }

.cws_header_template .menu-item-object-cws-megamenu .wp-block-column:not(:last-child),
.cws_header_template .menu-item-object-cws-megamenu .wp-block-column:nth-child(odd),
.cws_sticky_template .menu-item-object-cws-megamenu .wp-block-column:not(:last-child),
.cws_sticky_template .menu-item-object-cws-megamenu .wp-block-column:nth-child(odd),
.site-header .menu-item-object-cws-megamenu .wp-block-column:not(:last-child),
.site-header .menu-item-object-cws-megamenu .wp-block-column:nth-child(odd),
.site-sticky .menu-item-object-cws-megamenu .wp-block-column:not(:last-child),
.site-sticky .menu-item-object-cws-megamenu .wp-block-column:nth-child(odd) {
  margin-right: 0; }

.cws_header_template .menu-item-object-cws-megamenu .wp-block-column:not(:first-child),
.cws_sticky_template .menu-item-object-cws-megamenu .wp-block-column:not(:first-child),
.site-header .menu-item-object-cws-megamenu .wp-block-column:not(:first-child),
.site-sticky .menu-item-object-cws-megamenu .wp-block-column:not(:first-child) {
  margin-left: 0; }

.cws_header_template .menu-item-object-cws-megamenu .wp-block-columns,
.cws_sticky_template .menu-item-object-cws-megamenu .wp-block-columns,
.site-header .menu-item-object-cws-megamenu .wp-block-columns,
.site-sticky .menu-item-object-cws-megamenu .wp-block-columns {
  margin: 0 -15px; }
  .cws_header_template .menu-item-object-cws-megamenu .wp-block-columns .wp-block-column,
  .cws_sticky_template .menu-item-object-cws-megamenu .wp-block-columns .wp-block-column,
  .site-header .menu-item-object-cws-megamenu .wp-block-columns .wp-block-column,
  .site-sticky .menu-item-object-cws-megamenu .wp-block-columns .wp-block-column {
    padding: 0 15px; }

.cws_header_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item.menu-item-has-children > .open,
.cws_sticky_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item.menu-item-has-children > .open,
.site-header .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item.menu-item-has-children > .open,
.site-sticky .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item.menu-item-has-children > .open {
  display: none; }

.cws_header_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu,
.cws_sticky_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu,
.site-header .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu,
.site-sticky .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu {
  left: 100% !important;
  right: auto !important;
  top: 0 !important;
  margin: 0 0 0 25px;
  background-color: #ffffff;
  z-index: 2; }
  .cws_header_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu .menu-item > a,
  .cws_sticky_template .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu .menu-item > a,
  .site-header .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu .menu-item > a,
  .site-sticky .menu-item-object-cws-megamenu .sub-menu .cws_megamenu_item .menu-item .sub-menu .menu-item > a {
    padding: 13px 40px 12px 24px; }

.site-header-mobile .menu-box {
  width: 300px;
  position: fixed;
  left: -300px;
  top: 0;
  z-index: 10;
  background-color: #ffffff;
  height: 100vh;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .site-header-mobile .menu-box.active {
    left: 0; }
  .site-header-mobile .menu-box .menu-box-logo {
    position: relative;
    padding: 16px 20px; }
    .site-header-mobile .menu-box .menu-box-logo h3.sitename {
      font-size: 18px;
      line-height: 1;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  .site-header-mobile .menu-box .main-menu-wrapper {
    overflow: hidden;
    padding: 0 0 36px; }
    .site-header-mobile .menu-box .main-menu-wrapper:not(:last-child) {
      position: relative;
      padding-bottom: 0; }
  .site-header-mobile .menu-box .menu-box-search {
    position: relative; }
    .site-header-mobile .menu-box .menu-box-search:not(:first-child) {
      border-top: solid 1px #e8e8e8; }
    .site-header-mobile .menu-box .menu-box-search:last-child {
      padding-bottom: 21px; }
    .site-header-mobile .menu-box .menu-box-search h2,
    .site-header-mobile .menu-box .menu-box-search h3 {
      display: none; }
    .site-header-mobile .menu-box .menu-box-search .label {
      position: relative; }
    .site-header-mobile .menu-box .menu-box-search .search-form {
      padding: 16px 20px 31px; }
      .site-header-mobile .menu-box .menu-box-search .search-form .search-field {
        border-width: 1px;
        padding: 10px 50px 10px 10px; }
      .site-header-mobile .menu-box .menu-box-search .search-form .success-search {
        display: none; }
  .site-header-mobile .menu-box .extra-button {
    position: relative;
    padding: 31px 20px; }
    .site-header-mobile .menu-box .extra-button:not(:first-child) {
      border-top: solid 1px #e8e8e8; }
    .site-header-mobile .menu-box .extra-button .cws_button {
      display: block;
      border: solid 2px transparent;
      color: #ffffff;
      background: none; }
  .site-header-mobile .menu-box .menu-box-lang {
    position: relative;
    padding: 31px 20px; }
    .site-header-mobile .menu-box .menu-box-lang:not(:first-child) {
      border-top: solid 1px #e8e8e8; }
  .site-header-mobile .menu-box .extra-button + .menu-box-lang {
    border-top: none;
    padding-top: 0; }
  .site-header-mobile .menu-box .menu-box-info {
    position: relative;
    padding: 16px 20px 31px; }
    .site-header-mobile .menu-box .menu-box-info:not(:first-child) {
      border-top: solid 1px #e8e8e8; }
    .site-header-mobile .menu-box .menu-box-info:last-child {
      padding-bottom: 52px; }
    .site-header-mobile .menu-box .menu-box-info .menu-box-info-item {
      font-size: 15px; }
      .site-header-mobile .menu-box .menu-box-info .menu-box-info-item > * {
        position: relative; }
        .site-header-mobile .menu-box .menu-box-info .menu-box-info-item > *:before {
          display: inline-block;
          font-family: 'cwsicon';
          margin: 0 20px 0 0;
          font-size: 18px;
          line-height: 1em;
          vertical-align: middle;
          position: relative;
          top: -1px; }
      .site-header-mobile .menu-box .menu-box-info .menu-box-info-item .top_bar_phone:before {
        content: '\f10a'; }
      .site-header-mobile .menu-box .menu-box-info .menu-box-info-item .top_bar_mail:before {
        content: '\f10b'; }
      .site-header-mobile .menu-box .menu-box-info .menu-box-info-item .top_bar_address:before {
        content: '\f10c'; }
    .site-header-mobile .menu-box .menu-box-info a {
      color: inherit; }
  .site-header-mobile .menu-box .cws_megamenu_item .cws_column_wrapper {
    width: 100% !important; }

.site-header-mobile .menu-main-container > .menu .menu-item {
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer; }
  .site-header-mobile .menu-main-container > .menu .menu-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 300px;
    height: 1px;
    top: 0;
    right: 0;
    left: auto;
    background-color: #e8e8e8;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0; }
  .site-header-mobile .menu-main-container > .menu .menu-item > a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin: 0;
    padding: 13px 40px 13px 20px;
    letter-spacing: 0;
    color: inherit; }
  .site-header-mobile .menu-main-container > .menu .menu-item .sub-menu-trigger {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    height: 45px;
    z-index: 2; }
    .site-header-mobile .menu-main-container > .menu .menu-item .sub-menu-trigger:before {
      content: '\f12f';
      display: block;
      position: absolute;
      font-family: 'cwsicon';
      font-size: 12px;
      right: 20px;
      left: auto;
      top: 50%;
      margin: -16px 0 0; }
  .site-header-mobile .menu-main-container > .menu .menu-item.active > .sub-menu-trigger:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.site-header-mobile .menu-main-container > .menu .sub-menu {
  margin: 0;
  padding: 0 0 0 14px;
  background-color: #f2f5f7;
  display: none; }

.site-header-mobile .cws_megamenu_item {
  padding: 0; }
  .site-header-mobile .cws_megamenu_item:before {
    content: none;
    display: none; }
  .site-header-mobile .cws_megamenu_item .cws_column_wrapper {
    margin-top: 20px; }
  .site-header-mobile .cws_megamenu_item .widgettitle {
    font-size: 17px;
    line-height: 23px;
    margin: 0;
    padding: 13px 20px;
    font-weight: 500; }
  .site-header-mobile .cws_megamenu_item .menu {
    margin: 0; }

.site-header.masked .menu-box:last-child {
  padding-bottom: 66px !important; }

.menu-box.absolute {
  border-bottom: 0; }
  .menu-box.absolute .container {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3; }

.menu-box .container {
  min-height: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.menu-box .search-trigger {
  display: inline-block; }
  .menu-box .search-trigger .title {
    margin: 0 5px 0 0; }

.menu-box .custom_sidebar_trigger {
  margin: 0 30px 0;
  vertical-align: middle; }

.vc_wp_custommenu.alignleft .menu-main-container > ul {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.vc_wp_custommenu.aligncenter .menu-main-container > ul {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.vc_wp_custommenu.alignright .menu-main-container > ul {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.cws_sticky_template .menu-main-container > ul .sub-menu {
  top: 100%; }

.menu-right-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .menu-right-info .cws_button {
    min-width: 140px;
    min-height: 50px;
    border: solid 2px #ffffff;
    color: #ffffff;
    background: none; }

/*  -------------------
	Menus media styles
-------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .menu-right-info .extra-button .cws_button:not(:disabled):hover {
    background: none; }
  .site-header-mobile .menu-box .extra-button .cws_button:not(:disabled):hover {
    background: none; } }

/*  -------------------
	Site title styles
-------------------  */
body .page_title_container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.page_title_container {
  padding: 22px 15px 129px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 172px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }
  .page_title_container .page_title_overlay {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }
  .page_title_container .page_title_dynamic_image {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }
  .page_title_container .page_title_wrapper {
    position: relative;
    z-index: 2;
    top: 0;
    -webkit-transition: all 0.01s linear;
    transition: all 0.01s linear;
    max-width: 1170px;
    margin: 0 auto; }
  .page_title_container .single_post_categories {
    margin: 0 -5px -10px; }
    .page_title_container .single_post_categories a {
      position: relative;
      color: #ffffff;
      margin: 0 5px 10px;
      display: inline-block;
      vertical-align: top;
      white-space: nowrap;
      max-width: 99%;
      overflow: hidden;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 12px;
      line-height: 17px;
      padding: 5px 19px 3px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.16em; }
  .page_title_container .page_title_customizer_size {
    font-size: 35px; }
    .page_title_container .page_title_customizer_size:not(:first-child) {
      margin: 27px 0 0; }
    .page_title_container .page_title_customizer_size .page_title {
      color: #fff;
      font-size: 1em;
      line-height: 1.3714em;
      margin: 0;
      word-break: break-word;
      font-weight: 800; }
  .page_title_container .title_divider {
    display: inline-block;
    vertical-align: top;
    margin: 7px 0 12px;
    width: 48px;
    height: 10px; }
    .page_title_container .title_divider:last-child {
      display: none; }
    .page_title_container .title_divider svg {
      display: block;
      max-width: 100%;
      height: auto; }
  .page_title_container .single_post_meta {
    font-size: 16px;
    line-height: 1.125em;
    letter-spacing: -0.005em;
    font-weight: 400;
    margin: 6px 0 15px; }
    .page_title_container .single_post_meta .meta-item {
      display: inline-block;
      vertical-align: top;
      position: relative; }
    .page_title_container .single_post_meta .post-date:before {
      content: '\f126';
      font: 400 normal 18px/1em 'cwsicon';
      margin: 0 14px 0 0; }

.woocommerce-breadcrumb,
.breadcrumbs-wrapper,
.cws_breadcrumbs_module {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7778em;
  color: #fff; }

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span,
.breadcrumbs-wrapper a,
.breadcrumbs-wrapper span,
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  word-break: break-word; }

.woocommerce-breadcrumb .delimiter,
.breadcrumbs-wrapper .delimiter,
.breadcrumbs .delimiter {
  margin: -1px 21px 0;
  font-size: 14px; }
  .woocommerce-breadcrumb .delimiter:before,
  .breadcrumbs-wrapper .delimiter:before,
  .breadcrumbs .delimiter:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    position: relative; }

/*  -------------------
	Site title media styles
-------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .page_title_container .page_title_dynamic_image {
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important; } }

@media screen and (max-width: 991px) {
  .page_title_container .page_title_customizer_size .page_title {
    font-size: 0.63em; } }

@media screen and (max-width: 767px) {
  .page_title_container {
    margin-bottom: 20px;
    min-height: 129px; }
    .page_title_container .page_title_customizer_size .page_title {
      font-size: 0.56em; }
    .page_title_container .single_post_categories a {
      font-size: 10px;
      padding: 4px 10px 2px;
      margin: 0 2px 4px; }
    .page_title_container .title_divider {
      width: 32px;
      height: auto;
      margin: 11px 0 13px; }
  .woocommerce-breadcrumb,
  .breadcrumbs-wrapper,
  .cws_breadcrumbs_module {
    font-size: 12px; }
    .woocommerce-breadcrumb span,
    .woocommerce-breadcrumb a,
    .breadcrumbs-wrapper span,
    .breadcrumbs-wrapper a,
    .cws_breadcrumbs_module span,
    .cws_breadcrumbs_module a {
      padding: 0; }
    .woocommerce-breadcrumb .delimiter,
    .breadcrumbs-wrapper .delimiter,
    .cws_breadcrumbs_module .delimiter {
      margin: -1px 10px 0;
      font-size: 18px; } }

/*  -------------------
	Sticky header
-------------------  */
.site-sticky.shadow {
  -webkit-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  -moz-box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05);
  box-shadow: 0 0 15px 5px rgba(16, 1, 148, 0.05); }

.site-sticky.sticky-mobile {
  display: none; }

.site-sticky > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.site-sticky .sticky-logo {
  line-height: 0; }

.site-sticky,
.cws_sticky_template {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  z-index: 8;
  pointer-events: none;
  visibility: hidden; }
  .site-sticky.active,
  .cws_sticky_template.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .site-sticky .search-trigger,
  .cws_sticky_template .search-trigger {
    margin-left: 19px;
    margin-right: 0; }
    .site-sticky .search-trigger:not(:last-child),
    .cws_sticky_template .search-trigger:not(:last-child) {
      margin-right: 20px;
      margin-left: 28px; }
  .site-sticky .mini-cart .woo_mini-count:before,
  .cws_sticky_template .mini-cart .woo_mini-count:before {
    content: '\f12b';
    font-family: 'cwsicon';
    position: relative;
    top: 0;
    margin-right: 5px;
    font-size: 27px; }
  .site-sticky .mini-cart .woo_mini-count > span,
  .cws_sticky_template .mini-cart .woo_mini-count > span {
    font-size: 10px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    font-weight: 600;
    top: -13px;
    right: -12px;
    left: auto;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .site-sticky .mini-cart .woocommerce-mini-cart__buttons,
  .cws_sticky_template .mini-cart .woocommerce-mini-cart__buttons {
    margin: 0; }
  .site-sticky .wpm-language-switcher,
  .cws_sticky_template .wpm-language-switcher {
    margin-left: 28px;
    margin-right: 0; }
    .site-sticky .wpm-language-switcher:not(:last-child),
    .cws_sticky_template .wpm-language-switcher:not(:last-child) {
      margin-right: 19px;
      margin-left: 28px; }

.sticky-right-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .sticky-right-info .cws_button {
    min-width: 140px;
    min-height: 50px;
    border: solid 2px #ffffff;
    color: #ffffff;
    background: none; }

/*  -------------------
	Sticky header media styles
-------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .sticky-right-info .extra-button .cws_button:not(:disabled):hover {
    background: none; } }

@media screen and (max-width: 767px) {
  .cws_sticky_template {
    display: none; }
  .site-sticky:not(.sticky-mobile) {
    display: none; }
  .site-sticky.sticky-mobile {
    display: block; } }

/*  -------------------
	Mobile header styles
-------------------  */
.sticky-mobile,
.site-header-mobile {
  display: none; }
  .sticky-mobile .site_logotype,
  .site-header-mobile .site_logotype {
    width: 100%;
    margin: 0; }
  .sticky-mobile .header-bg,
  .site-header-mobile .header-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center; }
  .sticky-mobile.masked .header-bg,
  .sticky-mobile.masked .site-header-overlay,
  .sticky-mobile.masked .page_title_container,
  .site-header-mobile.masked .header-bg,
  .site-header-mobile.masked .site-header-overlay,
  .site-header-mobile.masked .page_title_container {
    -webkit-mask-image: url(../img/title_mask.svg);
    -webkit-mask-position: bottom center;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat; }

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

@media screen and (max-width: 1199px) {
  #site.desktop-menu-desktop .site-header,
  #site.desktop-menu-desktop .cws_header_template {
    display: none; }
  #site.desktop-menu-desktop .site-header-mobile {
    display: block; }
  #site.desktop-menu-desktop .cws_sticky_template {
    display: none; }
  #site.desktop-menu-desktop .site-sticky:not(.sticky-mobile) {
    display: none; }
  #site.desktop-menu-desktop .site-sticky.sticky-mobile {
    display: block; } }

@media screen and (max-width: 991px) {
  #site.desktop-menu-landscape .site-header,
  #site.desktop-menu-landscape .cws_header_template {
    display: none; }
  #site.desktop-menu-landscape .site-header-mobile {
    display: block; }
  #site.desktop-menu-landscape .cws_sticky_template {
    display: none; }
  #site.desktop-menu-landscape .site-sticky:not(.sticky-mobile) {
    display: none; }
  #site.desktop-menu-landscape .site-sticky.sticky-mobile {
    display: block; } }

@media screen and (max-width: 767px) {
  #site.desktop-menu-both .site-header,
  #site.desktop-menu-both .cws_header_template {
    display: none; }
  #site.desktop-menu-both .site-header-mobile {
    display: block; }
  #site.desktop-menu-both .cws_sticky_template {
    display: none; }
  #site.desktop-menu-both .site-sticky:not(.sticky-mobile) {
    display: none; }
  #site.desktop-menu-both .site-sticky.sticky-mobile {
    display: block; } }

@media screen and (max-width: 1199px) {
  .header_icons {
    margin: 0 0 0 15px; }
    .header_icons .mini-cart .woocommerce-mini-cart__buttons {
      margin: 0; } }

/*  -------------------
	Site search styles
-------------------  */
.search-trigger {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block; }
  .search-trigger .hidden_title {
    text-transform: none; }
  .search-trigger:after {
    content: '\f113';
    font-family: 'cwsicon';
    display: inline-block;
    margin: -4px 0;
    font-size: 1.75em;
    vertical-align: middle;
    position: relative;
    font-weight: 400; }
  .search-trigger.with_title:after {
    font-size: 1.1333em;
    margin: -4px 0 -4px 5px; }
  .search-trigger .search-trigger-text {
    margin-right: 14px;
    margin-left: 0; }

.site-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding: 37px 0 50px;
  z-index: 11; }
  .site-search.hidden {
    display: none; }
  .site-search .close-search {
    position: absolute;
    right: 21px;
    left: auto;
    top: -18px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: #3b545f;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .site-search .close-search:before {
      content: '\f12c';
      font-family: 'cwsicon';
      font-size: 8px;
      line-height: 1; }
  .site-search .search-form {
    margin: 0; }
    .site-search .search-form .success-search {
      display: none; }
    .site-search .search-form .label:after {
      top: 12px;
      right: 0;
      content: '\f113';
      font-family: 'cwsicon';
      position: absolute;
      font-size: 20px;
      line-height: initial;
      font-weight: 700; }
    .site-search .search-form .label .search-field {
      -webkit-border-radius: 0;
      border-radius: 0;
      padding: 9px 2px 11px;
      border: none;
      border-bottom: solid 1px rgba(74, 78, 87, 0.1);
      font-size: 25px;
      line-height: 33px;
      height: 53px; }
    .site-search .search-form .search-submit {
      width: 24px; }
      .site-search .search-form .search-submit:after {
        display: none; }

.search-form {
  margin-top: 15px;
  position: relative; }
  .search-form .label .search-field {
    border: solid 1px #f2f2f2;
    padding: 15px 70px 15px 25px; }
  .search-form .label .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 100%;
    padding: 0;
    width: 50px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    z-index: 1;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .search-form .label .search-submit .page-submit {
      display: none; }
    .search-form .label .search-submit:after {
      content: '\f113';
      font-family: 'cwsicon';
      font-size: 17px; }

/*  ====================
	Content styles
====================  */
/*  --------------------
	Layout styles
--------------------  */
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto; }

.wide_container {
  max-width: calc(100% - 50px);
  margin: 0 25px; }

/*  --------------------
	Layout media styles
--------------------  */
@media screen and (max-width: 1399px) {
  .container {
    max-width: 1200px; }
  .wide_container {
    width: 100% !important;
    margin: 0 auto; } }

@media screen and (max-width: 1199px) {
  .container {
    max-width: 992px; }
  .wide_container {
    width: 100% !important;
    margin: 0 auto; } }

@media screen and (max-width: 991px) {
  .container {
    max-width: 768px; } }

@media screen and (max-width: 767px) {
  .body-cont {
    width: 100%;
    overflow: hidden; }
  .container {
    width: 100%; }
  .cws_column_wrapper {
    width: 100%; } }

/*  --------------------
	Button up styles
--------------------  */
.button-up {
  position: fixed;
  right: 15px;
  bottom: -90px;
  width: 60px;
  height: 60px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 10px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  opacity: 0.7;
  color: #ffffff; }
  .button-up.active {
    bottom: 15px; }
  .button-up:before {
    content: '\f130';
    font: 400 normal 22px/1 'cwsicon';
    position: relative;
    top: -1px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .button-up:hover {
    opacity: 1; } }

@media screen and (max-width: 991px) {
  .button-up {
    width: 40px;
    height: 40px;
    opacity: 1; }
    .button-up:before {
      font-size: 16px;
      top: -1px; } }

/*  --------------------
	Search page styles
--------------------  */
body.search .main-content-inner .search-no-results {
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto 40px; }

body.search .main-content-inner form.search-form {
  margin: 0 auto 50px; }
  body.search .main-content-inner form.search-form .success-search {
    text-align: center; }
  body.search .main-content-inner form.search-form .label {
    position: relative; }
    body.search .main-content-inner form.search-form .label .search-field {
      -webkit-border-radius: 20px;
      border-radius: 20px; }
    body.search .main-content-inner form.search-form .label .search-submit {
      top: auto;
      bottom: 0;
      height: 50px;
      width: 60px; }
      body.search .main-content-inner form.search-form .label .search-submit:after {
        font-size: 20px; }

/*  --------------------
	Search page media styles
--------------------  */
@media screen and (max-width: 767px) {
  body.search .main-content-inner form.search-form .success-search {
    font-size: 24px; }
  body.search .main-content-inner form.search-form .label .search-field {
    font-size: 20px; } }

/*  -------------------
	Custom sidebars styles
-------------------  */
.custom_sidebars_wrapper {
  position: fixed;
  left: -320px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 320px;
  background-color: #ffffff;
  z-index: 11;
  -webkit-transition: right 0.25s ease, left 0.25s ease;
  transition: right 0.25s ease, left 0.25s ease; }
  .custom_sidebars_wrapper.active {
    left: 0;
    right: auto; }
  .custom_sidebars_wrapper .close_custom_sidebar {
    position: absolute;
    left: 19px;
    right: auto;
    top: 22px;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .custom_sidebars_wrapper .close_custom_sidebar:before {
      content: '\f10c';
      font-family: 'cwsicon';
      display: inline-block;
      font-size: 25px;
      color: #ffffff; }
  .custom_sidebars_wrapper .sidebar {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 30px 20px; }
    .custom_sidebars_wrapper .sidebar .cws-widget {
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
  .custom_sidebars_wrapper .social-share {
    font-size: 0;
    line-height: 1;
    margin: 0 -3px; }
    .custom_sidebars_wrapper .social-share > span {
      display: none; }
    .custom_sidebars_wrapper .social-share > a {
      font-size: 34px;
      display: inline-block;
      vertical-align: top;
      width: 34px;
      height: 34px;
      line-height: 34px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: 6px 3px 0;
      background-color: rgba(255, 255, 255, 0.2);
      text-align: center;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .custom_sidebars_wrapper .social-share > a i {
        color: #252525;
        font-size: 20px;
        line-height: 34px;
        display: block; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .custom_sidebars_wrapper .close_custom_sidebar:hover {
    opacity: 1; } }

/*  --------------------
	404 Page styles
--------------------  */
body.error404 .main-content-inner .content {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  body.error404 .main-content-inner .content .image-404 {
    position: relative;
    max-width: 602px;
    width: 100%;
    margin: 0 auto; }
    body.error404 .main-content-inner .content .image-404 .image-404-pic {
      position: relative;
      height: 0;
      padding: 57.6412% 0 0;
      background: url("../img/404.png") center center no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
  body.error404 .main-content-inner .content h1 {
    margin: 80px 0 0;
    font-size: 50px;
    line-height: 1.3em;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: capitalize; }
  body.error404 .main-content-inner .content .content-404 {
    max-width: 602px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.875em; }
  body.error404 .main-content-inner .content .cws_divider_wrapper {
    margin: 14px 0 15px; }
  body.error404 .main-content-inner .content .cws_button_wrapper {
    margin: 40px 0 0; }
    body.error404 .main-content-inner .content .cws_button_wrapper .cws_button {
      text-transform: capitalize;
      letter-spacing: normal; }

/*  --------------------
	404 Page media styles
--------------------  */
@media screen and (max-width: 767px) {
  body.error404 .main-content-inner .content {
    padding-top: 20px;
    padding-bottom: 20px; }
    body.error404 .main-content-inner .content h1 {
      margin: 40px 0 18px;
      font-size: 25px; } }

/*  ====================
	Visual Composer styles
====================  */
/*  --------------------
	VC common styles
--------------------  */
#main-content .cws-content.background_zoom_in > .vc_row, #main-content .cws-content.background_zoom_out > .vc_row, #main-content .cws-content.background_shift_right > .vc_row, #main-content .cws-content.background_shift_left > .vc_row {
  overflow: hidden !important; }
  #main-content .cws-content.background_zoom_in > .vc_row > .row_hover_effect, #main-content .cws-content.background_zoom_out > .vc_row > .row_hover_effect, #main-content .cws-content.background_shift_right > .vc_row > .row_hover_effect, #main-content .cws-content.background_shift_left > .vc_row > .row_hover_effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear; }
  #main-content .cws-content.background_zoom_in > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_zoom_out > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_shift_right > .vc_row > .cws_column_wrapper, #main-content .cws-content.background_shift_left > .vc_row > .cws_column_wrapper {
    position: relative;
    z-index: 1; }

#main-content .cws-content.background_zoom_out > .vc_row > .row_hover_effect {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

#main-content .cws-content.background_shift_right > .vc_row > .row_hover_effect {
  left: -40px; }

#main-content .cws-content.background_shift_left > .vc_row > .row_hover_effect {
  right: -40px; }

#main-content .cws-content.mask_top_left > .cws_layer,
#main-content .cws-content.mask_top_left > .vc_row {
  -webkit-mask-position: top left; }

#main-content .cws-content.mask_top_center > .cws_layer,
#main-content .cws-content.mask_top_center > .vc_row {
  -webkit-mask-position: top center; }

#main-content .cws-content.mask_top_right > .cws_layer,
#main-content .cws-content.mask_top_right > .vc_row {
  -webkit-mask-position: top right; }

#main-content .cws-content.mask_right_center > .cws_layer,
#main-content .cws-content.mask_right_center > .vc_row {
  -webkit-mask-position: right center; }

#main-content .cws-content.mask_bottom_right > .cws_layer,
#main-content .cws-content.mask_bottom_right > .vc_row {
  -webkit-mask-position: bottom right; }

#main-content .cws-content.mask_bottom_center > .cws_layer,
#main-content .cws-content.mask_bottom_center > .vc_row {
  -webkit-mask-position: bottom center; }

#main-content .cws-content.mask_bottom_left > .cws_layer,
#main-content .cws-content.mask_bottom_left > .vc_row {
  -webkit-mask-position: bottom left; }

#main-content .cws-content.mask_left_center > .cws_layer,
#main-content .cws-content.mask_left_center > .vc_row {
  -webkit-mask-position: left center; }

#main-content .cws-content > .cws_layer,
#main-content .cws-content > .vc_row {
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat; }

#main-content .cws-content > .vc_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  #main-content .cws-content > .vc_row.vc_row-o-equal-height {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }

.shadow_on_images img {
  -webkit-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
  -moz-box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
  box-shadow: 0 6px 16px 0px rgba(16, 1, 148, 0.18);
  -webkit-border-radius: 15px;
  border-radius: 15px; }

/*  --------------------
	VC common media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  #main-content .cws-content.background_zoom_in > .vc_row:hover > .row_hover_effect {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  #main-content .cws-content.background_zoom_out > .vc_row:hover > .row_hover_effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #main-content .cws-content.background_shift_right > .vc_row:hover > .row_hover_effect {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  #main-content .cws-content.background_shift_left > .vc_row:hover > .row_hover_effect {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); } }

/*  --------------------
	VC layout styles
--------------------  */
.cws-content {
  position: relative;
  width: 100%; }
  .cws-content.absolute {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }
    .cws-content.absolute > .vc_row {
      margin-left: 0;
      margin-right: 0; }
  .cws-content .cws_layer {
    position: absolute !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .cws-content .cws_layer > div {
      position: absolute;
      top: 0;
      height: 100%; }
  .cws-content .vc_row[data-vc-full-width]:not([data-vc-parallax]) {
    overflow: visible !important;
    margin-top: 0;
    margin-bottom: 0; }

.cws_header_template .vc_row > * {
  z-index: auto; }

.cws_inner_row_wrapper.shadow .vc_row {
  -webkit-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
  -moz-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
  box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06); }

.vc_row {
  position: relative; }
  .vc_row.overflow_hidden {
    overflow: hidden; }
  .vc_row:before {
    content: '';
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: inherit;
    border-radius: inherit; }
  .vc_row.vc_row-o-content-top {
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    align-items: flex-start !important; }
  .vc_row.vc_row-o-content-middle {
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important; }
  .vc_row.vc_row-o-content-bottom {
    -webkit-align-items: flex-end !important;
    -moz-align-items: flex-end !important;
    -ms-align-items: flex-end !important;
    align-items: flex-end !important; }
  .vc_row.vc_row-o-equal-height .wpb_wrapper {
    height: 100%; }
  .vc_row > * {
    position: relative;
    z-index: 1; }

.cws_column_wrapper.fade_left {
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px); }
  .cws_column_wrapper.fade_left.loaded {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.cws_column_wrapper.fade_right {
  opacity: 0;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px); }
  .cws_column_wrapper.fade_right.loaded {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

.cws_column_wrapper.fade_bottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px); }
  .cws_column_wrapper.fade_bottom.loaded {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

.cws_column_wrapper.grow_left {
  clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }
  .cws_column_wrapper.grow_left.loaded {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

.cws_column_wrapper.grow_right {
  clip-path: inset(0 0 0 100%);
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }
  .cws_column_wrapper.grow_right.loaded {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px); }

.cws_column_wrapper.grow_bottom {
  clip-path: inset(100% 0 0 0);
  -webkit-clip-path: inset(100% 0 0 0);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px); }
  .cws_column_wrapper.grow_bottom.loaded {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }

.cws_column_wrapper > .wpb_column {
  width: calc(100% + 30px);
  height: 100%;
  margin-left: -15px;
  margin-right: -15px; }
  .cws_column_wrapper > .wpb_column > .vc_column-inner {
    height: 100%; }

body .vc_col-has-fill > .vc_column-inner,
body .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
body .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0; }

/*  --------------------
	VC Accordion styles
--------------------  */
body.wpb-js-composer .vc_general.vc_tta-accordion {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
  -moz-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
  box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
  overflow: hidden; }
  body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel {
    padding-top: 36px;
    padding-bottom: 37px;
    position: relative; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel:not(:first-child) {
      margin: -13px 0 0;
      padding-top: 27px; }
      body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel:not(:first-child):before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        left: 61px;
        right: 32px;
        height: 1px;
        background-color: #f2f2f2; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
      border: none; }
      body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        margin: 0; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
          -webkit-transition: none;
          transition: none;
          top: 14px; }
          body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-chevron {
            width: 17px;
            height: 17px; }
          body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus {
            width: 20px;
            height: 20px; }
          body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle {
            width: 18px;
            height: 18px; }
            body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
              border-width: 9px; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
          padding: 0 35px 0 104px !important; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
          padding: 0 35px 0 104px !important; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
          left: 39px;
          right: auto; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
          padding: 0 104px 0 35px !important; }
        body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
          left: auto;
          right: 39px; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
      padding: 21px 35px 0;
      font-size: 14px;
      line-height: 30px;
      border: none; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel.vc_active {
      z-index: 1; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a {
    padding: 0 32px !important; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-body {
    text-align: left; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a {
    padding: 0 32px !important; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-body {
    text-align: right; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-center .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a {
    padding: 0 32px !important; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-center .vc_tta-panel .vc_tta-panel-body {
    text-align: center; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-blue .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #5855D7; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-blue .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: #5855D7; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-light-blue .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #03A9F4; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-light-blue .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: #03A9F4; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-light-yellow .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #FFEC00; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-light-yellow .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: #FFEC00; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-red .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #ff0000; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-red .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: #ff0000; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-crimson .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #EB437D; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.cws-color-crimson .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
    color: #EB437D; }

@media screen and (max-width: 767px) {
  body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel {
    padding-top: 27px;
    padding-bottom: 34px; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel:not(:first-child):before {
      left: 35px;
      right: 20px; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
      padding: 0 20px 0 55px !important; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left > a {
      padding: 0 20px 0 55px !important; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
      left: 20px;
      right: auto; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
      padding: 0 55px 0 20px !important; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
      left: auto;
      right: 20px; }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
      padding: 15px 20px 0; }
  body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a, body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a, body.wpb-js-composer .vc_general.vc_tta-accordion.vc_tta-controls-align-center .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:not(.vc_tta-controls-icon-position-left):not(.vc_tta-controls-icon-position-right) > a {
    padding: 0 20px !important; } }

/*  --------------------
	VC Tab styles
--------------------  */
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container {
  margin: 0 0 -10px !important;
  overflow: inherit !important; }
  body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    z-index: 10;
    top: calc(100% - 10px);
    height: 90px;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0; }
  body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    text-align: inherit;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background-color: rgba(242, 242, 242, 0.5);
    box-shadow: 0 24px 64px rgba(45, 48, 58, 0.06);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab {
      margin: 0;
      border: none; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:before {
        content: none;
        display: none; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:first-child > a {
        -webkit-border-radius: 10px 0 0 0;
        border-radius: 10px 0 0 0; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab:last-child > a {
        -webkit-border-radius: 0 10px 0 0;
        border-radius: 0 10px 0 0; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab > a {
        padding: 22px 40px 26px;
        border: none; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab .vc_tta-title-text {
        font-size: 18px;
        line-height: 27px;
        font-weight: 600;
        vertical-align: middle; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active {
        z-index: 1; }
        body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li.vc_tta-tab.vc_active > a {
          background-color: #ffffff; }

body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
  padding: 30px 37px 32px;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 24px 64px rgba(45, 48, 58, 0.06); }
  body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    border: none;
    margin: 0; }
    body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
      border: none;
      padding: 0 20px; }
      body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
        font-size: 18px;
        line-height: 1.2em; }
        body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
          padding: 20px 0 20px 28px !important; }
    body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
      font-size: 14px;
      line-height: 2.1429em;
      position: relative;
      z-index: 10;
      padding: 0; }

@media screen and (max-width: 767px) {
  body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels {
    padding: 0; }
    body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
      margin-bottom: 5px; }
      body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        text-align: center;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text {
          color: #ffffff !important; }
        body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
          font-weight: 600; }
          body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
            padding: 20px 0 !important; }
      body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        padding: 30px 20px; } }

/*  --------------------
	VC Toggle styles
--------------------  */
body.wpb-js-composer .vc_toggle {
  margin: 0;
  padding: 36px 32px 37px 104px;
  position: relative;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s; }
  body.wpb-js-composer .vc_toggle + .vc_toggle {
    padding-top: 27px;
    margin-top: -13px; }
    body.wpb-js-composer .vc_toggle + .vc_toggle:before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 61px;
      right: 32px;
      height: 1px;
      background-color: #f2f2f2; }
  body.wpb-js-composer .vc_toggle.vc_toggle_active {
    z-index: 2; }
    body.wpb-js-composer .vc_toggle.vc_toggle_active .vc_toggle_title h4 {
      color: inherit; }
    body.wpb-js-composer .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  body.wpb-js-composer .vc_toggle .vc_toggle_title {
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    body.wpb-js-composer .vc_toggle .vc_toggle_title h4 {
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      margin: 0;
      display: block; }
    body.wpb-js-composer .vc_toggle .vc_toggle_title .vc_toggle_icon {
      position: absolute;
      width: 17px;
      height: 17px;
      left: -62px;
      right: auto;
      top: 5px;
      text-align: center;
      display: block;
      line-height: 17px;
      color: inherit;
      -webkit-transition: transform 0.3s;
      transition: transform 0.3s; }
      body.wpb-js-composer .vc_toggle .vc_toggle_title .vc_toggle_icon:before {
        content: '\f12f';
        font: 400 normal 17px/17px 'cwsicon'; }
  body.wpb-js-composer .vc_toggle .vc_toggle_content {
    margin: 21px 0 0;
    font-size: 14px;
    line-height: 30px; }
  body.wpb-js-composer .vc_toggle.cws-color-blue.vc_toggle_active .vc_toggle_title {
    color: #5855D7; }
  body.wpb-js-composer .vc_toggle.cws-color-light-blue.vc_toggle_active .vc_toggle_title {
    color: #03A9F4; }
  body.wpb-js-composer .vc_toggle.cws-color-yellow.vc_toggle_active .vc_toggle_title {
    color: #FFEC00; }
  body.wpb-js-composer .vc_toggle.cws-color-red.vc_toggle_active .vc_toggle_title {
    color: #ff0000; }
  body.wpb-js-composer .vc_toggle.cws-color-crimson.vc_toggle_active .vc_toggle_title {
    color: #EB437D; }

/*  --------------------
	VC Toggle media styles
--------------------  */
@media screen and (max-width: 767px) {
  body.wpb-js-composer .vc_toggle {
    padding: 27px 20px 34px 55px; }
    body.wpb-js-composer .vc_toggle + .vc_toggle {
      padding-top: 27px;
      margin-top: -13px; }
      body.wpb-js-composer .vc_toggle + .vc_toggle:before {
        left: 35px;
        right: 20px; }
    body.wpb-js-composer .vc_toggle .vc_toggle_title .vc_toggle_icon {
      left: -35px;
      right: auto; }
    body.wpb-js-composer .vc_toggle .vc_toggle_content {
      margin: 15px 0 0;
      line-height: 24px; } }

/*  --------------------
	CWS VC Banner styles
--------------------  */
.cws_banner_module {
  position: relative;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding: 21px 30px;
  overflow: hidden; }
  .cws_banner_module:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1; }
  .cws_banner_module.button_floated {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_banner_module.button_floated .cws_button {
      margin-top: 0; }
    .cws_banner_module.button_floated.align_left {
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .cws_banner_module.button_floated.align_right {
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    .cws_banner_module.button_floated.align_center {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    .cws_banner_module.button_floated.vertical_align_top {
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
    .cws_banner_module.button_floated.vertical_align_middle {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .cws_banner_module.button_floated.vertical_align_bottom {
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end; }
    .cws_banner_module.button_floated .banner_part {
      width: auto; }
    .cws_banner_module.button_floated .banner_part + .banner_part {
      padding-left: 30px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }
  .cws_banner_module:not(.button_floated) {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_banner_module:not(.button_floated).vertical_align_top {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; }
    .cws_banner_module:not(.button_floated).vertical_align_middle {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    .cws_banner_module:not(.button_floated).vertical_align_bottom {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
  .cws_banner_module .banner_part {
    width: 100%;
    position: relative;
    z-index: 2; }
  .cws_banner_module .banner_title {
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    margin: 0; }
  .cws_banner_module .banner_desc {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.08px;
    margin: 0; }
  .cws_banner_module .cws_button {
    margin-top: 26px; }
    .cws_banner_module .cws_button, .cws_banner_module .cws_button.large, .cws_banner_module .cws_button.small {
      padding-left: 20px;
      padding-right: 20px; }
    .cws_banner_module .cws_button.small {
      font-size: 12px; }

/*  --------------------
	CWS VC Banner media styles
--------------------  */
@media screen and (max-width: 1199px) {
  .cws_banner_module.button_floated.landscape_align_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_banner_module.button_floated.landscape_align_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (max-width: 991px) {
  .cws_banner_module.button_floated.portrait_align_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_banner_module.button_floated.portrait_align_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media screen and (max-width: 767px) {
  .cws_banner_module.button_floated {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
    .cws_banner_module.button_floated.vertical_align_top {
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start; }
    .cws_banner_module.button_floated.vertical_align_middle {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center; }
    .cws_banner_module.button_floated.vertical_align_bottom {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end; }
    .cws_banner_module.button_floated .banner_part + .banner_part {
      padding: 0;
      margin: 23px 0 0;
      width: 100%; } }

/*  --------------------
	CWS VC Button styles
--------------------  */
.cws_button_wrapper {
  position: relative;
  z-index: 1; }

.cws_button {
  text-align: center; }
  .cws_button.simple > span:after {
    display: none; }
  .cws_button.arrow_fade_out > span {
    padding-right: 28px; }
    .cws_button.arrow_fade_out > span:after {
      right: 0;
      left: auto;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .cws_button.arrow_fade_out.small > span {
    padding-right: 20px; }
  .cws_button.arrow_fade_in > span {
    padding-left: 14px;
    padding-right: 14px; }
    .cws_button.arrow_fade_in > span:after {
      opacity: 0;
      right: 0;
      left: auto;
      -webkit-transition: right 0.3s ease, opacity 0.15s ease;
      transition: right 0.3s ease, opacity 0.15s ease; }
  .cws_button.arrow_fade_in.small > span {
    padding-left: 10px;
    padding-right: 10px; }
  .cws_button > span {
    position: relative;
    -webkit-transition: padding 0.3s ease;
    transition: padding 0.3s ease; }
    .cws_button > span:after {
      content: '\f129';
      position: absolute;
      right: 0;
      left: auto;
      width: 10px;
      height: 19px;
      font: 700 normal 12px/19px 'cwsicon'; }
    .cws_button > span > i {
      margin-right: 10px;
      display: inline-block;
      margin-top: -2px;
      position: relative;
      top: 2px; }
      .cws_button > span > i:before {
        font-size: 18px; }

.cws_button,
a.showcoupon,
body div.wpforms-container-full .wpforms-form button[type=submit],
.post-password-form input[type='submit'],
.comment-form .submit,
.added_to_cart,
.woo_mini_cart .button,
.woocommerce .button,
.cws_woo_modal_content .button {
  min-height: 55px;
  padding: 17px 23px;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #fff;
  border: none;
  white-space: normal;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 100px;
  border-radius: 100px; }
  .cws_button.large,
  a.showcoupon.large,
  body div.wpforms-container-full .wpforms-form button[type=submit].large,
  .post-password-form input[type='submit'].large,
  .comment-form .submit.large,
  .added_to_cart.large,
  .woo_mini_cart .button.large,
  .woocommerce .button.large,
  .cws_woo_modal_content .button.large {
    min-height: 65px;
    padding: 22px 42px;
    font-weight: 600;
    font-size: 16px; }
  .cws_button.small,
  a.showcoupon.small,
  body div.wpforms-container-full .wpforms-form button[type=submit].small,
  .post-password-form input[type='submit'].small,
  .comment-form .submit.small,
  .added_to_cart.small,
  .woo_mini_cart .button.small,
  .woocommerce .button.small,
  .cws_woo_modal_content .button.small {
    padding: 14px 18px;
    font-size: 14px;
    min-height: 49px; }
  .cws_button:disabled,
  a.showcoupon:disabled,
  body div.wpforms-container-full .wpforms-form button[type=submit]:disabled,
  .post-password-form input[type='submit']:disabled,
  .comment-form .submit:disabled,
  .added_to_cart:disabled,
  .woo_mini_cart .button:disabled,
  .woocommerce .button:disabled,
  .cws_woo_modal_content .button:disabled {
    opacity: 0.5;
    cursor: default; }
  .cws_button.shadow,
  a.showcoupon.shadow,
  body div.wpforms-container-full .wpforms-form button[type=submit].shadow,
  .post-password-form input[type='submit'].shadow,
  .comment-form .submit.shadow,
  .added_to_cart.shadow,
  .woo_mini_cart .button.shadow,
  .woocommerce .button.shadow,
  .cws_woo_modal_content .button.shadow {
    -webkit-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25);
    box-shadow: 0 4px 4px rgba(68, 68, 68, 0.25); }

/*  --------------------
	CWS VC Button media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_button.arrow_fade_out:not(:disabled):hover > span {
    padding-left: 14px;
    padding-right: 14px; }
    .cws_button.arrow_fade_out:not(:disabled):hover > span:after {
      right: -28px;
      left: auto;
      opacity: 0; }
  .cws_button.arrow_fade_out:not(:disabled):hover.small > span {
    padding-left: 10px;
    padding-right: 10px; }
    .cws_button.arrow_fade_out:not(:disabled):hover.small > span:after {
      right: -20px;
      left: auto; }
  .cws_button.arrow_fade_in:not(:disabled):hover > span {
    padding-left: 0;
    padding-right: 28px; }
    .cws_button.arrow_fade_in:not(:disabled):hover > span:after {
      right: 0;
      left: auto;
      opacity: 1;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .cws_button.arrow_fade_in:not(:disabled):hover.small > span {
    padding-left: 0;
    padding-right: 20px; }
  .cws_button:not(:disabled):hover,
  a.showcoupon:not(:disabled):hover,
  body div.wpforms-container-full .wpforms-form button[type=submit]:not(:disabled):hover,
  .post-password-form input[type='submit']:not(:disabled):hover,
  .comment-form .submit:not(:disabled):hover,
  .added_to_cart:not(:disabled):hover,
  .woo_mini_cart .button:not(:disabled):hover,
  .woocommerce .button:not(:disabled):hover,
  .cws_woo_modal_content .button:not(:disabled):hover {
    color: #ffffff; }
    .cws_button:not(:disabled):hover.shadow,
    a.showcoupon:not(:disabled):hover.shadow,
    body div.wpforms-container-full .wpforms-form button[type=submit]:not(:disabled):hover.shadow,
    .post-password-form input[type='submit']:not(:disabled):hover.shadow,
    .comment-form .submit:not(:disabled):hover.shadow,
    .added_to_cart:not(:disabled):hover.shadow,
    .woo_mini_cart .button:not(:disabled):hover.shadow,
    .woocommerce .button:not(:disabled):hover.shadow,
    .cws_woo_modal_content .button:not(:disabled):hover.shadow {
      -webkit-box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5);
      -moz-box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5);
      box-shadow: 0 10px 25px rgba(96, 96, 96, 0.5); } }

/*  --------------------
	CWS VC Divider styles
--------------------  */
.cws_divider_wrapper .cws_divider {
  position: relative;
  width: 100%;
  height: 1px;
  margin: 0 auto; }

.cws_divider_wrapper.style_special .cws_divider {
  width: 48px;
  height: 10px; }

.cws_divider_wrapper svg {
  display: block;
  margin: 0 auto; }

/*  -------------------
	Icon list styles
-------------------  */
.cws_icon_list_module {
  line-height: initial;
  display: block; }
  .cws_icon_list_module.direction_column .cws_icon_list_wrapper > * {
    margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper > * {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 5px; }
    .cws_icon_list_module.direction_line .cws_icon_list_wrapper > *:first-child {
      margin-left: 0 !important; }
    .cws_icon_list_module.direction_line .cws_icon_list_wrapper > *:last-child {
      margin-right: 0 !important; }
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper .with_divider:not(:first-child) {
    position: relative; }
    .cws_icon_list_module.direction_line .cws_icon_list_wrapper .with_divider:not(:first-child):before {
      content: '';
      width: 1px;
      height: 21px;
      display: block;
      position: absolute;
      top: 50%;
      opacity: 0.5;
      margin: -10px 0 0; }
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper .social_button:not(.with_divider):first-child,
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper .social_button.with_divider:not(:last-child) {
    margin-right: 8px !important; }
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper .social_button:not(.with_divider):not(:first-child):not(:last-child) {
    margin-left: 8px !important;
    margin-right: 8px !important; }
  .cws_icon_list_module.direction_line .cws_icon_list_wrapper .social_button:not(.with_divider):last-child {
    margin-left: 8px !important; }
  .cws_icon_list_module.icon_bg i {
    padding: 7px; }
  .cws_icon_list_module.icon_bg .title {
    margin-left: 10px; }
  .cws_icon_list_module:not(.icon_bg) i {
    background-color: transparent !important; }
  .cws_icon_list_module p {
    margin-bottom: 0; }
  .cws_icon_list_module .title {
    font-size: 16px;
    margin-left: 8px;
    position: relative;
    display: inline-block; }
    .cws_icon_list_module .title:first-child, .cws_icon_list_module .title:empty {
      margin-left: 0; }
  .cws_icon_list_module i {
    height: auto;
    line-height: 0;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s; }
    .cws_icon_list_module i:before {
      width: 1em;
      height: 1em;
      line-height: 1em;
      text-align: center;
      display: inline-block; }
  .cws_icon_list_module .login-block .login-separator:last-child,
  .cws_icon_list_module .login-block .login-separator:first-child {
    display: none; }
  .cws_icon_list_module .mini-cart .woo_mini-count {
    background: none !important;
    padding: 0 !important; }
    .cws_icon_list_module .mini-cart .woo_mini-count:before {
      content: '\f12b';
      font-family: 'cwsicon';
      position: relative;
      top: 0;
      margin-right: 5px;
      font-size: 27px !important; }
    .cws_icon_list_module .mini-cart .woo_mini-count > span {
      font-size: 10px;
      height: 18px;
      width: 18px;
      line-height: 18px;
      text-align: center;
      position: absolute;
      font-weight: 600;
      top: -13px;
      right: -12px;
      color: #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .cws_icon_list_module .search-trigger:after {
    font-size: 1.75em; }
  .cws_icon_list_module .social_button .title {
    margin-right: 8px;
    margin-left: 0; }
    .cws_icon_list_module .social_button .title:last-child, .cws_icon_list_module .social_button .title:empty {
      margin-right: 0; }
  .cws_icon_list_module.icon_bg .custom_url i,
  .cws_icon_list_module.icon_bg .social_button i {
    background-color: rgba(255, 255, 255, 0.5); }
  .cws_icon_list_module .mini-cart .woo_mini-count > span {
    background-color: rgba(255, 255, 255, 0.5); }

.cws_footer_template .cws_icon_list_module .wpm-language-switcher.switcher-dropdown .language-dropdown {
  top: auto;
  bottom: 100%; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_icon_list_module .wpm-language-switcher.switcher-dropdown .language-dropdown li:hover {
    background-color: #e4e4e4; } }

/*  -------------------
	Icon styles
-------------------  */
.cws_icon_module {
  text-align: center;
  font-size: 0;
  line-height: 1; }
  .cws_icon_module .icon_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .cws_icon_module .icon_wrapper i {
      font-size: 70px;
      line-height: 1em;
      position: relative;
      z-index: 2;
      display: inline-block;
      vertical-align: top; }
      .cws_icon_module .icon_wrapper i:before {
        font-size: inherit;
        line-height: 1em; }
    .cws_icon_module .icon_wrapper.color_type_gradient i, .cws_icon_module .icon_wrapper.color_type_custom_gradient i {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .cws_icon_module .icon_wrapper .shape {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 0;
      width: 100%;
      padding: 100% 0 0;
      z-index: 1; }
  .cws_icon_module.icon_shape_round .icon_wrapper i {
    padding: 0.4474em; }
  .cws_icon_module.icon_shape_round .icon_wrapper .shape {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .cws_icon_module.icon_shape_rounded .icon_wrapper i {
    padding: 0.4474em; }
  .cws_icon_module.icon_shape_rounded .icon_wrapper .shape {
    -webkit-border-radius: 20px;
    border-radius: 20px; }

/*  --------------------
	CWS VC Menu List styles
--------------------  */
.cws_menu_list_module .menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.cws_menu_list_module .menu-item .mm_tag {
  margin-left: 5px;
  display: inline-block;
  color: #fff;
  padding: 1px 3px 0;
  font-size: 9px;
  line-height: 13px;
  position: relative;
  top: -1px; }

/*  --------------------
	CWS VC Milestone styles
--------------------  */
.cws_milestone_module {
  position: relative;
  text-align: center;
  font-size: 0;
  line-height: 1; }
  .cws_milestone_module > * {
    position: relative;
    z-index: 3; }
  .cws_milestone_module .milestone_background {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: 0; }
  .cws_milestone_module .count_wrapper.color_type_custom_gradient, .cws_milestone_module .count_wrapper.color_type_gradient {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .cws_milestone_module .count_wrapper .counter,
  .cws_milestone_module .count_wrapper .symbol {
    font-size: 50px;
    line-height: 65px;
    font-weight: 600; }
  .cws_milestone_module .milestone_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0; }
    .cws_milestone_module .milestone_title:not(:first-child) {
      margin: 5px 0 0; }
    .cws_milestone_module .milestone_title.color_type_gradient .milestone_title_text, .cws_milestone_module .milestone_title.color_type_custom_gradient .milestone_title_text {
      display: inline-block;
      line-height: inherit;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .cws_milestone_module div.milestone_title {
    font-weight: 400; }
  .cws_milestone_module .content_wrapper {
    font-size: 14px;
    line-height: 25px; }
    .cws_milestone_module .content_wrapper:not(:first-child) {
      margin: 12px 0 0; }

/*  --------------------
	CWS VC Info Box styles
--------------------  */
.cws_latest_posts h4 {
  margin-bottom: 23px;
  font-weight: 700; }
  .cws_latest_posts h4 i {
    font-size: 1.05em;
    line-height: 1em !important;
    margin: 0 6px;
    display: inline-block; }
    .cws_latest_posts h4 i:before {
      font-size: inherit !important; }

.cws_latest_posts .cws_latest_post {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_latest_posts .cws_latest_post:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid; }
  .cws_latest_posts .cws_latest_post .image_wrapper {
    width: 70px;
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    line-height: 0; }
    .cws_latest_posts .cws_latest_post .image_wrapper img {
      position: relative;
      display: block; }
  .cws_latest_posts .cws_latest_post .info_wrapper .title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700; }
  .cws_latest_posts .cws_latest_post .info_wrapper .date {
    font-size: 13px;
    font-weight: 500; }
  .cws_latest_posts .cws_latest_post .info_wrapper .category {
    font-size: 11px;
    line-height: 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400; }
    .cws_latest_posts .cws_latest_post .info_wrapper .category:not(:last-child) {
      margin-bottom: 11px; }

.main-content .cws_latest_posts h4 {
  padding: 0 0 0 24px;
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left;
  position: relative; }
  .main-content .cws_latest_posts h4:before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 11px;
    top: 7px;
    left: 4px;
    right: auto;
    border-left-width: 3px;
    border-right-width: 3px;
    border-left-style: solid;
    border-right-style: solid;
    -webkit-transform: skew(-28deg);
    -ms-transform: skew(-28deg);
    transform: skew(-28deg); }
  .main-content .cws_latest_posts h4:after {
    content: '';
    display: block;
    width: 100%;
    min-width: 44px;
    margin: 12px 0 0 12px;
    height: 1px;
    background-color: #c9c9c9;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  .main-content .cws_latest_posts h4 .widget-title-text {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    max-width: calc(100% - 56px); }

.main-content .cws_latest_posts .cws_latest_post:not(:last-child) {
  border-color: rgba(220, 220, 220, 0.5); }

/*  --------------------
	CWS VC Logo styles
--------------------  */
@media screen and (min-width: 1199px) {
  .site_logotype img {
    max-width: 160px;
    height: auto !important; } }

@media screen and (min-width: 1399px) {
  .site_logotype img {
    max-width: none; } }

/*  --------------------
	CWS VC Pie Charts styles
--------------------  */
.wpb_content_element.vc_pie_chart .vc_pie_chart_back {
  border-color: #f1f1f4 !important; }

.wpb_content_element.vc_pie_chart .vc_pie_chart_value {
  font-size: 32px; }

.wpb_content_element.vc_pie_chart .wpb_pie_chart_heading {
  font-size: 20px;
  margin-top: 5px; }

/*  --------------------
	CWS VC Pricing Plan styles
--------------------  */
.cws_pricing_plan_module {
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(132, 78, 213, 0.05);
  -moz-box-shadow: 0px 5px 15px rgba(132, 78, 213, 0.05);
  box-shadow: 0px 5px 15px rgba(132, 78, 213, 0.05);
  background-color: #ffffff; }
  .cws_pricing_plan_module:before {
    content: '';
    display: block;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0; }
  .cws_pricing_plan_module .cws_pricing_plan_header {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    padding: 28px 52px 0;
    z-index: 2; }
    .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_title {
      font-size: 25px;
      line-height: 1.3em;
      font-weight: 800;
      -webkit-transition: color 0.3s, font-size 0.3s;
      transition: color 0.3s, font-size 0.3s; }
    .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_image {
      position: relative;
      -webkit-mask-image: url("../img/ellipse_mask.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      width: 178px;
      height: 178px;
      margin: 0 auto;
      background-color: #f5fbfe;
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_image:not(:first-child) {
        margin-top: 20px; }
      .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_image img,
      .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_image svg {
        display: block;
        max-width: 100%;
        max-height: 100%; }
    .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_price {
      font-size: 50px;
      line-height: 65px;
      font-weight: 700;
      letter-spacing: 0.03em;
      -webkit-transition: color 0.3s, padding 0.3s;
      transition: color 0.3s, padding 0.3s; }
      .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_price:not(:first-child) {
        margin-top: 28px; }
      .cws_pricing_plan_module .cws_pricing_plan_header .cws_pricing_plan_price .price_description {
        font-weight: 600;
        font-size: 20px;
        margin: 0 0 0 6px;
        letter-spacing: normal; }
    .cws_pricing_plan_module .cws_pricing_plan_header .attention {
      position: absolute;
      display: block;
      font-weight: 600;
      font-size: 16px;
      line-height: 25px;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      color: #ffffff;
      background-color: #5557d6;
      text-align: center;
      width: 215px;
      height: 32px;
      bottom: 100%;
      right: -42px;
      left: auto;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      z-index: 2;
      margin: 0 0 -81px;
      opacity: 0; }
      .cws_pricing_plan_module .cws_pricing_plan_header .attention .attention_text {
        position: absolute;
        background-color: inherit;
        left: 0;
        right: 0;
        padding: 2px 30px 5px;
        bottom: 0; }
  .cws_pricing_plan_module .cws_pricing_plan_content {
    padding: 0 52px 50px;
    position: relative;
    z-index: 2; }
    .cws_pricing_plan_module .cws_pricing_plan_content:not(:first-child) {
      margin-top: 21px; }
    .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper p {
      margin: 0;
      padding: 16px 0; }
    .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul,
    .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left; }
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li,
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li {
        padding: 11px 0 11px 75px;
        font-weight: 400;
        position: relative;
        -webkit-transition: color 0.3s;
        transition: color 0.3s; }
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li strong,
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li strong {
          font-weight: 600; }
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li:not(:first-child),
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li:not(:first-child) {
          border-top: solid 1px rgba(84, 88, 214, 0.2);
          -webkit-transition: border-color 0.3s, color 0.3s;
          transition: border-color 0.3s, color 0.3s; }
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li:before,
        .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li:before {
          content: '\f115';
          display: block;
          position: absolute;
          -webkit-transition: color 0.3s;
          transition: color 0.3s;
          font: 400 normal 18px/18px 'cwsicon';
          left: 30px;
          right: auto;
          top: 17px;
          width: 18px;
          height: 18px;
          text-align: center;
          margin: 0;
          color: inherit; }
    .cws_pricing_plan_module .cws_pricing_plan_content .cws_button_wrapper:not(:first-child) {
      margin: 32px 0 0; }
    .cws_pricing_plan_module .cws_pricing_plan_content .cws_button_wrapper .cws_button {
      min-width: 160px; }
  .cws_pricing_plan_module:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    -webkit-transition: left 0.3s, right 0.3s, opacity 0.3s;
    transition: left 0.3s, right 0.3s, opacity 0.3s; }
  .cws_pricing_plan_module.highlighted {
    -webkit-box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    -moz-box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    -webkit-transform: translateY(-31px);
    -ms-transform: translateY(-31px);
    transform: translateY(-31px); }
    .cws_pricing_plan_module.highlighted:before {
      opacity: 1; }
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_header {
      padding: 46px 52px 0; }
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .cws_pricing_plan_title,
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .cws_pricing_plan_price,
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .cws_pricing_plan_price_description {
        color: #ffffff; }
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .cws_pricing_plan_title {
        font-size: 30px; }
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .cws_pricing_plan_price:not(:first-child) {
        margin-top: 34px; }
      .cws_pricing_plan_module.highlighted .cws_pricing_plan_header .attention {
        opacity: 1; }
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .content-wrapper p,
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .content-wrapper li {
      color: #ffffff; }
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .content-wrapper ol li:not(:first-child), .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .content-wrapper ul li:not(:first-child) {
      border-top-color: rgba(255, 255, 255, 0.3); }
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .content-wrapper ul li:before {
      color: #ffdd6e; }
    .cws_pricing_plan_module.highlighted .cws_pricing_plan_content .cws_button_wrapper .cws_button {
      background: #ffffff;
      color: #000000;
      -webkit-box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5);
      -moz-box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5);
      box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5); }

/*  --------------------
	CWS VC Pricing Plan media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_pricing_plan_module:hover {
    -webkit-box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    -moz-box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    box-shadow: -10px 20px 35px rgba(145, 157, 198, 0.7);
    -webkit-transform: translateY(-31px);
    -ms-transform: translateY(-31px);
    transform: translateY(-31px); }
    .cws_pricing_plan_module:hover:before {
      opacity: 1; }
    .cws_pricing_plan_module:hover .cws_pricing_plan_header {
      padding: 46px 52px 0; }
      .cws_pricing_plan_module:hover .cws_pricing_plan_header .cws_pricing_plan_title,
      .cws_pricing_plan_module:hover .cws_pricing_plan_header .cws_pricing_plan_price,
      .cws_pricing_plan_module:hover .cws_pricing_plan_header .cws_pricing_plan_price_description {
        color: #ffffff; }
    .cws_pricing_plan_module:hover .cws_pricing_plan_content .content-wrapper p,
    .cws_pricing_plan_module:hover .cws_pricing_plan_content .content-wrapper li {
      color: #ffffff; }
    .cws_pricing_plan_module:hover .cws_pricing_plan_content .content-wrapper ol li:not(:first-child), .cws_pricing_plan_module:hover .cws_pricing_plan_content .content-wrapper ul li:not(:first-child) {
      border-color: rgba(255, 255, 255, 0.3); }
    .cws_pricing_plan_module:hover .cws_pricing_plan_content .content-wrapper ul li:before {
      color: #ffdd6e; }
    .cws_pricing_plan_module:hover .cws_pricing_plan_content .cws_button_wrapper .cws_button {
      background: #ffffff;
      color: #000000;
      -webkit-box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5);
      -moz-box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5);
      box-shadow: 0px 10px 35px rgba(96, 96, 96, 0.5); } }

@media screen and (max-width: 767px) {
  .cws_pricing_plan_module .cws_pricing_plan_header {
    padding: 20px; }
  .cws_pricing_plan_module .cws_pricing_plan_content {
    padding: 0 20px 20px; }
    .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li,
    .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li {
      padding: 20px 0 18px 45px; }
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li:before,
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li:before {
        left: 0; }
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ul li:after,
      .cws_pricing_plan_module .cws_pricing_plan_content .content-wrapper ol li:after {
        left: 4px; }
    .cws_pricing_plan_module .cws_pricing_plan_content .attention {
      margin: 0; }
      .cws_pricing_plan_module .cws_pricing_plan_content .attention:not(:first-child) {
        margin: 40px 0 0; } }

/*  --------------------
	CWS VC Progress Bar styles
--------------------  */
.cws_progress_bar_module .cws_progress_bar_title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  margin: 0 52px 0 0; }
  .cws_progress_bar_module .cws_progress_bar_title:not(:last-child) {
    margin-bottom: 14px; }

.cws_progress_bar_module .progress_bar {
  width: 100%;
  height: 6px;
  background-color: #f1f1f4;
  position: relative;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .cws_progress_bar_module .progress_bar .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #111;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .cws_progress_bar_module .progress_bar .percents {
    position: absolute;
    right: -1px;
    left: auto;
    bottom: calc(100% + 14px);
    -webkit-transition: inherit;
    transition: inherit;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600; }

/*  --------------------
	CWS VC Roadmap styles
--------------------  */
.cws_roadmap_module {
  margin: 0 -15px -60px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws_roadmap_module.style_square .cws_roadmap_item .roadmap_icon_wrapper {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .cws_roadmap_module.style_round .cws_roadmap_item .roadmap_icon_wrapper {
    margin-bottom: -10px;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .cws_roadmap_module.style_round .cws_roadmap_item .roadmap_icon_wrapper .number {
      right: -10px;
      bottom: -10px; }
  .cws_roadmap_module .cws_roadmap_item {
    position: relative;
    margin: 0 15px 60px;
    width: calc(25% - 30px); }
    .cws_roadmap_module .cws_roadmap_item:last-child .roadmap_divider, .cws_roadmap_module .cws_roadmap_item:nth-child(4n) .roadmap_divider {
      display: none; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper {
      position: relative;
      display: inline-block;
      width: 70px;
      height: 70px;
      background-color: #eeeeee; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper i:before {
          font-size: 40px;
          line-height: 40px; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper .number {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        right: -20px;
        bottom: -20px;
        font-size: 20px;
        font-weight: 600;
        background-color: #dddddd; }
        .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper .number i:before {
          content: '\f115';
          font-family: 'cwsicon';
          font-size: 15px; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_divider {
      position: absolute;
      left: 110px;
      top: 60px;
      width: calc(100% - 130px);
      height: 2px;
      background-size: 12px 2px; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_divider:after {
        content: '\f129';
        font-family: 'cwsicon';
        position: absolute;
        right: -18px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_content_wrapper .roadmap_title {
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 600;
      margin: 25px 0 0; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_content_wrapper .roadmap_description {
      margin-top: 11px;
      line-height: 1.8em; }
    .cws_roadmap_module .cws_roadmap_item.active .roadmap_icon_wrapper i,
    .cws_roadmap_module .cws_roadmap_item.active .roadmap_icon_wrapper .number {
      color: #ffffff; }

/*  --------------------
	CWS VC Roadmap media styles
--------------------  */
@media screen and (max-width: 991px) {
  .cws_roadmap_module .cws_roadmap_item {
    width: calc(50% - 30px); }
    .cws_roadmap_module .cws_roadmap_item:nth-child(2n) .roadmap_divider {
      display: none; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper {
      display: block; }
    .cws_roadmap_module .cws_roadmap_item .roadmap_divider {
      width: calc(100% - 145px); } }

@media screen and (max-width: 767px) {
  .cws_roadmap_module {
    margin: 0 0 -45px; }
    .cws_roadmap_module .cws_roadmap_item {
      width: 100%;
      margin: 0 0 45px;
      text-align: center; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_icon_wrapper {
        margin: 0 auto; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_divider {
        display: none; }
      .cws_roadmap_module .cws_roadmap_item .roadmap_content_wrapper .roadmap_title {
        margin-top: 25px; } }

/*  --------------------
	CWS VC Text styles
--------------------  */
.cws_textmodule .cws_textmodule_title {
  margin-top: 0; }
  .cws_textmodule .cws_textmodule_title .cws_textmodule_title_text {
    display: inline-block;
    line-height: inherit; }
    .cws_textmodule .cws_textmodule_title .cws_textmodule_title_text.title_color_gradient, .cws_textmodule .cws_textmodule_title .cws_textmodule_title_text.title_color_custom_gradient {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.cws_textmodule .cws_textmodule_subtitle {
  font-size: 0;
  line-height: 1; }
  .cws_textmodule .cws_textmodule_subtitle .cws_textmodule_subtitle_text {
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 100em;
    border-radius: 100em;
    font-size: 12px;
    line-height: 1em;
    padding: 0.8333em 1.6667em 1em;
    margin: 0 0 19px;
    color: #ffffff; }

.cws_textmodule .cws_textmodule_divider {
  font-size: 0;
  line-height: 1; }
  .cws_textmodule .cws_textmodule_divider:not(:last-child) {
    margin: 0 0 18px; }
  .cws_textmodule .cws_textmodule_divider .cws_textmodule_divider_inner {
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 10px;
    -webkit-mask-image: url("../img/divider.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }

/*  --------------------
	CWS VC Text media styles
--------------------  */
/*  --------------------
	CWS VC Gallery styles
--------------------  */
.cws_gallery_wrapper {
  overflow: hidden; }
  .cws_gallery_wrapper .cws_gallery_images {
    margin: 0 -15px -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_gallery_wrapper .cws_gallery_images.columns_2 .cws_gallery_image {
      width: 50%; }
    .cws_gallery_wrapper .cws_gallery_images.columns_3 .cws_gallery_image {
      width: 33.3%; }
    .cws_gallery_wrapper .cws_gallery_images.columns_4 .cws_gallery_image {
      width: 25%; }
    .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image {
      display: inline-block;
      position: relative;
      padding: 0 15px;
      margin-bottom: 30px;
      line-height: 0px; }
      .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image img {
        display: block;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
      .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay {
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        padding: 0 30px;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .text_wrapper {
          text-align: center;
          line-height: initial; }
          .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .text_wrapper h5 {
            position: relative;
            margin-bottom: 11px;
            font-weight: 600; }
        .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .icon_wrapper {
          position: absolute;
          left: 50%;
          top: 50%;
          width: 48px;
          height: 48px;
          line-height: 50px;
          text-align: center;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          -webkit-border-radius: 50%;
          border-radius: 50%; }
          .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay .icon_wrapper:before {
            content: '\f104';
            font-family: 'cwsicon';
            font-size: 20px; }

/*  --------------------
	CWS VC Gallery media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image:hover .cws_gallery_overlay {
    opacity: 1; } }

@media screen and (max-width: 767px) {
  .cws_gallery_wrapper .cws_gallery_images {
    margin: 0 0 15px; }
    .cws_gallery_wrapper .cws_gallery_images.columns_2 .cws_gallery_image, .cws_gallery_wrapper .cws_gallery_images.columns_3 .cws_gallery_image, .cws_gallery_wrapper .cws_gallery_images.columns_4 .cws_gallery_image {
      width: 100%;
      padding: 0; } }

/*  --------------------
	CWS VC Service styles
--------------------  */
.cws_footer_template .cws_service_module.style_icon_left .service_image_wrapper,
.cws_footer_template .cws_service_module.style_icon_left .service_icon_wrapper,
.cws_sticky_template .cws_service_module.style_icon_left .service_image_wrapper,
.cws_sticky_template .cws_service_module.style_icon_left .service_icon_wrapper,
.cws_header_template .cws_service_module.style_icon_left .service_image_wrapper,
.cws_header_template .cws_service_module.style_icon_left .service_icon_wrapper {
  margin-right: 20px; }

.cws_footer_template .cws_service_module.style_icon_right .service_image_wrapper,
.cws_footer_template .cws_service_module.style_icon_right .service_icon_wrapper,
.cws_sticky_template .cws_service_module.style_icon_right .service_image_wrapper,
.cws_sticky_template .cws_service_module.style_icon_right .service_icon_wrapper,
.cws_header_template .cws_service_module.style_icon_right .service_image_wrapper,
.cws_header_template .cws_service_module.style_icon_right .service_icon_wrapper {
  margin-left: 20px; }

.cws_footer_template .cws_service_module .service_content_wrapper .content_wrapper,
.cws_sticky_template .cws_service_module .service_content_wrapper .content_wrapper,
.cws_header_template .cws_service_module .service_content_wrapper .content_wrapper {
  margin-top: 0; }

.cws_sticky_template .cws_service_module.style_icon_left.align_left, .cws_sticky_template .cws_service_module.style_icon_right.align_left,
.cws_header_template .cws_service_module.style_icon_left.align_left,
.cws_header_template .cws_service_module.style_icon_right.align_left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.cws_sticky_template .cws_service_module.style_icon_left.align_center, .cws_sticky_template .cws_service_module.style_icon_right.align_center,
.cws_header_template .cws_service_module.style_icon_left.align_center,
.cws_header_template .cws_service_module.style_icon_right.align_center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.cws_sticky_template .cws_service_module.style_icon_left.align_right, .cws_sticky_template .cws_service_module.style_icon_right.align_right,
.cws_header_template .cws_service_module.style_icon_left.align_right,
.cws_header_template .cws_service_module.style_icon_right.align_right {
  text-align: left !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.cws_service_module,
.cws_service_module:before,
.cws_service_module:after,
.cws_service_module .service_icon_wrapper,
.cws_service_module .service_icon_wrapper i:before,
.cws_service_module .service_icon_wrapper svg,
.cws_service_module .service_content_wrapper .service_title,
.cws_service_module .service_content_wrapper .content_wrapper {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cws-srv-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto; }

.cws_service_module {
  display: block;
  position: relative;
  text-align: center;
  color: inherit; }
  .cws_service_module.image_shape_rounded .service_image_wrapper img {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .cws_service_module.image_shape_round .service_image_wrapper img {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .cws_service_module.image_shape_ellipse .service_image_wrapper {
    -webkit-mask-image: url("../img/ellipse_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat; }
  .cws_service_module.image_shape_triangle .service_image_wrapper {
    -webkit-mask-image: url("../img/triangle_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat; }
  .cws_service_module.icon_shape_none .service_icon_wrapper {
    padding: 0 1px; }
  .cws_service_module.icon_shape_blot .service_icon_wrapper {
    position: relative; }
    .cws_service_module.icon_shape_blot .service_icon_wrapper i {
      padding: 0.5857em 0.6857em 0.7289em 1.1718em;
      position: relative;
      z-index: 3; }
    .cws_service_module.icon_shape_blot .service_icon_wrapper .shape_back {
      z-index: 1;
      width: 101.5%;
      height: 100%;
      top: 50%;
      left: 50%;
      right: auto;
      mix-blend-mode: multiply;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-mask-image: url("../img/blot_mask_back.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: cover;
      -webkit-mask-repeat: no-repeat;
      margin: 0 0 0 -4%; }
    .cws_service_module.icon_shape_blot .service_icon_wrapper .shape_front {
      z-index: 2;
      background-color: #faf5fe;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      right: auto;
      mix-blend-mode: multiply;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-mask-image: url("../img/blot_mask_front.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: cover;
      -webkit-mask-repeat: no-repeat;
      margin: 1.439% 0 0 3%; }
  .cws_service_module.icon_shape_blot .service_content_wrapper .service_title {
    font-weight: 700; }
  .cws_service_module.icon_shape_round .service_icon_wrapper {
    position: relative; }
    .cws_service_module.icon_shape_round .service_icon_wrapper .shape_back {
      left: 0;
      right: 0;
      top: 50%;
      height: 0;
      padding: 100% 0 0;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2; }
    .cws_service_module.icon_shape_round .service_icon_wrapper .shape_front {
      z-index: 1;
      width: 129.5454%;
      height: 129.5454%;
      top: 50%;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-mask-image: url("../img/round_mask.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat; }
    .cws_service_module.icon_shape_round .service_icon_wrapper i {
      padding: 0.36em;
      position: relative;
      z-index: 3; }
  .cws_service_module.icon_shape_ellipse .service_icon_wrapper {
    position: relative; }
    .cws_service_module.icon_shape_ellipse .service_icon_wrapper i {
      padding: 0.4565em 0.4348em 0.4348em 0.6522em;
      position: relative;
      z-index: 3; }
    .cws_service_module.icon_shape_ellipse .service_icon_wrapper .shape_front {
      display: none; }
    .cws_service_module.icon_shape_ellipse .service_icon_wrapper .shape_back {
      z-index: 1;
      width: 100%;
      height: 0;
      padding: 92.6316% 0 0;
      top: 54%;
      left: 50%;
      right: auto;
      -webkit-transform: translate(-50%, -50%) scale(-1, 1);
      -ms-transform: translate(-50%, -50%) scale(-1, 1);
      transform: translate(-50%, -50%) scale(-1, 1);
      -webkit-mask-image: url("../img/ellipse_mask.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat; }
  .cws_service_module.icon_shape_ellipse .service_content_wrapper .service_title {
    font-weight: 400; }
  .cws_service_module.icon_shape_triangle .service_icon_wrapper {
    position: relative;
    left: -6px;
    right: auto; }
    .cws_service_module.icon_shape_triangle .service_icon_wrapper i {
      padding: 0.9817em 1.336em 1.1075em 0.42em;
      position: relative;
      z-index: 3; }
    .cws_service_module.icon_shape_triangle .service_icon_wrapper .shape_back {
      z-index: 1;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 50%;
      right: auto;
      mix-blend-mode: multiply;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-mask-image: url("../img/triangle_mask_back.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat; }
    .cws_service_module.icon_shape_triangle .service_icon_wrapper .shape_front {
      z-index: 2;
      width: 100%;
      height: 100%;
      top: 50%;
      left: 50%;
      margin: -4% 0 0;
      opacity: 0;
      mix-blend-mode: multiply;
      -webkit-transform: scale(0.5, 0.5) translate(-50%, -50%);
      -ms-transform: scale(0.5, 0.5) translate(-50%, -50%);
      transform: scale(0.5, 0.5) translate(-50%, -50%);
      -webkit-mask-image: url("../img/triangle_mask_front.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat; }
  .cws_service_module.style_icon_left {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_service_module.style_icon_left .service_image_wrapper,
    .cws_service_module.style_icon_left .service_icon_wrapper {
      margin-right: 15px; }
  .cws_service_module.style_icon_right {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_service_module.style_icon_right .service_image_wrapper,
    .cws_service_module.style_icon_right .service_icon_wrapper {
      margin-left: 15px; }
  .cws_service_module.style_icon_left .service_content_wrapper .service_title, .cws_service_module.style_icon_right .service_content_wrapper .service_title {
    margin-top: 0; }
  .cws_service_module > * {
    position: relative;
    z-index: 3; }
  .cws_service_module .service_background {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    z-index: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .cws_service_module .service_icon_wrapper {
    display: inline-block;
    line-height: 0;
    position: relative;
    z-index: 2; }
    .cws_service_module .service_icon_wrapper.color_type_gradient i, .cws_service_module .service_icon_wrapper.color_type_custom_gradient i {
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .cws_service_module .service_icon_wrapper i {
      position: relative;
      display: inline-block;
      line-height: 1em;
      font-size: 30px; }
      .cws_service_module .service_icon_wrapper i:before {
        padding: 0 !important;
        font-size: inherit !important; }
    .cws_service_module .service_icon_wrapper .shape_back,
    .cws_service_module .service_icon_wrapper .shape_front {
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      position: absolute;
      display: block; }
  .cws_service_module .service_image_wrapper {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 2; }
    .cws_service_module .service_image_wrapper img {
      display: block; }
  .cws_service_module .service_content_wrapper .service_title {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    line-height: initial; }
    .cws_service_module .service_content_wrapper .service_title.color_type_gradient .service_title_text, .cws_service_module .service_content_wrapper .service_title.color_type_custom_gradient .service_title_text {
      display: inline-block;
      line-height: inherit;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .cws_service_module .service_content_wrapper .service_title .service_title_text {
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .cws_service_module .service_content_wrapper:not(:first-child) .service_title {
    margin-top: 23px; }
  .cws_service_module .service_content_wrapper .service_divider {
    font-size: 0;
    line-height: 1; }
    .cws_service_module .service_content_wrapper .service_divider:not(:first-child) {
      margin-top: 8px; }
    .cws_service_module .service_content_wrapper .service_divider .service_divider_inner {
      display: inline-block;
      vertical-align: top;
      width: 28px;
      height: 6px;
      -webkit-mask-image: url("../img/divider.svg");
      -webkit-mask-position: center center;
      -webkit-mask-size: contain;
      -webkit-mask-repeat: no-repeat;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .cws_service_module .service_content_wrapper .content_wrapper {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    .cws_service_module .service_content_wrapper .content_wrapper:not(:first-child) {
      margin-top: 9px; }
  .cws_service_module .service_content_wrapper .author_wrapper {
    margin-top: 9px;
    padding-left: 40px;
    font-size: 14px;
    position: relative; }
    .cws_service_module .service_content_wrapper .author_wrapper:before {
      content: '';
      width: 30px;
      height: 1px;
      position: absolute;
      left: 0;
      top: calc(50% - 1px); }

/*  --------------------
	CWS VC Service media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_service_module.icon_shape_triangle:hover .service_icon_wrapper .shape_front {
    -webkit-transform: scale(1, 1) translate(-50%, -50%);
    -ms-transform: scale(1, 1) translate(-50%, -50%);
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1;
    left: 77%; }
  .cws_service_module.hover_effect_skew:hover {
    perspective: 2000px;
    perspective-origin: 100% 100%;
    transform-style: flat; }
    .cws_service_module.hover_effect_skew:hover .service_background {
      transform: rotateY(16deg); } }

@media screen and (max-width: 1199px) {
  .cws_header_template .cws_service_module.style_icon_left.landscape_align_left, .cws_header_template .cws_service_module.style_icon_right.landscape_align_left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .cws_header_template .cws_service_module.style_icon_left.landscape_align_center, .cws_header_template .cws_service_module.style_icon_right.landscape_align_center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .cws_header_template .cws_service_module.style_icon_left.landscape_align_right, .cws_header_template .cws_service_module.style_icon_right.landscape_align_right {
    text-align: left !important;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; } }

@media screen and (max-width: 991px) {
  .cws_header_template .cws_service_module.style_icon_left.portrait_align_left, .cws_header_template .cws_service_module.style_icon_right.portrait_align_left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .cws_header_template .cws_service_module.style_icon_left.portrait_align_center, .cws_header_template .cws_service_module.style_icon_right.portrait_align_center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .cws_header_template .cws_service_module.style_icon_left.portrait_align_right, .cws_header_template .cws_service_module.style_icon_right.portrait_align_right {
    text-align: left !important;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; } }

@media screen and (max-width: 767px) {
  .cws_header_template .cws_service_module.style_icon_left.mobile_align_left, .cws_header_template .cws_service_module.style_icon_right.mobile_align_left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .cws_header_template .cws_service_module.style_icon_left.mobile_align_center, .cws_header_template .cws_service_module.style_icon_right.mobile_align_center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .cws_header_template .cws_service_module.style_icon_left.mobile_align_right, .cws_header_template .cws_service_module.style_icon_right.mobile_align_right {
    text-align: left !important;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end; }
  .cws_service_module.style_icon_left, .cws_service_module.style_icon_right {
    display: block; }
    .cws_service_module.style_icon_left .service_image_wrapper,
    .cws_service_module.style_icon_left .service_icon_wrapper, .cws_service_module.style_icon_right .service_image_wrapper,
    .cws_service_module.style_icon_right .service_icon_wrapper {
      margin-left: 0;
      margin-right: 0; }
    .cws_service_module.style_icon_left .service_title, .cws_service_module.style_icon_right .service_title {
      margin: 4px 0 0; }
  .cws_service_module .service_title br {
    display: none; }
  .cws_service_module .service_content_wrapper .author_wrapper {
    padding-left: 0;
    padding-top: 15px;
    margin-top: 15px;
    padding-right: 0; }
    .cws_service_module .service_content_wrapper .author_wrapper:before {
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

/*  --------------------
	CWS VC Testimonials styles
--------------------  */
.cws_testimonials_module .cws_testimonials_wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .cws_testimonials_module .cws_testimonials_wrapper.columns_2 .testimonial {
    width: calc(50% - 30px); }
  .cws_testimonials_module .cws_testimonials_wrapper.columns_3 .testimonial {
    width: calc(33.3% - 30px); }
  .cws_testimonials_module .cws_testimonials_wrapper.columns_4 .testimonial {
    width: calc(25% - 30px); }

.cws_testimonials_module .testimonial {
  position: relative;
  text-align: center;
  margin: 0 15px;
  padding: 0 0 20px; }
  .cws_testimonials_module .testimonial .content_wrapper {
    padding: 42px 74px 39px;
    max-width: 529px;
    margin: 0 auto;
    position: relative; }
    .cws_testimonials_module .testimonial .content_wrapper:before, .cws_testimonials_module .testimonial .content_wrapper:after {
      content: '';
      position: absolute;
      display: block;
      top: 0; }
    .cws_testimonials_module .testimonial .content_wrapper:before {
      -webkit-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
      box-shadow: 0 40px 13px rgba(0, 0, 0, 0.12);
      -webkit-border-radius: 35px 35px 0 0;
      border-radius: 35px 35px 0 0;
      bottom: 35px;
      left: 12px;
      right: 12px; }
    .cws_testimonials_module .testimonial .content_wrapper:after {
      -webkit-border-radius: 35px;
      border-radius: 35px;
      background-image: linear-gradient(174.86deg, #FFFFFF 7.72%, #FAEFFF 145.46%);
      left: 0;
      right: 0;
      bottom: 0; }
  .cws_testimonials_module .testimonial .testimonial_info {
    position: relative;
    z-index: 2; }
  .cws_testimonials_module .testimonial .testimonial_position {
    font-size: 14px;
    line-height: 1.4286em;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #9b9b9b;
    margin: 0 0 7px; }
  .cws_testimonials_module .testimonial .testimonial_name {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 800;
    color: #243238;
    margin: 0 0 11px; }
  .cws_testimonials_module .testimonial .testimonial_desc {
    margin: 0;
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 1.9444em;
    font-weight: 400; }
  .cws_testimonials_module .testimonial .image_wrapper {
    width: 123px;
    height: 123px;
    padding: 7px;
    -webkit-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 6px 4px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: linear-gradient(108deg, #FCB04E 0%, #E95647 65%, #C82A86 80%);
    position: relative;
    z-index: 2;
    margin: 0 auto -30px; }
    .cws_testimonials_module .testimonial .image_wrapper img {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      position: relative;
      display: block;
      width: 109px;
      height: 109px; }

.cws_testimonials_module .cws_carousel .slick-dots {
  margin-top: 55px; }
  .cws_testimonials_module .cws_carousel .slick-dots li.slick-active button svg {
    opacity: 1;
    width: 51px;
    height: 54px; }

@media screen and (max-width: 1199px) {
  .cws_testimonials_module .cws_testimonials_wrapper.columns_4 .testimonial {
    width: calc(33.3% - 30px); } }

@media screen and (max-width: 991px) {
  .cws_testimonials_module .cws_testimonials_wrapper.columns_3 .testimonial, .cws_testimonials_module .cws_testimonials_wrapper.columns_4 .testimonial {
    width: calc(50% - 30px); } }

@media screen and (max-width: 767px) {
  .cws_testimonials_module .cws_testimonials_wrapper.columns_2 .testimonial, .cws_testimonials_module .cws_testimonials_wrapper.columns_3 .testimonial, .cws_testimonials_module .cws_testimonials_wrapper.columns_4 .testimonial {
    width: 100%; }
  .cws_testimonials_module .testimonial .content_wrapper {
    padding: 42px 15px 25px; }
  .cws_testimonials_module .testimonial .testimonial_name {
    font-size: 20px; }
  .cws_testimonials_module .testimonial .testimonial_desc {
    font-size: 16px; }
  .cws_testimonials_module .cws_carousel .slick-dots {
    margin-top: 20px; }
    .cws_testimonials_module .cws_carousel .slick-dots li button svg {
      display: none; } }

/*  --------------------
	CWS VC Image styles
--------------------  */
.cws_image_module .main_image {
  display: inline-block;
  line-height: 0;
  vertical-align: top;
  -webkit-border-radius: inherit;
  border-radius: inherit; }
  .cws_image_module .main_image img {
    display: block;
    -webkit-border-radius: inherit;
    border-radius: inherit; }

.cws_image_module.background_flip .main_image img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.cws_image_module.background_flip .main_image .hover_image {
  position: absolute;
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.cws_image_module.background_fall .main_image {
  position: relative;
  overflow: hidden; }
  .cws_image_module.background_fall .main_image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .cws_image_module.background_fall .main_image .image {
    position: relative; }
  .cws_image_module.background_fall .main_image .hover_image {
    position: absolute;
    -webkit-transform: translateY(calc(-100% - 20px));
    -ms-transform: translateY(calc(-100% - 20px));
    transform: translateY(calc(-100% - 20px)); }

.cws_image_module.background_grayscale .main_image img {
  -webkit-transition: filter 0.3s ease-in;
  transition: filter 0.3s ease-in;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

/*  --------------------
	CWS VC Image media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_image_module.background_flip .main_image:hover .image {
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg); }
  .cws_image_module.background_flip .main_image:hover .hover_image {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .cws_image_module.background_fall .main_image:hover .image {
    -webkit-transform: translateY(calc(100% + 20px));
    -ms-transform: translateY(calc(100% + 20px));
    transform: translateY(calc(100% + 20px)); }
  .cws_image_module.background_fall .main_image:hover .hover_image {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .cws_image_module.background_grayscale .main_image:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); } }

/*  --------------------
	CWS VC Info Box styles
--------------------  */
.cws_info_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px 20px 45px;
  overflow: hidden; }
  .cws_info_box.info .icon_wrapper i:before {
    content: '\f100'; }
  .cws_info_box.success {
    background-image: linear-gradient(165.97deg, #5C52D8 -42.06%, #4F5BD5 130.7%); }
    .cws_info_box.success .icon_wrapper i {
      font-size: 28px; }
      .cws_info_box.success .icon_wrapper i:before {
        content: '\f115'; }
  .cws_info_box.warning {
    background-image: linear-gradient(42.23deg, #F6D025 7.63%, #C7A50B 89.08%); }
    .cws_info_box.warning .icon_wrapper i:before {
      content: '\f102'; }
  .cws_info_box.error {
    background-color: #FF0000; }
    .cws_info_box.error .icon_wrapper i:before {
      content: '\f103'; }
  .cws_info_box .icon_wrapper {
    width: 40px;
    height: 40px;
    margin: 0 40px 0 0;
    text-align: center;
    position: relative;
    z-index: 1;
    top: -1px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .cws_info_box .icon_wrapper i {
      color: #fff;
      font: 400 normal 40px/40px 'cwsicon';
      display: inline-block; }
      .cws_info_box .icon_wrapper i:before {
        display: inline-block; }
  .cws_info_box .content_wrapper {
    width: 100%; }
    .cws_info_box .content_wrapper .info_box_title {
      color: #fff;
      font-size: 18px;
      line-height: 27px;
      font-weight: 800;
      margin: 0; }
    .cws_info_box .content_wrapper .info_box_desc {
      color: #fff;
      margin: 1px 0 0;
      font-weight: 400; }
  .cws_info_box .close_info_box {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    text-align: center;
    cursor: pointer;
    margin: 0 0 0 30px;
    position: relative; }
    .cws_info_box .close_info_box:before {
      content: '\f101';
      display: block;
      color: #ffffff;
      font: 400 normal 20px/1em 'cwsicon'; }

/*  --------------------
	CWS VC Info Box media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_info_box .close_info_box:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); } }

@media screen and (max-width: 767px) {
  .cws_info_box {
    padding: 15px; }
    .cws_info_box.success .icon_wrapper i {
      font-size: 20px; }
    .cws_info_box .icon_wrapper {
      width: 28px;
      height: 28px;
      margin: 0 15px 0 0; }
      .cws_info_box .icon_wrapper i {
        font-size: 28px;
        line-height: 28px; }
    .cws_info_box .content_wrapper {
      margin: 0; }
      .cws_info_box .content_wrapper .info_box_title {
        font-size: 16px; }
      .cws_info_box .content_wrapper .info_box_desc {
        font-size: 14px;
        line-height: 1.3em; }
    .cws_info_box .close_info_box {
      margin: 0 0 0 10px; } }

/*  --------------------
	CWS VC Tips styles
--------------------  */
.cws_tips_module .cws_tips_wrapper {
  position: relative; }
  .cws_tips_module .cws_tips_wrapper > img {
    -webkit-border-radius: 20px;
    border-radius: 20px; }
  .cws_tips_module .cws_tips_wrapper .cws_tip {
    position: absolute;
    color: inherit; }
    .cws_tips_module .cws_tips_wrapper .cws_tip.active .tip_trigger:before {
      width: 35px;
      height: 35px;
      opacity: .9; }
    .cws_tips_module .cws_tips_wrapper .cws_tip.active .tip_info_wrapper {
      pointer-events: auto;
      opacity: 1; }
    .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger {
      display: inline-block;
      position: relative;
      width: 10px;
      height: 10px; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        background-color: #fff;
        opacity: .85;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_trigger:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 100%;
        height: 100%; }
    .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper {
      padding: 22px 19px 18px;
      max-width: 170px;
      background-color: #fff;
      position: absolute;
      left: calc(100% - 5px);
      bottom: calc(100% - 7px);
      pointer-events: none;
      opacity: 0;
      z-index: 2;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      overflow: hidden;
      text-align: center; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper img {
        margin: -22px -19px 22px;
        width: 170px;
        max-width: none;
        display: block; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper p {
        margin: 0 0 1px;
        font-size: 20px;
        line-height: 1.3em;
        font-weight: 600; }
      .cws_tips_module .cws_tips_wrapper .cws_tip .tip_info_wrapper span {
        display: block;
        font-size: 16px;
        line-height: 2em;
        font-weight: 600;
        letter-spacing: -0.08em; }

/*  --------------------
	CWS VC Tips media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_tips_module .cws_tips_wrapper .cws_tip:hover .tip_trigger:before {
    width: 35px;
    height: 35px;
    opacity: .9; }
  .cws_tips_module .cws_tips_wrapper .cws_tip:hover .tip_info_wrapper {
    pointer-events: auto;
    opacity: 1; } }

/*  --------------------
	CWS VC Title area styles
--------------------  */
/*  --------------------
	VC Google Map styles
--------------------  */
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  overflow: hidden; }
  .wpb_gmaps_widget .wpb_wrapper .wpb_map_wraper,
  .wpb_gmaps_widget .wpb_wrapper iframe {
    -webkit-border-radius: inherit !important;
    border-radius: inherit !important; }

/*  --------------------
	VC Notice styles
--------------------  */
.top_bar_notice {
  margin: 0;
  background-color: #000000;
  color: #ffffff;
  padding: 5px 15px 2px;
  text-align: center; }
  .top_bar_notice .close-btn {
    font-size: 0;
    line-height: 1;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin: 0 0 0 20px; }
    .top_bar_notice .close-btn:before {
      content: '\f12c';
      font: 400 normal 10px/10px 'cwsicon';
      position: relative;
      top: -1px; }

/*  --------------------
	CWS VC Pie Charts styles
--------------------  */
.cws_popup_video_module {
  text-align: center; }
  .cws_popup_video_module .video-link {
    display: inline-block; }
    .cws_popup_video_module .video-link .icon_wrapper {
      position: relative;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .cws_popup_video_module .video-link .icon_wrapper .shape {
        background-color: #80D3F9;
        position: absolute;
        left: 50%;
        right: auto;
        top: 50%;
        width: calc(100% + 73px);
        height: calc(100% + 76px);
        padding: 40px 38px 36px 35px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 53px 81px 62px 78px;
        border-radius: 53px 81px 62px 78px; }
      .cws_popup_video_module .video-link .icon_wrapper i {
        font-size: 16px;
        width: calc(1em + 55px);
        height: calc(1em + 55px);
        line-height: 1em;
        padding: 27.5px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        position: relative;
        z-index: 2; }
        .cws_popup_video_module .video-link .icon_wrapper i:before {
          font-size: inherit;
          position: relative;
          left: 1px;
          top: 1px; }
    .cws_popup_video_module .video-link .icon_title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 50px;
      position: relative; }

/*  ====================
	Front-End editor styles
====================  */
.vc_vc_column .cws_column_wrapper,
.vc_vc_column_inner .cws_column_wrapper {
  width: 100% !important; }

/*  ====================
	Our Team styles
====================  */
/*  --------------------
	Our Team single page styles
--------------------  */
.main_member_info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  background-position: top right;
  background-repeat: no-repeat; }
  .main_member_info .social-icons-wrapper:not(:first-child) {
    margin-top: 25px;
    border-top: solid 1px #f4e8f1;
    padding: 26px 0 0; }
  .main_member_info .social-icons-wrapper .label {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0; }
  .main_member_info .social-icons {
    line-height: initial;
    padding: 0;
    margin: 0 -8px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top; }
    .main_member_info .social-icons li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 8px;
      margin: 0 !important; }
      .main_member_info .social-icons li:before {
        display: none; }
      .main_member_info .social-icons li i,
      .main_member_info .social-icons li i:before {
        font-size: 19px;
        margin: 0; }
  .main_member_info .image-wrapper {
    position: relative;
    z-index: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 369px; }
    .main_member_info .image-wrapper img {
      display: block;
      -webkit-border-radius: 90px;
      border-radius: 90px; }
  .main_member_info .text-information {
    width: 100%;
    padding-left: 73px; }
    .main_member_info .text-information .name {
      font-size: 42px;
      line-height: 1.2619em;
      margin: 6px 0 0; }
    .main_member_info .text-information .divider {
      font-size: 0;
      line-height: 1;
      margin: 9px 0 0; }
      .main_member_info .text-information .divider .divider-inner {
        display: inline-block;
        vertical-align: top;
        width: 26px;
        height: 6px;
        -webkit-mask-image: url("../img/divider.svg");
        -webkit-mask-position: center center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat; }
      .main_member_info .text-information .divider:last-child {
        display: none; }
    .main_member_info .text-information .pos,
    .main_member_info .text-information .dep {
      font-size: 18px;
      line-height: 21px;
      margin: 15px 0 0; }
      .main_member_info .text-information .pos a,
      .main_member_info .text-information .dep a {
        color: inherit; }
    .main_member_info .text-information .info:not(:first-child) {
      margin-top: 24px;
      border-top: solid 1px #f4e8f1;
      padding: 26px 0 0; }
    .main_member_info .text-information .info a {
      color: inherit; }
    .main_member_info .text-information .experience {
      display: inline-block;
      vertical-align: top; }
      .main_member_info .text-information .experience .label {
        font-weight: 700;
        margin: 0 5px 0 0; }
    .main_member_info .text-information .email {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 0 0 43px; }
      .main_member_info .text-information .email:not(:first-child) {
        margin: 0 0 0 50px; }
      .main_member_info .text-information .email:before {
        content: '\f108';
        position: absolute;
        display: block;
        width: 23px;
        height: 22px;
        padding: 0 0 0 1px;
        left: 0;
        right: auto;
        top: 6px;
        font: 400 normal 22px/22px 'cwsicon';
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
    .main_member_info .text-information .phone {
      display: block;
      position: relative;
      padding: 0 0 0 40px; }
      .main_member_info .text-information .phone:not(:first-child) {
        margin: 20px 0 0; }
      .main_member_info .text-information .phone:before {
        content: '\f107';
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        left: -4px;
        right: auto;
        top: 3px;
        font: 400 normal 25px/25px 'cwsicon';
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }

.secondary_member_info {
  margin-top: 40px; }
  .secondary_member_info h5 {
    font-size: 25px;
    margin-bottom: 19px;
    padding-bottom: 14px;
    border-bottom: solid 1px #f4e8f1; }

/*  ----------------------------------------
	Our Team single page responsive styles
----------------------------------------  */
@media screen and (max-width: 991px) {
  .main_member_info {
    padding: 15px 0; }
    .main_member_info .image-wrapper {
      max-width: 300px; }
    .main_member_info .text-information {
      padding-left: 30px; }
      .main_member_info .text-information .email, .main_member_info .text-information .email:not(:first-child) {
        display: block;
        margin: 20px 0 0; }
    .main_member_info .social-icons-wrapper .label {
      display: block;
      margin: 0 0 16px; } }

@media screen and (max-width: 767px) {
  .main_member_info {
    margin: 0 0 40px;
    padding: 0 0 20px;
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .main_member_info .image-wrapper img {
      -webkit-border-radius: 20px;
      border-radius: 20px; }
    .main_member_info .text-information {
      padding: 30px 0 0; }
      .main_member_info .text-information .name {
        margin-bottom: 15px; }
      .main_member_info .text-information .info .email,
      .main_member_info .text-information .info .phone {
        margin: 0;
        padding: 0;
        display: block; }
        .main_member_info .text-information .info .email:before,
        .main_member_info .text-information .info .phone:before {
          content: none;
          display: none; }
    .main_member_info .social-icons {
      text-align: center; }
  .secondary_member_info {
    text-align: center; }
    .secondary_member_info h5 {
      font-size: 20px; } }

/*  --------------------
	Our Team archive page styles
--------------------  */
.cws_our_team_module {
  margin: 0 0 -108px; }
  .cws_our_team_module:not(.cws_carousel_wrapper) {
    margin: 0 -15px -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws_our_team_module:not(.cws_carousel_wrapper) .cws_team_member:after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 4px;
      right: -15px;
      left: auto;
      width: 1px;
      background-color: #5458d6;
      opacity: 0.1; }
  .cws_our_team_module.cws_carousel_wrapper .cws_carousel .slick-dots {
    margin-top: 15px; }
  .cws_our_team_module.columns_1 .cws_team_member {
    width: calc(100% - 30px); }
    .cws_our_team_module.columns_1 .cws_team_member:after {
      content: none;
      display: none; }
  .cws_our_team_module.columns_2 .cws_team_member {
    width: calc(50% - 30px); }
    .cws_our_team_module.columns_2 .cws_team_member:nth-child(2n):after {
      content: none;
      display: none; }
  .cws_our_team_module.columns_3 .cws_team_member {
    width: calc(33.3% - 30px); }
    .cws_our_team_module.columns_3 .cws_team_member:nth-child(3n):after {
      content: none;
      display: none; }
  .cws_our_team_module.columns_4 .cws_team_member {
    width: calc(25% - 30px); }
    .cws_our_team_module.columns_4 .cws_team_member:nth-child(4n):after {
      content: none;
      display: none; }
  .cws_our_team_module.image_layout_square .cws_team_member .image_wrapper_inner {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 292px;
    height: 0;
    padding: 100% 0 0; }
  .cws_our_team_module.image_layout_round .cws_team_member .image_wrapper_inner {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    max-width: 292px;
    height: 0;
    padding: 100% 0 0; }
  .cws_our_team_module.image_layout_special .cws_team_member .image_wrapper {
    max-width: 272px;
    width: 100%; }
    .cws_our_team_module.image_layout_special .cws_team_member .image_wrapper:before {
      content: '';
      position: absolute;
      display: block;
      width: 90%;
      height: 90%;
      left: 50%;
      top: 50%;
      margin: -45% 0 0 -50.5147%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .cws_our_team_module.image_layout_special .cws_team_member .image_wrapper_bg {
    background: linear-gradient(45.67deg, #81D3E4 24.97%, #6076FA 84.78%);
    -webkit-mask-image: url("../img/item_bg_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 110.2941%;
    height: 110.2941%;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -43.75% 0 0 -55.5147%;
    opacity: 0;
    -webkit-transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s;
    z-index: 2; }
  .cws_our_team_module.image_layout_special .cws_team_member .image_wrapper_inner {
    -webkit-mask-image: url("../img/ellipse_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    left: 0;
    right: auto;
    z-index: 3; }
  .cws_our_team_module.image_layout_triangle .cws_team_member .image_wrapper {
    max-width: 292px; }
    .cws_our_team_module.image_layout_triangle .cws_team_member .image_wrapper:before {
      content: '';
      position: absolute;
      display: block;
      width: 70%;
      height: 70%;
      left: 50%;
      top: 50%;
      margin: -29% 0 0 -43%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
  .cws_our_team_module.image_layout_triangle .cws_team_member .image_wrapper_bg {
    background: linear-gradient(45.67deg, #81D3E4 24.97%, #6076FA 84.78%);
    -webkit-mask-image: url("../img/item_bg_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 97.2603%;
    height: 97.2603%;
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -33.2192% 0 0 -51.3699%;
    opacity: 0;
    -webkit-transition: transform 1s, opacity 0.3s;
    transition: transform 1s, opacity 0.3s;
    z-index: 2; }
  .cws_our_team_module.image_layout_triangle .cws_team_member .image_wrapper_inner {
    -webkit-mask-image: url("../img/triangle_mask.svg");
    -webkit-mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding: 100% 0 0;
    left: 0;
    right: auto;
    z-index: 3; }
  .cws_our_team_module .cws_team_member {
    margin: 0 15px 108px;
    position: relative; }
    .cws_our_team_module .cws_team_member.device_hover .social-icons {
      opacity: 1;
      bottom: 0; }
    .cws_our_team_module .cws_team_member:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .cws_our_team_module .cws_team_member .image_wrapper {
      position: relative;
      width: 100%;
      max-width: 292px;
      margin: 0 auto;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .cws_our_team_module .cws_team_member .image_wrapper_inner {
      display: block;
      line-height: 0;
      position: relative;
      overflow: hidden;
      z-index: 2;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .cws_our_team_module .cws_team_member .image_wrapper_inner a {
        display: block; }
      .cws_our_team_module .cws_team_member .image_wrapper_inner img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-object-fit: cover;
        object-fit: cover; }
    .cws_our_team_module .cws_team_member .information_wrapper {
      padding: 42px 20px 0;
      word-break: break-word;
      position: relative;
      text-align: center; }
      .cws_our_team_module .cws_team_member .information_wrapper > div .divider {
        display: none; }
      .cws_our_team_module .cws_team_member .information_wrapper > div:last-child:not(:first-child) {
        position: relative;
        margin-top: 21px; }
        .cws_our_team_module .cws_team_member .information_wrapper > div:last-child:not(:first-child) .divider {
          position: absolute;
          display: block;
          width: 26px;
          height: 6px;
          left: 50%;
          right: auto;
          top: -14px;
          margin: 0 0 0 -13px;
          background-color: #ff0000;
          -webkit-mask-image: url("../img/divider.svg");
          -webkit-mask-position: center center;
          -webkit-mask-size: contain;
          -webkit-mask-repeat: no-repeat; }
      .cws_our_team_module .cws_team_member .information_wrapper .name {
        display: block;
        font-size: 25px;
        margin: 0; }
        .cws_our_team_module .cws_team_member .information_wrapper .name:not(:first-child) {
          margin-top: 13px; }
        .cws_our_team_module .cws_team_member .information_wrapper .name a {
          color: inherit; }
      .cws_our_team_module .cws_team_member .information_wrapper .meta {
        font-size: 16px;
        line-height: 18px; }
        .cws_our_team_module .cws_team_member .information_wrapper .meta:not(:first-child) {
          margin: 5px 0 0; }
        .cws_our_team_module .cws_team_member .information_wrapper .meta a {
          color: inherit; }
      .cws_our_team_module .cws_team_member .information_wrapper .socials:not(:first-child) {
        margin-top: 13px; }
      .cws_our_team_module .cws_team_member .information_wrapper .socials:last-child:not(:first-child) .divider {
        top: -18px; }
      .cws_our_team_module .cws_team_member .information_wrapper .socials .social-icons {
        line-height: initial;
        padding: 0;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        white-space: nowrap;
        text-align: center; }
        .cws_our_team_module .cws_team_member .information_wrapper .socials .social-icons li {
          display: inline-block;
          vertical-align: middle;
          padding: 0 8px;
          margin: 0; }
          .cws_our_team_module .cws_team_member .information_wrapper .socials .social-icons li:before {
            display: none; }
          .cws_our_team_module .cws_team_member .information_wrapper .socials .social-icons li i,
          .cws_our_team_module .cws_team_member .information_wrapper .socials .social-icons li i:before {
            font-size: 18px;
            margin: 0; }
      .cws_our_team_module .cws_team_member .information_wrapper .biography {
        line-height: 1.5em; }
        .cws_our_team_module .cws_team_member .information_wrapper .biography:not(:first-child) {
          margin-top: 13px; }
      .cws_our_team_module .cws_team_member .information_wrapper .experience:not(:first-child) {
        margin-top: 10px; }
      .cws_our_team_module .cws_team_member .information_wrapper .experience strong {
        margin: 0 4px 0 0;
        font-weight: 600; }
      .cws_our_team_module .cws_team_member .information_wrapper .email,
      .cws_our_team_module .cws_team_member .information_wrapper .phone {
        position: relative;
        font-weight: 400;
        letter-spacing: 0.02em; }
        .cws_our_team_module .cws_team_member .information_wrapper .email a,
        .cws_our_team_module .cws_team_member .information_wrapper .phone a {
          color: inherit; }
      .cws_our_team_module .cws_team_member .information_wrapper .cws_button_wrapper:not(:first-child) {
        margin-top: 23px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_our_team_module.image_layout_square .cws_team_member:hover .image_wrapper_inner, .cws_our_team_module.image_layout_round .cws_team_member:hover .image_wrapper_inner {
    -webkit-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    -moz-box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2);
    box-shadow: 20px 15px 100px rgba(158, 114, 198, 0.2); }
  .cws_our_team_module.image_layout_special .cws_team_member:hover .image_wrapper:before, .cws_our_team_module.image_layout_triangle .cws_team_member:hover .image_wrapper:before {
    opacity: 1; }
  .cws_our_team_module.image_layout_special .cws_team_member:hover .image_wrapper_bg, .cws_our_team_module.image_layout_triangle .cws_team_member:hover .image_wrapper_bg {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

@media screen and (max-width: 991px) {
  .cws_our_team_module.columns_4 .cws_team_member {
    width: calc(33.3% - 30px); }
  .cws_our_team_module .cws_team_member .image_wrapper_bg {
    display: none; } }

@media screen and (max-width: 767px) {
  .cws_our_team_module:not(.cws_carousel_wrapper) {
    margin-left: 0;
    margin-right: 0; }
  .cws_our_team_module.columns_2 .cws_team_member, .cws_our_team_module.columns_3 .cws_team_member, .cws_our_team_module.columns_4 .cws_team_member {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .cws_our_team_module.columns_2 .cws_team_member:after, .cws_our_team_module.columns_3 .cws_team_member:after, .cws_our_team_module.columns_4 .cws_team_member:after {
      content: none;
      display: none; }
  .cws_our_team_module .cws_team_member .image_wrapper_bg {
    display: none; }
  .cws_our_team_module .cws_team_member .information_wrapper .name {
    font-size: 22px; } }

/*  ====================
	Portfolio styles
====================  */
/*  --------------------
	Portfolio single styles
--------------------  */
.portfolio-single-content.type_small_images .portfolio-media img:not(:last-child) {
  margin-bottom: 30px; }

.portfolio-single-content.type_small_slider .cws_carousel_wrapper .cws_carousel {
  margin: 0; }
  .portfolio-single-content.type_small_slider .cws_carousel_wrapper .cws_carousel .slick-dots {
    margin-top: 20px; }

.portfolio-single-content.type_large_images .portfolio-media img {
  margin-bottom: 30px; }

.portfolio-single-content.type_large_slider > h5 {
  margin-top: 30px; }

.portfolio-single-content.type_gallery .cws_gallery_images {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-star;
  -moz-align-items: flex-star;
  -ms-align-items: flex-star;
  align-items: flex-star;
  margin: 0 -15px; }
  .portfolio-single-content.type_gallery .cws_gallery_images .cws_gallery_image {
    width: calc(20% - 30px);
    margin: 0 15px 30px; }

.portfolio-single-content.type_small_masonry .cws_gallery_images {
  margin: 0 -15px; }
  .portfolio-single-content.type_small_masonry .cws_gallery_images .cws_gallery_image {
    width: calc(50% - 30px);
    margin: 0 15px 30px; }

.portfolio-single-content.type_large_masonry .cws_gallery_images {
  margin: 0 -15px; }
  .portfolio-single-content.type_large_masonry .cws_gallery_images .cws_gallery_image {
    width: calc(33.3% - 30px);
    margin: 0 15px 30px; }

.portfolio-single-content.type_custom_layout .portfolio-media {
  margin: 0 0 30px; }

.portfolio-single-content.type_custom_layout .gallery_custom_grid {
  display: grid;
  display: -ms-grid;
  grid-gap: 30px;
  width: 100%;
  height: 90vh; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+1) {
      grid-area: 1/1/4/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+2) {
      grid-area: 1/2/7/4; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+3) {
      grid-area: 1/4/3/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+4) {
      grid-area: 3/4/5/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+5) {
      grid-area: 5/4/7/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n) {
      grid-area: 4/1/7/2; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+1) {
      grid-area: 1/1/3/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+2) {
      grid-area: 3/1/5/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+3) {
      grid-area: 5/1/7/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+4) {
      grid-area: 1/2/4/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+5) {
      grid-area: 4/2/7/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n) {
      grid-area: 1/3/7/5; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n+1) {
      grid-area: 1/1/3/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n+2) {
      grid-area: 1/3/6/6; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n) {
      grid-area: 3/1/6/3; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+1) {
      grid-area: 1/1/2/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+2) {
      grid-area: 1/2/2/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+3) {
      grid-area: 1/3/2/6; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+4) {
      grid-area: 2/1/3/4; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+5) {
      grid-area: 2/4/3/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n) {
      grid-area: 2/5/3/6; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+1) {
      grid-area: 1/1/2/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+2) {
      grid-area: 1/2/2/4; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+3) {
      grid-area: 1/4/2/6; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+4) {
      grid-area: 2/1/5/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n) {
      grid-area: 2/3/5/6; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+1) {
      grid-area: 1/1/4/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+2) {
      grid-area: 1/2/4/6; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+3) {
      grid-area: 4/1/5/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+4) {
      grid-area: 4/3/5/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n) {
      grid-area: 4/5/5/6; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(7, 1fr); }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+1) {
      grid-area: 1/1/5/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+2) {
      grid-area: 5/1/8/2; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+3) {
      grid-area: 1/2/8/4; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+4) {
      grid-area: 1/4/4/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+5) {
      grid-area: 4/4/5/5; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n) {
      grid-area: 5/4/8/5; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid .pic {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

.portfolio-single-content.type_small_images, .portfolio-single-content.type_small_slider, .portfolio-single-content.type_small_masonry {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .portfolio-single-content.type_small_images .portfolio-media, .portfolio-single-content.type_small_slider .portfolio-media, .portfolio-single-content.type_small_masonry .portfolio-media {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 57.265%;
    margin-right: 30px;
    margin-left: 0; }
  .portfolio-single-content.type_small_images .sticky-wrapper, .portfolio-single-content.type_small_slider .sticky-wrapper, .portfolio-single-content.type_small_masonry .sticky-wrapper {
    width: calc(42.735% - 30px); }
    .portfolio-single-content.type_small_images .sticky-wrapper .portfolio-content-wrapper, .portfolio-single-content.type_small_slider .sticky-wrapper .portfolio-content-wrapper, .portfolio-single-content.type_small_masonry .sticky-wrapper .portfolio-content-wrapper {
      width: 100%; }
  .portfolio-single-content.type_small_images .portfolio-content-wrapper, .portfolio-single-content.type_small_slider .portfolio-content-wrapper, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper {
    width: calc(42.735% - 30px); }
    .portfolio-single-content.type_small_images .portfolio-content-wrapper .main-part h4, .portfolio-single-content.type_small_slider .portfolio-content-wrapper .main-part h4, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper .main-part h4 {
      font-size: 30px;
      line-height: 1.3333em;
      margin-bottom: 16px; }
    .portfolio-single-content.type_small_images .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_small_slider .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper .aside-part {
      margin-top: 41px; }

.portfolio-single-content.type_default h5, .portfolio-single-content.type_large_images h5, .portfolio-single-content.type_large_slider h5, .portfolio-single-content.type_gallery h5, .portfolio-single-content.type_large_masonry h5, .portfolio-single-content.type_custom_layout h5 {
  padding: 0 40px; }

.portfolio-single-content.type_default .portfolio-content-wrapper, .portfolio-single-content.type_large_images .portfolio-content-wrapper, .portfolio-single-content.type_large_slider .portfolio-content-wrapper, .portfolio-single-content.type_gallery .portfolio-content-wrapper, .portfolio-single-content.type_large_masonry .portfolio-content-wrapper, .portfolio-single-content.type_custom_layout .portfolio-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 40px; }
  .portfolio-single-content.type_default .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_images .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_slider .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_gallery .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_masonry .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_custom_layout .portfolio-content-wrapper .aside-part {
    min-width: 25%;
    margin-left: 47px;
    margin-right: 0;
    padding-left: 65px;
    padding-right: 0;
    border-left: 1px solid #FDEFF9;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }

.portfolio-single-content .portfolio-media {
  line-height: 0; }
  .portfolio-single-content .portfolio-media img {
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px; }

.portfolio-single-content h5 {
  margin-top: 0;
  text-transform: capitalize; }

.portfolio-single-content .portfolio-content-wrapper .aside-part > div {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px; }
  .portfolio-single-content .portfolio-content-wrapper .aside-part > div:not(:first-child) {
    margin-top: 15px; }
  .portfolio-single-content .portfolio-content-wrapper .aside-part > div .title_divider {
    font-size: 0;
    line-height: 1;
    margin: 20px 0 16px; }
    .portfolio-single-content .portfolio-content-wrapper .aside-part > div .title_divider svg {
      display: block; }

.portfolio-single-content .portfolio-content-wrapper .aside-part .label {
  font-weight: 600; }

.portfolio-single-content .portfolio-content-wrapper .aside-part a {
  color: inherit; }

.portfolio-single-content .portfolio-content-wrapper .aside-part .social-share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px; }
  .portfolio-single-content .portfolio-content-wrapper .aside-part .social-share a {
    font-size: 20px;
    margin: 0 8px;
    color: #d0d0d0; }

.post-type_cws_portfolio .post-navigation {
  margin-top: 45px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .portfolio-single-content .portfolio-content-wrapper .aside-part .social-share a:hover {
    opacity: 1; } }

@media screen and (max-width: 991px) {
  .portfolio-single-content.type_default .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_images .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_slider .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_gallery .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_masonry .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_custom_layout .portfolio-content-wrapper .aside-part {
    min-width: 33.3%; }
  .portfolio-single-content.type_small_images, .portfolio-single-content.type_small_slider, .portfolio-single-content.type_small_masonry {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .portfolio-single-content.type_small_images .portfolio-media, .portfolio-single-content.type_small_slider .portfolio-media, .portfolio-single-content.type_small_masonry .portfolio-media {
      width: calc(60% - 15px); }
    .portfolio-single-content.type_small_images .sticky-wrapper, .portfolio-single-content.type_small_slider .sticky-wrapper, .portfolio-single-content.type_small_masonry .sticky-wrapper {
      width: calc(40% - 15px); }
    .portfolio-single-content.type_small_images .portfolio-content-wrapper, .portfolio-single-content.type_small_slider .portfolio-content-wrapper, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper {
      width: calc(40% - 15px); }
  .portfolio-single-content.type_gallery .cws_gallery_images {
    margin: 0 -7px; }
    .portfolio-single-content.type_gallery .cws_gallery_images .cws_gallery_image {
      width: calc(20% - 14px);
      margin: 0 7px 14px; }
  .portfolio-single-content.type_gallery h4 {
    margin-top: 16px; } }

@media screen and (max-width: 767px) {
  .portfolio-single-content.type_small_images, .portfolio-single-content.type_small_slider, .portfolio-single-content.type_small_masonry {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .portfolio-single-content.type_small_images .portfolio-media, .portfolio-single-content.type_small_slider .portfolio-media, .portfolio-single-content.type_small_masonry .portfolio-media {
      width: 100%;
      margin-right: 0; }
    .portfolio-single-content.type_small_images .portfolio-content-wrapper, .portfolio-single-content.type_small_slider .portfolio-content-wrapper, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper {
      margin-top: 30px;
      width: 100%; }
      .portfolio-single-content.type_small_images .portfolio-content-wrapper .main-part h4, .portfolio-single-content.type_small_slider .portfolio-content-wrapper .main-part h4, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper .main-part h4 {
        font-size: 30px;
        margin-bottom: 12px; }
      .portfolio-single-content.type_small_images .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_small_slider .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_small_masonry .portfolio-content-wrapper .aside-part {
        margin-top: 30px; }
  .portfolio-single-content.type_default h5, .portfolio-single-content.type_large_images h5, .portfolio-single-content.type_large_slider h5, .portfolio-single-content.type_gallery h5, .portfolio-single-content.type_large_masonry h5, .portfolio-single-content.type_custom_layout h5 {
    padding: 0; }
  .portfolio-single-content.type_default .portfolio-content-wrapper, .portfolio-single-content.type_large_images .portfolio-content-wrapper, .portfolio-single-content.type_large_slider .portfolio-content-wrapper, .portfolio-single-content.type_gallery .portfolio-content-wrapper, .portfolio-single-content.type_large_masonry .portfolio-content-wrapper, .portfolio-single-content.type_custom_layout .portfolio-content-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0; }
    .portfolio-single-content.type_default .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_images .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_slider .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_gallery .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_large_masonry .portfolio-content-wrapper .aside-part, .portfolio-single-content.type_custom_layout .portfolio-content-wrapper .aside-part {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      border-left: 0;
      margin-top: 30px;
      padding-top: 35px;
      border-top: 1px solid #FDEFF9; }
  .portfolio-single-content.type_custom_layout .gallery_custom_grid {
    grid-gap: 10px; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1, .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2, .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4, .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr); }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+1), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+2), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+3), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+4), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n+5), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_1 .pic:nth-child(6n), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+1), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+2), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+3), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+4), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n+5), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_2 .pic:nth-child(6n), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+1), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+2), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+3), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+4), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n+5), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_4 .pic:nth-child(6n), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+1), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+2), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+3), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+4), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n+5), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_7 .pic:nth-child(6n) {
        grid-area: auto; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(3, 1fr); }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n+1) {
        grid-area: 1/1/2/2; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n+2) {
        grid-area: 1/2/2/3; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_3 .pic:nth-child(3n) {
        grid-area: 2/1/4/3; }
    .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5, .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(4, 1fr); }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+1), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+1) {
        grid-area: 1/1/2/2; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+2), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+2) {
        grid-area: 1/2/2/3; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+3), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+3) {
        grid-area: 2/1/3/2; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n+4), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n+4) {
        grid-area: 2/2/3/3; }
      .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_5 .pic:nth-child(5n), .portfolio-single-content.type_custom_layout .gallery_custom_grid.grid_6 .pic:nth-child(5n) {
        grid-area: 3/1/5/3; } }

/*  --------------------
	Portfolio archive styles
--------------------  */
.cws_portfolio_module.columns_2 .cws_portfolio_items .grid-sizer,
.cws_portfolio_module.columns_2 .cws_portfolio_items.no_spacing .cws_portfolio_item {
  width: 50%; }

.cws_portfolio_module.columns_2 .cws_portfolio_items .cws_portfolio_item {
  width: calc(50% - 30px); }

.cws_portfolio_module.columns_3 .cws_portfolio_items .grid-sizer,
.cws_portfolio_module.columns_3 .cws_portfolio_items.no_spacing .cws_portfolio_item {
  width: 33.3%; }

.cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item {
  width: calc(33.3% - 30px); }

.cws_portfolio_module.columns_4 .cws_portfolio_items .grid-sizer,
.cws_portfolio_module.columns_4 .cws_portfolio_items.no_spacing .cws_portfolio_item {
  width: 25%; }

.cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item {
  width: calc(25% - 30px); }
  .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item.boxed {
    padding: 10px; }

.cws_portfolio_module.columns_5 .cws_portfolio_items .grid-sizer,
.cws_portfolio_module.columns_5 .cws_portfolio_items.no_spacing .cws_portfolio_item {
  width: 20%; }

.cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item {
  width: calc(20% - 30px); }
  .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item.boxed {
    padding: 10px; }

.cws_portfolio_module.columns_6 .cws_portfolio_items .grid-sizer,
.cws_portfolio_module.columns_6 .cws_portfolio_items.no_spacing .cws_portfolio_item {
  width: 16.66%; }

.cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item {
  width: calc(16.66% - 30px); }
  .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item.boxed {
    padding: 10px; }

.cws_portfolio_module.layout_grid_filter .cws_portfolio_items {
  margin-top: 30px; }

.cws_portfolio_module.layout_masonry .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.layout_pinterest .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item {
  clip-path: inset(100% 0 0);
  -webkit-clip-path: inset(100% 0 0); }
  .cws_portfolio_module.layout_masonry .cws_portfolio_items .cws_portfolio_item.preloaded, .cws_portfolio_module.layout_pinterest .cws_portfolio_items .cws_portfolio_item.preloaded, .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item.preloaded {
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px); }
  .cws_portfolio_module.layout_masonry .cws_portfolio_items .cws_portfolio_item.loaded, .cws_portfolio_module.layout_pinterest .cws_portfolio_items .cws_portfolio_item.loaded, .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item.loaded {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.cws_portfolio_module.layout_masonry {
  padding-bottom: 0; }
  .cws_portfolio_module.layout_masonry .cws_portfolio_items .cws_portfolio_item .image_wrapper {
    height: inherit;
    padding-bottom: 0; }

.cws_portfolio_module.layout_pinterest .cws_portfolio_items .cws_portfolio_item .image_wrapper, .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item .image_wrapper, .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_portfolio_item .image_wrapper, .cws_portfolio_module.layout_motion_category .cws_portfolio_items .cws_portfolio_item .image_wrapper {
  height: inherit;
  padding-bottom: 0; }
  .cws_portfolio_module.layout_pinterest .cws_portfolio_items .cws_portfolio_item .image_wrapper > a, .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item .image_wrapper > a, .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_portfolio_item .image_wrapper > a, .cws_portfolio_module.layout_motion_category .cws_portfolio_items .cws_portfolio_item .image_wrapper > a {
    display: block;
    line-height: 0;
    width: auto;
    height: auto;
    position: relative;
    z-index: 0; }

.cws_portfolio_module.layout_carousel .cws_portfolio_items {
  overflow: hidden;
  padding-bottom: 5px; }
  .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item:nth-child(odd) {
    margin-top: 40px; }
  .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item .image_wrapper > a img {
    opacity: 1; }

.cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_portfolio_item {
  margin-bottom: 0; }

.cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_carousel .slick-dots {
  position: absolute;
  margin: 0;
  right: 16px;
  left: auto;
  top: calc(50% - 12px);
  width: auto;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%); }
  .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_carousel .slick-dots li:not(.slick-active) button {
    background-color: #ffffff; }

.cws_portfolio_module.layout_motion_category {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws_portfolio_module.layout_motion_category.columns_2 .portfolio-motion-cat,
  .cws_portfolio_module.layout_motion_category.columns_2 .cws_portfolio_items_wrapper {
    width: calc(50% - 30px); }
  .cws_portfolio_module.layout_motion_category.columns_3 .portfolio-motion-cat,
  .cws_portfolio_module.layout_motion_category.columns_3 .cws_portfolio_items_wrapper {
    width: calc(33.3% - 30px); }
  .cws_portfolio_module.layout_motion_category.columns_4 .portfolio-motion-cat,
  .cws_portfolio_module.layout_motion_category.columns_4 .cws_portfolio_items_wrapper {
    width: calc(25% - 30px); }
  .cws_portfolio_module.layout_motion_category.columns_5 .portfolio-motion-cat,
  .cws_portfolio_module.layout_motion_category.columns_5 .cws_portfolio_items_wrapper {
    width: calc(20% - 30px); }
  .cws_portfolio_module.layout_motion_category.columns_6 .portfolio-motion-cat,
  .cws_portfolio_module.layout_motion_category.columns_6 .cws_portfolio_items_wrapper {
    width: calc(16.66% - 30px); }
  .cws_portfolio_module.layout_motion_category .portfolio-motion-cats {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .portfolio-motion-cat {
      padding: 0;
      margin: 0 15px 30px;
      text-align: center;
      text-transform: uppercase;
      pointer-events: none; }
      .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .portfolio-motion-cat:before {
        display: none; }
    .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .mobile_only {
      display: none; }
  .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper {
    margin: 0 15px;
    max-height: 80vh;
    overflow: hidden; }
  .cws_portfolio_module.layout_motion_category .cws_portfolio_items {
    display: block;
    margin: 0;
    overflow-y: auto;
    max-height: 80vh; }
    .cws_portfolio_module.layout_motion_category .cws_portfolio_items .cws_portfolio_item {
      width: 100% !important;
      margin: 0 0 30px !important; }
      .cws_portfolio_module.layout_motion_category .cws_portfolio_items .cws_portfolio_item:last-child {
        margin-bottom: 0 !important; }

.cws_portfolio_module .portfolio-filter {
  text-align: center;
  margin: 0 -1px 58px; }
  .cws_portfolio_module .portfolio-filter .portfolio-filter-trigger {
    min-height: 35px;
    padding: 0 23px;
    margin: 0 1px 2px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    -webkit-transition: color 0.4s ease-out, bordr-color 0.4s ease-out, background-color 0.4s ease-out;
    transition: color 0.4s ease-out, bordr-color 0.4s ease-out, background-color 0.4s ease-out;
    font-weight: 300;
    font-size: 16px;
    line-height: 35px; }
    .cws_portfolio_module .portfolio-filter .portfolio-filter-trigger.active {
      background-color: #f8f8f8;
      font-weight: 500; }
    .cws_portfolio_module .portfolio-filter .portfolio-filter-trigger:before {
      content: none;
      display: none; }

.cws_portfolio_module .cws_portfolio_items {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -15px -30px; }
  .cws_portfolio_module .cws_portfolio_items.cws_carousel_wrapper {
    display: block;
    margin: 0; }
  .cws_portfolio_module .cws_portfolio_items.no_spacing,
  .cws_portfolio_module .cws_portfolio_items.no_spacing .cws_portfolio_item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
  .cws_portfolio_module .cws_portfolio_items.no_spacing {
    overflow: hidden;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    .cws_portfolio_module .cws_portfolio_items.no_spacing .boxed {
      -webkit-border-radius: 0;
      border-radius: 0; }
    .cws_portfolio_module .cws_portfolio_items.no_spacing .cws_portfolio_item .image_wrapper,
    .cws_portfolio_module .cws_portfolio_items.no_spacing .cws_portfolio_item .image_wrapper .hidden_info,
    .cws_portfolio_module .cws_portfolio_items.no_spacing .cws_portfolio_item .image_wrapper:before,
    .cws_portfolio_module .cws_portfolio_items.no_spacing .cws_portfolio_item .image_wrapper:after {
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important; }
  .cws_portfolio_module .cws_portfolio_items .grid-sizer {
    position: absolute; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item {
    line-height: 0;
    margin: 0 15px 30px; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item.boxed {
      padding: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper {
      line-height: 0;
      padding-bottom: 75.9259%;
      position: relative;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      overflow: hidden; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay:hover .hidden_info {
        opacity: 1;
        bottom: 0;
        -webkit-transition: opacity 0.3s ease, bottom 0.2s ease 0.15s;
        transition: opacity 0.3s ease, bottom 0.2s ease 0.15s; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay:hover .hidden_info > * {
          opacity: 1;
          -webkit-transition: opacity 0.2s ease 0.15s;
          transition: opacity 0.2s ease 0.15s; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: -20px;
        padding: 0 20px;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info > * {
          -webkit-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
          opacity: 0; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom:hover .hidden_info {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom:hover .hidden_info > * {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0);
          -webkit-transition: all 0.23s ease 0.27s;
          transition: all 0.23s ease 0.27s; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 15px 15px 20px;
        background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: transform 0.5s ease;
        transition: transform 0.5s ease; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info > * {
          opacity: 0;
          -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          transform: translateY(-20px);
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left, .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right {
        -webkit-border-radius: 20px;
        border-radius: 20px;
        overflow: hidden; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info, .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right .hidden_info {
          max-width: 80%; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left:after, .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right:after {
          content: '';
          position: absolute;
          left: -40px;
          right: 0;
          top: 0;
          bottom: 0;
          background-image: inherit;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
          -webkit-border-radius: 20px;
          border-radius: 20px;
          overflow: hidden; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left img, .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right img {
          -webkit-border-radius: 20px;
          border-radius: 20px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left:hover:after, .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right:hover:after {
          -webkit-transform: translateX(15px);
          -ms-transform: translateX(15px);
          transform: translateX(15px); }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left:hover:after {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px); }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left:hover .hidden_info {
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left:after {
        -webkit-transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info {
        background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%);
        padding: 15px 25px;
        position: absolute;
        z-index: 1;
        left: 0;
        right: auto;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        -webkit-transition: transform 0.4s ease;
        transition: transform 0.4s ease; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right a:before {
        content: '\f109';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        opacity: 0;
        background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%);
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        color: #ffffff;
        font: 400 normal 45px/45px 'cwsicon';
        z-index: 3;
        overflow: hidden; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right:hover a:before {
        opacity: 1; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_swipe_right:hover:after {
        -webkit-filter: blur(5px);
        filter: blur(5px); }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info {
        position: absolute;
        left: 0;
        right: auto;
        bottom: 0;
        background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%);
        padding: 40px 90px 40px 50px;
        width: 500px;
        z-index: 1;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-border-radius: 0 20px 0 0;
        border-radius: 0 20px 0 0; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info.active {
          height: 450px;
          width: 70%; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .h5 {
          font-size: 35px;
          line-height: 42px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .meta {
          margin: 0; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .excerpt:not(:first-child) {
          margin-top: 10px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .open_info {
          position: absolute;
          right: 20px;
          top: 20px;
          cursor: pointer; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .open_info svg line:nth-of-type(1) {
            -webkit-transition: all 1s;
            transition: all 1s;
            -webkit-clip-path: circle(100%);
            clip-path: circle(100%); }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .open_info:hover svg line:nth-of-type(1) {
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-clip-path: circle(50%);
            clip-path: circle(50%); }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info {
          display: none;
          overflow: hidden;
          max-height: 100%; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .h3 {
            font-size: 40px; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_details {
            margin-top: 40px;
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: row;
            -moz-flex-direction: row;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: nowrap;
            -moz-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start; }
            .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_details .advanced_detail .label {
              display: block;
              text-transform: uppercase;
              font-size: 20px;
              letter-spacing: 1px;
              margin-bottom: 5px; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_content {
            margin-top: 32px;
            padding-top: 32px;
            border-top: 1px solid #e5e5e5; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper > a {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: block; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper > a img {
          opacity: 0; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info {
        line-height: initial;
        position: relative;
        z-index: 2; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info * {
          color: #fff; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info .h5 {
          position: static;
          display: block;
          font-weight: 700; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info .h5:before {
            content: '';
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info .excerpt:not(:first-child) {
          margin-top: 10px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info .meta {
          display: inline-block;
          position: relative; }
          .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper .hidden_info .meta:not(:first-child) {
            margin-top: 1px; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info {
      margin-top: 30px;
      text-align: center;
      font-size: 15px;
      line-height: 1.6667em; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .h5 {
        display: inline-block;
        position: relative;
        font-weight: 700; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .title_divider {
        display: block;
        margin: 13px 0 9px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .title_divider a {
          color: inherit; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .title_divider svg {
          display: block;
          margin: 0 auto; }
      .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .meta {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .meta:not(:first-child) {
          margin-top: 9px; }
        .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .text_info .meta a {
          color: inherit; }

.cws_portfolio_module + .paging-navigation {
  margin-top: 35px; }

/*  --------------------
	Portfolio archive media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item.boxed:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
    -moz-box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06);
    box-shadow: 0px 24px 64px rgba(45, 48, 58, 0.06); } }

@media screen and (max-width: 1199px) {
  .cws_portfolio_module.columns_5 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items.no_spacing .cws_portfolio_item {
    width: 25%; }
  .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item {
    width: calc(25% - 30px); }
  .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5 {
    font-size: 18px; }
  .cws_portfolio_module.layout_motion_category {
    margin: 0 -10px; }
    .cws_portfolio_module.layout_motion_category.columns_2 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_2 .cws_portfolio_items_wrapper {
      width: calc(50% - 20px); }
    .cws_portfolio_module.layout_motion_category.columns_3 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_3 .cws_portfolio_items_wrapper {
      width: calc(33.3% - 20px); }
    .cws_portfolio_module.layout_motion_category.columns_4 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_4 .cws_portfolio_items_wrapper {
      width: calc(25% - 20px); }
    .cws_portfolio_module.layout_motion_category.columns_5 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_5 .cws_portfolio_items_wrapper {
      width: calc(20% - 20px); }
    .cws_portfolio_module.layout_motion_category.columns_6 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_6 .cws_portfolio_items_wrapper {
      width: calc(16.66% - 20px); }
    .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper {
      margin: 0 10px; }
      .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper .cws_portfolio_item {
        margin: 0 0 20px !important; }
  .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_portfolio_item {
    margin-bottom: 0; }
  .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_carousel {
    margin: 0; }
    .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_carousel .slick-slide {
      margin: 0; }
    .cws_portfolio_module.layout_carousel_wide .cws_portfolio_items .cws_carousel .slick-dots {
      right: 0;
      padding: 10px 8px 0;
      background-color: #fff;
      top: calc(50% - 12px); }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info.active {
    height: 220px;
    width: 75%; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .h5 {
    font-size: 32px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .h3 {
    font-size: 36px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_details {
    margin-top: 30px; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_details .advanced_detail .label {
      margin-bottom: 3px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .advanced_info .advanced_content {
    display: none; } }

@media screen and (max-width: 991px) {
  .cws_portfolio_module.layout_motion_category {
    margin: 0 -7px; }
    .cws_portfolio_module.layout_motion_category.columns_2 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_2 .cws_portfolio_items_wrapper {
      width: calc(50% - 14px); }
    .cws_portfolio_module.layout_motion_category.columns_3 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_3 .cws_portfolio_items_wrapper {
      width: calc(33.3% - 14px); }
    .cws_portfolio_module.layout_motion_category.columns_4 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_4 .cws_portfolio_items_wrapper {
      width: calc(25% - 14px); }
    .cws_portfolio_module.layout_motion_category.columns_5 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_5 .cws_portfolio_items_wrapper {
      width: calc(20% - 14px); }
    .cws_portfolio_module.layout_motion_category.columns_6 .portfolio-motion-cat,
    .cws_portfolio_module.layout_motion_category.columns_6 .cws_portfolio_items_wrapper {
      width: calc(16.66% - 14px); }
    .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper {
      margin: 0 7px; }
      .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper .cws_portfolio_item {
        margin: 0 0 14px !important; }
  .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_bottom .hidden_info .h5, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_slide_left .hidden_info .h5 {
    font-size: 16px;
    margin-bottom: 0; }
  .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .meta, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .meta, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .meta, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_overlay .hidden_info .meta {
    display: none; }
  .cws_portfolio_module .portfolio-filter {
    text-align: center;
    margin: 0 -5px -10px; }
    .cws_portfolio_module .portfolio-filter .portfolio-filter-trigger {
      padding: 5px 20px;
      margin: 0 5px 10px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info {
    padding: 25px 40px;
    width: auto;
    height: auto; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info.active {
      height: 450px;
      width: 70%; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .h5 {
      font-size: 28px;
      line-height: 38px; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .open_info {
      display: none; } }

@media screen and (min-width: 768px) {
  .cws_portfolio_module.layout_asymmetric .cws_portfolio_items {
    margin-bottom: -120px; }
    .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item {
      margin-bottom: 120px; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(2), .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n+2) {
        padding: 6.5% 2% 0px 13%; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n-1) {
        padding: 6.5% 13% 0px 2%; } }

@media screen and (min-width: 480px) {
  .cws_portfolio_module.layout_asymmetric .cws_portfolio_items {
    margin-bottom: -60px; }
    .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item {
      width: calc(50% - 30px) !important;
      margin-bottom: 60px; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item.focused {
        -webkit-transition: none !important;
        transition: none !important; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(1), .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n+1) {
        padding: 0px 1% 0px 2%; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n) {
        padding: 0px 2% 0px 1%; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(2), .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n+2) {
        padding: 3.5% 2% 0px 8%; }
      .cws_portfolio_module.layout_asymmetric .cws_portfolio_items .cws_portfolio_item:nth-child(4n-1) {
        padding: 3.5% 8% 0px 2%; } }

@media screen and (max-width: 767px) {
  .cws_portfolio_module.layout_motion_category {
    margin: 0; }
    .cws_portfolio_module.layout_motion_category .portfolio-motion-cats {
      position: relative;
      overflow: hidden;
      padding: 30px;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .cws_portfolio_module.layout_motion_category .portfolio-motion-cats:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5); }
      .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .portfolio-motion-cat {
        margin: 0;
        padding: 15px 0;
        color: #fff;
        text-align: left;
        position: relative;
        display: block;
        width: 100%;
        pointer-events: auto; }
        .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .portfolio-motion-cat:after {
          content: '\f212';
          font-family: 'cwsicon';
          font-size: 14px;
          position: absolute;
          right: 0;
          margin-top: 5px; }
      .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .mobile_only {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1; }
        .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .mobile_only .portfolio-mobile-motion-cat {
          height: 100%;
          display: none;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center; }
          .cws_portfolio_module.layout_motion_category .portfolio-motion-cats .mobile_only .portfolio-mobile-motion-cat.active {
            display: block; }
    .cws_portfolio_module.layout_motion_category .cws_portfolio_items_wrapper {
      display: none; }
  .cws_portfolio_module.columns_4 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_5 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items.no_spacing .cws_portfolio_item {
    width: 33.3%; }
  .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item {
    width: calc(33.3% - 30px); }
  .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_carousel .slick-dots {
    margin-top: 20px; }
  .cws_portfolio_module .portfolio-filter {
    margin: 0 0 -10px; }
    .cws_portfolio_module .portfolio-filter .portfolio-filter-trigger {
      padding: 5px 25px;
      margin: 0 5px 10px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item.boxed {
    padding: 10px; } }

@media screen and (max-width: 479px) {
  .cws_portfolio_module.columns_2 .cws_portfolio_items, .cws_portfolio_module.columns_3 .cws_portfolio_items, .cws_portfolio_module.columns_4 .cws_portfolio_items, .cws_portfolio_module.columns_5 .cws_portfolio_items, .cws_portfolio_module.columns_6 .cws_portfolio_items {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
    .cws_portfolio_module.columns_2 .cws_portfolio_items.no_spacing .cws_portfolio_item,
    .cws_portfolio_module.columns_2 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_3 .cws_portfolio_items.no_spacing .cws_portfolio_item,
    .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_4 .cws_portfolio_items.no_spacing .cws_portfolio_item,
    .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_5 .cws_portfolio_items.no_spacing .cws_portfolio_item,
    .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items.no_spacing .cws_portfolio_item,
    .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item {
      width: 100%; }
    .cws_portfolio_module.columns_2 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_3 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_4 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_5 .cws_portfolio_items .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items .cws_portfolio_item {
      margin: 0 0 30px; }
    .cws_portfolio_module.columns_2 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_3 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_4 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_5 .cws_portfolio_items.no_spacing .cws_portfolio_item, .cws_portfolio_module.columns_6 .cws_portfolio_items.no_spacing .cws_portfolio_item {
      margin: 0; }
  .cws_portfolio_module.layout_masonry .cws_portfolio_items .cws_portfolio_item .image_wrapper {
    padding-bottom: 100%; }
  .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item {
    margin-bottom: 0; }
    .cws_portfolio_module.layout_carousel .cws_portfolio_items .cws_portfolio_item:nth-child(odd) {
      margin-top: 0px; }
  .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info {
    padding: 8px 16px; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .h5 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 0; }
    .cws_portfolio_module .cws_portfolio_items .cws_portfolio_item .image_wrapper.hover_carousel_wide .hidden_info .meta {
      font-size: 14px; } }

/*  --------------------
	Sidebar styles
--------------------  */
body.woocommerce.single .main-content-inner.has_sb .sidebar.position_right {
  padding-left: 30px;
  margin-left: 15px;
  border-left: 1px solid #e5e5e5; }

body.woocommerce.single .main-content-inner.has_sb .sidebar.position_left {
  padding-right: 30px;
  margin-right: 15px;
  border-right: 1px solid #e5e5e5; }

.main-content-inner.has_sb {
  margin: 0 -35px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .main-content-inner.has_sb .sidebar {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 35px;
    width: 330px; }
    .main-content-inner.has_sb .sidebar.position_right {
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .main-content-inner.has_sb .sidebar .close_sidebar {
      display: none;
      position: absolute;
      top: 23px;
      left: 15px;
      width: 30px;
      height: 30px;
      font-size: 18px; }
      .main-content-inner.has_sb .sidebar .close_sidebar:before {
        content: '\f193';
        font-family: 'cwsicon';
        position: relative;
        top: 3px;
        left: 5px; }
  .main-content-inner.has_sb .main-content-inner-wrap {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 840px;
    padding: 0 35px; }

.empty_custom_sb_title {
  font-size: 15px;
  line-height: 21px;
  margin-top: 30px; }

.sidebar_trigger {
  display: none;
  position: fixed;
  right: -21px;
  top: 50vh;
  height: 31px;
  width: 21px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  background-color: #fff;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  z-index: 2; }
  .sidebar_trigger.active {
    right: 0; }
  .sidebar_trigger i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #141414;
    display: inline-block;
    top: 14px;
    left: 9px; }
    .sidebar_trigger i:before, .sidebar_trigger i:after {
      content: '';
      width: inherit;
      height: inherit;
      background-color: inherit;
      position: absolute; }
    .sidebar_trigger i:before {
      top: -6px; }
    .sidebar_trigger i:after {
      bottom: -6px; }

/*  --------------------
	Sidebar media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .main-content-inner.has_sb .sidebar .close_custom_sidebar:hover {
    opacity: 1; } }

@media screen and (max-width: 1399px) {
  .main-content-inner.has_sb {
    margin: 0 -15px; }
    .main-content-inner.has_sb .sidebar {
      padding: 0 15px;
      margin: 0; }
    .main-content-inner.has_sb .main-content-inner-wrap {
      padding: 0 15px; } }

@media screen and (max-width: 1199px) {
  body.woocommerce.show_sidebar.single .main-content-inner.has_sb .sidebar.position_left,
  body.show_sidebar .main-content-inner.has_sb .sidebar.position_left {
    left: 0; }
  body.woocommerce.show_sidebar.single .main-content-inner.has_sb .sidebar.position_right,
  body.show_sidebar .main-content-inner.has_sb .sidebar.position_right {
    right: 0; } }

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .main-content-inner.has_sb .sidebar {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding: 95px 20px 30px;
    height: 100vh;
    width: 300px;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .main-content-inner.has_sb .sidebar.position_left {
      left: -300px; }
    .main-content-inner.has_sb .sidebar.position_right {
      right: -300px; }
    .main-content-inner.has_sb .sidebar .close_sidebar {
      display: inline-block; }
    .main-content-inner.has_sb .sidebar .close_custom_sidebar {
      position: absolute;
      left: 20px;
      right: auto;
      top: 22px;
      cursor: pointer;
      opacity: 0.5;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .main-content-inner.has_sb .sidebar .close_custom_sidebar:before {
        content: '\f10c';
        font-family: 'cwsicon';
        display: inline-block;
        font-size: 25px; }
  .main-content-inner.has_sb .main-content-inner-wrap {
    max-width: 100% !important; }
  .sidebar_trigger {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  body.woocommerce .main-content-inner.has_sb .sidebar,
  body.woocommerce.single .main-content-inner.has_sb .sidebar {
    width: 100% !important;
    max-width: 300px;
    margin: 0; }
  body.woocommerce .main-content-inner.has_sb .sidebar.position_left,
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_left {
    margin-right: 0;
    border-right: 0;
    padding-right: 15px; }
  body.woocommerce .main-content-inner.has_sb .sidebar.position_right,
  body.woocommerce.single .main-content-inner.has_sb .sidebar.position_right {
    margin-left: 0;
    border-left: 0;
    padding-left: 15px; }
  .main-content-inner.has_sb {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 -15px; }
    .main-content-inner.has_sb .sidebar {
      position: relative;
      width: 100% !important;
      max-width: none;
      padding: 45px 15px 0;
      margin: 45px 0 0; }
      .main-content-inner.has_sb .sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100vw;
        height: 1px;
        background-color: #e5e5e5; }
      .main-content-inner.has_sb .sidebar.position_left {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2; }
    .main-content-inner.has_sb .main-content-inner-wrap {
      padding: 0 15px; } }

/*  ====================
	Common Widgets styles
====================  */
.sidebar .cws-widget {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  -moz-box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  box-shadow: 0px 5px 10px rgba(132, 78, 213, 0.03);
  padding: 26px 29px 28px;
  border: solid 1px #f2f2f2; }
  .sidebar .cws-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding: 0;
    margin: 0 0 23px;
    text-align: left; }
    .sidebar .cws-widget .widget-title a {
      color: inherit;
      text-decoration: none; }
  .sidebar .cws-widget .wp-caption img[class*="wp-image-"] {
    -webkit-border-radius: 10px;
    border-radius: 10px; }
  .sidebar .cws-widget .wp-caption a {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    max-width: 100%;
    display: block;
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
    .sidebar .cws-widget .wp-caption a:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%); }
    .sidebar .cws-widget .wp-caption a:after {
      content: '\f104';
      position: absolute;
      display: block;
      width: 40px;
      height: 40px;
      border: solid 1px #ffffff;
      left: 50%;
      right: auto;
      top: 50%;
      margin: -20px 0 0 -20px;
      font: 400 normal 20px/38px 'cwsicon';
      opacity: 0;
      color: #ffffff;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      text-align: center;
      z-index: 3; }
    .sidebar .cws-widget .wp-caption a[href$='.jpg']:after, .sidebar .cws-widget .wp-caption a[href$='.pdf']:after, .sidebar .cws-widget .wp-caption a[href$='.png']:after {
      content: '\f109';
      -webkit-border-radius: 0;
      border-radius: 0;
      border: none;
      width: 36px;
      height: 36px;
      font-size: 36px;
      line-height: 36px;
      margin: -18px 0 0 -18px; }
    .sidebar .cws-widget .wp-caption a img {
      display: block;
      margin: 0 auto;
      -webkit-transition: filter 0.3s;
      transition: filter 0.3s; }

.cws-widget {
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 1.7857em; }
  .cws-widget:last-child {
    margin-bottom: 0; }
  .cws-widget.widget_language_switcher {
    overflow: initial; }
  .cws-widget.widget_tag_cloud {
    margin-top: -5px; }
  .cws-widget.widget_archive, .cws-widget.widget_categories, .cws-widget.widget_product_categories, .cws-widget.widget_meta, .cws-widget.widget_pages, .cws-widget.widget_nav_menu {
    padding-bottom: 12px; }
    .cws-widget.widget_archive .widget-title, .cws-widget.widget_categories .widget-title, .cws-widget.widget_product_categories .widget-title, .cws-widget.widget_meta .widget-title, .cws-widget.widget_pages .widget-title, .cws-widget.widget_nav_menu .widget-title {
      margin-bottom: 12px; }
    .cws-widget.widget_archive ul li, .cws-widget.widget_categories ul li, .cws-widget.widget_product_categories ul li, .cws-widget.widget_meta ul li, .cws-widget.widget_pages ul li, .cws-widget.widget_nav_menu ul li {
      padding: 0;
      position: relative; }
      .cws-widget.widget_archive ul li > a, .cws-widget.widget_categories ul li > a, .cws-widget.widget_product_categories ul li > a, .cws-widget.widget_meta ul li > a, .cws-widget.widget_pages ul li > a, .cws-widget.widget_nav_menu ul li > a {
        display: block;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        min-height: 49px;
        padding: 15px 66px 15px 60px;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400; }
        .cws-widget.widget_archive ul li > a:before, .cws-widget.widget_categories ul li > a:before, .cws-widget.widget_product_categories ul li > a:before, .cws-widget.widget_meta ul li > a:before, .cws-widget.widget_pages ul li > a:before, .cws-widget.widget_nav_menu ul li > a:before {
          content: '\f129';
          position: absolute;
          display: block;
          width: 9px;
          height: 9px;
          left: 32px;
          right: auto;
          top: 19px;
          font: 400 normal 9px/9px 'cwsicon'; }
      .cws-widget.widget_archive ul li .post_count,
      .cws-widget.widget_archive ul li .count, .cws-widget.widget_categories ul li .post_count,
      .cws-widget.widget_categories ul li .count, .cws-widget.widget_product_categories ul li .post_count,
      .cws-widget.widget_product_categories ul li .count, .cws-widget.widget_meta ul li .post_count,
      .cws-widget.widget_meta ul li .count, .cws-widget.widget_pages ul li .post_count,
      .cws-widget.widget_pages ul li .count, .cws-widget.widget_nav_menu ul li .post_count,
      .cws-widget.widget_nav_menu ul li .count {
        position: absolute;
        right: 39px;
        left: auto;
        top: 15px;
        pointer-events: none;
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        text-align: right;
        white-space: nowrap;
        display: block;
        min-width: 18px; }
      .cws-widget.widget_archive ul li ul.sub-menu,
      .cws-widget.widget_archive ul li ul.children, .cws-widget.widget_categories ul li ul.sub-menu,
      .cws-widget.widget_categories ul li ul.children, .cws-widget.widget_product_categories ul li ul.sub-menu,
      .cws-widget.widget_product_categories ul li ul.children, .cws-widget.widget_meta ul li ul.sub-menu,
      .cws-widget.widget_meta ul li ul.children, .cws-widget.widget_pages ul li ul.sub-menu,
      .cws-widget.widget_pages ul li ul.children, .cws-widget.widget_nav_menu ul li ul.sub-menu,
      .cws-widget.widget_nav_menu ul li ul.children {
        display: none; }
      .cws-widget.widget_archive ul li > .open, .cws-widget.widget_categories ul li > .open, .cws-widget.widget_product_categories ul li > .open, .cws-widget.widget_meta ul li > .open, .cws-widget.widget_pages ul li > .open, .cws-widget.widget_nav_menu ul li > .open {
        display: block;
        cursor: pointer;
        left: 0;
        right: 0;
        top: 0;
        height: 49px;
        position: absolute;
        z-index: 2; }
        .cws-widget.widget_archive ul li > .open:before, .cws-widget.widget_categories ul li > .open:before, .cws-widget.widget_product_categories ul li > .open:before, .cws-widget.widget_meta ul li > .open:before, .cws-widget.widget_pages ul li > .open:before, .cws-widget.widget_nav_menu ul li > .open:before {
          content: '\f12f';
          display: block;
          position: absolute;
          right: 36px;
          left: auto;
          top: 19px;
          width: 12px;
          height: 12px;
          font: 400 normal 12px/12px 'cwsicon'; }
      .cws-widget.widget_archive ul li.active > .open:before, .cws-widget.widget_categories ul li.active > .open:before, .cws-widget.widget_product_categories ul li.active > .open:before, .cws-widget.widget_meta ul li.active > .open:before, .cws-widget.widget_pages ul li.active > .open:before, .cws-widget.widget_nav_menu ul li.active > .open:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .cws-widget caption {
    text-transform: capitalize; }
  .cws-widget.widget_text ul li,
  .cws-widget .custom-html-widget ul li {
    padding: 0 0 0 25px !important; }
    .cws-widget.widget_text ul li:before,
    .cws-widget .custom-html-widget ul li:before {
      display: inline-block !important; }
  .cws-widget ul li {
    padding: 0; }
    .cws-widget ul li:before {
      display: none; }
  .cws-widget p:not(:last-child) {
    margin: 0 0 1.25em; }
  .cws-widget .custom-widget-info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws-widget .custom-widget-info:not(:last-child) {
      margin-bottom: 20px; }
    .cws-widget .custom-widget-info i {
      font-size: 20px;
      margin-right: 10px;
      margin-top: -2px; }

/*  ====================
	Widgets media styles
====================  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget_archive ul li:hover > a, .cws-widget.widget_categories ul li:hover > a, .cws-widget.widget_product_categories ul li:hover > a, .cws-widget.widget_meta ul li:hover > a, .cws-widget.widget_pages ul li:hover > a {
    background-color: #f5f5f5; }
  .sidebar .cws-widget .wp-caption a:hover:before, .sidebar .cws-widget .wp-caption a:hover:after {
    opacity: 1; }
  .sidebar .cws-widget .wp-caption a:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

/*  --------------------
	Calendar Widget styles
--------------------  */
.cws-widget .calendar_wrap {
  position: relative;
  margin-bottom: -12px; }
  .cws-widget .calendar_wrap:first-child {
    margin-top: -26px; }
    .cws-widget .calendar_wrap:first-child table caption {
      -webkit-border-radius: 20px 20px 0 0;
      border-radius: 20px 20px 0 0; }
  .cws-widget .calendar_wrap table {
    width: 100%;
    margin: 0; }
    .cws-widget .calendar_wrap table caption {
      padding: 17px 52px;
      font-size: 18px;
      line-height: 27px;
      font-weight: 600;
      color: #fff;
      margin: 0 -29px 7px; }
    .cws-widget .calendar_wrap table thead th {
      font-size: 14px;
      line-height: 43px;
      font-weight: 600;
      text-transform: uppercase;
      border: none;
      padding: 0; }
    .cws-widget .calendar_wrap table tbody {
      table-layout: fixed;
      width: 100%; }
      .cws-widget .calendar_wrap table tbody td {
        width: 14.28%;
        padding: 0;
        font-size: 16px;
        line-height: 43px; }
        .cws-widget .calendar_wrap table tbody td#today {
          color: #ffffff; }
          .cws-widget .calendar_wrap table tbody td#today:before {
            content: '';
            position: absolute;
            display: block;
            left: -7px;
            right: -7px;
            background-color: rgba(242, 242, 242, 0.7);
            -webkit-border-radius: 90px;
            border-radius: 90px;
            height: 43px;
            z-index: -1; }
          .cws-widget .calendar_wrap table tbody td#today:after {
            content: '';
            position: relative;
            display: block;
            width: 35px;
            height: 35px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: -39px auto 4px;
            z-index: -1; }
          .cws-widget .calendar_wrap table tbody td#today a {
            color: #ffffff; }
        .cws-widget .calendar_wrap table tbody td a {
          position: relative;
          font-weight: 600; }
    .cws-widget .calendar_wrap table tfoot td {
      padding: 0;
      font-size: 0 !important;
      line-height: 1; }
      .cws-widget .calendar_wrap table tfoot td:first-child a {
        left: -11px;
        right: auto; }
        .cws-widget .calendar_wrap table tfoot td:first-child a:before {
          content: '\f12a'; }
      .cws-widget .calendar_wrap table tfoot td:last-child a {
        right: -11px;
        left: auto; }
        .cws-widget .calendar_wrap table tfoot td:last-child a:before {
          content: '\f129'; }
      .cws-widget .calendar_wrap table tfoot td:not(.pad) a {
        position: absolute;
        width: 36px;
        height: 36px;
        top: 13px;
        text-align: center;
        z-index: 2;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        color: #ffffff; }
        .cws-widget .calendar_wrap table tfoot td:not(.pad) a:before {
          font: 400 normal 10px/36px 'cwsicon'; }
    .cws-widget .calendar_wrap table tr {
      border: 0; }
      .cws-widget .calendar_wrap table tr td {
        font-size: 15px;
        border: 0; }

/*  =============================
	Widget calendar media styles
==============================  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget .calendar_wrap table tfoot td:not(.pad) a:hover {
    opacity: 1; }
  .cws-widget .calendar_wrap table tbody td#today a:hover {
    opacity: 0.7; } }

/*  --------------------
	Search Widget styles
--------------------  */
.cws-widget.widget_search {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .cws-widget.widget_search .widget-title {
    padding: 0 28px; }

.cws-widget .search-form {
  margin-top: 0; }
  .cws-widget .search-form .success-search {
    display: none; }
  .cws-widget .search-form .label {
    position: relative; }
    .cws-widget .search-form .label input {
      padding: 12px 75px 12px 27px;
      background: transparent;
      font-size: 14px;
      line-height: 24px;
      min-height: 50px;
      height: 50px;
      border: solid 1px #f2f2f2;
      -webkit-border-radius: 60px;
      border-radius: 60px; }
      .cws-widget .search-form .label input::placeholder {
        opacity: 1;
        color: #9597A1;
        font-family: inherit; }
    .cws-widget .search-form .label .search-submit {
      position: absolute;
      right: 28px;
      left: auto;
      top: 12px;
      margin: 0;
      height: 22px;
      padding: 0;
      width: 22px;
      min-height: 22px;
      background: transparent;
      border: none;
      z-index: 1;
      text-align: center;
      font-size: 22px;
      line-height: 1;
      font-weight: 400;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
      color: #243238; }
      .cws-widget .search-form .label .search-submit .page-submit {
        display: none; }
      .cws-widget .search-form .label .search-submit:after {
        font-size: 25px; }

/*  --------------------
	Tags Widget styles
--------------------  */
.cws-widget.widget_product_tag_cloud, .cws-widget.widget_tag_cloud {
  padding: 0 30px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

.cws-widget .tagcloud {
  margin: -1px -5px -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal; }
  .cws-widget .tagcloud a {
    font-size: 14px !important;
    line-height: 16px;
    display: inline-block;
    margin: 5px;
    position: relative;
    padding: 13px 17px 14px;
    text-transform: lowercase;
    z-index: 1;
    font-weight: 400;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    background-color: rgba(242, 242, 242, 0.7);
    color: inherit; }
    .cws-widget .tagcloud a:before {
      content: '#';
      margin: 0 5px 0 0;
      display: inline; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget .tagcloud a:hover {
    color: #fff; } }

/*  --------------------
	Menu Widget styles
--------------------  */
.cws-widget.widget_nav_menu .menu > li.current-menu-ancestor > a,
.cws-widget.widget_nav_menu .menu > li.current-item-parent > a,
.cws-widget.widget_nav_menu .menu > li.current-menu-item > a {
  background-color: #f5f5f5;
  font-weight: 500; }

.cws-widget.widget_nav_menu .menu > li.current-menu-ancestor:after,
.cws-widget.widget_nav_menu .menu > li.current-item-parent:after,
.cws-widget.widget_nav_menu .menu > li.current-menu-item:after {
  display: none !important; }

.cws-widget.widget_nav_menu .sub-menu {
  margin: 0 0 15px !important;
  padding: 0; }
  .cws-widget.widget_nav_menu .sub-menu .cws_megamenu_item .cws_column_wrapper {
    width: 100% !important;
    margin-top: 15px; }
  .cws-widget.widget_nav_menu .sub-menu .cws_megamenu_item h2.widgettitle {
    font-size: 16px;
    margin: 0 29px 3px;
    font-weight: 600; }
  .cws-widget.widget_nav_menu .sub-menu .cws_megamenu_item .menu {
    margin: 0;
    padding: 0; }

/*  --------------------
	Recent Comments Widget styles
--------------------  */
.cws-widget .recentcomments {
  padding-left: 34px;
  font-size: 0;
  line-height: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative; }
  .cws-widget .recentcomments:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #FDEFF9; }
  .cws-widget .recentcomments:after {
    content: '\f10d';
    position: absolute;
    left: 2px;
    right: auto;
    font-size: 14px;
    font-weight: 900;
    top: 4px;
    font-family: 'Font Awesome 5 Free'; }
  .cws-widget .recentcomments .comment-author-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.08px;
    font-weight: 400; }
    .cws-widget .recentcomments .comment-author-link:not(:last-child) {
      margin: 6px 0 0; }
  .cws-widget .recentcomments > a {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500; }

/*  --------------------
	Recent Posts Widget styles
--------------------  */
.cws-widget.widget_recent_entries ul {
  margin-top: 0; }
  .cws-widget.widget_recent_entries ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    border: 0;
    padding: 15px 0;
    border-bottom: 1px solid #fdeff9; }
    .cws-widget.widget_recent_entries ul li:first-child {
      padding-top: 0; }
    .cws-widget.widget_recent_entries ul li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .cws-widget.widget_recent_entries ul li a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500; }
    .cws-widget.widget_recent_entries ul li .post-date {
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.08px;
      color: #3B545F;
      font-style: normal; }

/*  --------------------
	RSS Widget styles
--------------------  */
.cws-widget.widget_rss .widget-title .rss-widget-icon {
  display: none; }

.cws-widget.widget_rss .widget-title:before {
  content: '\f09e';
  display: inline-block;
  font: 900 normal 20px 'Font Awesome 5 Free';
  margin: 0 12px 0 2px;
  position: relative;
  top: 1px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(154.77deg, #FEDA75 -42.06%, #FA7E1E 10.13%, #D62976 34.42%, #962FBF 72.21%, #4F5BD5 100.11%); }

.cws-widget.widget_rss ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .cws-widget.widget_rss ul li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid #FDEFF9; }
  .cws-widget.widget_rss ul li a.rsswidget {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600; }
    .cws-widget.widget_rss ul li a.rsswidget:not(:last-child) {
      margin-bottom: 2px; }
  .cws-widget.widget_rss ul li .rss-date,
  .cws-widget.widget_rss ul li cite {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.08px;
    font-style: normal; }
  .cws-widget.widget_rss ul li .rss-date {
    color: #aaaaaa; }
    .cws-widget.widget_rss ul li .rss-date:not(:last-child) {
      margin-bottom: 14px; }
  .cws-widget.widget_rss ul li cite {
    margin: 18px 0 0;
    font-style: italic; }

/*  ----------------------------------
	Categories & Pages Widget styles
----------------------------------  */
.cws-widget.widget_archive > ul,
.cws-widget.widget_archive ul.menu, .cws-widget.widget_categories > ul,
.cws-widget.widget_categories ul.menu, .cws-widget.widget_product_categories > ul,
.cws-widget.widget_product_categories ul.menu, .cws-widget.widget_meta > ul,
.cws-widget.widget_meta ul.menu, .cws-widget.widget_pages > ul,
.cws-widget.widget_pages ul.menu, .cws-widget.widget_nav_menu > ul,
.cws-widget.widget_nav_menu ul.menu {
  margin: 0 -29px; }
  .cws-widget.widget_archive > ul > li,
  .cws-widget.widget_archive ul.menu > li, .cws-widget.widget_categories > ul > li,
  .cws-widget.widget_categories ul.menu > li, .cws-widget.widget_product_categories > ul > li,
  .cws-widget.widget_product_categories ul.menu > li, .cws-widget.widget_meta > ul > li,
  .cws-widget.widget_meta ul.menu > li, .cws-widget.widget_pages > ul > li,
  .cws-widget.widget_pages ul.menu > li, .cws-widget.widget_nav_menu > ul > li,
  .cws-widget.widget_nav_menu ul.menu > li {
    position: relative; }
    .cws-widget.widget_archive > ul > li:not(:first-child):after,
    .cws-widget.widget_archive ul.menu > li:not(:first-child):after, .cws-widget.widget_categories > ul > li:not(:first-child):after,
    .cws-widget.widget_categories ul.menu > li:not(:first-child):after, .cws-widget.widget_product_categories > ul > li:not(:first-child):after,
    .cws-widget.widget_product_categories ul.menu > li:not(:first-child):after, .cws-widget.widget_meta > ul > li:not(:first-child):after,
    .cws-widget.widget_meta ul.menu > li:not(:first-child):after, .cws-widget.widget_pages > ul > li:not(:first-child):after,
    .cws-widget.widget_pages ul.menu > li:not(:first-child):after, .cws-widget.widget_nav_menu > ul > li:not(:first-child):after,
    .cws-widget.widget_nav_menu ul.menu > li:not(:first-child):after {
      content: '';
      position: absolute;
      display: block;
      left: 29px;
      right: 29px;
      top: -1px;
      height: 1px;
      background-color: #fdeff9; }
    .cws-widget.widget_archive > ul > li.active > a,
    .cws-widget.widget_archive ul.menu > li.active > a, .cws-widget.widget_categories > ul > li.active > a,
    .cws-widget.widget_categories ul.menu > li.active > a, .cws-widget.widget_product_categories > ul > li.active > a,
    .cws-widget.widget_product_categories ul.menu > li.active > a, .cws-widget.widget_meta > ul > li.active > a,
    .cws-widget.widget_meta ul.menu > li.active > a, .cws-widget.widget_pages > ul > li.active > a,
    .cws-widget.widget_pages ul.menu > li.active > a, .cws-widget.widget_nav_menu > ul > li.active > a,
    .cws-widget.widget_nav_menu ul.menu > li.active > a {
      background-color: #f5f5f5;
      font-weight: 500; }
    .cws-widget.widget_archive > ul > li.active:after,
    .cws-widget.widget_archive ul.menu > li.active:after, .cws-widget.widget_categories > ul > li.active:after,
    .cws-widget.widget_categories ul.menu > li.active:after, .cws-widget.widget_product_categories > ul > li.active:after,
    .cws-widget.widget_product_categories ul.menu > li.active:after, .cws-widget.widget_meta > ul > li.active:after,
    .cws-widget.widget_meta ul.menu > li.active:after, .cws-widget.widget_pages > ul > li.active:after,
    .cws-widget.widget_pages ul.menu > li.active:after, .cws-widget.widget_nav_menu > ul > li.active:after,
    .cws-widget.widget_nav_menu ul.menu > li.active:after {
      display: none; }
    .cws-widget.widget_archive > ul > li ul.children,
    .cws-widget.widget_archive ul.menu > li ul.children, .cws-widget.widget_categories > ul > li ul.children,
    .cws-widget.widget_categories ul.menu > li ul.children, .cws-widget.widget_product_categories > ul > li ul.children,
    .cws-widget.widget_product_categories ul.menu > li ul.children, .cws-widget.widget_meta > ul > li ul.children,
    .cws-widget.widget_meta ul.menu > li ul.children, .cws-widget.widget_pages > ul > li ul.children,
    .cws-widget.widget_pages ul.menu > li ul.children, .cws-widget.widget_nav_menu > ul > li ul.children,
    .cws-widget.widget_nav_menu ul.menu > li ul.children {
      margin: 0 0 0 22px;
      padding: 0; }
      .cws-widget.widget_archive > ul > li ul.children li,
      .cws-widget.widget_archive ul.menu > li ul.children li, .cws-widget.widget_categories > ul > li ul.children li,
      .cws-widget.widget_categories ul.menu > li ul.children li, .cws-widget.widget_product_categories > ul > li ul.children li,
      .cws-widget.widget_product_categories ul.menu > li ul.children li, .cws-widget.widget_meta > ul > li ul.children li,
      .cws-widget.widget_meta ul.menu > li ul.children li, .cws-widget.widget_pages > ul > li ul.children li,
      .cws-widget.widget_pages ul.menu > li ul.children li, .cws-widget.widget_nav_menu > ul > li ul.children li,
      .cws-widget.widget_nav_menu ul.menu > li ul.children li {
        margin: 20px 0; }
        .cws-widget.widget_archive > ul > li ul.children li a,
        .cws-widget.widget_archive ul.menu > li ul.children li a, .cws-widget.widget_categories > ul > li ul.children li a,
        .cws-widget.widget_categories ul.menu > li ul.children li a, .cws-widget.widget_product_categories > ul > li ul.children li a,
        .cws-widget.widget_product_categories ul.menu > li ul.children li a, .cws-widget.widget_meta > ul > li ul.children li a,
        .cws-widget.widget_meta ul.menu > li ul.children li a, .cws-widget.widget_pages > ul > li ul.children li a,
        .cws-widget.widget_pages ul.menu > li ul.children li a, .cws-widget.widget_nav_menu > ul > li ul.children li a,
        .cws-widget.widget_nav_menu ul.menu > li ul.children li a {
          padding: 0 38px;
          min-height: 17px;
          background-color: transparent !important;
          font-size: 14px;
          line-height: 17px; }
          .cws-widget.widget_archive > ul > li ul.children li a:before,
          .cws-widget.widget_archive ul.menu > li ul.children li a:before, .cws-widget.widget_categories > ul > li ul.children li a:before,
          .cws-widget.widget_categories ul.menu > li ul.children li a:before, .cws-widget.widget_product_categories > ul > li ul.children li a:before,
          .cws-widget.widget_product_categories ul.menu > li ul.children li a:before, .cws-widget.widget_meta > ul > li ul.children li a:before,
          .cws-widget.widget_meta ul.menu > li ul.children li a:before, .cws-widget.widget_pages > ul > li ul.children li a:before,
          .cws-widget.widget_pages ul.menu > li ul.children li a:before, .cws-widget.widget_nav_menu > ul > li ul.children li a:before,
          .cws-widget.widget_nav_menu ul.menu > li ul.children li a:before {
            display: none; }
        .cws-widget.widget_archive > ul > li ul.children li .post_count,
        .cws-widget.widget_archive > ul > li ul.children li .count,
        .cws-widget.widget_archive ul.menu > li ul.children li .post_count,
        .cws-widget.widget_archive ul.menu > li ul.children li .count, .cws-widget.widget_categories > ul > li ul.children li .post_count,
        .cws-widget.widget_categories > ul > li ul.children li .count,
        .cws-widget.widget_categories ul.menu > li ul.children li .post_count,
        .cws-widget.widget_categories ul.menu > li ul.children li .count, .cws-widget.widget_product_categories > ul > li ul.children li .post_count,
        .cws-widget.widget_product_categories > ul > li ul.children li .count,
        .cws-widget.widget_product_categories ul.menu > li ul.children li .post_count,
        .cws-widget.widget_product_categories ul.menu > li ul.children li .count, .cws-widget.widget_meta > ul > li ul.children li .post_count,
        .cws-widget.widget_meta > ul > li ul.children li .count,
        .cws-widget.widget_meta ul.menu > li ul.children li .post_count,
        .cws-widget.widget_meta ul.menu > li ul.children li .count, .cws-widget.widget_pages > ul > li ul.children li .post_count,
        .cws-widget.widget_pages > ul > li ul.children li .count,
        .cws-widget.widget_pages ul.menu > li ul.children li .post_count,
        .cws-widget.widget_pages ul.menu > li ul.children li .count, .cws-widget.widget_nav_menu > ul > li ul.children li .post_count,
        .cws-widget.widget_nav_menu > ul > li ul.children li .count,
        .cws-widget.widget_nav_menu ul.menu > li ul.children li .post_count,
        .cws-widget.widget_nav_menu ul.menu > li ul.children li .count {
          top: -1px; }
        .cws-widget.widget_archive > ul > li ul.children li .open,
        .cws-widget.widget_archive ul.menu > li ul.children li .open, .cws-widget.widget_categories > ul > li ul.children li .open,
        .cws-widget.widget_categories ul.menu > li ul.children li .open, .cws-widget.widget_product_categories > ul > li ul.children li .open,
        .cws-widget.widget_product_categories ul.menu > li ul.children li .open, .cws-widget.widget_meta > ul > li ul.children li .open,
        .cws-widget.widget_meta ul.menu > li ul.children li .open, .cws-widget.widget_pages > ul > li ul.children li .open,
        .cws-widget.widget_pages ul.menu > li ul.children li .open, .cws-widget.widget_nav_menu > ul > li ul.children li .open,
        .cws-widget.widget_nav_menu ul.menu > li ul.children li .open {
          height: 17px; }
          .cws-widget.widget_archive > ul > li ul.children li .open:before,
          .cws-widget.widget_archive ul.menu > li ul.children li .open:before, .cws-widget.widget_categories > ul > li ul.children li .open:before,
          .cws-widget.widget_categories ul.menu > li ul.children li .open:before, .cws-widget.widget_product_categories > ul > li ul.children li .open:before,
          .cws-widget.widget_product_categories ul.menu > li ul.children li .open:before, .cws-widget.widget_meta > ul > li ul.children li .open:before,
          .cws-widget.widget_meta ul.menu > li ul.children li .open:before, .cws-widget.widget_pages > ul > li ul.children li .open:before,
          .cws-widget.widget_pages ul.menu > li ul.children li .open:before, .cws-widget.widget_nav_menu > ul > li ul.children li .open:before,
          .cws-widget.widget_nav_menu ul.menu > li ul.children li .open:before {
            top: 3px; }
        .cws-widget.widget_archive > ul > li ul.children li.active .open:before,
        .cws-widget.widget_archive ul.menu > li ul.children li.active .open:before, .cws-widget.widget_categories > ul > li ul.children li.active .open:before,
        .cws-widget.widget_categories ul.menu > li ul.children li.active .open:before, .cws-widget.widget_product_categories > ul > li ul.children li.active .open:before,
        .cws-widget.widget_product_categories ul.menu > li ul.children li.active .open:before, .cws-widget.widget_meta > ul > li ul.children li.active .open:before,
        .cws-widget.widget_meta ul.menu > li ul.children li.active .open:before, .cws-widget.widget_pages > ul > li ul.children li.active .open:before,
        .cws-widget.widget_pages ul.menu > li ul.children li.active .open:before, .cws-widget.widget_nav_menu > ul > li ul.children li.active .open:before,
        .cws-widget.widget_nav_menu ul.menu > li ul.children li.active .open:before {
          top: 2px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget_archive > ul > li:hover:after,
  .cws-widget.widget_archive > ul > li:hover:not(.active) + li:after, .cws-widget.widget_categories > ul > li:hover:after,
  .cws-widget.widget_categories > ul > li:hover:not(.active) + li:after, .cws-widget.widget_product_categories > ul > li:hover:after,
  .cws-widget.widget_product_categories > ul > li:hover:not(.active) + li:after, .cws-widget.widget_meta > ul > li:hover:after,
  .cws-widget.widget_meta > ul > li:hover:not(.active) + li:after, .cws-widget.widget_pages > ul > li:hover:after,
  .cws-widget.widget_pages > ul > li:hover:not(.active) + li:after, .cws-widget.widget_nav_menu > ul > li:hover:after,
  .cws-widget.widget_nav_menu > ul > li:hover:not(.active) + li:after {
    display: none; } }

/*  --------------------
	Image Widget styles
--------------------  */
.cws-widget.widget_media_image a {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  max-width: 100%;
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .cws-widget.widget_media_image a:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%); }
  .cws-widget.widget_media_image a:after {
    content: '\f104';
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border: solid 1px #ffffff;
    left: 50%;
    right: auto;
    top: 50%;
    margin: -20px 0 0 -20px;
    font: 400 normal 20px/38px 'cwsicon';
    opacity: 0;
    color: #ffffff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    z-index: 3; }
  .cws-widget.widget_media_image a[href$='.jpg']:after, .cws-widget.widget_media_image a[href$='.pdf']:after, .cws-widget.widget_media_image a[href$='.png']:after {
    content: '\f109';
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    margin: -18px 0 0 -18px; }
  .cws-widget.widget_media_image a img {
    display: block;
    margin: 0 auto;
    -webkit-transition: filter 0.3s;
    transition: filter 0.3s; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget_media_image a:hover:before, .cws-widget.widget_media_image a:hover:after {
    opacity: 1; }
  .cws-widget.widget_media_image a:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px); } }

/*  --------------------
	About Widget styles
--------------------  */
.cws-widget.cws-about {
  text-align: center; }
  .cws-widget.cws-about .avatar-wrapper {
    margin: 0 auto;
    overflow: hidden; }
    .cws-widget.cws-about .avatar-wrapper img {
      display: block;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
  .cws-widget.cws-about .name {
    margin: 0;
    font-weight: 600; }
    .cws-widget.cws-about .name:not(:first-child) {
      margin-top: 20px; }
  .cws-widget.cws-about .description {
    margin: 0; }
    .cws-widget.cws-about .description:not(:first-child) {
      margin-top: 3px; }
  .cws-widget.cws-about .signature-wrapper {
    margin: 0; }
    .cws-widget.cws-about .signature-wrapper:not(:first-child) {
      margin-top: 10px; }
    .cws-widget.cws-about .signature-wrapper .signature {
      max-width: 140px;
      display: inline-block;
      vertical-align: top; }
  .cws-widget.cws-about .signature-button:not(:first-child) {
    margin-top: 20px; }

/*  --------------------
	Banner Widget styles
--------------------  */
.cws-widget.cws-banner {
  position: relative;
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0; }
  .cws-widget.cws-banner .bg_wrapper {
    position: relative;
    overflow: hidden; }
    .cws-widget.cws-banner .bg_wrapper img {
      display: block; }
  .cws-widget.cws-banner .hover_img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3; }
  .cws-widget.cws-banner .banner-content-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: left;
    padding: 21px 50px 30px 30px; }
    .cws-widget.cws-banner .banner-content-wrapper h5 {
      margin: 0;
      color: #fff;
      font-size: 25px;
      font-weight: 600; }
    .cws-widget.cws-banner .banner-content-wrapper p {
      color: #fff;
      margin: 0;
      line-height: 1.2857em; }
      .cws-widget.cws-banner .banner-content-wrapper p:not(:first-child) {
        margin-top: 3px; }
  .cws-widget.cws-banner .banner-button:not(:first-child) {
    margin-top: 20px; }
  .cws-widget.cws-banner .banner-button .cws_button {
    border: solid 1px #ffffff;
    background: transparent;
    color: #ffffff; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.cws-banner .banner-button .cws_button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000; } }

/*  --------------------
	About Widget styles
--------------------  */
.cws-widget.cws_twitter .cws_tweet {
  padding: 0 0 0 42px;
  position: relative; }
  .cws-widget.cws_twitter .cws_tweet:not(:first-child) {
    margin-top: 40px; }
    .cws-widget.cws_twitter .cws_tweet:not(:first-child):before {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      left: 0;
      right: 0;
      top: -20px;
      background-color: rgba(0, 0, 0, 0.3); }
  .cws-widget.cws_twitter .cws_tweet .tweet_author {
    position: absolute;
    display: block;
    width: 31px;
    height: 31px;
    left: 0;
    right: auto;
    top: -3px;
    font: 400 normal 22px/31px 'Font Awesome 5 Brands';
    text-align: center; }
    .cws-widget.cws_twitter .cws_tweet .tweet_author:before {
      content: '\f099'; }
  .cws-widget.cws_twitter .cws_tweet .tweet_content a {
    display: block;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .cws-widget.cws_twitter .cws_tweet .tweet_date {
    color: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: -0.08px;
    display: block;
    margin: 10px 0 0;
    text-transform: none; }

.cws-widget.cws_twitter .cws_carousel .slick-dots {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0 12px 0 54px; }

.cws-widget.cws_twitter .cws_carousel .slick-slide {
  margin: 0 15px; }

/*  --------------------
	Recent Posts Widget styles
--------------------  */
.cws-widget.cws-recent-posts .recent_posts_wrapper {
  margin-top: 0;
  padding-top: 4px; }
  .cws-widget.cws-recent-posts .recent_posts_wrapper li {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border: 0;
    padding: 15px 0 14px; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li:not(:last-child) {
      border-bottom: 1px solid #FDEFF9; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li:first-child {
      padding-top: 0; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li:last-child {
      padding-bottom: 0;
      border-bottom: 0; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li img {
      max-width: 50px;
      margin-right: 20px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li .recent_post_content h6 {
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
      margin: -1px 0 0; }
      .cws-widget.cws-recent-posts .recent_posts_wrapper li .recent_post_content h6 a {
        color: inherit; }
    .cws-widget.cws-recent-posts .recent_posts_wrapper li .recent_post_content .date {
      font-size: 14px;
      line-height: 18px;
      display: block;
      letter-spacing: -0.08px; }

/*  ====================
	Woo Common Widgets styles
====================  */
.cws-widget .product_list_widget {
  margin: -11px 0 -12px !important; }
  .cws-widget .product_list_widget li {
    padding: 15px 0 14px 70px;
    min-height: 79px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .cws-widget .product_list_widget li:after {
      content: '';
      display: table;
      clear: both; }
    .cws-widget .product_list_widget li:not(:first-child) {
      border-top: solid 1px #FDEFF9; }
    .cws-widget .product_list_widget li a img {
      width: 50px;
      height: 50px;
      background-color: #f7f3f2;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      position: absolute;
      left: 0;
      right: auto;
      top: 50%;
      margin: -24px 0 0; }
    .cws-widget .product_list_widget li a .woocommerce-placeholder {
      border: solid 1px #d6d6d6; }
    .cws-widget .product_list_widget li a .product-title {
      display: block;
      font-weight: 500;
      position: relative;
      font-size: 16px;
      line-height: 24px; }
    .cws-widget .product_list_widget li .quantity {
      display: block; }
    .cws-widget .product_list_widget li .cws-price-wrapper {
      display: block; }
      .cws-widget .product_list_widget li .cws-price-wrapper:not(:empty) {
        margin-top: 8px; }
    .cws-widget .product_list_widget li .reviewer {
      display: inline-block;
      margin-top: 8px; }
    .cws-widget .product_list_widget li del .amount {
      font-weight: 400; }
    .cws-widget .product_list_widget li .amount {
      display: inline-block;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: -0.08px; }
    .cws-widget .product_list_widget li del .amount {
      font-size: 13px;
      text-decoration: line-through; }
    .cws-widget .product_list_widget li ins {
      background-color: transparent; }

.cws-widget .wc-layered-nav-rating {
  font-size: 16px;
  line-height: 19px;
  padding: 9px 0 14px; }
  .cws-widget .wc-layered-nav-rating:not(:first-child) {
    border-top: solid 1px #FDEFF9; }
  .cws-widget .wc-layered-nav-rating:first-child {
    padding-top: 0; }
  .cws-widget .wc-layered-nav-rating a {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    white-space: nowrap; }
    .cws-widget .wc-layered-nav-rating a .star-rating {
      top: 1px;
      float: left;
      margin-top: 1px;
      font-size: 18px;
      letter-spacing: 10px;
      width: 8.0322em;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0; }

.cws-widget .star-rating {
  margin: 4px 0 0 0;
  font-size: 11px;
  letter-spacing: 4.5px;
  width: 7.0354em;
  display: block;
  color: #abe700; }

.cws-widget ul > li ul {
  padding-right: 10px; }

/*  --------------------
	Cart Widget styles
--------------------  */
.widget_shopping_cart_content p:not(:last-child) {
  margin: 0; }

.widget_shopping_cart_content .woo_items_count,
.widget_shopping_cart_content .close_mini_cart {
  display: none; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .woocommerce-placeholder {
  border: solid 1px #ececec; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .cart-item-title {
  font-weight: 500;
  padding-right: 25px;
  font-size: 16px;
  line-height: 24px; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .remove {
  font-size: 0;
  position: absolute;
  right: 3px;
  top: 22px;
  width: 10px;
  height: 10px; }
  .widget_shopping_cart_content .product_list_widget .mini_cart_item .remove:before {
    content: '\f12c';
    display: inline-block;
    font-size: 9px;
    line-height: 1;
    font-family: 'cwsicon';
    vertical-align: top; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item > a:not(.remove) {
  padding-right: 20px;
  font-weight: 400;
  font-size: 13px; }

.widget_shopping_cart_content .product_list_widget .mini_cart_item .quantity {
  line-height: 18px; }

.widget_shopping_cart_content .woocommerce-mini-cart__total {
  width: 100%;
  margin: 12px 0 30px 0 !important;
  padding: 15px 0 0 !important;
  border-top: 1px solid #FDEFF9;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
    font-weight: 400;
    display: block;
    margin: 0 20px 0 0; }

.widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  position: relative;
  margin: 0 -5px;
  z-index: 1; }
  .widget_shopping_cart_content .woocommerce-mini-cart__buttons a.button {
    margin: 0 5px;
    min-height: 50px;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 600;
    font-size: 14px; }

/*  --------------------
	Woo Filtir Widget styles
--------------------  */
.cws-widget.filter_color ul, .cws-widget.filter_size ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -5px -10px; }
  .cws-widget.filter_color ul li, .cws-widget.filter_size ul li {
    border: 0;
    padding: 0;
    margin: 0 5px 10px; }
    .cws-widget.filter_color ul li .count, .cws-widget.filter_size ul li .count {
      display: none; }

.cws-widget.filter_color ul li {
  line-height: 0;
  height: 35px;
  width: 35px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  .cws-widget.filter_color ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border: 2px solid transparent;
    pointer-events: none;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .cws-widget.filter_color ul li a {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .cws-widget.filter_color ul li.chosen:after {
    border-color: #ffffff; }
  .cws-widget.filter_color ul li.chosen[style="background-color: white;"]:after {
    border-color: #000000; }
  .cws-widget.filter_color ul li[style="background-color: white;"] {
    border: solid 1px #bcbcbc; }

.cws-widget.filter_size ul li a {
  display: inline-block;
  padding: 13px 18px 14px;
  min-width: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 400;
  text-align: center;
  background-color: rgba(242, 242, 242, 0.7);
  font-size: 14px;
  line-height: 16px; }

.cws-widget.filter_size ul li.chosen a {
  color: #ffffff; }

/*  --------------------
	Woo Search Widget styles
--------------------  */
.cws-widget.widget_product_search {
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .cws-widget.widget_product_search .widget-title {
    padding: 0 28px; }

.cws-widget .woocommerce-product-search {
  margin-top: 0;
  position: relative; }
  .cws-widget .woocommerce-product-search input {
    padding: 12px 75px 12px 27px;
    background: transparent;
    font-size: 14px;
    line-height: 24px;
    min-height: 50px;
    height: 50px;
    border: solid 1px #f2f2f2;
    -webkit-border-radius: 60px;
    border-radius: 60px; }
    .cws-widget .woocommerce-product-search input::placeholder {
      opacity: 1;
      color: #9597A1;
      font-family: inherit; }
  .cws-widget .woocommerce-product-search button {
    position: absolute;
    right: 28px;
    left: auto;
    top: 12px;
    margin: 0;
    height: 22px;
    padding: 0;
    width: 22px;
    min-height: 22px;
    background: transparent;
    border: none;
    z-index: 1;
    text-align: center;
    font-size: 0;
    line-height: 1;
    font-weight: 400;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #243238; }
    .cws-widget .woocommerce-product-search button:after {
      content: '\f113';
      font-family: 'cwsicon';
      font-size: 25px; }

/*  --------------------
	Woo Slider Widget styles
--------------------  */
.cws-widget .price_slider_wrapper {
  margin: 26px 0 0; }
  .cws-widget .price_slider_wrapper .price_slider {
    margin: 0;
    position: relative;
    background-color: #e4e4e4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 4px; }
    .cws-widget .price_slider_wrapper .price_slider .ui-slider-range {
      height: 100%;
      position: absolute; }
    .cws-widget .price_slider_wrapper .price_slider .ui-slider-handle {
      position: absolute;
      width: 2px;
      height: 12px;
      top: -4px;
      margin-left: -1px;
      z-index: 2;
      cursor: pointer; }
  .cws-widget .price_slider_wrapper .price_slider_amount {
    position: relative;
    margin-top: 27px;
    margin-bottom: 1px;
    z-index: 1; }
    .cws-widget .price_slider_wrapper .price_slider_amount:after {
      content: '';
      display: table;
      clear: both; }
    .cws-widget .price_slider_wrapper .price_slider_amount .price_label {
      position: relative;
      top: 5px;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px; }
    .cws-widget .price_slider_wrapper .price_slider_amount .button {
      float: right;
      min-height: 35px;
      padding: 0 19px;
      font-weight: 600;
      font-size: 12px;
      position: relative;
      text-transform: uppercase;
      letter-spacing: normal;
      z-index: 2;
      margin: -3px 0 0; }

/*  ---------------------------------------
	Woo Layered Nav Filtirs Widget styles
--------------------------------------  */
.cws-widget.widget_layered_nav_filters ul {
  margin: -5px; }
  .cws-widget.widget_layered_nav_filters ul li.chosen {
    display: inline-block;
    vertical-align: top;
    margin: 5px; }
    .cws-widget.widget_layered_nav_filters ul li.chosen a {
      display: block;
      font-size: 14px;
      line-height: 16px;
      padding: 13px 17px 14px;
      font-weight: 400;
      -webkit-border-radius: 90px;
      border-radius: 90px;
      background-color: rgba(242, 242, 242, 0.7);
      color: inherit;
      position: relative; }
      .cws-widget.widget_layered_nav_filters ul li.chosen a .amount {
        font-size: 12px;
        font-weight: 500; }
      .cws-widget.widget_layered_nav_filters ul li.chosen a:after {
        content: '\f12c';
        font-family: 'cwsicon';
        margin: 0 0 0 8px;
        font-size: 8px;
        position: relative;
        top: -1px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget_layered_nav_filters ul li.chosen a:hover {
    color: #ffffff; }
    .cws-widget.widget_layered_nav_filters ul li.chosen a:hover:after {
      color: #ffffff; } }

/*  --------------------
	Language Switcher Widget styles
--------------------  */
.cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown {
  z-index: 2;
  cursor: default;
  margin: 0;
  display: block; }
  .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li {
    padding: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li:before {
      content: none;
      display: none; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li > span {
      font-size: 16px;
      line-height: 19px;
      padding: 10px 40px 10px 15px;
      position: relative;
      display: block;
      width: 100%;
      height: 50px;
      border: solid 2px #f2f2f2;
      -webkit-border-radius: 60px;
      border-radius: 60px;
      white-space: nowrap; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li > span:after {
        content: '\f12f';
        position: absolute;
        display: block;
        width: 12px;
        height: 12px;
        font: 400 normal 12px/12px 'cwsicon';
        right: 18px;
        left: auto;
        top: 18px; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li > span > span {
        display: inline-block;
        vertical-align: middle; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown > li > span img {
        position: relative;
        left: auto;
        right: auto;
        margin: 0 10px 0 0;
        vertical-align: middle;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
  .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown {
    background-color: #ffffff;
    left: 0;
    right: 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: solid 2px #f2f2f2;
    padding: 0;
    margin: -2px 0 0;
    overflow: hidden; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown:before, .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown:after {
      content: none;
      display: none; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown li {
      text-align: left;
      padding: 0;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown li:before {
        content: none;
        display: none; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown li > a {
        display: block;
        padding: 10px 40px 10px 15px;
        color: #000000;
        font-size: 16px;
        line-height: 19px;
        white-space: nowrap;
        background: none !important; }
        .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown li > a img {
          margin: 0 10px 0 0;
          width: 26px;
          height: 26px;
          vertical-align: middle; }

.cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list {
  margin: 0 -29px -16px; }
  .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li {
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    margin: 0;
    display: block;
    position: relative; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li:not(:first-child) {
      margin: 0; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li:not(:first-child):after {
        content: '';
        position: absolute;
        display: block;
        left: 29px;
        right: 29px;
        top: -1px;
        height: 1px;
        width: auto;
        background-color: #fdeff9; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li.active {
      cursor: default;
      background-color: #f5f5f5;
      font-weight: 500;
      display: block; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li.active:after {
        display: none; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li > span,
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li > a {
      display: block;
      padding: 15px 29px; }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li img {
      width: 26px;
      height: 26px;
      margin: -3px 0; }
      .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li img:not(:last-child) {
        margin: -3px 16px -3px 0; }

.cws-widget.widget_language_switcher .wpm-language-switcher.switcher-select {
  width: 100%;
  height: 50px; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws_icon_list_module .wpm-language-switcher.switcher-dropdown .language-dropdown li:hover {
    background-color: rgba(242, 242, 242, 0.7); }
  .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-dropdown .language-dropdown li:hover {
    background-color: rgba(242, 242, 242, 0.7); }
  .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li:hover {
    background-color: rgba(242, 242, 242, 0.7); }
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li:hover:after,
    .cws-widget.widget_language_switcher .wpm-language-switcher.switcher-list li:hover:not(.active) + li:after {
      display: none; } }

/*  ----------------------------
	Video & Audio Widget styles
----------------------------  */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #ffffff; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.5); }

.mejs-overlay-button {
  width: 48px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000000;
  text-align: center;
  line-height: 48px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative; }
  .mejs-overlay-button:before {
    content: '\f04b';
    font: 900 normal 14px/14px 'Font Awesome 5 Free';
    position: absolute;
    left: 50%;
    right: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 0 0 2px; }

.widget_media_video .mejs-container {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  margin: 0; }
  .widget_media_video .mejs-container iframe,
  .widget_media_video .mejs-container embed,
  .widget_media_video .mejs-container object {
    -webkit-border-radius: 0;
    border-radius: 0; }

.widget_media_audio .mejs-container,
.widget_media_audio .mejs-container .mejs-controls,
.widget_media_audio .mejs-embed,
.widget_media_audio .mejs-embed body {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .mejs-overlay-button:hover {
    background-color: #ffffff; } }

/*  --------------------
	WP Forms extra styles
--------------------  */
div.wpforms-container-full {
  margin: 0 !important; }
  div.wpforms-container-full .wpforms-form .wpforms-head-container .wpforms-title {
    font-size: 18px;
    line-height: initial;
    font-weight: 600;
    margin-bottom: 23px; }
  div.wpforms-container-full .wpforms-form .wpforms-description {
    margin: 0 0 12px !important; }
  div.wpforms-container-full .wpforms-form input[type=date],
  div.wpforms-container-full .wpforms-form input[type=datetime],
  div.wpforms-container-full .wpforms-form input[type=datetime-local],
  div.wpforms-container-full .wpforms-form input[type=email],
  div.wpforms-container-full .wpforms-form input[type=month],
  div.wpforms-container-full .wpforms-form input[type=number],
  div.wpforms-container-full .wpforms-form input[type=password],
  div.wpforms-container-full .wpforms-form input[type=range],
  div.wpforms-container-full .wpforms-form input[type=search],
  div.wpforms-container-full .wpforms-form input[type=tel],
  div.wpforms-container-full .wpforms-form input[type=text],
  div.wpforms-container-full .wpforms-form input[type=time],
  div.wpforms-container-full .wpforms-form input[type=url],
  div.wpforms-container-full .wpforms-form input[type=week],
  div.wpforms-container-full .wpforms-form select,
  div.wpforms-container-full .wpforms-form textarea {
    -webkit-border-radius: 60px !important;
    border-radius: 60px !important;
    border: solid 2px #f2f2f2 !important;
    height: 50px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 15px 23px !important; }
    div.wpforms-container-full .wpforms-form input[type=date]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=datetime]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=datetime-local]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=email]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=month]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=number]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=password]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=range]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=search]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=tel]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=text]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=time]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=url]::placeholder,
    div.wpforms-container-full .wpforms-form input[type=week]::placeholder,
    div.wpforms-container-full .wpforms-form select::placeholder,
    div.wpforms-container-full .wpforms-form textarea::placeholder {
      opacity: 1;
      color: #9597A1;
      font-family: inherit; }
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 95px !important; }
  div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 202px !important; }
  div.wpforms-container-full .wpforms-form button[type=submit] {
    min-width: 140px;
    font-size: 16px !important;
    letter-spacing: normal !important; }
    div.wpforms-container-full .wpforms-form button[type=submit]:active, div.wpforms-container-full .wpforms-form button[type=submit]:focus {
      border: none !important; }
  div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    margin-bottom: 7px !important; }

.wpforms-widget div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  padding: 15px 0 0; }

.cws_footer_template div.wpforms-container-full .wpforms-form,
.custom_sidebars_wrapper div.wpforms-container-full .wpforms-form,
.sidebar div.wpforms-container-full .wpforms-form {
  margin: 0 10px 0 0; }
  .cws_footer_template div.wpforms-container-full .wpforms-form .wpforms-submit,
  .custom_sidebars_wrapper div.wpforms-container-full .wpforms-form .wpforms-submit,
  .sidebar div.wpforms-container-full .wpforms-form .wpforms-submit {
    width: 100%;
    display: block; }

.wpforms-container .wpforms-form .wpforms-field-container {
  margin-left: -10px;
  margin-right: -10px; }
  .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0; }
    .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-third {
      width: 33.3333%; }
    .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-two-thirds {
      width: 66.6667%; }
    .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-two-fourths {
      width: 50%; }
    .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-fourth {
      width: 25%; }

.wpforms-container.cws-consultation-form .wpforms-form {
  text-align: center; }
  .wpforms-container.cws-consultation-form .wpforms-form .wpforms-submit-container {
    padding-top: 40px; }
    .wpforms-container.cws-consultation-form .wpforms-form .wpforms-submit-container .cws_button {
      min-width: 200px; }

.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=date],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime-local],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=email],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=month],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=number],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=password],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=range],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=search],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=tel],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=time],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=url],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field input[type=week],
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field select,
.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field textarea, .wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=date],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime-local],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=email],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=month],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=number],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=password],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=range],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=search],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=tel],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=time],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=url],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field input[type=week],
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field select,
.wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field textarea {
  border: solid 1px rgba(187, 186, 191, 0.5) !important;
  padding: 16px 24px;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important; }

.wpforms-container.cws-write-form .wpforms-form .wpforms-field-container .wpforms-field textarea, .wpforms-container.cws-contact-form .wpforms-form .wpforms-field-container .wpforms-field textarea {
  height: 136px !important; }

.wpforms-container.cws-write-form .wpforms-form .wpforms-submit-container, .wpforms-container.cws-contact-form .wpforms-form .wpforms-submit-container {
  padding-top: 15px; }
  .wpforms-container.cws-write-form .wpforms-form .wpforms-submit-container .cws_button, .wpforms-container.cws-contact-form .wpforms-form .wpforms-submit-container .cws_button {
    min-width: 173px; }

.wpforms-container.cws-contact-form .wpforms-form {
  text-align: center; }

.wpforms-container.cws-started-form .wpforms-form, .wpforms-container.cws-discount-form .wpforms-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container, .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container {
    width: 100%; }
    .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field, .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field {
      padding: 0 10px; }
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=date],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime-local],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=email],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=month],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=number],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=password],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=range],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=search],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=tel],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=time],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=url],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field input[type=week],
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field select,
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field textarea, .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=date],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=datetime-local],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=email],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=month],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=number],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=password],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=range],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=search],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=tel],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=text],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=time],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=url],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field input[type=week],
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field select,
      .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field textarea {
        padding: 22.5px 26px !important;
        height: 65px !important;
        font-size: 16px !important; }
      .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field textarea, .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field textarea {
        height: 136px !important; }
  .wpforms-container.cws-started-form .wpforms-form .wpforms-submit-container, .wpforms-container.cws-discount-form .wpforms-form .wpforms-submit-container {
    padding: 0 0 0 20px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .wpforms-container.cws-started-form .wpforms-form .wpforms-submit-container .cws_button, .wpforms-container.cws-discount-form .wpforms-form .wpforms-submit-container .cws_button {
      width: 100%;
      min-width: 200px; }

.wpforms-container.cws-form-blue .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: #445AB3 !important; }

.wpforms-container.cws-form-blue .wpforms-form .wpforms-submit-container .cws_button {
  background-image: linear-gradient(127.59deg, #4267B2 -7.54%, #5111BA 161.79%);
  background-color: #4267B2; }

.wpforms-container.cws-form-crimson .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: #EB437D !important; }

.wpforms-container.cws-form-crimson .wpforms-form .wpforms-submit-container .cws_button {
  background-image: linear-gradient(90deg, #EB437D, #EB437D);
  background-color: #EB437D; }

.wpforms-container.cws-form-twitter .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: #03A9F4 !important; }

.wpforms-container.cws-form-twitter .wpforms-form .wpforms-submit-container .cws_button {
  background-image: linear-gradient(90deg, #03A9F4, #03A9F4);
  background-color: #03A9F4; }

.wpforms-container.cws-form-red .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: #ff0000 !important; }

.wpforms-container.cws-form-red .wpforms-form .wpforms-submit-container .cws_button {
  background-image: linear-gradient(172.04deg, #ff0000 -0.61%, #c01fb8 219.03%);
  background-color: #ff0000; }

.wpforms-container.cws-form-yellow .wpforms-form .wpforms-field-container .wpforms-field input:focus {
  border-color: #FFEC00 !important; }

.wpforms-container.cws-form-yellow .wpforms-form .wpforms-submit-container .cws_button {
  background-image: linear-gradient(172.04deg, #FFEC00 -0.61%, #c01fb8 219.03%);
  background-color: #FFEC00; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: none !important; }
  .wpforms-container.cws-form-blue .wpforms-form .wpforms-submit-container .cws_button:hover {
    background-image: linear-gradient(90deg, #4267B2, #4267B2); }
  .wpforms-container.cws-form-crimson .wpforms-form .wpforms-submit-container .cws_button:hover {
    background-image: linear-gradient(284.25deg, #212121 -49.28%, #EB437D 119.12%); }
  .wpforms-container.cws-form-twitter .wpforms-form .wpforms-submit-container .cws_button:hover {
    background-image: linear-gradient(90deg, #03A9F4, #03A9F4); }
  .wpforms-container.cws-form-red .wpforms-form .wpforms-submit-container .cws_button:hover {
    background-image: linear-gradient(90deg, #ff0000, #ff0000); }
  .wpforms-container.cws-form-yellow .wpforms-form .wpforms-submit-container .cws_button:hover {
    background-image: linear-gradient(90deg, #FFEC00, #B1AF09); } }

@media screen and (max-width: 767px) {
  .wpforms-container .wpforms-form {
    text-align: center; }
    .wpforms-container .wpforms-form .wpforms-field-container {
      margin-left: 0;
      margin-right: 0; }
      .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0; }
        .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-third, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-two-thirds, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-half, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-two-fourths, .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-one-fourth {
          width: 100%; }
  .wpforms-container.cws-started-form .wpforms-form, .wpforms-container.cws-discount-form .wpforms-form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .wpforms-container.cws-started-form .wpforms-form .wpforms-field-container .wpforms-field, .wpforms-container.cws-discount-form .wpforms-form .wpforms-field-container .wpforms-field {
      padding: 10px 0; }
    .wpforms-container.cws-started-form .wpforms-form .wpforms-submit-container, .wpforms-container.cws-discount-form .wpforms-form .wpforms-submit-container {
      padding: 20px 0 0; } }

/*  --------------------
	WP Multilang extra styles
--------------------  */
.wpm-language-switcher.switcher-dropdown {
  z-index: 2;
  display: inline-block; }
  .wpm-language-switcher.switcher-dropdown .item-language-main {
    padding: 0;
    margin: 0; }
    .wpm-language-switcher.switcher-dropdown .item-language-main:before {
      content: none;
      display: none; }
    .wpm-language-switcher.switcher-dropdown .item-language-main > span {
      width: 28px;
      height: 28px;
      display: block;
      position: relative;
      overflow: hidden;
      border: solid 1px #ffffff;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .wpm-language-switcher.switcher-dropdown .item-language-main > span img {
        width: 26px;
        height: 26px;
        position: absolute;
        max-width: none;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .wpm-language-switcher.switcher-dropdown .item-language-main > span span {
        display: none; }
    .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown {
      left: 50%;
      right: auto;
      background-color: #ffffff;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 26px 0 0;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 20px 10px 35px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 20px 10px 35px rgba(0, 0, 0, 0.15);
      box-shadow: 20px 10px 35px rgba(0, 0, 0, 0.15); }
      .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: -26px;
        height: 26px; }
      .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-bottom: solid 6px #ffffff;
        left: 50%;
        right: auto;
        margin: 0 0 0 -5px;
        top: -6px; }
      .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li {
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li:first-child {
          -webkit-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0; }
        .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li:last-child {
          -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px; }
        .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: -26px;
          height: 26px; }
        .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li a {
          display: -webkit-box;
          display: -moz-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
          -moz-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: nowrap;
          -moz-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          white-space: nowrap;
          padding: 13px 19px;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
          font-size: 12px;
          line-height: 18px;
          font-weight: 300;
          letter-spacing: 0.02em;
          text-transform: capitalize;
          color: #2b5672 !important; }
          .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li a img {
            -webkit-flex-shrink: 0;
            -moz-flex-shrink: 0;
            -ms-flex-shrink: 0;
            flex-shrink: 0;
            width: 16px;
            height: 16px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            max-width: none; }
            .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li a img:not(:last-child) {
              margin: 0 11px 0 0; }

.wpm-language-switcher.switcher-select {
  margin-top: 2px; }

.wpm-language-switcher.switcher-list {
  line-height: 1;
  font-size: 0; }
  .wpm-language-switcher.switcher-list li {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.5em; }
    .wpm-language-switcher.switcher-list li:before {
      content: none;
      display: none; }
    .wpm-language-switcher.switcher-list li:not(:first-child) {
      margin: 0 0 0 20px; }
      .wpm-language-switcher.switcher-list li:not(:first-child):after {
        content: '|';
        position: absolute;
        width: 2px;
        display: block;
        left: -12px;
        right: auto;
        top: 0; }
    .wpm-language-switcher.switcher-list li.active {
      display: none; }
    .wpm-language-switcher.switcher-list li.active + li {
      margin: 0; }
      .wpm-language-switcher.switcher-list li.active + li:after {
        content: none;
        display: none; }
    .wpm-language-switcher.switcher-list li img {
      position: relative;
      margin: 0;
      width: 16px;
      height: 16px;
      top: -1px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #fff;
      vertical-align: middle;
      -webkit-transition: border-color 0.3s;
      transition: border-color 0.3s; }
      .wpm-language-switcher.switcher-list li img:not(:last-child) {
        margin: 0 3px 0 0; }

.site-footer .wpm-language-switcher:not(:first-child),
.cws_footer_template .wpm-language-switcher:not(:first-child) {
  margin: 0 0 0 30px; }

.site-footer .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown,
.cws_footer_template .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown {
  top: auto;
  bottom: 100%;
  margin: 0 0 26px; }
  .site-footer .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:before,
  .cws_footer_template .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:before {
    top: 100%;
    bottom: auto; }
  .site-footer .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:after,
  .cws_footer_template .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown:after {
    border-bottom: none;
    border-top: solid 6px #ffffff;
    top: 100%; }

.site-footer .wpm-language-switcher.switcher-list li,
.cws_footer_template .wpm-language-switcher.switcher-list li {
  font-size: 14px;
  line-height: 25px; }

.site-header-mobile .wpm-language-switcher.switcher-select {
  width: 100%;
  margin: 0; }

.site-header-mobile .wpm-language-switcher.switcher-list li:after {
  content: none;
  display: none; }

.site-header-mobile .wpm-language-switcher.switcher-list li, .site-header-mobile .wpm-language-switcher.switcher-list li:not(:first-child) {
  margin: 0 5px 5px 0; }

.site-header-mobile .wpm-language-switcher.switcher-list li.active {
  display: inline-block; }
  .site-header-mobile .wpm-language-switcher.switcher-list li.active img {
    border-color: rgba(0, 0, 0, 0.25); }

.site-header-mobile .wpm-language-switcher.switcher-list li img {
  width: 32px;
  height: 32px;
  border: solid 3px transparent;
  margin: 0; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .wpm-language-switcher.switcher-dropdown .item-language-main .language-dropdown li a:hover {
    background-color: #eaf7ff; }
  .site-footer .wpm-language-switcher.switcher-list li a:hover,
  .cws_footer_template .wpm-language-switcher.switcher-list li a:hover {
    opacity: 0.7; } }

/*  --------------------
	WishList extra styles
--------------------  */
body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
body.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before,
body.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button:before,
body a.sidr-class-wishlist_products_counter.sidr-class-top_wishlist-heart:before,
body a.wishlist_products_counter.top_wishlist-heart:before,
body span.wishlist_products_counter.top_wishlist-heart:before {
  content: '\f126';
  font-family: 'cwsicon' !important; }

body.woocommerce ul.products li.product a.tinvwl-button.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before,
body.woocommerce-page ul.products li.product a.tinvwl-button.tinvwl-icon-heart.tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before,
body a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before,
body span.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before {
  content: '\f126'; }

body .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
  content: '\f113'; }

/*  --------------------
	Instagramm feed extra styles
--------------------  */
#sb_instagram {
  margin-bottom: -1px !important; }

#sbi_mod_error {
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.cws-widget #sb_instagram {
  padding: 0 !important; }
  .cws-widget #sb_instagram #sbi_images {
    padding: 0 !important;
    margin: -15px -7.5px 0;
    width: calc(100% + 15px) !important; }
    .cws-widget #sb_instagram #sbi_images .sbi_item {
      padding: 15px 7.5px 0 !important; }
      .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo {
        position: relative;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        overflow: hidden; }
        .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo:before {
          content: '';
          position: absolute;
          display: block;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          opacity: 0;
          z-index: 2;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          background: linear-gradient(147.09deg, rgba(199, 93, 11, 0.4) -28.73%, rgba(192, 31, 184, 0.4) 121.37%); }
        .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo:after {
          content: '\f117';
          font: 400 normal 18px/18px 'cwsicon';
          text-align: center;
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          left: 50%;
          right: auto;
          top: 50%;
          margin: -9px 0 0 -9px;
          opacity: 0;
          color: #ffffff;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          z-index: 3; }
        .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo img {
          -webkit-border-radius: 10px;
          border-radius: 10px;
          -webkit-transition: filter 0.3s;
          transition: filter 0.3s; }

@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo:hover:before, .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo:hover:after {
    opacity: 1; }
  .cws-widget #sb_instagram #sbi_images .sbi_item .sbi_photo:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    display: block !important; } }

@media screen and (max-width: 767px) {
  .sbi_disable_mobile .sbi_item {
    width: 33.33% !important; } }

/*  ====================
	Footer styles
====================  */
/*  --------------------
	Default footer styles
--------------------  */
.footer_logotype {
  line-height: 0;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .footer_logotype .sitename {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .footer_logotype a {
    display: inline-block;
    vertical-align: middle; }

.site-footer .footer-copyright {
  padding-left: 45px;
  padding-right: 45px; }

.cws_footer_template,
.site-footer {
  margin-top: 100px; }
  .cws_footer_template.bottom,
  .site-footer.bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0; }
  .cws_footer_template .footer-copyright,
  .site-footer .footer-copyright {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 25px 0 25px; }
    .cws_footer_template .footer-copyright p,
    .site-footer .footer-copyright p {
      font-size: 14px;
      line-height: 25px;
      margin: 0; }
    .cws_footer_template .footer-copyright .copyright-info,
    .site-footer .footer-copyright .copyright-info {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .cws_footer_template .cws_textmodule_content_wrapper ul li,
  .site-footer .cws_textmodule_content_wrapper ul li {
    padding: 0; }
    .cws_footer_template .cws_textmodule_content_wrapper ul li:before,
    .site-footer .cws_textmodule_content_wrapper ul li:before {
      display: none; }
  .cws_footer_template .cws_gallery_wrapper .cws_gallery_images,
  .site-footer .cws_gallery_wrapper .cws_gallery_images {
    margin: 0 -5px -10px; }
    .cws_footer_template .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image,
    .site-footer .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image {
      padding: 0 5px;
      margin-bottom: 10px; }
      .cws_footer_template .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image img,
      .site-footer .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image img {
        -webkit-border-radius: 8px;
        border-radius: 8px; }
      .cws_footer_template .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay,
      .site-footer .cws_gallery_wrapper .cws_gallery_images .cws_gallery_image .cws_gallery_overlay {
        left: 5px;
        right: 5px;
        -webkit-border-radius: 8px;
        border-radius: 8px; }

/*  --------------------
	Default footer media styles
--------------------  */
@media screen and (min-width: 991px) {
  .sticky_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0; } }

@media screen and (max-width: 991px) {
  .site-footer .footer-copyright {
    padding-left: 15px;
    padding-right: 15px; }
    .site-footer .footer-copyright .copyright-info {
      display: block; }
      .site-footer .footer-copyright .copyright-info p {
        display: block; }
      .site-footer .footer-copyright .copyright-info .switcher-list {
        text-align: right; } }

@media screen and (max-width: 767px) {
  .sticky_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
  .cws_footer_template,
  .site-footer {
    margin-top: 50px; }
    .cws_footer_template .footer-copyright,
    .site-footer .footer-copyright {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      text-align: center; }
      .cws_footer_template .footer-copyright .copyright-info,
      .site-footer .footer-copyright .copyright-info {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .cws_footer_template .footer-copyright .copyright-info:not(:first-child),
        .site-footer .footer-copyright .copyright-info:not(:first-child) {
          margin-top: 12px; }
        .cws_footer_template .footer-copyright .copyright-info .switcher-list,
        .site-footer .footer-copyright .copyright-info .switcher-list {
          margin: 15px 0 0; } }

/*  --------------------
	Footer menu styles
--------------------  */
.cws_footer_template .menu-main-container ul {
  cursor: default;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .cws_footer_template .menu-main-container ul li {
    display: inline-block;
    vertical-align: top; }
    .cws_footer_template .menu-main-container ul li:first-child {
      padding: 0;
      margin: 0; }
      .cws_footer_template .menu-main-container ul li:first-child:before {
        content: none;
        display: none; }
    .cws_footer_template .menu-main-container ul li:not(:first-child) {
      padding: 0 0 0 27px;
      margin: 0 0 0 24px; }
      .cws_footer_template .menu-main-container ul li:not(:first-child):before {
        width: 5px;
        height: 5px;
        background-color: #ffffff;
        opacity: 0.2; }
    .cws_footer_template .menu-main-container ul li ul {
      display: none !important; }
    .cws_footer_template .menu-main-container ul li a {
      font-size: 14px; }

@media screen and (max-width: 991px) {
  .cws_footer_template .menu-main-container ul li:not(:first-child) {
    padding: 0 0 0 15px;
    margin: 0 0 0 12px; } }
