@charset "UTF-8";
/*============================================================================

	Template Name: politix
	Template URI: http://themeforest.net/user/CreativeWS/portfolio
	Author URI: http://creaws.com

==============================================================================

01.
==> Resete styles;

02.
==> Default styles;
- Normalize;
- Accessibility;
- Alignments;
- Clearings;
- Definition Lists;
- Typography;
- Forms;
- Formatting;
- Tags;
- Lists;
- Tables;
- Links;
- Layout;
- Layout - reg. content;
- Media;
- Galleries;
- SVGs Fallbacks;
- Fancybox styles;
- Round divider;

03.
==> Default media styles;

04.
==> Editor;
- Clearing;
- Divider;
- Pullquote;
- Media;

05.
==> Preloader;

06.
==> Odometer;

07.
==> Unitest extra;

08.
==> Libs extra styles;
- Slick carousel;
- Particles;
- Three sphere;
- Three waves_bg;
- Flip clock;

09.
==> Header styles;
- Header icons;
- Logo box;
- Menus;
- Top bar;
- Site title;
- CWS-icons;
- Side panel;
- Sticky header;
- Site search;

10.
==> Content styles
- Layout;
- Navigation;
- Comments;
- Pagination;
- Load More;
- Button up;
- Contact form;
- 404 Page;

11.
==> VC Modules styles;
- Accordion;
- Accordion styles;
- Banner module styles;
- Banner module media;
- Benefits module styles;
- Benefits media styles;
- Blog archive & module styles;
- Blog archive & module media styles;
- Blog single styles;
- Blog single media styles;
- Button module styles;
- Button module media;
- Calculator module styles;
- Categories module styles;
- Categories module media styles;
- Countdown module styles;
- Divider module styles;
- Icon module styles;
- Icons Wheel module styles;
- Milestone module styles;
- Milestone module media styles;
- Message Box module styles;
- Message Box module media styles;
- Particles logo module styles;
- Portfolio module styles;
- Portfolio media styles;
- Portfolio single styles;
- Pricing Plan module styles;
- Pricing Plan module media styles;
- Progress Bar module styles;
- Progress Bar media styles;
- Roadmap module styles;
- Services module styles;
- Services media styles;
- Social icons module & widget styles;
- Social icons module & widget media styles;
- Staff archive & module styles;
- Staff module media styles;
- Staff module single;
- Staff module single media;
- Tabs module styles;
- Tabs module media styles;
- Testimonials styles;
- Testimonials media styles;
- Text module styles;
- Twitter module styles;
- Extra VC_Hover_Box styles;
- Extra VC_Pie_Chart styles;

12.
==> Common widgets styles;
- Common Widgets media styles;
- Filter by price;
- Active products filter Widget;
- Product categories Widget;
- Product categories widget media styles;
- Widget search;
- Widget average rating;
- Widget average rating media styles;
- Woocommerce product widgets;
- Star rating;
- Tags widget;
- Calendar widget;
- Calendar widget media styles;
- CWS-About widget;
- CWS-Banner widget;
- CWS-Categories widget;
- CWS-Info widget;
- CWS Text widget;
- CWS-Gallery widget;
- CWS-Twitter widget;
- CWS Recent posts widget;
- CWS Recent posts widget media styles;
- Recent comments widget;
- Recent posts widget;
- RSS widget;
- Nav-Menu Widget;
- Contact Form 7 extra styles;

13.
==> Footer styles;

14.
==> Woocommerce styles;
- Woocommerce grid;
- Woocommerce single;
- Woocommerce typical;
- Woocommerce mini-cart;
- Woocommerce checkout;
- Woocommerce cart;
- Woocommerce messages;
- Woocommerce shortcodes;
- Woocommerce media;

15.
==> Main media styles;
- Header media styles;

*/
/*  ====================
	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: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
}

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

/*  ====================
	Default styles
====================  */
body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #fff;
}
body.oveflow-hidden, body.side_panel_show, body.menu-visible, body.search-on-wrap {
  overflow: hidden;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease, opacity 0.3s;
  transition: color 0.3s ease, opacity 0.3s;
}

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

* {
  -webkit-tap-highlight-color: transparent;
}

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 !important;
  opacity: 0.6;
}

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;
  -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: #000;
  -webkit-appearance: none;
  padding: 1px 7px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
}

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;
}

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

select {
  text-transform: none;
}

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;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

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;
}

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

[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] {
  display: none;
}

.post-password-form {
  position: relative;
}
.post-password-form label input[type="password"] {
  margin: 10px 0 0;
  padding-right: 140px;
}
.post-password-form input[type="submit"] {
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

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

/*  --------------------
	Alignments
--------------------  */
.alignleft {
  float: left;
  text-align: left;
  margin-right: 30px !important;
  margin-bottom: 1.7em;
}
.alignleft.shifted {
  margin-left: -65px;
}

.alignright {
  float: right;
  text-align: right;
  margin-left: 30px !important;
  margin-right: auto;
  margin-bottom: 1.7em;
}
.alignright.shifted {
  margin-right: -65px;
}

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

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

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

/*  --------------------
	Definition Lists
--------------------  */
dl:not(:last-child) {
  margin-bottom: 20px;
}
dl dt:not(:first-child) {
  margin-top: 20px;
}
dl dd {
  padding-left: 20px;
  font-style: italic;
}

/*  --------------------
	Typography
--------------------  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

h1 {
  font-size: 5.125em;
  line-height: 1.1463em;
}
h1:not(:first-child) {
  margin-top: 1em;
}
h1:not(:last-child) {
  margin-bottom: 0.3902em;
}

h2 {
  font-size: 3.5em;
  line-height: 1.1429em;
}
h2:not(:first-child) {
  margin-top: 0.9821em;
}
h2:not(:last-child) {
  margin-bottom: 0.6964em;
}

h3 {
  font-size: 2.625em;
  line-height: 1.1429em;
}
h3:not(:first-child) {
  margin-top: 1.5952em;
}
h3:not(:last-child) {
  margin-bottom: 1.0238em;
}

h4 {
  font-size: 2em;
  line-height: 1.1562em;
}
h4:not(:first-child) {
  margin-top: 1.6563em;
}
h4:not(:last-child) {
  margin-bottom: 1.4063em;
}

h5 {
  font-size: 1.75em;
  line-height: 1.1786em;
}
h5:not(:first-child) {
  margin-top: 1.9643em;
}
h5:not(:last-child) {
  margin-bottom: 1.6429em;
}

h6 {
  font-size: 1.5em;
  line-height: 1.125em;
}
h6:not(:first-child) {
  margin-top: 2.0833em;
}
h6:not(:last-child) {
  margin-bottom: 2em;
}

.ce_title_div_left:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 21px 0 -1px;
}

.ce_title_div_right:after {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 0 0 20px;
}

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

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

i {
  font-style: normal;
}

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

blockquote {
  display: inline-block;
  font-size: 32px;
  line-height: 1.1875em;
  font-weight: 700;
  margin: 2px 0 29px 0;
  padding: 0 0 0 74px;
  font-style: normal;
  width: auto !important;
  position: relative;
}
blockquote.floated {
  float: left;
  max-width: 50%;
}
blockquote:before {
  content: '\f187';
  font: 400 normal 32px/32px 'cwsicon';
  position: absolute;
  display: block;
  left: 0;
  right: auto;
  top: 4px;
  z-index: 2;
  width: 32px;
  height: 32px;
}
blockquote:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 53px;
  bottom: 3px;
  left: 18px;
  right: auto;
}
blockquote.aligncenter cite {
  text-align: center;
}
blockquote cite {
  display: block;
  font-weight: 400;
  font-style: normal;
  margin-top: 12px;
  font-size: 16px;
  line-height: 28px;
}
blockquote p:not(:last-child) {
  margin-bottom: 0;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #F0F1F2;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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 {
  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;
}

big {
  font-size: 1.25em;
}

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

:focus {
  outline: none;
}

/*  --------------------
	Forms
--------------------  */
label {
  display: block;
}

fieldset {
  margin-bottom: 1em;
}

select {
  border: solid 1px transparent;
  max-width: 100%;
  padding: 16px 50px 14px 20px;
  font-size: 16px;
  line-height: 27px;
  height: 59px;
  background-color: #f0f1f2;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
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"],
.wpcf7-select,
textarea {
  border: solid 1px transparent !important;
  display: block;
  padding: 16px 20px 14px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: none;
  font-size: 16px;
  line-height: 27px;
  background-color: #f0f1f2;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]: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,
.wpcf7-select:focus,
textarea:focus {
  color: #222;
}

input[type="number"] {
  border: solid 1px transparent;
  display: block;
  padding: 15px 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: none;
  font-size: 16px;
  line-height: 27px;
  background-color: #f0f1f2;
  height: 59px;
}

.quantity {
  position: relative;
  width: 127px;
}
.quantity.hidden {
  display: none;
}
.quantity input[type="number"] {
  padding: 15px 58px 15px 19px;
  width: 127px;
  height: 49px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .quantity-button {
  background-color: #FFFFFF;
  width: 40px;
  height: calc(50% + 1px);
  border-width: 1px;
  border-style: solid;
  position: absolute;
  right: 0;
  left: auto;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  cursor: pointer;
}
.quantity .quantity-button:before {
  font: 400 normal 10px/1em 'cwsicon';
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  margin: -5px 0 0 -5px;
}
.quantity .quantity-button.plus {
  top: 0;
}
.quantity .quantity-button.plus:before {
  content: '\f152';
}
.quantity .quantity-button.minus {
  bottom: 0;
}
.quantity .quantity-button.minus:before {
  content: '\f153';
}

textarea {
  height: 100px;
}

.cws_custom_select {
  display: block;
}

.wpcf7-select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #7e7e80;
}

input[type="radio"],
input[type="checkbox"] {
  border: solid 1px #b7b7b7;
  background-color: #FFFFFF;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 0;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  text-align: center;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400;
  display: inline;
  vertical-align: middle;
  line-height: 19px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
}

input[type="radio"] {
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
input[type="radio"]:before {
  content: '';
  width: 7px;
  height: 7px;
  left: 50%;
  right: auto;
  top: 50%;
  color: transparent;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -3.5px 0 0 -3.5px;
}

input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
input[type="checkbox"]:before {
  content: '\f00c';
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  font: 900 normal 10px/12px 'Font Awesome 5 Free';
}

.cws-widget select {
  padding: 11px 50px 9px 20px;
  height: 49px;
}
.cws-widget input[type="text"],
.cws-widget input[type="email"],
.cws-widget input[type="url"],
.cws-widget input[type="password"],
.cws-widget input[type="search"],
.cws-widget input[type="tel"],
.cws-widget input[type="range"],
.cws-widget input[type="date"],
.cws-widget input[type="month"],
.cws-widget input[type="week"],
.cws-widget input[type="time"],
.cws-widget input[type="datetime"],
.cws-widget input[type="datetime-local"],
.cws-widget input[type="color"],
.cws-widget .wpcf7-select,
.cws-widget textarea {
  padding: 10px 20px;
}
.cws-widget input[type="number"] {
  padding: 10px 19px;
  height: 49px;
}
.cws-widget .quantity input[type="number"] {
  padding: 10px 58px 10px 19px;
}
.cws-widget .quantity .quantity-button {
  height: 25px;
}

button,
.button,
.cws_button,
input[type="button"],
input[type="submit"],
.added_to_cart {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3571em;
  padding: 15px 33px 14px;
  margin-top: 15px;
  border: solid 1px transparent;
  white-space: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}

form button,
form .button,
form .cws_button,
form input[type="button"],
form input[type="submit"],
form input[type="reset"] {
  padding: 20px 33px 19px;
}

.cws-widget form button,
.cws-widget form .button,
.cws-widget form .cws_button,
.cws-widget form input[type="button"],
.cws-widget form input[type="submit"],
.cws-widget form input[type="reset"] {
  padding: 15px 33px 14px;
}

.read_more_wrapper {
  display: block;
}
.read_more_wrapper:not(:first-child) {
  margin-top: 35px;
}

.read_more {
  display: inline-block;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  padding: 9px 20px 10px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3571em;
  position: relative;
}

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

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

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

ul,
ol {
  padding: 0;
}

.item ul,
.item ol,
.comment-text .description ul,
.comment-text .description ol,
.page_grid ul,
.page_grid ol,
.wpb_wrapper ul,
.wpb_wrapper ol {
  margin-bottom: 1.7em;
}
.item ul ul,
.item ul ol,
.item ol ul,
.item ol ol,
.comment-text .description ul ul,
.comment-text .description ul ol,
.comment-text .description ol ul,
.comment-text .description ol ol,
.page_grid ul ul,
.page_grid ul ol,
.page_grid ol ul,
.page_grid ol ol,
.wpb_wrapper ul ul,
.wpb_wrapper ul ol,
.wpb_wrapper ol ul,
.wpb_wrapper ol ol {
  margin-bottom: 0;
}
.item ul,
.comment-text .description ul,
.page_grid ul,
.wpb_wrapper ul {
  position: relative;
}
.item ul > li,
.comment-text .description ul > li,
.page_grid ul > li,
.wpb_wrapper ul > li {
  position: relative;
  padding-left: 19px;
}
.item ul > li:before,
.comment-text .description ul > li:before,
.page_grid ul > li:before,
.wpb_wrapper ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  left: 0;
  top: 0.85em;
  position: absolute;
  margin: -3px 0 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.item ul.default_style > li, .item ul.star_style > li, .item ul.dash_style > li, .item ul.custom_icon_style > li,
.comment-text .description ul.default_style > li,
.comment-text .description ul.star_style > li,
.comment-text .description ul.dash_style > li,
.comment-text .description ul.custom_icon_style > li,
.page_grid ul.default_style > li,
.page_grid ul.star_style > li,
.page_grid ul.dash_style > li,
.page_grid ul.custom_icon_style > li,
.wpb_wrapper ul.default_style > li,
.wpb_wrapper ul.star_style > li,
.wpb_wrapper ul.dash_style > li,
.wpb_wrapper ul.custom_icon_style > li {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.item ul.default_style > li:before, .item ul.star_style > li:before, .item ul.dash_style > li:before, .item ul.custom_icon_style > li:before,
.comment-text .description ul.default_style > li:before,
.comment-text .description ul.star_style > li:before,
.comment-text .description ul.dash_style > li:before,
.comment-text .description ul.custom_icon_style > li:before,
.page_grid ul.default_style > li:before,
.page_grid ul.star_style > li:before,
.page_grid ul.dash_style > li:before,
.page_grid ul.custom_icon_style > li:before,
.wpb_wrapper ul.default_style > li:before,
.wpb_wrapper ul.star_style > li:before,
.wpb_wrapper ul.dash_style > li:before,
.wpb_wrapper ul.custom_icon_style > li:before {
  display: none;
  content: none;
}
.item ul.default_style > li .list_list,
.comment-text .description ul.default_style > li .list_list,
.page_grid ul.default_style > li .list_list,
.wpb_wrapper ul.default_style > li .list_list {
  position: absolute;
  left: 0;
  right: auto;
  top: 0.85em;
  display: block;
  margin: -3px 0 0;
  width: 0;
  height: 0;
  border: solid 3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.item ul.star_style > li,
.comment-text .description ul.star_style > li,
.page_grid ul.star_style > li,
.wpb_wrapper ul.star_style > li {
  padding-left: 0;
  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;
}
.item ul.star_style > li .list_list,
.comment-text .description ul.star_style > li .list_list,
.page_grid ul.star_style > li .list_list,
.wpb_wrapper ul.star_style > li .list_list {
  display: inline-block;
  vertical-align: top;
  margin: -1px 13px 0 -1px !important;
  position: relative;
}
.item ul.star_style > li .list_list:before,
.comment-text .description ul.star_style > li .list_list:before,
.page_grid ul.star_style > li .list_list:before,
.wpb_wrapper ul.star_style > li .list_list:before {
  content: '\f156';
  font: 400 normal 13px/2.0769em 'cwsicon';
  padding: 0 !important;
}
.item ul.dash_style > li,
.comment-text .description ul.dash_style > li,
.page_grid ul.dash_style > li,
.wpb_wrapper ul.dash_style > li {
  padding-left: 32px;
}
.item ul.dash_style > li .list_list,
.comment-text .description ul.dash_style > li .list_list,
.page_grid ul.dash_style > li .list_list,
.wpb_wrapper ul.dash_style > li .list_list {
  position: absolute;
  display: block;
  left: 0;
  right: auto;
  top: 0.85em;
  width: 19px;
  height: 0;
  border-top: solid 2px;
}
.item ul.custom_icon_style > li,
.comment-text .description ul.custom_icon_style > li,
.page_grid ul.custom_icon_style > li,
.wpb_wrapper ul.custom_icon_style > li {
  padding-left: 0;
  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;
}
.item ul.custom_icon_style > li .list_list,
.comment-text .description ul.custom_icon_style > li .list_list,
.page_grid ul.custom_icon_style > li .list_list,
.wpb_wrapper ul.custom_icon_style > li .list_list {
  display: inline-block;
  vertical-align: top;
  margin: -1px 13px 0 -1px !important;
  position: relative;
}
.item ul.custom_icon_style > li .list_list:before,
.comment-text .description ul.custom_icon_style > li .list_list:before,
.page_grid ul.custom_icon_style > li .list_list:before,
.wpb_wrapper ul.custom_icon_style > li .list_list:before {
  padding: 0 !important;
  font-size: 13px;
  line-height: 2.0769em;
  font-weight: 400;
}

/*  --------------------
	Dropcaps
--------------------  */
.dropcap {
  display: block;
  float: left;
  text-align: center;
  margin: 7px 15px 9px 0;
}
.dropcap.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.dropcap.dropcap_border {
  border-width: 2px;
  border-style: solid;
}
.dropcap.dropcap_fill {
  color: #ffffff;
}

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

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;
}

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

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: 2.5em 0 0;
}

body .cols_wrapper {
  margin-top: 72px;
}

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

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

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

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

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

.hover-effect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

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

.grayscale_image_hover {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.35;
}
.grayscale_image_hover:hover {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  opacity: 1;
}

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

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

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

.mejs-controls a.mejs-horizontal-volume-slider {
  background: transparent;
  border: 0;
}
.mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover {
  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:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
  color: #fff;
  background-color: #767676;
  border-bottom-color: transparent;
}
.site-content .wp-playlist-light .wp-playlist-item:hover a, .site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover {
  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:hover, .site-content .wp-playlist-dark .wp-playlist-item:focus {
  color: #222;
  background-color: #fff;
  border-bottom-color: transparent;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover a, .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, .site-content .wp-playlist-item a:hover {
  -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;
}

/*  --------------------
	Galleries
--------------------  */
.gallery br {
  clear: both;
}

.gallery-item {
  padding: 0 15px;
  margin: 30px 0 0 !important;
}
.gallery-item .gallery-icon {
  font-size: 0;
  line-height: 1;
}
.gallery-item a {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}
.gallery-item a img {
  display: block;
  border: none !important;
}
.gallery-item a .gallery-icon_overlay {
  position: absolute;
  display: block;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.gallery-item a .gallery-icon_overlay:before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.gallery-item a .gallery-icon_icon {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.gallery-item a .gallery-icon_icon:before {
  content: '\f154';
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  font: 400 normal 30px/30px 'cwsicon';
}
.gallery-item a .gallery-icon_icon .gallery-icon_text {
  font-size: 18px;
  line-height: 1.3333em;
  text-transform: lowercase;
  font-weight: 600;
  display: none;
  margin: 11px 0 0;
}
.gallery-item a[href$='.jpg'] .gallery-icon_icon:before, .gallery-item a[href$='.pdf'] .gallery-icon_icon:before, .gallery-item a[href$='.png'] .gallery-icon_icon:before {
  content: '\f141';
}
.gallery-item a[href$='.jpg'] .gallery-icon_icon .gallery-icon_text, .gallery-item a[href$='.pdf'] .gallery-icon_icon .gallery-icon_text, .gallery-item a[href$='.png'] .gallery-icon_icon .gallery-icon_text {
  display: block;
}

.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

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

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

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

.gallery-caption {
  display: block;
  word-break: break-word;
  text-align: center;
  margin: 5px 0 20px;
  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.25em;
  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;
}

/*  --------------------
	Round divider
--------------------  */
.round-divider {
  content: '';
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.05);
}

/*  ====================
	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) {
  button:not(:disabled):hover,
  .button:not(:disabled):hover,
  .cws_button:not(:disabled):hover,
  input[type="button"]:not(:disabled):hover,
  input[type="reset"]:not(:disabled):hover,
  input[type="submit"]:not(:disabled):hover,
  .added_to_cart:not(:disabled):hover {
    background-color: #fff;
  }

  .mejs-controls button:hover {
    background-color: transparent !important;
  }

  .gallery-item a:hover .gallery-icon_overlay {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .quantity .quantity-button:hover {
    color: #FFFFFF;
  }

  .read_more:hover {
    color: #ffffff;
  }
}
@media screen and (max-width: 1199px) {
  button,
  .button,
  .cws_button,
  input[type="button"],
  input[type="submit"] {
    padding: 8px 20px;
  }

  blockquote.floated {
    max-width: 45%;
  }
}
@media screen and (max-width: 991px) {
  html body {
    font-size: 16px;
  }

  blockquote.floated {
    max-width: 45% !important;
  }

  .alignleft.shifted {
    margin-left: -20px;
  }

  .alignright.shifted {
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  html body {
    font-size: 15px;
  }

  blockquote.shifted,
  .alignleft.shifted {
    margin-left: 0;
  }

  .alignright.shifted {
    margin-right: 0;
  }

  th,
  td {
    padding: 5px;
  }

  .wpb_wrapper ul {
    column-count: 1 !important;
  }

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

  h1 {
    font-size: 2.4em !important;
  }

  h2 {
    font-size: 2.15em !important;
  }

  h3 {
    font-size: 1.7em !important;
  }

  h4 {
    font-size: 1.5em !important;
  }

  h5 {
    font-size: 1.3em !important;
  }

  h6 {
    font-size: 1.1em !important;
  }

  .single blockquote {
    margin-left: 0;
    max-width: 100%;
  }
  .single blockquote cite {
    font-size: 14px;
  }

  blockquote {
    font-size: 20px;
    margin: 14px 0 29px;
    padding: 0 0 0 55px;
  }
  blockquote:before {
    top: 0;
  }
  blockquote:after {
    left: 16px;
  }

  pre {
    padding: 1em;
  }

  .format-quote blockquote {
    font-size: 20px;
  }

  .gallery-columns-2 .gallery-item {
    width: 100% !important;
  }

  .gallery-columns-3 .gallery-item {
    width: 100% !important;
  }

  .gallery-item {
    width: 100% !important;
  }
  .gallery-item .gallery-caption {
    margin: 0;
  }

  .ce_title_div_left:before {
    margin: 0.56em 12px 0 0;
  }

  .ce_title_div_right:after {
    margin: 0.56em 0 0 12px;
  }
}
/*  ====================
	Editor styles
====================  */
/* -----> Editor full row <----- */
.wp-block-image.alignwide, .wp-block-image.alignfull {
  margin-top: 1.4375em;
  margin-bottom: 1.4375em;
}

.single .alignwide {
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 70px);
  max-width: none;
}

.single .page-content.single-sidebar .alignwide,
.single .page-content.dobule-sidebar .alignwide {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/* -----> Editor dropcaps <----- */
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 3.5em;
  line-height: 0.74em;
  margin: 0;
  text-transform: uppercase;
  font-style: normal;
}

/* -----> Editor Large font size <----- */
.has-large-font-size {
  line-height: 1.2em;
  margin: 0 0 27px !important;
}

.post_content p[style*='font-size:'] {
  line-height: 1.2em;
  margin: 0 0 27px !important;
}

p.has-background {
  padding: 20px;
}

/* -----> Editor embed <----- */
.wp-block-embed figcaption {
  line-height: 1.3077em;
}

/* -----> Editor video <----- */
.wp-block-video video {
  overflow: hidden;
}
.wp-block-video figcaption {
  line-height: 1.3077em;
}

/* -----> Editor gallery <----- */
.wp-block-gallery .blocks-gallery-item {
  overflow: hidden;
}
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.3077em;
}

/* -----> Editor columns <----- */
.wp-block-columns.alignfull {
  padding: 0 30px;
  margin: 0 0 0 -50vw !important;
}

.wp-block-column {
  margin-bottom: 1.7em;
}
.wp-block-column .wp-block-image {
  margin: 1.4375em 0;
}

.page-content.single-sidebar .wp-block-columns.alignfull,
.page-content.dobule-sidebar .wp-block-columns.alignfull {
  padding: 0;
  margin: 0 !important;
}

/* -----> Editor table <----- */
.wp-block-table {
  width: 100%;
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #F0F1F2;
}

/* -----> Editor divider styles <----- */
.wp-block-separator {
  margin: 1.65em auto;
  clear: both;
}
.wp-block-separator:not(.is-style-dots) {
  background-color: #8f98a1;
}
.wp-block-separator.is-style-dots:before {
  color: #8f98a1;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* -----> Editor quote <----- */
.wp-block-column .wp-block-quote {
  margin-top: 0;
  padding-right: 25px;
  padding-left: 86px;
}

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  padding: 37px 40px;
  margin-bottom: 30px;
  display: block;
}
.wp-block-quote.is-style-large:before, .wp-block-quote.is-large:before {
  position: relative;
  display: block;
  margin: -5px 0 16px;
}
.wp-block-quote.is-style-large:after, .wp-block-quote.is-large:after {
  content: none;
  display: none;
}
.wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
  line-height: 1.1428em;
  font-style: normal;
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
}
.wp-block-quote.is-style-large cite, .wp-block-quote.is-large cite {
  text-align: inherit;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.85;
  color: #FFFFFF;
}
.wp-block-quote.is-style-large cite:not(:first-child), .wp-block-quote.is-large cite:not(:first-child) {
  margin: 12px 0 0;
}

/* -----> Editor pullquote <----- */
.wp-block-pullquote {
  border-width: 0;
  border-bottom-width: 1px;
  border-style: solid;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
  position: relative;
}
.wp-block-pullquote:not(:first-child) {
  margin-top: 30px;
}
.wp-block-pullquote:before {
  content: '\f187';
  font: 400 normal 32px/32px 'cwsicon';
  position: absolute;
  display: block;
  z-index: 2;
  width: 32px;
  height: 32px;
  top: -15px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wp-block-pullquote.alignleft blockquote p, .wp-block-pullquote.alignright blockquote p {
  font-size: 28px;
}
.wp-block-pullquote blockquote {
  background: none;
  padding: 37px 40px;
  margin: 0;
  max-width: none !important;
  min-height: 0;
  display: block;
  position: relative;
  border-color: inherit;
}
.wp-block-pullquote blockquote:before, .wp-block-pullquote blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(50% - 37px);
  height: 0;
  border-top: solid 1px;
  border-color: inherit !important;
  color: inherit;
}
.wp-block-pullquote blockquote:before {
  left: 0;
  right: auto;
}
.wp-block-pullquote blockquote:after {
  right: 0;
  left: auto;
}
.wp-block-pullquote blockquote p {
  font-size: 42px;
  line-height: 1.1429em;
  font-weight: 700;
}
.wp-block-pullquote blockquote cite {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.85;
}
.wp-block-pullquote blockquote cite:not(:first-child) {
  margin-top: 15px;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
  text-align: inherit;
}
.wp-block-pullquote.is-style-solid-color:before {
  content: none;
  display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  padding: 37px 40px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
  content: '\f187';
  font: 400 normal 32px/32px 'cwsicon';
  position: relative;
  display: block;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin: -5px 0 16px;
  border: none;
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote:after {
  content: none;
  display: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 42px;
  line-height: 1.1429em;
  font-weight: 700;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-size: 16px;
  font-weight: 400;
  opacity: 0.85;
}
.wp-block-pullquote.is-style-solid-color blockquote cite:not(:first-child) {
  margin-top: 15px;
}

/* -----> Editor File <----- */
.wp-block-file .wp-block-file__button {
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  top: -2px;
  padding-bottom: 0.6em;
}

/* -----> Editor image <----- */
.wp-block-image {
  margin: 1.7em 0;
}
.wp-block-image img {
  display: block;
}
.wp-block-image figcaption {
  line-height: 1.3077em;
}

/* -----> Editor Audio <----- */
.wp-block-audio:not(:last-child) {
  margin: 0 0 1.875em;
}
.wp-block-audio audio {
  background-color: #f0f1f2;
  display: block;
}

.page-content:not(.single-sidebar):not(.double-sidebar) .alignfull {
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: auto;
  width: 100vw !important;
  margin: 1.625em 0 1.5em -50vw !important;
}
.page-content:not(.single-sidebar):not(.double-sidebar) .alignwide {
  margin-left: -35px;
  margin-right: -35px;
  width: calc(100% + 70px);
  max-width: none;
}
.page-content:not(.single-sidebar):not(.double-sidebar) .wp-block-image.alignfull img {
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  margin: 0 !important;
}

/*  --------------------
	Editor media styles
--------------------  */
@media screen and (max-width: 1199px) {
  .single-sidebar.sb-left .wp-block-image.alignfull img {
    left: calc(50% - 131px);
  }
  .single-sidebar.sb-right .wp-block-image.alignfull img {
    left: calc(50% + 131px);
  }
}
@media screen and (max-width: 991px) {
  .single-sidebar.sb-left .wp-block-image.alignfull img, .single-sidebar.sb-right .wp-block-image.alignfull img {
    left: 50%;
  }

  .single .alignwide {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .single .alignwide {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .wp-block-image {
    margin: 0;
  }

  .wp-block-quote.is-style-large, .wp-block-quote.is-large {
    padding: 25px 20px;
  }
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
    font-size: 24px;
  }

  .wp-block-pullquote blockquote {
    padding: 35px 20px 25px;
  }
  .wp-block-pullquote blockquote p {
    font-size: 24px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote {
    padding: 25px 20px;
  }
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 24px;
  }
}
@media screen and (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 15px);
  }

  .wp-block-column:not(:first-child),
  .wp-block-column:nth-child(2n) {
    margin-left: 15px;
  }

  .wp-block-column:not(:last-child) {
    margin-right: 15px;
  }
}
/*  ====================
	Preloader
====================  */
.cws-default .cws-blank-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 120vh;
  width: 100vw;
  background-color: #fff;
  z-index: 99;
  pointer-events: none;
  display: none;
}
.cws-default .cws-blank-preloader.active {
  display: block;
}

.cws-loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99;
  opacity: 1;
  -webkit-transition: opaciry 0.3s ease;
  transition: opaciry 0.3s ease;
}
.cws-loader-container .cws-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.cws-loader-container .cws-loader:before, .cws-loader-container .cws-loader:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 2px;
}
.cws-loader-container .cws-loader .inner {
  -webkit-animation-name: rotate-inner;
  animation-name: rotate-inner;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.cws-loader-container .cws-loader .inner:before, .cws-loader-container .cws-loader .inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
}
.cws-loader-container .cws-loader .inner:before {
  left: 0;
  right: 50%;
  -webkit-border-radius: 72px 0 0 72px;
  border-radius: 72px 0 0 72px;
}
.cws-loader-container .cws-loader .inner:after {
  left: 50%;
  right: 0;
  -webkit-border-radius: 0 72px 72px 0;
  border-radius: 0 72px 72px 0;
}
.cws-loader-container .cws-loader .loader-logo {
  position: absolute;
  display: block;
  max-width: 50px;
  max-height: 50px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
}

@keyframes rotate-inner {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-inner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
/*  --------------------
    Odometer styles
--------------------  */
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  position: relative;
  text-align: center;
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  position: relative;
}

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: transform 2s;
  transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*  --------------------
	Unitest extra styles
--------------------  */
.cws-default .page-footer {
  padding-top: 0;
}
.cws-default .page-footer .copyrights-area .container .copyrights-container .copyrights {
  text-align: center;
}
.cws-default .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo h3 {
  font-size: 20px !important;
}
.cws-default .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper h3 {
  font-size: 20px !important;
}
.cws-default .logo-in-menu .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper h3 {
  font-size: 20px !important;
}
.cws-default .comment_list .comment .comments_children,
.cws-default .comment_list .pingback .comments_children,
.cws-default .comment_list .trackback .comments_children {
  padding: 0 0 0 60px !important;
}
.cws-default .woocommerce-product-gallery__image--placeholder {
  border: solid 1px #d0d1d1;
}
.cws-default .woocommerce .product .summary .woo_banner_wrapper {
  margin-bottom: 10px;
}
.cws-default .woocommerce .product .summary .woocommerce-product-details__short-description:not(:first-child) {
  margin-top: 38px;
}
.cws-default .woocommerce .product .summary .cart:not(:first-child) {
  margin-top: 38px;
}
.cws-default aside .cws-widget.widget_nav_menu,
.cws-default aside .cws-widget.widget_pages,
.cws-default aside .cws-widget.widget_recent_entries,
.cws-default aside .cws-widget.widget_cws_recent_entries,
.cws-default aside .cws-widget.widget_rss {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
  border: none !important;
}
.cws-default.single-post .title-box .page-title .container .title h1 {
  font-size: 0.5122em;
}

/*  ====================
    Libs extra styles
====================  */
/*  --------------------
	Slick Carousel extra styles
--------------------  */
.cws_carousel {
  position: relative;
  margin: 0 -15px;
  cursor: move;
}
.cws_carousel.slick-dotted {
  padding-bottom: 28px;
}
.cws_carousel.slick-dotted .slick-arrow {
  margin: -14px 0 0;
}
.cws_carousel .slick-slide {
  margin: 0 15px;
}
.cws_carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  font-size: 0;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border: none;
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
  -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  transition: color 0.3s, background-color 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cws_carousel .slick-arrow:before {
  font-size: 16px;
  line-height: 1;
  font-family: 'cwsicon';
  z-index: 1;
}
.cws_carousel .slick-arrow.slick-prev {
  left: -40px;
  right: auto;
}
.cws_carousel .slick-arrow.slick-prev:before {
  content: '\f15a';
}
.cws_carousel .slick-arrow.slick-next {
  left: auto;
  right: -40px;
}
.cws_carousel .slick-arrow.slick-next:before {
  content: '\f15b';
}
.cws_carousel.slick-vertical {
  margin: 0;
}
.cws_carousel.slick-vertical .slick-slide {
  margin: 15px 0 !important;
}
.cws_carousel.slick-vertical .slick-arrow {
  top: auto;
  position: relative;
  width: 100%;
  height: 20px;
  display: block;
  margin: 0;
}
.cws_carousel.slick-vertical .slick-arrow.slick-prev {
  left: auto;
  right: auto;
}
.cws_carousel.slick-vertical .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
}
.cws_carousel.slick-vertical .slick-arrow.slick-next {
  right: auto;
  left: auto;
  margin: 30px 0 0;
}
.cws_carousel.slick-vertical .slick-arrow.slick-next:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  position: relative;
}

.inner-arrows .slick-arrow.slick-prev {
  left: 15px;
  right: auto;
}
.inner-arrows .slick-arrow.slick-next {
  right: 15px;
  left: auto;
}

.slick-dots {
  bottom: 0;
  left: 8px;
  right: 8px;
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 1;
}
.slick-dots li {
  padding-left: 0 !important;
  display: inline-block;
  margin: 14px 0 0 !important;
}
.slick-dots li:before {
  display: none;
  content: none;
}
.slick-dots li.slick-active {
  cursor: default;
}
.slick-dots li.slick-active button {
  width: 21px;
}
.slick-dots li button {
  position: relative;
  border: 0;
  margin: 0 7px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
  height: 3px;
  width: 3px;
  padding: 0;
  cursor: pointer;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  border-radius: 1.5px;
  -webkit-transition: background-color 0.3s, width 0.3s;
  -moz-transition: background-color 0.3s, width 0.3s;
  -ms-transition: background-color 0.3s, width 0.3s;
  -o-transition: background-color 0.3s, width 0.3s;
  transition: background-color 0.3s, width 0.3s;
  font-size: 0;
}

.wpb_wrapper .slick-dots {
  position: absolute;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
}
.wpb_wrapper .slick-dots > li {
  line-height: 0;
}
.wpb_wrapper .slick-dots > li:before {
  display: none;
}

@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 .slick-arrow:hover {
    background-color: transparent;
  }
}
/* 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 {
  vertical-align: top;
}
.slick-slide > img {
  display: 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;
}

/* Reset */
.flip-clock-wrapper * {
  margin: 0;
  padding: 0;
  line-height: normal;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

.flip-clock-wrapper a:hover {
  color: #fff;
}

.flip-clock-wrapper ul {
  list-style: none;
}

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

.flip-clock-wrapper.clearfix:after {
  clear: both;
}

.flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
.flip-clock-wrapper {
  min-height: 100%;
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

.flip-clock-meridium {
  background: none;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
  color: #313333;
  bottom: 10px;
}

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  margin: 5px auto 0;
  display: inline-block;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  width: 28px;
  height: 72px;
  font-size: 40px;
  font-weight: 500;
  line-height: 47px;
  overflow: hidden;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 47px;
  margin-bottom: 0;
  padding: 0;
}
.flip-clock-wrapper ul li:before {
  display: none;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  margin: 0 !important;
  overflow: visible !important;
  pointer-events: none;
}

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-size: 40px;
  font-weight: 600;
  padding-top: 5px;
}

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd .01s .39s linear both;
  animation: asd .01s .39s linear both;
  z-index: 2;
}

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 23px;
  height: 70px;
}
.flip-clock-divider + .flip + .flip {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.flip-clock-divider + .flip + .flip .inn {
  padding-right: 5px;
}
.flip-clock-divider + .flip {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.flip-clock-divider + .flip .inn {
  padding-left: 5px;
}

.flip-clock-divider:first-child {
  width: 0;
}

.flip-clock-dot {
  left: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 1px;
  transform: translateX(-50%);
}

.flip-clock-dot.top {
  top: 26px;
}

.flip-clock-dot.bottom {
  top: 44px;
}

@media screen and (max-width: 767px) {
  .flip-clock-divider {
    width: 10px;
  }
  .flip-clock-divider .flip-clock-dot {
    display: none;
  }
}
.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: 7px;
  right: -42px;
  color: #fff;
  text-shadow: none;
  z-index: 5;
  letter-spacing: 0.3px;
}

.flip-clock-divider.hours .flip-clock-label {
  right: -44px;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -50px;
}

.flip-clock-divider.seconds .flip-clock-label {
  right: -51px;
}

@keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }
  100% {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn .4s .4s linear both;
  animation: turn .4s .4s linear both;
}

@keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 .4s linear both;
  animation: turn2 .4s linear both;
}

@keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
  }
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}

/*  ====================
	Header styles
====================  */
.header-wrapper-container.header_outside_slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
}
.header-wrapper-container .header-container {
  position: relative;
}
.header-wrapper-container .header-container .header-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.site-header .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;
}

.header-zone {
  position: relative;
}

/*  -------------------
	Header icons
-------------------  */
.search-icon {
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.search-icon:before {
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 16px;
}

.side-panel-icon-wrapper {
  position: relative;
}
.side-panel-icon-wrapper .side_panel_trigger {
  display: inline-block;
}
.side-panel-icon-wrapper .side_panel_trigger:before {
  content: '\f18a';
  font-family: 'cwsicon';
  font-size: 16px;
}

/*  -------------------
	Logo box styles
-------------------  */
.logo-left .logo_box .container .logo_box_info_left,
.logo-right .logo_box .container .logo_box_info_left {
  text-align: left;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.logo-left .logo_box .container .logo_box_info_right,
.logo-right .logo_box .container .logo_box_info_right {
  text-align: right;
  width: 100%;
}

.logo-center .logo_box .container .logo_box_info_left {
  text-align: left;
  min-width: 44%;
}
.logo-center .logo_box .container .logo_box_info_right {
  text-align: right;
  min-width: 44%;
}
.logo-center .logo_box .container .logo_box_info_center {
  text-align: center;
  width: 12%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

.logo_box {
  position: relative;
}
.logo_box .logo_box_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.logo_box .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;
}
.logo_box .container .logo {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.logo_box .container .logo .logo-with-text {
  display: inline-block;
  vertical-align: middle;
}
.logo_box .container .logo .logo-sticky-wrapper {
  display: none;
  position: relative;
}
.logo_box .container .logo .logo-navigation-wrapper {
  display: none;
}
.logo_box .container .logo .logo-default-wrapper {
  position: relative;
  display: inline-block;
}
.logo_box .container .logo h3 {
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.logo_box .container .logo h3:not(:first-child) {
  margin: -2px 0 0 21px;
}
.logo_box .container .logo img {
  display: block;
}
.logo_box .container .logo_extra_button {
  margin: -1px 0 0 0;
  white-space: nowrap;
}
.logo_box .container .logo_extra_button.mobile_logo_button {
  display: none;
}
.logo_box .container .logo_extra_button .cws_custom_button.button_style_advanced {
  background-color: transparent;
  color: #FFFFFF;
}
.logo_box .container .logo_extra_button .cws_custom_button.button_style_advanced .button_title {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.2px;
}
.logo_box .container .logo_extra_button .cws_custom_button.button_style_default {
  background-color: transparent;
  font-weight: 600;
}
.logo_box .container .logo_extra_button .cws_custom_button.button_style_default.regular {
  padding-left: 20px;
  padding-right: 20px;
}
.logo_box .container .logo_extra_button .cws_custom_button.button_style_default.regular .button_icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.logo_box .container .logo-box-content-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.logo_box .container .logo-box-info + .logo-box-content-wrapper {
  border-left: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 34px;
  margin: 0 0 0 35px;
}
.logo_box .container .logo-box-info {
  display: inline-block;
  vertical-align: middle;
}

.logo-box-content-wrapper .logo-box-text:not(:first-child) {
  margin: 5px 0 0;
}
.logo-box-content-wrapper .logo-box-text .logo-box-text-content {
  font-size: 14px;
  line-height: 19px;
}
.logo-box-content-wrapper .logo-box-text .logo-box-text-icon {
  text-align: center;
  min-width: 16px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.logo-box-info .logo-box-info-title {
  font-size: 14px;
  line-height: 19px;
}
.logo-box-info .logo-box-info-value {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  white-space: pre;
}
.logo-box-info .logo-box-info-value:not(:first-child) {
  margin: 9px 0 0;
}

/* -----> Addiction from header classes <----- */
/*  -------------------
	Menus styles
-------------------  */
.menu-box {
  z-index: 2;
  position: relative;
}
.menu-box .container .header-nav-part {
  width: 100%;
}
.menu-box .container .header-nav-part .main-nav-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;
}
.menu-box .container .header-nav-part .main-nav-container .topbar-trigger {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger {
  position: relative;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.iOS-anim .hamburger-icon:before, .menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.iOS-anim .hamburger-icon:after {
  transform-origin: left;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.iOS-anim.active .hamburger-icon {
  height: 0;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.iOS-anim.active .hamburger-icon:before {
  top: -9px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.iOS-anim.active .hamburger-icon:after {
  bottom: -10px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.custom-anim.active .hamburger-icon {
  -webkit-transform: translateX(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.custom-anim.active .hamburger-icon:before, .menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.custom-anim.active .hamburger-icon:after {
  width: 50%;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.custom-anim.active .hamburger-icon:before {
  top: 0;
  -webkit-transform: translateX(100%) rotate(-90deg);
  -ms-transform: translateX(100%) rotate(-90deg);
  transform: translateX(100%) rotate(-90deg);
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger.custom-anim.active .hamburger-icon:after {
  bottom: 0;
  -webkit-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger .hamburger-icon {
  height: 2px;
  width: inherit;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: top 0.3s linear, bottom 0.3s linear, transform 0.3s linear, width 0.3s linear, background-color 0.2s ease, height 0.2s ease;
  transition: top 0.3s linear, bottom 0.3s linear, transform 0.3s linear, width 0.3s linear, background-color 0.2s ease, height 0.2s ease;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger .hamburger-icon:before, .menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger .hamburger-icon:after {
  content: '';
  position: absolute;
  height: inherit;
  width: 100%;
  background-color: inherit;
  margin: auto;
  -webkit-transition: top 0.3s linear, bottom 0.3s linear, transform 0.3s linear, width 0.3s linear;
  transition: top 0.3s linear, bottom 0.3s linear, transform 0.3s linear, width 0.3s linear;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger .hamburger-icon:before {
  top: -8px;
  left: 0;
  transform-origin: left;
}
.menu-box .container .header-nav-part .main-nav-container .mobile-menu-hamburger .hamburger-icon:after {
  bottom: -8px;
  right: 0;
  transform-origin: right;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button {
  margin: -1px 0 0 0;
  white-space: nowrap;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button.mobile_menu_button {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button .cws_custom_button.button_style_advanced {
  background-color: transparent;
  color: #FFFFFF;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button .cws_custom_button.button_style_advanced .button_title {
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: -0.2px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button .cws_custom_button.button_style_default {
  background-color: transparent;
  font-weight: 600;
}
.menu-box .container .header-nav-part .main-nav-container .menu-extra-button .cws_custom_button.button_style_default.regular {
  padding-left: 20px;
  padding-right: 20px;
}
.menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .logo-box-content-wrapper-mobile,
.menu-box .container .header-nav-part .main-nav-container .logo-box-info-mobile {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons {
  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;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:last-child {
  margin-right: 50px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:not(:first-child) {
  margin-left: 42px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger {
  width: 0;
  margin-right: -42px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger:last-child {
  margin-right: 0;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mini-cart {
  right: auto;
  left: 0;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:not(:first-child):not(.mobile-menu-hamburger) {
  position: relative;
}
.menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:not(:first-child):not(.mobile-menu-hamburger):after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  left: auto;
  right: -22px;
  top: 50%;
  margin: -7px 0 0;
  opacity: 0.25;
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
  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;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .logo_extra_button.mobile_logo_button {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part {
  font-size: 0;
  line-height: 0;
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part.menu-logo-part-sticky {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo {
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-sticky-wrapper {
  display: none;
  position: relative;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-navigation-wrapper {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-default-wrapper {
  position: relative;
  display: inline-block;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-with-text {
  display: inline-block;
  vertical-align: middle;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo h3 {
  font-size: 14px !important;
  line-height: normal;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo h3:not(:first-child) {
  margin: -2px 0 0 21px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo img {
  display: block;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo-nav {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
  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: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-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: 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;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:not(:first-child) {
  margin-left: 41px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:not(:first-child):before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  left: -21px;
  right: auto;
  top: 18px;
  opacity: 0.25;
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item > a,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item > span {
  padding-top: 11px;
  padding-bottom: 12px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 15px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a:before, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a:before {
  content: '\f159';
  font: 400 normal 10px/1em 'cwsicon';
  display: inline-block;
  position: absolute;
  right: -1px;
  left: auto;
  top: 20px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a:hover:before, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a:hover:before {
  opacity: 1;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-item > a:after,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-item > span:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current_page_ancestor > a:after,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current_page_ancestor > span:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-ancestor > a:after,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-ancestor > span:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-parent > a:after,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-parent > span:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-item-parent > a:after,
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-item-parent > span:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item {
  position: relative;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.menu-item-object-megamenu_item > .sub-menu {
  padding: 30px 30px 22px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.sub-align-right > .sub-menu {
  right: -22px;
  left: auto;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item a {
  white-space: nowrap;
  display: block;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu {
  position: absolute;
  margin-top: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: -22px;
  right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item:not(:first-child) {
  border-top: solid 1px rgba(177, 177, 177, 0.32);
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item a {
  font-size: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 17px 60px 17px 30px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu {
  margin-top: -61px;
  left: 100%;
  right: auto;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu.pos-left {
  left: auto;
  right: 100%;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu.pos-left .sub-menu {
  left: auto;
  right: 100%;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .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: 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;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper {
  float: none;
  width: auto;
  min-width: 178px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .widgettitle {
  font-size: 22px;
  border-bottom: solid 1px rgba(177, 177, 177, 0.32);
  padding-bottom: 0.6964em;
  margin-bottom: 8px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu {
  display: block;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item {
  margin: 0 -16px;
  padding-left: 0;
  border: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item:before {
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item a {
  padding: 7px 16px;
  margin: 0;
}
.menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item a:after {
  content: none;
  display: none;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons {
  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-box .container .header-nav-part .main-nav-container .menu-right-icons > *:first-child {
  margin-left: 35px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:not(:last-child) {
  margin-right: 42px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons .mobile-menu-hamburger {
  width: 0;
  margin-left: -42px;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons .mobile-menu-hamburger:first-child {
  margin-left: 0;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:not(:first-child):not(.mobile-menu-hamburger) {
  position: relative;
}
.menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:not(:first-child):not(.mobile-menu-hamburger):after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  left: -22px;
  right: auto;
  top: 50%;
  margin: -7px 0 0;
  opacity: 0.25;
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
}

.menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  height: 4px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-item:after, .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current_page_ancestor:after, .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-ancestor:after, .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-menu-parent:after, .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current-item-parent:after, .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.current_page_parent:after {
  opacity: 1;
}

/* -----> Addiction from header classes <----- */
.site-header.menu-left .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.site-header.menu-center .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.site-header.menu-right .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header.logo-in-menu.logo-left .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part {
  margin-right: 50px;
}
.site-header.logo-in-menu.logo-center .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.site-header.logo-in-menu.logo-center .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part {
  margin: 0 55px;
}
.site-header.logo-in-menu.logo-right .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-left: 50px;
}
.site-header.logo-in-menu.logo-right .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.site-header.logo-in-menu.menu-right .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.site-header.logo-in-menu.menu-left .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.site-header.logo-in-menu .menu-box .container .header-nav-part .main-nav-container .menu-left-icons:empty,
.site-header.logo-in-menu .menu-box .container .header-nav-part .main-nav-container .menu-right-icons:empty {
  display: none;
}

/*  -------------------
	Top bar
-------------------  */
.top-bar-wrapper {
  position: relative;
}
.top-bar-wrapper .container {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.top-bar-wrapper .container .top-bar-icons {
  margin-bottom: -10px;
  padding-top: 14px;
  padding-bottom: 12px;
}
.top-bar-wrapper .container .top-bar-icons > * {
  margin-bottom: 10px;
}
.top-bar-wrapper .container .top-bar-icons.left-icons {
  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-wrapper .container .top-bar-icons.left-icons > *:not(:last-child):not(:empty) {
  margin-right: 20px;
}
.top-bar-wrapper .container .top-bar-icons.left-icons:not(:empty) {
  margin-right: 20px;
}
.top-bar-wrapper .container .top-bar-icons.left-icons .social-links-wrapper.toogle-of .cws-social-links {
  padding-left: 30px;
}
.top-bar-wrapper .container .top-bar-icons.left-icons .social-links-wrapper.toogle-of .cws-social-links:after {
  left: 0;
  background: -webkit-linear-gradient(to right, #fff 85%, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to right, #fff 85%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to right, #fff 85%, rgba(255, 255, 255, 0.1));
}
.top-bar-wrapper .container .top-bar-icons.left-icons .social-links-wrapper.toogle-of .cws-social-links.social-divider:before {
  left: 0;
}
.top-bar-wrapper .container .top-bar-icons.left-icons .social-links-wrapper.toogle-of .cws-social-links .cws-social-link {
  -webkit-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
}
.top-bar-wrapper .container .top-bar-icons.left-icons .social-links-wrapper.toogle-of .cws-social-links.active {
  left: calc(100% + 20px);
}
.top-bar-wrapper .container .top-bar-icons.right-icons {
  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-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;
}
.top-bar-wrapper .container .top-bar-icons.right-icons > *:not(:first-child) {
  margin-left: 20px;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links {
  right: 0;
  padding-right: 30px;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links:after {
  left: -50px;
  right: auto;
  background: -webkit-linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links.social-divider:before {
  right: 0;
  left: auto;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links .cws-social-link {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links .cws-social-link:last-child {
  margin-left: 0;
  margin-right: 8px;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links .cws-social-link:first-child {
  margin-right: 0;
  margin-left: 8px;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .social-links-wrapper.toogle-of .cws-social-links.active {
  right: calc(100% + 20px);
}
.top-bar-wrapper .container .top-bar-content {
  font-size: 16px;
  line-height: 22px;
  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;
  margin-top: -1px;
}
.top-bar-wrapper .container .top-bar-content .top-bar-text {
  white-space: pre;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker {
  max-width: 650px;
  overflow: hidden;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list {
  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;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list:not(:first-child) {
  margin-left: 35px;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list .top_bar_ticker_item {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list .top_bar_ticker_item:not(:last-child) {
  margin-right: 35px;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list .top_bar_ticker_item .ticker_item_name {
  display: inline-block;
}
.top-bar-wrapper .container .top-bar-content .top_bar_ticker .topbar_ticker_list .top_bar_ticker_item .ticker_item_price {
  margin-left: 5px;
  display: inline-block;
}
.top-bar-wrapper .container .side-panel-icon-wrapper {
  top: 1px;
}
.top-bar-wrapper .container .social-links-wrapper {
  position: relative;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  top: 3px;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links:after {
  content: '';
  position: absolute;
  top: -5px;
  width: calc(100% + 50px);
  height: calc(100% + 10px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 3;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.social-divider:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  z-index: 4;
  background-color: #e3e3e3;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links .cws-social-link {
  opacity: 0;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active:after {
  opacity: 1;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link {
  opacity: 1;
  z-index: 4;
  position: relative;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link:first-child {
  -webkit-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link:nth-child(2) {
  -webkit-transition: all 0.25s linear 0.08s;
  transition: all 0.25s linear 0.08s;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link:nth-child(3) {
  -webkit-transition: all 0.25s linear 0.16s;
  transition: all 0.25s linear 0.16s;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link:nth-child(4) {
  -webkit-transition: all 0.25s linear 0.24s;
  transition: all 0.25s linear 0.24s;
}
.top-bar-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link:nth-child(n+5) {
  -webkit-transition: all 0.25s linear 0.32s;
  transition: all 0.25s linear 0.32s;
}
.top-bar-wrapper .container .social-links-wrapper .social-btn-open-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.top-bar-wrapper .container .social-links-wrapper .social-btn-open-icon:before {
  font-size: 21px;
  content: '\f162';
  font-family: 'cwsicon';
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.top-bar-wrapper .container .social-links-wrapper .social-btn-open-icon.active:before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.top-bar-wrapper .container .social-links-wrapper .social-btn-open {
  position: relative;
  top: 1px;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  vertical-align: middle;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links .cws-social-link {
  display: block;
  margin: 0 8px;
  overflow: visible;
  position: relative;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links .cws-social-link:last-child {
  margin-right: 0;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links .cws-social-link:first-child {
  margin-left: 0;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links .cws-social-link:after {
  display: none;
}
.top-bar-wrapper .container .social-links-wrapper .cws-social-links .cws-social-link:before {
  font-size: 21px;
}
.top-bar-wrapper .container .mini-cart {
  top: 1px;
}
.top-bar-wrapper .container .top-bar-search {
  position: relative;
  top: 1px;
}
.top-bar-wrapper .container .top-bar-search.show-search .row-text-search {
  display: block;
  right: calc(100% + 20px);
  z-index: 1;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.top-bar-wrapper .container .top-bar-search.show-search .row-text-search:before {
  content: '';
  position: absolute;
  left: -60px;
  top: -5px;
  width: calc(100% + 65px);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: calc(100% + 10px);
  background: -webkit-linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
  background: -o-linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to left, #fff 85%, rgba(255, 255, 255, 0.1));
}
.top-bar-wrapper .container .top-bar-search .row-text-search {
  position: absolute;
  right: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, right 0.15s linear;
  transition: opacity 0.2s ease, right 0.15s linear;
}
.top-bar-wrapper .container .top-bar-search .row-text-search .search-field {
  height: 100%;
  font-size: 14px;
  width: 175px;
  padding: 3px 8px;
  position: relative;
}
.top-bar-wrapper .container .top-bar-search .row-text-search .search-submit {
  display: none;
}
.top-bar-wrapper .container .top-bar-links-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: 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;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3571em;
}
.top-bar-wrapper .container .top-bar-links-wrapper .top-bar-box-text {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.top-bar-wrapper .container .top-bar-links-wrapper .top-bar-box-text:not(:first-child) {
  margin-left: 30px;
}
.top-bar-wrapper .container .top-bar-links-wrapper .top-bar-box-text i {
  font-size: 17px;
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  text-align: center;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.top-bar-wrapper .container .top-bar-links-wrapper .top-bar-box-text i.fa-phone {
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
  position: relative;
  margin-right: 5px;
}
.top-bar-wrapper .container .top-bar-links-wrapper .top-bar-box-text span {
  vertical-align: middle;
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.top-bar-wrapper .container .lang-bar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.top-bar-wrapper .container .lang-bar:before {
  content: '';
  position: absolute;
  display: block;
  opacity: 0.15;
  top: -6px;
  bottom: -6px;
  width: 1px;
}
.top-bar-wrapper .container .top-bar-icons.left-icons .lang-bar {
  margin: -12px 30px 0 0;
  padding: 0 20px 0 0;
}
.top-bar-wrapper .container .top-bar-icons.left-icons .lang-bar:before {
  right: 0;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .lang-bar {
  margin: -12px 0 0 30px;
  padding: 0 0 0 20px;
}
.top-bar-wrapper .container .top-bar-icons.right-icons .lang-bar:before {
  left: 0;
}

/*  -------------------
	Site title styles
-------------------  */
.title-box {
  overflow: hidden;
  position: relative;
}
.title-box:not(.customized) .page-title .container {
  padding: 74px 0 91px !important;
}
.title-box:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.title-box .page-title {
  position: relative;
  z-index: 1;
}
.title-box .page-title.no-title .container .title,
.title-box .page-title.no-title .container .subtitle-content,
.title-box .page-title.no-title .container .bread-crumbs {
  display: none;
}
.title-box .page-title .container {
  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-transition: padding-top 0.3s linear;
  transition: padding-top 0.3s linear;
}
.title-box .page-title .container .title {
  font-size: 5.125em;
}
.title-box .page-title .container .title h1 {
  text-align: center;
  word-break: break-word;
  margin: 0;
  font-size: 1em;
  line-height: 1.1463em;
}
.title-box .page-title .container .title.small-title h1 {
  font-size: 0.5122em;
}
.title-box .page-title .container .subtitle-content {
  font-size: 18px;
  line-height: 27px;
  white-space: pre-wrap;
  text-align: center;
  position: relative;
}
.title-box .page-title .container .subtitle-content:not(:first-child) {
  margin: 13px 0 0;
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon {
  display: block;
  width: 56px;
  height: 7px;
  margin: 0 auto 16px;
  position: relative;
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon:before, .title-box .page-title .container .subtitle-content .subtitle-divider-icon:after {
  content: '\f156';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  font: 400 normal 7px/7px 'cwsicon';
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon:before {
  left: 0;
  right: auto;
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon:after {
  left: auto;
  right: 0;
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon-large {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  top: -3px;
}
.title-box .page-title .container .subtitle-content .subtitle-divider-icon-large:before {
  content: '\f156';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  font: 400 normal 13px/12px 'cwsicon';
}
.title-box .page-title .container .bread-crumbs {
  margin-top: 36px;
  text-align: center;
}
.title-box .page-title .container .bread-crumbs > * {
  display: inline-block;
}
.title-box .page-title .container .bread-crumbs span {
  word-break: break-word;
}
.title-box .page-title .container .bread-crumbs span.delimiter {
  position: relative;
  margin: 0 25px 0 20px;
}
.title-box .page-title .container .bread-crumbs span.delimiter:before {
  content: '\f159';
  display: inline-block;
  height: 13px;
  width: 8px;
  font: 400 normal 13px/13px 'cwsicon';
  text-align: center;
}
.title-box .page-title .container .single_post_meta:not(:first-child) {
  margin: 10px -15px 0;
  text-align: center;
  font-size: 0;
  line-height: 1;
}
.title-box .page-title .container .single_post_meta .post_meta_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 0 0;
}
.title-box .page-title .container .single_post_meta .post_meta_item:not(:last-child) {
  margin: 5px 1px 0 0;
}
.title-box .page-title .container .single_post_meta .post_meta_item:not(:last-child):after {
  content: '';
  position: absolute;
  right: -1px;
  left: auto;
  top: 0;
  bottom: 0;
  opacity: 0.33;
  width: 1px;
}
.title-box .page-title .container .single_post_meta .post_categories {
  font-weight: 600;
  text-transform: uppercase;
}
.title-box .page-title .container .single_post_meta .post_meta_comments:before {
  content: '\f13f';
  font: 400 normal 15px/1em 'cwsicon';
  margin: 0 5px 0 0;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.title-box .page-title .container .single_post_meta .like {
  white-space: nowrap;
}
.title-box .page-title .container .single_post_meta .like .sl-button {
  display: block;
}
.title-box .page-title .container .single_post_meta .like .sl-button .sl-icon {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  text-align: center;
  width: 15px;
  height: 15px;
}
.title-box .page-title .container .single_post_meta .like .sl-button .sl-icon:before {
  content: '\f004';
  font: 400 normal 15px/1em 'Font Awesome 5 Free';
}
.title-box .page-title .container .single_post_meta .like .sl-button .sl-icon.unliked:before {
  font-weight: 900;
}
.title-box .page-title .container .single_post_meta .like .sl-button .sl-count {
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: top;
}
.title-box .bg-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.single:not(.single-product) .title-box .page-title .container {
  padding: 56px 15px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 280px;
  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;
}
.single.single-post .menu-box:not(.sticky-menu-box) {
  background: rgba(0, 0, 0, 0.5) !important;
  border-bottom: none !important;
}

@media screen and (max-width: 767px) {
  .title-box .page-title .container .title {
    font-size: inherit !important;
  }
  .title-box .page-title .container .subtitle-content {
    font-size: 14px;
    line-height: 19px;
  }
  .title-box .page-title .container .bread-crumbs span.delimiter {
    display: block;
    margin: -5px 0 -1px;
  }
  .title-box .page-title .container .bread-crumbs span.delimiter:before {
    width: 13px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .title-box .page-title .container .single_post_meta .post_meta_item.post_categories {
    display: block;
  }
  .title-box .page-title .container .single_post_meta .post_meta_item.post_categories:after {
    content: none;
    display: none;
  }
}
/*  -------------------
	CWS - Icons
-------------------  */
.cws_icon_1x[class^="flaticon-"]:before, .cws_icon_1x[class*=" flaticon-"]:before {
  font-size: 1.33em;
}
.cws_icon_1x:before {
  font-size: 1.33em;
}
.cws_icon_1x i:before {
  font-size: 1.33em;
}

.cws_icon_2x[class^="flaticon-"]:before, .cws_icon_2x[class*=" flaticon-"]:before {
  font-size: 2em;
}
.cws_icon_2x:before {
  font-size: 2em;
}
.cws_icon_2x i:before {
  font-size: 2em;
}

.cws_icon_3x[class^="flaticon-"]:before, .cws_icon_3x[class*=" flaticon-"]:before {
  font-size: 3em;
}
.cws_icon_3x:before {
  font-size: 3em;
}
.cws_icon_3x i:before {
  font-size: 3em;
}

.cws_icon_4x[class^="flaticon-"]:before, .cws_icon_4x[class*=" flaticon-"]:before {
  font-size: 4em;
}
.cws_icon_4x:before {
  font-size: 4em;
}
.cws_icon_4x i:before {
  font-size: 4em;
}

.cws_icon_5x[class^="flaticon-"]:before, .cws_icon_5x[class*=" flaticon-"]:before {
  font-size: 5em;
}
.cws_icon_5x:before {
  font-size: 5em;
}
.cws_icon_5x i:before {
  font-size: 5em;
}

/*  -------------------
	Side panel styles
-------------------  */
body.side_panel_pull > .panel-right + .body-cont {
  right: 0;
}
body.side_panel_pull > .panel-left + .body-cont {
  left: 0;
}
body.side_panel_pull .body-cont {
  position: relative;
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
}
body.side_panel_pull.side_panel_show > .panel-right + .body-cont {
  right: 360px;
}
body.side_panel_pull.side_panel_show > .panel-left + .body-cont {
  left: 360px;
}
body.side_panel_show .side_panel_overlay {
  opacity: 1;
  visibility: visible;
}
body.side_panel_show .side_panel_container .side_panel {
  overflow-y: scroll;
}
body.side_panel_show .side_panel_container.appear-fade {
  opacity: 1;
}
body.side_panel_show .side_panel_container.panel-left {
  left: 0;
}
body.side_panel_show .side_panel_container.panel-left .side_panel:before {
  left: 0;
}
body.side_panel_show .side_panel_container.panel-right {
  right: 0;
}
body.side_panel_show .side_panel_container.panel-right .side_panel:before {
  right: 0;
}
body.side_panel_show .side_panel > div {
  top: 0;
  opacity: 1;
}
body .side_panel_bg {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
body .side_panel_overlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 15;
  -webkit-transition: opacity 0.3s linear, left 0.2s linear, right 0.2s linear;
  transition: opacity 0.3s linear, left 0.2s linear, right 0.2s linear;
}

.side_panel_icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 19px;
  height: 26px;
}
.side_panel_icon:before {
  content: '';
  border-color: inherit;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 2px;
  border-style: solid;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.side_panel_container {
  width: 360px;
  height: 100%;
  top: 0;
  position: fixed;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: left 0.2s linear, right 0.2s linear, opacity 0.3s linear;
  transition: left 0.2s linear, right 0.2s linear, opacity 0.3s linear;
}
.side_panel_container.panel-left {
  left: -360px;
}
.side_panel_container.panel-left .side_panel:before {
  left: -360px;
}
.side_panel_container.panel-right {
  left: auto;
  right: -360px;
}
.side_panel_container.panel-right .side_panel:before {
  right: -360px;
}
.side_panel_container.appear-fade {
  opacity: 0;
}

.side_panel {
  width: inherit;
  height: 100%;
  position: fixed;
  top: 0;
  padding: 30px;
  overflow-y: hidden;
}
.side_panel:before {
  content: '';
  position: fixed;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  -webkit-transition: left 0.2s linear, right 0.2s linear;
  transition: left 0.2s linear, right 0.2s linear;
}
.side_panel .side_panel_logo_wrapper {
  position: relative;
  margin-bottom: 45px;
}
.side_panel .side_panel_logo_wrapper.logo-center {
  text-align: center;
}
.side_panel .side_panel_logo_wrapper.logo-right {
  text-align: right;
}
.side_panel .side_panel_logo_wrapper img {
  display: inline-block;
  vertical-align: middle;
}
.side_panel .side_panel_logo_wrapper .header_site_title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.4px;
}
.side_panel .side_panel_logo_wrapper img + .header_site_title {
  margin: -1px 0 0 21px;
}
.side_panel > div {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, top 0.2s linear;
  transition: opacity 0.2s linear, top 0.2s linear;
}
.side_panel > div:first-child {
  transition-delay: .2s;
}
.side_panel > div:nth-of-type(2) {
  transition-delay: .25s;
}
.side_panel > div:nth-of-type(3) {
  transition-delay: .3s;
}
.side_panel > div:nth-of-type(4) {
  transition-delay: .35s;
}
.side_panel > div:nth-of-type(n+5) {
  transition-delay: .4s;
}

.side_panel_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  padding: 30px 30px 15px;
  background-color: #000;
}
.side_panel_bottom:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 45px;
  top: -45px;
  left: 0;
  background: -webkit-linear-gradient(to top, #000, transparent 65%);
  background: linear-gradient(to top, #000, transparent 65%);
}
.side_panel_bottom a,
.side_panel_bottom p {
  display: block;
  margin: 0 0 10px 0;
}
.side_panel_bottom a:last-child,
.side_panel_bottom p:last-child {
  margin-bottom: 0;
}
.side_panel_bottom a i,
.side_panel_bottom p i {
  margin-right: 10px;
}
.side_panel_bottom a span,
.side_panel_bottom p span {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.side_panel_bottom .cws-social-links {
  margin-top: 20px;
}
.side_panel_bottom .cws-social-links .cws-social-link {
  opacity: 0.4;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.side_panel_bottom .cws-social-links .cws-social-link:before {
  font-size: inherit !important;
}

/*  ------------------------
	Side panel 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) {
  .side_panel_bottom .cws-social-links .cws-social-link:hover {
    opacity: 1;
  }
}
/*  -------------------
	Sticky header
-------------------  */
body.browser_IE .sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-default-wrapper,
body.browser_Safari .sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-default-wrapper {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
  display: none;
}
body.browser_IE .sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-sticky-wrapper,
body.browser_Safari .sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-sticky-wrapper {
  -webkit-transform: rotateX(0) translateY(0);
  -ms-transform: rotateX(0) translateY(0);
  transform: rotateX(0) translateY(0);
  display: inline-block;
}
body.browser_IE .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-wrapper,
body.browser_Safari .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-wrapper {
  backface-visibility: visible;
}
body.browser_IE .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-default-wrapper,
body.browser_Safari .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-default-wrapper {
  z-index: 2;
}
body.browser_IE .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-sticky-wrapper,
body.browser_Safari .sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-sticky-wrapper {
  z-index: 1;
  -webkit-transform: rotateX(0) translateY(0);
  -ms-transform: rotateX(0) translateY(0);
  transform: rotateX(0) translateY(0);
  display: none;
  position: relative;
  top: 0;
  left: 0;
}

.sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo {
  margin: 0 60px 0 0 !important;
}
.sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-default-wrapper {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.sticky-enable.sticky-active .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-sticky-wrapper {
  -webkit-transform: rotateX(0deg) translateY(-50%);
  -ms-transform: rotateX(0deg) translateY(-50%);
  transform: rotateX(0deg) translateY(-50%);
  z-index: 3;
}
.sticky-enable.sticky-active .menu-box.sticky-menu-box {
  border: none !important;
}
.sticky-enable.sticky-active .menu-box.sticky-menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part.menu-logo-part-sticky {
  display: block;
}
.sticky-enable.sticky-active .menu-box.sticky-menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:hover > .sub-menu {
  margin-top: 0 !important;
}
.sticky-enable.sticky-shadow .menu-box {
  -webkit-box-shadow: 0px 0px 15px 2px transparent;
  -moz-box-shadow: 0px 0px 15px 2px transparent;
  box-shadow: 0px 0px 15px 2px transparent;
}
.sticky-enable.sticky-shadow.sticky-active .menu-box {
  -webkit-box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 10px 1px rgba(0, 0, 0, 0.15);
}
.sticky-enable .header-container .header-zone {
  -webkit-transition: padding-bottom 0.3s linear;
  transition: padding-bottom 0.3s linear;
}
.sticky-enable .header-container .sticky-menu-box {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-999px);
  -ms-transform: translateY(-999px);
  transform: translateY(-999px);
}
.sticky-enable .header-container .menu-box {
  -webkit-transition: background-color 0.2s ease, border-bottom 0.2s ease, border-top 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
  transition: background-color 0.2s ease, border-bottom 0.2s ease, border-top 0.2s ease, box-shadow 0.2s ease, padding 0.2s ease;
}
.sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container {
  -webkit-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-wrapper {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}
.sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-default-wrapper {
  z-index: 2;
}
.sticky-enable .header-container .menu-box .container .header-nav-part .main-nav-container .logo .logo-sticky-wrapper {
  z-index: 1;
  -webkit-transform: rotateX(180deg) translateY(-50%);
  -ms-transform: rotateX(180deg) translateY(-50%);
  transform: rotateX(180deg) translateY(-50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}

/*  -------------------
	Site search styles
-------------------  */
.site-search-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 20;
  pointer-events: none;
  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;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0;
}
.site-search-wrapper.active {
  pointer-events: auto;
  opacity: 1;
}
.site-search-wrapper.active .close_search,
.site-search-wrapper.active .search-form {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.site-search-wrapper .close-search {
  position: absolute;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
}
.site-search-wrapper .close-search:before {
  content: '\f152';
  font-family: 'cwsicon';
  font-size: 28px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-search-wrapper .search-form {
  width: 65%;
  -webkit-transform: scale3d(0.3, 0.3, 0.3);
  -ms-transform: scale3d(0.3, 0.3, 0.3);
  transform: scale3d(0.3, 0.3, 0.3);
  -webkit-transition: transform 0.3s linear 0.1s;
  transition: transform 0.3s linear 0.1s;
}
.site-search-wrapper .search-form .search-field {
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 36px;
  padding: 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.site-search-wrapper .search-form .search-field:focus {
  border-width: 0 0 2px 0;
}
.site-search-wrapper .search-form .search-field::placeholder {
  color: #767676;
  font-size: 36px;
}
.site-search-wrapper .search-form .search-submit {
  display: none;
}

@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) {
  .site-search-wrapper .close-search:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .site-search-wrapper .search-form .search-wrapper .search-field {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .site-search-wrapper .search-form .search-wrapper .search-field {
    font-size: 20px;
    line-height: 30px;
    padding: 15px;
  }
  .site-search-wrapper .search-form .search-wrapper .search-field::placeholder {
    font-size: 20px;
  }
}
/*  ====================
	Content styles
====================  */
/*  --------------------
	Layout styles
--------------------  */
.site-main {
  position: relative;
  z-index: 1;
}

.header_slider_mask .rev_slider_wrapper,
.header_slider_mask rs-module-wrap {
  -webkit-mask-image: url(../img/svg/slider-mask.svg);
  mask-image: url(../img/svg/slider-mask.svg);
  -webkit-mask-position: bottom;
  mask-position: bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.cws-content {
  position: relative;
}
.cws-content.shadow > .vc_row {
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
}
.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 .add_stripes {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  bottom: 0;
  right: auto;
  z-index: 2;
  width: 0;
}
.cws-content .add_stripes:before, .cws-content .add_stripes:after {
  content: '';
  position: absolute;
  display: block;
  left: -2500px;
  right: -2500px;
  height: 12px;
  border-top-style: solid;
  border-bottom-style: solid;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cws-content .add_stripes:before {
  top: 20px;
  border-top-width: 4px;
  border-bottom-width: 2px;
}
.cws-content .add_stripes:after {
  bottom: 20px;
  border-top-width: 2px;
  border-bottom-width: 4px;
}

.vc_row {
  position: relative;
}
.vc_row:before {
  content: '';
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vc_row > * {
  position: relative;
  z-index: 1;
}

.cws_inner_row_wrapper.shadow > .vc_row {
  -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 60px rgba(0, 0, 0, 0.1);
}

.vc_row.vc_row-o-equal-height {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_row.vc_row-o-content-bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cws-content .vc_row[data-vc-full-width] {
  overflow: visible !important;
  margin-top: 0;
  margin-bottom: 0;
}

.cws_column_wrapper {
  padding: 0 !important;
}
.cws_column_wrapper > .wpb_column {
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.cws_column_wrapper > .wpb_column > .vc_column-inner {
  height: 100%;
}

.container,
.page-content > main .grid_row_cont,
.page-content > main .grid_row,
.page-content:not(.single-sidebar):not(.double-sidebar) .fw_row_content_wrapper {
  width: 1200px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}

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

.page-content:not(:empty) {
  padding: 100px 0;
}
.page-content.full_width_featured, .page-content.full_width {
  padding: 0 0 85px;
}
.page-content.double-sidebar > .container main {
  min-width: 510px;
}
.page-content.double-sidebar > .container > .sb-left,
.page-content.double-sidebar > .container > .sb-right {
  min-width: 270px;
}
.page-content:not(.double-sidebar) > .container > .sb-left,
.page-content:not(.double-sidebar) > .container > .sb-right {
  min-width: 340px;
}
.page-content:not(.double-sidebar) > .container main {
  min-width: 770px;
}
.woocommerce-page .page-content:not(.double-sidebar) > .container > .sb-left,
.woocommerce-page .page-content:not(.double-sidebar) > .container > .sb-right {
  min-width: 270px;
}
.woocommerce-page .page-content:not(.double-sidebar) > .container main {
  min-width: 870px;
}
.woocommerce-page .page-content:not(.double-sidebar) > .container > .sb-left {
  margin-right: 30px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.woocommerce-page .page-content:not(.double-sidebar) > .container > .sb-right {
  margin-left: 30px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.page-content > .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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page-content > .container > .sb-left,
.page-content > .container > .sb-right {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.page-content > .container > .sb-left {
  margin-right: 60px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-content > .container main {
  width: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-content > .container > .sb-right {
  margin-left: 60px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

.footer-container {
  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: 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;
  width: 100%;
}
.footer-container .cws-widget,
.footer-container .cws-widget:not(:last-child) {
  margin: 0 15px 48px;
}
.footer-container.col-1 .cws-widget {
  width: calc(100% - 30px);
}
.footer-container.col-2 .cws-widget {
  width: calc(50% - 30px);
}
.footer-container.col-3 .cws-widget {
  width: calc(33.3% - 30px);
}
.footer-container.col-4 .cws-widget {
  width: calc(25% - 30px);
}
.footer-container.col-66-33 .cws-widget:nth-child(odd) {
  width: calc(66.6% - 30px);
}
.footer-container.col-66-33 .cws-widget:nth-child(even) {
  width: calc(33.3% - 30px);
}
.footer-container.col-33-66 .cws-widget:nth-child(odd) {
  width: calc(33.3% - 30px);
}
.footer-container.col-33-66 .cws-widget:nth-child(even) {
  width: calc(66.6% - 30px);
}
.footer-container.col-25-75 .cws-widget:nth-child(odd) {
  width: calc(25% - 30px);
}
.footer-container.col-25-75 .cws-widget:nth-child(even) {
  width: calc(75% - 30px);
}
.footer-container.col-25-25-50 .cws-widget {
  width: calc(25% - 30px);
}
.footer-container.col-25-25-50 .cws-widget:nth-child(3n) {
  width: calc(50% - 30px);
}
.footer-container.col-50-25-25 .cws-widget {
  width: calc(25% - 30px);
}
.footer-container.col-50-25-25 .cws-widget:first-child,
.footer-container.col-50-25-25 .cws-widget:nth-child(3n+1) {
  width: calc(50% - 30px);
}
.footer-container.col-25-50-25 .cws-widget {
  width: calc(25% - 30px);
}
.footer-container.col-25-50-25 .cws-widget:nth-child(2),
.footer-container.col-25-50-25 .cws-widget:nth-child(3n+2) {
  width: calc(50% - 30px);
}
.footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n+1) {
  width: calc(21.25% - 30px);
}
.footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n+2) {
  width: calc(15.83% - 30px);
}
.footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n+3) {
  width: calc(15.83% - 30px);
}
.footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n+4) {
  width: calc(26.67% - 30px);
}
.footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n) {
  width: calc(20.42% - 30px);
}

/*  --------------------
	Layout 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) {
  body.is_boxed:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  body.is_boxed .body-cont {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.15);
  }
  body.is_boxed .sticky-enable .header-container .sticky-menu-box {
    width: 1200px;
    left: calc( (100% - 1200px) / 2 );
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 1199px) {
  .container,
  .page-content > main .grid_row_cont,
  .page-content > main .grid_row,
  .page-content:not(.single-sidebar):not(.double-sidebar) .fw_row_content_wrapper {
    width: 992px;
  }

  .wide-container {
    width: 100% !important;
    margin: 0 auto;
  }

  .page-content > .container > .sb-left,
  .page-content > .container > .sb-right {
    min-width: 230px;
    padding-right: 0;
  }
  .page-content > .container > .sb-right {
    margin: 0 0 0 30px;
  }
  .page-content > .container > .sb-left {
    margin: 0 30px 0 0;
  }
  .page-content:not(.double-sidebar) > .container main {
    min-width: 700px;
  }
  .page-content.double-sidebar > .container main {
    min-width: 440px;
  }

  .body-cont {
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .container,
  .page-content > main .grid_row_cont,
  .page-content > main .grid_row,
  .page-content:not(.single-sidebar):not(.double-sidebar) .fw_row_content_wrapper {
    width: 768px;
  }

  .single .page-content:not(:empty) {
    padding: 30px 0 !important;
  }

  .page-content:not(:empty) {
    padding: 40px 0 !important;
  }
  .page-content > .container > .sb-left,
  .page-content > .container > .sb-right {
    position: fixed !important;
    overflow: auto !important;
    top: 0;
    width: 300px;
    background-color: #fff;
    z-index: 15;
    padding: 15px;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .page-content > .container > .sb-left {
    left: -340px;
  }
  .page-content > .container > .sb-left.active {
    left: 0;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .page-content > .container > .sb-right {
    right: -340px;
  }
  .page-content > .container > .sb-right.active {
    right: 0;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .page-content > .container main {
    min-width: 100%;
  }
  .page-content.double-sidebar > .container main {
    min-width: 100%;
  }
  .page-content:not(.double-sidebar) > .container main {
    min-width: 100% !important;
  }

  .footer-container.col-4 .cws-widget {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .body-cont {
    width: 100%;
    overflow: hidden;
  }

  .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: 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;
  }

  .container,
  .page-content > main .grid_row_cont,
  .page-content > main .grid_row,
  .page-content:not(.single-sidebar):not(.double-sidebar) .fw_row_content_wrapper {
    width: 100%;
  }

  .single .page-content:not(:empty) {
    padding: 15px 0 35px !important;
  }

  .cws_column_wrapper {
    width: 100%;
  }
  .cws_column_wrapper > .wpb_column {
    height: initial;
  }

  .page-content:not(:empty) {
    padding: 30px 0 !important;
  }
  .page-content > .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-content > .container > .sb-left,
  .page-content > .container > .sb-right {
    height: auto;
    background-color: transparent;
    padding: 0;
    width: 100%;
    margin: 50px 0 0 !important;
    position: relative !important;
    z-index: 1;
    left: auto;
    right: auto;
  }
  .page-content > .container main {
    min-width: 100% !important;
    margin: 50px 0 0;
  }
  .page-content:not(.double-sidebar) > .container main {
    min-width: 100% !important;
    margin: 50px 0 0;
  }

  .footer-container {
    width: calc(100% + 30px);
  }
  .footer-container.col-2 .cws-widget, .footer-container.col-3 .cws-widget, .footer-container.col-4 .cws-widget, .footer-container.col-66-33 .cws-widget, .footer-container.col-33-66 .cws-widget, .footer-container.col-25-75 .cws-widget, .footer-container.col-25-25-50 .cws-widget, .footer-container.col-50-25-25 .cws-widget, .footer-container.col-25-50-25 .cws-widget {
    width: calc(100% - 30px);
  }
}
/*  --------------------
	Navigation
--------------------  */
.nav_post_links {
  margin: 50px 0 0;
  padding: 50px 0 0;
  border-top: solid 1px rgba(16, 17, 18, 0.15);
  position: relative;
  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;
}
.nav_post_links .archive_icon {
  width: 20px;
  height: 20px;
  display: block;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 20px 30px 0;
}
.nav_post_links .archive_icon:before {
  content: '\f188';
  font: 400 normal 20px/1em 'cwsicon';
}
.nav_post_links .prev_post {
  text-align: left;
  width: 50%;
  line-height: 1;
}
.nav_post_links .prev_post .nav_post_link {
  padding: 0 0 0 38px;
}
.nav_post_links .prev_post .nav_post_link .nav_post_label:after,
.nav_post_links .prev_post .nav_post_link .nav_post_title:after {
  content: '\f158';
  font: 400 normal 18px/1em 'cwsicon';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: -38px;
  right: auto;
}
.nav_post_links .next_post {
  text-align: right;
  width: 50%;
  line-height: 1;
}
.nav_post_links .next_post .nav_post_link {
  padding: 0 38px 0 0;
}
.nav_post_links .next_post .nav_post_link .nav_post_label:after,
.nav_post_links .next_post .nav_post_link .nav_post_title:after {
  content: '\f158';
  font: 400 normal 18px/1em 'cwsicon';
  left: auto;
  right: -38px;
}
.nav_post_links .nav_post_link {
  max-width: 258px;
  color: inherit;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.nav_post_links .nav_post_link .nav_post_label {
  display: block;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  font-weight: 600;
  color: rgba(90, 90, 90, 0.8);
}
.nav_post_links .nav_post_link .nav_post_label:after {
  position: absolute;
  display: none;
  width: 18px;
  height: 18px;
  top: 50%;
  margin: -9px 0 0;
}
.nav_post_links .nav_post_link .nav_post_title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav_post_links .nav_post_link .nav_post_title:not(:first-child) {
  margin: 18px 0 0;
}
.nav_post_links .nav_post_link .nav_post_title:after {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 50%;
  margin: -8px 0 0;
}

/*  --------------------
	Navigation media
--------------------  */
@media screen and (max-width: 767px) {
  .nav_post_links .archive_icon {
    margin: 0 20px;
  }
  .nav_post_links .nav_post .nav_post_label:after {
    display: block;
  }
  .nav_post_links .nav_post .nav_post_title {
    display: none;
  }
}
/*  --------------------
	Comments
--------------------  */
.single_comments {
  width: 100%;
}
.single_comments:not(:first-child) {
  margin-top: 43px !important;
}
.single_comments .cws_msg_box_module:not(:first-child) {
  margin: 43px 0 0;
}

.comments_title {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
  margin: 0;
}
.comments_title:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 15px 0 0;
}
.comments_title .comments-count {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: -4px 0 0 6px;
  padding: 0 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 34px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  color: #FFFFFF;
}

.comment_list {
  margin-top: 40px;
  position: relative;
  padding: 0;
}
.comment_list > .comment:first-child {
  margin: 0;
}
.comment_list .comment,
.comment_list .pingback,
.comment_list .trackback {
  margin: 30px 0 0;
}
.comment_list .comment.depth-1 > .comments_children, .comment_list .comment.depth-2 > .comments_children, .comment_list .comment.depth-3 > .comments_children, .comment_list .comment.depth-4 > .comments_children, .comment_list .comment.depth-5 > .comments_children,
.comment_list .pingback.depth-1 > .comments_children,
.comment_list .pingback.depth-2 > .comments_children,
.comment_list .pingback.depth-3 > .comments_children,
.comment_list .pingback.depth-4 > .comments_children,
.comment_list .pingback.depth-5 > .comments_children,
.comment_list .trackback.depth-1 > .comments_children,
.comment_list .trackback.depth-2 > .comments_children,
.comment_list .trackback.depth-3 > .comments_children,
.comment_list .trackback.depth-4 > .comments_children,
.comment_list .trackback.depth-5 > .comments_children {
  padding: 0 0 0 112px;
}
.comment_list .comment .comment-body,
.comment_list .pingback .comment-body,
.comment_list .trackback .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_list .comment .comment-body .avatar-wrapper,
.comment_list .pingback .comment-body .avatar-wrapper,
.comment_list .trackback .comment-body .avatar-wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
.comment_list .comment .comment-body .avatar-wrapper img,
.comment_list .pingback .comment-body .avatar-wrapper img,
.comment_list .trackback .comment-body .avatar-wrapper img {
  display: block;
}
.comment_list .comment .comment-body .comment-text,
.comment_list .pingback .comment-body .comment-text,
.comment_list .trackback .comment-body .comment-text {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d0d1d1;
  padding: 24px 29px 23px;
}
.comment_list .comment .comment-body .comment-text .comment-header,
.comment_list .pingback .comment-body .comment-text .comment-header,
.comment_list .trackback .comment-body .comment-text .comment-header {
  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;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
}
.comment_list .comment .comment-body .comment-text .comment-header .bypostauthor,
.comment_list .pingback .comment-body .comment-text .comment-header .bypostauthor,
.comment_list .trackback .comment-body .comment-text .comment-header .bypostauthor {
  width: 100%;
  font-size: 24px;
  line-height: 1.125em;
  margin: 0 30px 0 0;
  font-style: normal;
  word-break: break-word;
}
.comment_list .comment .comment-body .comment-text .comment-header .comment-info,
.comment_list .pingback .comment-body .comment-text .comment-header .comment-info,
.comment_list .trackback .comment-body .comment-text .comment-header .comment-info {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 6px 0 0;
}
.comment_list .comment .comment-body .comment-text .comment-header .comment-info .comment-reply-link,
.comment_list .comment .comment-body .comment-text .comment-header .comment-info .comment-edit-link,
.comment_list .pingback .comment-body .comment-text .comment-header .comment-info .comment-reply-link,
.comment_list .pingback .comment-body .comment-text .comment-header .comment-info .comment-edit-link,
.comment_list .trackback .comment-body .comment-text .comment-header .comment-info .comment-reply-link,
.comment_list .trackback .comment-body .comment-text .comment-header .comment-info .comment-edit-link {
  margin: 0 0 0 15px;
  font-weight: 600;
}
.comment_list .comment .comment-body .comment-text .comment-header .comment-info .date,
.comment_list .comment .comment-body .comment-text .comment-header .comment-info .time,
.comment_list .pingback .comment-body .comment-text .comment-header .comment-info .date,
.comment_list .pingback .comment-body .comment-text .comment-header .comment-info .time,
.comment_list .trackback .comment-body .comment-text .comment-header .comment-info .date,
.comment_list .trackback .comment-body .comment-text .comment-header .comment-info .time {
  white-space: nowrap;
}
.comment_list .comment .comment-body .comment-text .description,
.comment_list .pingback .comment-body .comment-text .description,
.comment_list .trackback .comment-body .comment-text .description {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.comment_list .comment .comment-body .comment-text .description:not(:empty),
.comment_list .pingback .comment-body .comment-text .description:not(:empty),
.comment_list .trackback .comment-body .comment-text .description:not(:empty) {
  padding: 23px 0 0;
  line-height: 1.6875em;
}
.comment_list .comment .comment-body .comment-text .description:empty,
.comment_list .pingback .comment-body .comment-text .description:empty,
.comment_list .trackback .comment-body .comment-text .description:empty {
  padding: 0;
  display: none;
}
.comment_list .comment .comment-body .avatar-wrapper + .comment-text,
.comment_list .pingback .comment-body .avatar-wrapper + .comment-text,
.comment_list .trackback .comment-body .avatar-wrapper + .comment-text {
  width: calc(100% - 110px);
}

.comments_nav {
  overflow: hidden;
}
.comments_nav:not(:first-child) {
  margin: 51px 0 0;
}
.comments_nav:after {
  display: none;
}
.comments_nav .prev_section {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  text-align: left;
  float: left;
}
.comments_nav .prev_section .prev {
  margin: 0 10px 0 0;
}
.comments_nav .prev_section .prev:before {
  content: '\f157';
  font-family: 'cwsicon';
}
.comments_nav .next_section {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  text-align: right;
  float: right;
}
.comments_nav .next_section .next {
  margin: 0 0 0 10px;
}
.comments_nav .next_section .next:before {
  content: '\f159';
  font-family: 'cwsicon';
}

h3.comment-reply-title {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
  margin: 0;
}
h3.comment-reply-title:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 15px 0 0;
}
h3.comment-reply-title small {
  font-size: 16px;
}

.comment-respond:not(:first-child) {
  padding: 51px 0 21px;
}
.comment-respond .comment-form {
  margin: 5px 0 0;
}
.comment-respond .comment-form:after {
  content: '';
  display: table;
  clear: both;
}
.comment-respond .comment-form > p {
  font-size: 14px;
  line-height: 19px;
}
.comment-respond .comment-form > p:not(:first-child) {
  margin: 20px 0 0;
}
.comment-respond .comment-form > p:first-child {
  margin: 0;
}
.comment-respond .comment-form .after_note {
  color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px;
}
.comment-respond .comment-form .comment-form-url {
  display: none;
}
.comment-respond .comment-form .comment-form-rating {
  float: left;
  width: 100%;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-cookies-consent,
.comment-respond .comment-form .form-submit {
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .form-submit {
  padding: 0 10px 0 0;
  float: left;
}
.comment-respond .comment-form .comment-form-email,
.comment-respond .comment-form .comment-form-cookies-consent {
  padding: 0 0 0 10px;
  float: right;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  text-align: right;
  padding: 10px 0;
}
.comment-respond .comment-form .comment-form-comment {
  float: left;
  width: 100%;
}
.comment-respond .comment-form .submit {
  font-size: 14px;
  line-height: 19px;
  padding: 14px 48px;
  margin: 0;
  white-space: nowrap;
}
.comment-respond .comment-form textarea,
.comment-respond .comment-form input[type="text"],
.comment-respond .comment-form input[type="email"] {
  border-color: transparent;
}

@media screen and (max-width: 600px) {
  .comment_list .comment,
  .comment_list .pingback,
  .comment_list .trackback {
    margin: 20px 0 0;
  }
  .comment_list .comment .comments_children,
  .comment_list .pingback .comments_children,
  .comment_list .trackback .comments_children {
    padding: 0 0 0 20px;
  }
  .comment_list .comment .comment-body,
  .comment_list .pingback .comment-body,
  .comment_list .trackback .comment-body {
    display: block;
    padding: 16px 20px 22px;
    border: solid 1px #d0d1d1;
    overflow: hidden;
  }
  .comment_list .comment .comment-body .avatar-wrapper,
  .comment_list .pingback .comment-body .avatar-wrapper,
  .comment_list .trackback .comment-body .avatar-wrapper {
    float: left;
    margin: 4px 20px 5px 0;
    width: 60px;
  }
  .comment_list .comment .comment-body .comment-text,
  .comment_list .pingback .comment-body .comment-text,
  .comment_list .trackback .comment-body .comment-text {
    width: auto;
    padding: 0;
    border: none;
  }
  .comment_list .comment .comment-body .comment-text .comment-header,
  .comment_list .pingback .comment-body .comment-text .comment-header,
  .comment_list .trackback .comment-body .comment-text .comment-header {
    display: block;
    margin: 0 0 0 80px;
    width: auto;
  }
  .comment_list .comment .comment-body .comment-text .comment-header .bypostauthor,
  .comment_list .pingback .comment-body .comment-text .comment-header .bypostauthor,
  .comment_list .trackback .comment-body .comment-text .comment-header .bypostauthor {
    display: block;
    margin: 0;
    font-size: 22px;
  }
  .comment_list .comment .comment-body .comment-text .comment-header .comment-info,
  .comment_list .pingback .comment-body .comment-text .comment-header .comment-info,
  .comment_list .trackback .comment-body .comment-text .comment-header .comment-info {
    display: block;
  }
  .comment_list .comment .comment-body .comment-text .comment-header .comment-info:not(:first-child),
  .comment_list .pingback .comment-body .comment-text .comment-header .comment-info:not(:first-child),
  .comment_list .trackback .comment-body .comment-text .comment-header .comment-info:not(:first-child) {
    margin: 5px 0 0;
  }
  .comment_list .comment .comment-body .comment-text .comment-header .comment-info .comment__published-date,
  .comment_list .pingback .comment-body .comment-text .comment-header .comment-info .comment__published-date,
  .comment_list .trackback .comment-body .comment-text .comment-header .comment-info .comment__published-date {
    display: block;
    margin: 0 0 3px;
  }
  .comment_list .comment .comment-body .comment-text .comment-header .comment-info .comment-reply-link,
  .comment_list .pingback .comment-body .comment-text .comment-header .comment-info .comment-reply-link,
  .comment_list .trackback .comment-body .comment-text .comment-header .comment-info .comment-reply-link {
    margin: 0;
  }
  .comment_list .comment .comment-body .comment-text .description,
  .comment_list .pingback .comment-body .comment-text .description,
  .comment_list .trackback .comment-body .comment-text .description {
    width: 100%;
    clear: both;
    line-height: 1.5em;
    padding: 15px 0 0;
  }

  .comments_title .comments-count {
    min-width: 28px;
    height: 28px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
  }

  .comment-respond .comment-form .comment-form-author,
  .comment-respond .comment-form .comment-form-email,
  .comment-respond .comment-form .form-submit,
  .comment-respond .comment-form .comment-form-cookies-consent {
    width: 100%;
    padding: 0;
  }
  .comment-respond .comment-form .comment-form-cookies-consent {
    text-align: left;
    padding: 10px 0;
  }
  .comment-respond .comment-form .comment-form-email {
    margin: 30px 0 0;
  }
}
/*  --------------------
	Pagination styles
--------------------  */
.pagination {
  margin-top: 44px !important;
  font-size: 0;
  line-height: 1;
  clear: both;
  text-align: center;
  float: left;
  width: 100%;
}
.pagination .page_links {
  display: inline-block;
  vertical-align: top;
}
.pagination .page_links > * {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  color: inherit;
}
.pagination .page_links > *.next i:before, .pagination .page_links > *.prev i:before {
  font-family: 'cwsicon';
  position: relative;
  font-size: 16px;
}
.pagination .page_links > *.next {
  margin: 0 0 0 8px;
}
.pagination .page_links > *.next i:before {
  content: '\f159';
}
.pagination .page_links > *.prev i:before {
  content: '\f157';
}
.pagination .page_links > span {
  text-align: center;
}
.pagination .page_links > span.current, .pagination .page_links > span:not(.dots) {
  color: #ffffff;
  font-weight: 600;
}
.pagination .page_links a {
  text-align: center;
}

/*  --------------------
	Pagination Load Circle styles
--------------------  */
.cws-loader-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  display: none;
}
.cws-loader-holder.active {
  display: block;
}
.cws-loader-holder.pagination_action .cws-loader, .cws-loader-holder.load_more_action .cws-loader {
  top: auto;
  bottom: 0;
}
.cws-loader-holder.load_more_scroll .cws-loader {
  width: 100%;
}
.cws-loader-holder.load_more_scroll .cws-loader svg {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  bottom: 0px;
}
.cws-loader-holder.filter_action .cws-loader {
  top: 0;
}
.cws-loader-holder .cws-loader svg {
  width: 38px;
  height: 38px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*  --------------------
	Load More styles
--------------------  */
.cws_custom_button_wrapper.load_more {
  margin-top: 50px;
  text-align: center;
}
.cws_custom_button_wrapper.load_more .cws_custom_button {
  border-color: #d0d0d0;
  background-color: transparent;
  padding: 13px 22px 14px 25px;
}
.cws_custom_button_wrapper.load_more .cws_custom_button:after {
  content: '\f158';
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  top: 1px;
  font: 400 normal 18px/1em 'cwsicon';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}

.load_more_wrapper .cws_load_more.load_on_scroll {
  opacity: 0;
  pointer-events: none;
}

@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_custom_button_wrapper.load_more .cws_custom_button:hover {
    color: #FFFFFF;
  }
}
/*  --------------------
	Button up styles
--------------------  */
.scroll-to-top {
  z-index: 3;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 50px;
  bottom: -50px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  color: #FFFFFF;
  -webkit-transition: bottom 0.3s linear, opacity 0.3s ease, box-shadow 0.2s ease;
  transition: bottom 0.3s linear, opacity 0.3s ease, box-shadow 0.2s ease;
}
.scroll-to-top.active {
  bottom: 50px;
  opacity: 0.8;
}
.scroll-to-top:before {
  content: '\f159';
  font-family: "cwsicon";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

@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) {
  .scroll-to-top:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .scroll-to-top {
    right: 20px;
  }
  .scroll-to-top.active {
    bottom: 20px;
  }
}
/*  -------------------
	Custom Contact Form Styles
-------------------  */
.wpcf7-form .subscribe-form .wrapper {
  background-color: #ffffff;
  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: 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;
}
.wpcf7-form .subscribe-form .cws_submit {
  position: relative;
  width: 45px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.wpcf7-form .subscribe-form .cws_submit input[type="submit"] {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  border: none;
}
.wpcf7-form .subscribe-form .cws_submit:before {
  content: '\f122';
  position: absolute;
  display: block;
  font: 900 normal 18px/20px 'Font Awesome 5 Free';
  width: 20px;
  height: 20px;
  left: 2px;
  right: auto;
  top: 50%;
  margin: -10px 0 0;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.wpcf7-form .subscribe-form input[type="email"] {
  width: 100%;
  padding: 16px 20px 14px;
  border: solid 1px transparent;
  font-size: 16px;
  line-height: 27px;
}
.wpcf7-form .subscribe-form .ajax-loader {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*  -------------------
	Contact Form Media Styles
-------------------  */
/*  ====================
	Search page styles
====================  */
.page-content.search_results .cws_msg_box_module {
  margin-bottom: 30px;
}
.page-content.search_results .search-wrapper {
  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-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page-content.search_results .search-wrapper .search-field {
  width: 100%;
}
.page-content.search_results .search-wrapper .search-submit {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  white-space: nowrap;
  margin: 0;
}
.page-content.search_results .item {
  width: 100%;
}

/*  --------------------
	404 Page styles
--------------------  */
.wrapper-404 {
  background: url(../img/bg-404.png) left top no-repeat;
  -webkit-background-size: 56.5625% auto;
  background-size: 56.5625% auto;
}

.block-404 {
  text-align: center;
  padding: 30px 0;
}
.block-404 .block-404-number {
  font-weight: 400;
  font-size: 325px;
  line-height: 346px;
}
.block-404 .block-404-divider-icon {
  width: 82px;
  height: 37px;
  margin: -39px auto 0;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 20px 0 0;
}
.block-404 .block-404-divider-icon:before, .block-404 .block-404-divider-icon:after {
  content: '\f156';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 23px;
  font: 400 normal 10px/10px 'cwsicon';
}
.block-404 .block-404-divider-icon:before {
  left: 4px;
  right: auto;
}
.block-404 .block-404-divider-icon:after {
  left: auto;
  right: 4px;
}
.block-404 .block-404-divider-icon .block-404-divider-icon-large {
  position: relative;
  display: block;
  width: 17px;
  height: 17px;
  margin: 0 auto;
  top: -1px;
}
.block-404 .block-404-divider-icon .block-404-divider-icon-large:before {
  content: '\f156';
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  right: 0;
  font: 400 normal 17px/17px 'cwsicon';
}
.block-404 .block-404-title {
  text-align: center;
  font-size: 50px;
  margin: 40px 0 0;
}
.block-404 .block-404-button {
  margin: 41px 0 0;
}
.block-404 .block-404-button .cws_custom_button .button_icon {
  margin: -1px 0 -1px 8px;
}
.block-404 .block-404-button .cws_custom_button .button_icon .cws_icon_large {
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: left;
}
.block-404 .block-404-button .cws_custom_button .button_icon .cws_icon_large:before {
  content: '\f122 ';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  transform: scale(-1, 1);
}

@media screen and (max-width: 767px) {
  .block-404 {
    padding: 0;
  }
  .block-404 .block-404-number {
    font-size: 198px;
    line-height: 226px;
  }
  .block-404 .block-404-divider-icon {
    margin: -20px auto 0;
  }
  .block-404 .block-404-title {
    font-size: 28px !important;
  }
}
/*  ====================
	Styles for VC Modules
====================  */
/*  --------------------
	Accordion styles
--------------------  */
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #f0f1f2;
  padding: 30px;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel:not(:first-child) {
  margin: 15px 0 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  border: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  display: block;
  position: relative;
  padding: 0 19px 0 19px !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  font-size: 24px;
  top: 0.5625em;
  left: 0;
  right: auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: -2px;
  left: auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
  padding: 0 44px 0 19px !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a:before {
  left: 0;
  right: auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: -2px;
  right: auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
  padding: 0 0 0 63px !important;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a:before {
  left: 44px;
  right: auto;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
  width: 14px;
  height: 14px;
  text-align: center;
  -webkit-transition: transform 0.3s, left 0.3s, right 0.3s, margin 0.3s;
  transition: transform 0.3s, left 0.3s, right 0.3s, margin 0.3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: -6px 0 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before {
  content: '\f159';
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  border: none;
  width: 14px;
  height: 14px;
  font: 400 normal 14px/14px 'cwsicon';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-triangle:before {
  content: '\f0da';
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  border: none;
  width: 14px;
  height: 14px;
  font: 900 normal 25px/14px 'Font Awesome 5 Free';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  content: '\f152';
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  border: none;
  width: 14px;
  height: 14px;
  font: 400 normal 14px/14px 'cwsicon';
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
  content: none;
  display: none;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon:before {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  color: #c3c5c6;
  border-color: #c3c5c6;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border: none;
  padding: 27px 10px 0 0;
  margin: 0 0 -1px;
  color: rgba(255, 255, 255, 0.85);
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span {
  color: #FFFFFF;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
  content: '\f153';
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 0;
  right: auto;
  margin: -7px 0 0;
}
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0;
  left: auto;
  margin: -7px 0 0;
}

/*  --------------------
	Banner module styles
--------------------  */
.vc_row-o-equal-height .cws_banner_module {
  height: 100%;
}

.cws_banner_module {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 64px;
  overflow: hidden;
  width: 100%;
}
.cws_banner_module.color_overlay:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: inherit;
}
.cws_banner_module.add_frame:after {
  content: '';
  position: absolute;
  display: block;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 62px;
  border: solid 2px #d9dada;
  z-index: 2;
}
.cws_banner_module.button_floated {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cws_banner_module.button_floated .banner_info_wrapper {
  width: 100%;
  max-width: 50%;
}
.cws_banner_module.button_floated .banner_button_wrapper {
  margin: 0 0 0 30px !important;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: auto;
}
.cws_banner_module .banner_info_wrapper {
  position: relative;
  line-height: 0;
  z-index: 3;
  display: block;
  width: 100%;
}
.cws_banner_module .banner_info_wrapper .banner_title {
  margin: 0;
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 700;
  display: block;
  color: #ffffff;
}
.cws_banner_module .banner_info_wrapper .banner_title:not(:first-child) {
  margin: 24px 0 0;
}
.cws_banner_module .banner_info_wrapper .banner_icon_wrapper .banner_icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 18px;
}
.cws_banner_module .banner_info_wrapper .banner_icon_wrapper .banner_icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  border: solid 2px transparent;
  top: 0;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cws_banner_module .banner_info_wrapper .banner_icon_wrapper .banner_icon i {
  color: #FFFFFF;
}
.cws_banner_module .banner_info_wrapper .banner_icon_wrapper .banner_icon i:before {
  font-size: 45px;
  line-height: 1;
}
.cws_banner_module .banner_info_wrapper .banner_divider {
  display: inline-block;
  height: 0;
  width: 157px;
  margin: 11px 0 0;
  position: relative;
}
.cws_banner_module .banner_info_wrapper .banner_divider:before, .cws_banner_module .banner_info_wrapper .banner_divider:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 0;
  top: 0;
  border-top-style: solid;
  border-top-width: 1px;
}
.cws_banner_module .banner_info_wrapper .banner_divider:before {
  left: 0;
  right: auto;
}
.cws_banner_module .banner_info_wrapper .banner_divider:after {
  left: auto;
  right: 0;
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon {
  display: block;
  width: 56px;
  height: 7px;
  margin: -3px auto -4px;
  position: relative;
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon:before, .cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon:after {
  content: '\f156';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  font: 400 normal 7px/7px 'cwsicon';
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon:before {
  left: 0;
  right: auto;
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon:after {
  left: auto;
  right: 0;
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon_large {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  top: -3px;
}
.cws_banner_module .banner_info_wrapper .banner_divider .banner_divider_icon_large:before {
  content: '\f156';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  font: 400 normal 13px/12px 'cwsicon';
}
.cws_banner_module .banner_info_wrapper .banner_description {
  line-height: 1.6875em;
  display: block;
  color: rgba(255, 255, 255, 0.9);
}
.cws_banner_module .banner_info_wrapper .banner_description:not(:first-child) {
  margin: 22px 0 0;
}
.cws_banner_module .banner_info_wrapper .banner_divider + .banner_description {
  margin-top: 11px;
}
.cws_banner_module .banner_button_wrapper {
  position: relative;
  display: block;
  z-index: 3;
  width: 100%;
}
.cws_banner_module .banner_button_wrapper:not(:first-child) {
  margin: 34px 0 0;
}
.cws_banner_module .banner_button_wrapper .cws_custom_button {
  white-space: nowrap;
  color: #FFFFFF;
}
.cws_banner_module .banner_button_wrapper .cws_custom_button:after {
  content: '';
}
.cws_banner_module .desktop_button_small {
  padding: 10px 38px 9px;
}
.cws_banner_module .desktop_button_medium {
  padding: 15px 38px 14px;
}
.cws_banner_module .desktop_button_large {
  padding: 20px 38px 19px;
}
.cws_banner_module .banner_sticker {
  position: absolute;
  display: block;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 47px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 4;
}
.cws_banner_module .banner_sticker .banner_sticker_text {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: auto;
  right: 100%;
  bottom: 21px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: auto;
  height: 47px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  white-space: nowrap;
  font-size: 12px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

/*  --------------------
	Banner module media
--------------------  */
@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_banner_module .banner_button_wrapper .cws_custom_button:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_banner_module .landscape_button_small {
    padding: 10px 38px 9px;
  }
  .cws_banner_module .landscape_button_medium {
    padding: 15px 38px 14px;
  }
  .cws_banner_module .landscape_button_large {
    padding: 20px 38px 19px;
  }
}
@media screen and (max-width: 991px) {
  .cws_banner_module .portrait_button_small {
    padding: 10px 10px 9px;
  }
  .cws_banner_module .portrait_button_medium {
    padding: 15px 15px 14px;
  }
  .cws_banner_module .portrait_button_large {
    padding: 20px 18px 19px;
  }
  .cws_banner_module .banner_info_wrapper .banner_title br,
  .cws_banner_module .banner_info_wrapper .banner_description br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cws_banner_module.button_floated {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: normal;
    -moz-align-items: normal;
    -ms-align-items: normal;
    align-items: normal;
  }
  .cws_banner_module.button_floated .banner_button_wrapper {
    margin: 30px 0 0 !important;
  }
  .cws_banner_module.button_floated .banner_info_wrapper {
    max-width: 90%;
  }
  .cws_banner_module .mobile_button_small {
    padding: 10px 10px 9px;
  }
  .cws_banner_module .mobile_button_medium {
    padding: 15px 15px 14px;
  }
  .cws_banner_module .mobile_button_large {
    padding: 20px 18px 19px;
  }
  .cws_banner_module .banner_info_wrapper .banner_title br,
  .cws_banner_module .banner_info_wrapper .banner_description br {
    display: none;
  }
}
/*  --------------------
	Benefits module styles
--------------------  */
.cws_benefits_module {
  padding: 65px 15px;
  text-align: center;
  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: 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_benefits_module:before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: -5px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cws_benefits_module.hidden:before {
  opacity: 0;
  top: 30px;
  bottom: 30px;
}
.cws_benefits_module.hidden .visible-title {
  opacity: 1;
}
.cws_benefits_module.hidden .benefits_icon .icon:before {
  opacity: 1;
}
.cws_benefits_module.hidden .benefits_icon.type_bordered .svg_border {
  opacity: 0;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.cws_benefits_module.hidden .benefits_icon.type_bordered .svg_border path {
  stroke: #fff !important;
}
.cws_benefits_module.hidden .benefits_info {
  opacity: 0;
  top: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cws_benefits_module.hidden .benefits_button {
  opacity: 0;
  top: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cws_benefits_module.hidden .benefits_button .cws_custom_button {
  pointer-events: none;
}
.cws_benefits_module:not(.hidden) .benefits_icon:not(.type_bordered) .icon:before {
  opacity: 1;
}
.cws_benefits_module > *:first-child {
  padding-top: 0 !important;
}
.cws_benefits_module > *:last-child {
  padding-bottom: 0 !important;
}
.cws_benefits_module .visible-title {
  position: absolute;
  color: #fff;
  padding: 0;
  margin: 0;
  top: 233px;
  font-size: 24px;
  max-width: 75%;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.cws_benefits_module .benefits_icon.type_bordered .svg_border {
  position: absolute;
  pointer-events: none;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.2s linear 0.15s;
  transition: all 0.2s linear 0.15s;
}
.cws_benefits_module .benefits_icon.type_bordered .icon,
.cws_benefits_module .benefits_icon.type_bordered .icon i:not(.svg):before {
  line-height: calc(1em - 2px);
}
.cws_benefits_module .benefits_icon .icon,
.cws_benefits_module .benefits_icon .icon i,
.cws_benefits_module .benefits_icon .icon i:before {
  font-size: 80px;
  line-height: 80px;
}
.cws_benefits_module .benefits_icon .icon {
  padding: 35px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  position: relative;
}
.cws_benefits_module .benefits_icon .icon:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0px 0px 0px 0px #fff;
  -moz-box-shadow: 0px 0px 0px 0px #fff;
  box-shadow: 0px 0px 0px 0px #fff;
  opacity: 0;
}
.cws_benefits_module .benefits_info {
  top: 0;
  position: relative;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
.cws_benefits_module .benefits_info .benefits-title {
  font-size: 30px;
  margin: 0;
}
.cws_benefits_module .benefits_info .benefits-description {
  color: #474747;
  margin-top: 20px;
  padding-top: 28px;
  position: relative;
}
.cws_benefits_module .benefits_info .benefits-description:before {
  content: '';
  position: absolute;
  left: calc(50% - 18px);
  top: 0;
  width: 36px;
  height: 2px;
}
.cws_benefits_module .benefits_button {
  top: 0;
  position: relative;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
.cws_benefits_module .benefits_button .cws_custom_button {
  pointer-events: auto;
}

/*  --------------------
	Benefits media styles
--------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_benefits_module .visible-title {
    top: 210px;
  }
  .cws_benefits_module .benefits_info .benefits-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .cws_benefits_module .visible-title {
    top: 185px;
    font-size: 20px;
  }
  .cws_benefits_module .benefits_icon.type_bordered .svg_border {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .cws_benefits_module .benefits_icon.type_bordered .icon,
  .cws_benefits_module .benefits_icon.type_bordered .icon i:not(.svg):before {
    line-height: calc(1em - 2px);
  }
  .cws_benefits_module .benefits_icon .icon,
  .cws_benefits_module .benefits_icon .icon i,
  .cws_benefits_module .benefits_icon .icon i:before {
    font-size: 50px;
    line-height: 50px;
  }
  .cws_benefits_module .benefits_info .benefits-title {
    font-size: 22px;
  }
}
/*  --------------------
	Blog archive & module styles
--------------------  */
/* Grids */
.blog_grid .grid-sizer {
  position: absolute;
}
.blog_grid.layout-small .item,
.blog_grid.layout-small .grid-sizer, .blog_grid.layout-medium .item,
.blog_grid.layout-medium .grid-sizer, .blog_grid.layout-checkerboard .item,
.blog_grid.layout-checkerboard .grid-sizer, .blog_grid.layout-def .item,
.blog_grid.layout-def .grid-sizer, .blog_grid.layout-1 .item,
.blog_grid.layout-1 .grid-sizer {
  width: 100%;
}
.blog_grid.layout-2 .item,
.blog_grid.layout-2 .grid-sizer {
  width: 50%;
}
.blog_grid.layout-3 .item,
.blog_grid.layout-3 .grid-sizer {
  width: 33.3333%;
}
.blog_grid.layout-4 .item,
.blog_grid.layout-4 .grid-sizer {
  width: 25%;
}

/* Layout */
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid {
  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;
}
.news .cws_vc_shortcode_wrapper .cws_carousel,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid {
  font-size: 0;
  line-height: 1;
  /* Space between columns & rows */
}
.news .cws_vc_shortcode_wrapper .cws_carousel .slick-dots,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .slick-dots {
  text-align: center;
}
.news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper {
  margin: 0;
}
.news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper .item,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper .item {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper).slick-slider {
  margin: -30px -30px 0;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-dotted,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper).slick-slider.slick-dotted {
  padding: 0;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper):not(.slick-slider),
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper):not(.slick-slider) {
  margin: -30px -15px 0;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper) .slick-list,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .slick-list {
  padding: 0 15px;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper) .slick-list .item,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .slick-list .item {
  padding: 30px 15px 28px;
  margin: 0;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper) .item,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .item {
  padding: 0 15px;
  margin: 30px 0 0;
  font-size: 16px;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper {
  position: relative;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider:not(.slick-slider), .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper:not(.slick-slider),
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider:not(.slick-slider),
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper:not(.slick-slider) {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider:not(.slick-slider):after, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper:not(.slick-slider):after,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider:not(.slick-slider):after,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper:not(.slick-slider):after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  background-color: #f3f3f3;
  z-index: 2;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-slider .slick-list, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper.slick-slider .slick-list,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-slider .slick-list,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper.slick-slider .slick-list {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-slider .slick-list:after, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper.slick-slider .slick-list:after,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-slider .slick-list:after,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper.slick-slider .slick-list:after {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  background-color: #f3f3f3;
  z-index: 2;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider .item .post_wrapper, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper .item .post_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider .item .post_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper .item .post_wrapper {
  position: relative;
}
.news .cws_vc_shortcode_wrapper .cws_carousel .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider .item .post_wrapper:before, .news .cws_vc_shortcode_wrapper .cws_carousel.drop_padding_wrapper .item .post_wrapper:before,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid .news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider .item .post_wrapper:before,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper .item .post_wrapper:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 10000px;
  top: 0;
  right: 0;
  left: auto;
  background-color: #E0E0E0;
  z-index: 2;
}
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper) .item:not(.slick-slide) .post_wrapper,
.news .cws_vc_shortcode_wrapper .cws_carousel:not(.drop_padding_wrapper) .item.slick-slide.slick-active .post_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .item:not(.slick-slide) .post_wrapper,
.news .cws_vc_shortcode_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .item.slick-slide.slick-active .post_wrapper {
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

/* Common styles */
.news .item.sticky-post .post_wrapper {
  position: relative;
}
.news .item.sticky-post .post_wrapper:before {
  display: none !important;
}
.news .item.sticky-post .post_wrapper:after {
  content: '\f08d';
  position: absolute;
  display: block;
  width: 45px;
  height: 45px;
  color: #FFFFFF;
  left: auto;
  right: 0;
  top: 0;
  font: 900 normal 20px/45px 'Font Awesome 5 Free';
  text-align: center;
  z-index: 3;
}
.news .item.sticky-post .post_wrapper .post_info_wrapper {
  border-width: 2px;
  border-style: solid;
  border-top: none;
  padding: 35px 28px;
}
.news .item .post_wrapper .post_media_wrapper {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  overflow: hidden;
}
.news .item .post_wrapper .post_media_wrapper:before, .news .item .post_wrapper .post_media_wrapper:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
  z-index: 1;
}
.news .item .post_wrapper .post_media_wrapper:before {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.news .item .post_wrapper .post_media_wrapper:after {
  height: 50%;
  background: -webkit-linear-gradient(to bottom, transparent, #000000);
  background: linear-gradient(to bottom, transparent, #000000);
  opacity: 0.7;
}
.news .item .post_wrapper .post_media_wrapper.without_image:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.85);
}
.news .item .post_wrapper .post_media_wrapper.without_image:after {
  opacity: 0;
}
.news .item .post_wrapper .post_media_wrapper.without_image .post_title {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 27px 7px 27px 27px;
}
.news .item .post_wrapper .post_media_wrapper.with_frame:before, .news .item .post_wrapper .post_media_wrapper.with_frame:after {
  content: none;
  display: none;
}
.news .item .post_wrapper .post_media_wrapper.with_carousel:before {
  content: none;
  display: none;
}
.news .item .post_wrapper .post_media_wrapper .post_media .pic {
  display: block;
}
.news .item .post_wrapper .post_media_wrapper .post_media .pic img {
  display: block;
}
.news .item .post_wrapper .post_media_wrapper .post_media button:hover {
  background-color: transparent;
}
.news .item .post_wrapper .post_media_wrapper .post_media .audio .mejs-container {
  margin: 0;
  height: 136px !important;
}
.news .item .post_wrapper .post_media_wrapper .post_media .audio .mejs-container .mejs-controls {
  padding: 0 20px;
  top: 50%;
  margin: -20px 0 0;
}
.news .item .post_wrapper .post_media_wrapper .post_media .slick-slider {
  margin: 0 -15px;
}
.news .item .post_wrapper .post_media_wrapper .post_media .slick-slider .slick-list {
  padding: 0;
  overflow: hidden;
}
.news .item .post_wrapper .post_media_wrapper .post_media .slick-slider .slick-arrow {
  margin: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 60px;
}
.news .item .post_wrapper .post_media_wrapper .post_media .slick-slider .slick-arrow.slick-prev {
  left: 45px;
  right: auto;
}
.news .item .post_wrapper .post_media_wrapper .post_media .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 45px;
}
.news .item .post_wrapper .post_format_quote {
  color: #FFFFFF;
  padding: 27px 27px 27px 81px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-quote-post-preview.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: 70%;
  background-size: 70%;
}
.news .item .post_wrapper .post_format_quote:before {
  content: '\f187';
  font: 400 normal 27px/27px 'cwsicon';
  position: absolute;
  display: block;
  left: 27px;
  right: auto;
  top: 30px;
  z-index: 2;
  width: 27px;
  height: 27px;
}
.news .item .post_wrapper .post_format_quote:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 75px;
  bottom: 34px;
  left: 40px;
  right: auto;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.news .item .post_wrapper .post_format_quote .quote_text {
  font-size: 28px;
  line-height: 1.1875em;
  font-weight: 700;
  margin: 0;
  display: block;
}
.news .item .post_wrapper .post_format_quote .quote_author_name {
  display: block;
  font-size: 16px;
  line-height: 1.6875em;
  opacity: 0.85;
}
.news .item .post_wrapper .post_format_quote .quote_author_name:not(:first-child) {
  margin: 9px 0 0;
}
.news .item .post_wrapper .post_format_link {
  color: #FFFFFF;
  padding: 27px 27px 27px 81px;
  position: relative;
  overflow: hidden;
  background-image: url(../img/bg-quote-post-preview.png);
  background-position: right top;
  background-repeat: no-repeat;
  -webkit-background-size: 70%;
  background-size: 70%;
}
.news .item .post_wrapper .post_format_link:before {
  content: '\f0c1';
  font: 900 normal 27px/27px 'Font Awesome 5 Free';
  position: absolute;
  display: block;
  left: 27px;
  right: auto;
  top: 30px;
  z-index: 2;
  width: 27px;
  height: 27px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.news .item .post_wrapper .post_format_link:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 75px;
  bottom: 34px;
  left: 40px;
  right: auto;
  background-color: #FFFFFF;
  opacity: 0.3;
}
.news .item .post_wrapper .post_format_link .link_text {
  font-size: 28px;
  line-height: 1.1875em;
  font-weight: 700;
  margin: 0;
  display: block;
  color: inherit;
}
.news .item .post_wrapper .post_title {
  font-size: 24px;
  line-height: 1.1429em;
}
.news .item .post_wrapper .post_title a {
  color: inherit;
}
.news .item .post_wrapper .post_media_wrapper .post_title {
  color: #ffffff;
  position: absolute;
  font-weight: 700;
  padding: 0 20px 0 0;
  margin: 0;
  left: 27px;
  right: 7px;
  bottom: 27px;
  z-index: 2;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
  word-break: break-word;
}
.news .item .post_wrapper .post_media_wrapper .post_title:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: auto;
  top: 0.5715em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 10px;
  height: 1px;
}
.news .item .post_wrapper .post_info_wrapper .post_title {
  font-weight: 400;
  margin: 2px 0 -2px;
}
.news .item .post_wrapper .post_info_wrapper .post_title:not(:first-child) {
  margin-top: 20px;
}
.news .item .post_wrapper .post_info_wrapper {
  padding: 35px 30px;
}
.news .item .post_wrapper .post_info_wrapper .post_info_header {
  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;
}
.news .item .post_wrapper .post_info_wrapper .post_info_header .post_category {
  width: 100%;
}
.news .item .post_wrapper .post_info_wrapper .post_info_header .post_date {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
.news .item .post_wrapper .post_info_wrapper .post_info_header .post_date:not(:first-child) {
  padding: 0 0 0 20px;
  width: auto;
}
.news .item .post_wrapper .post_info_wrapper .post_content {
  font-size: 16px;
  line-height: 1.6875em;
}
.news .item .post_wrapper .post_info_wrapper .post_content:after {
  content: '';
  display: table;
  clear: both;
}
.news .item .post_wrapper .post_info_wrapper .post_content:not(:first-child) {
  margin: 35px 0 0;
}
.news .item .post_wrapper .post_info_wrapper .post_tags {
  display: block;
  font-style: italic;
}
.news .item .post_wrapper .post_info_wrapper .post_tags:not(:first-child) {
  margin: 28px 0 0;
}
.news .item .post_wrapper .post_info_wrapper .post_tags:before {
  content: '\f02c';
  font: 900 normal 13px/1em 'Font Awesome 5 Free';
  margin: 2px 5px 0 0;
  display: inline-block;
}
.news .item .post_wrapper .post_info_wrapper .post_info_footer {
  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;
}
.news .item .post_wrapper .post_info_wrapper .post_info_footer:not(:first-child) {
  margin: 35px 0 0;
}
.news .item .post_wrapper .post_info_wrapper .post_info_footer .post_meta_wrapper {
  width: 100%;
}
.news .item .post_wrapper .post_info_wrapper .post_info_footer .post_author {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
.news .item .post_wrapper .post_info_wrapper .post_info_footer .post_author:not(:first-child) {
  padding: 0 0 0 20px;
  width: auto;
}
.news .item .post_wrapper .post_meta_item {
  font-size: 14px;
  line-height: 20px;
  color: #7e7e80;
  display: inline;
  vertical-align: top;
}
.news .item .post_wrapper .post_meta_item a {
  color: inherit;
}
.news .item .post_wrapper .post_meta_item.post_category {
  text-transform: uppercase;
  color: #323233;
  font-weight: 600;
}
.news .item .post_wrapper .post_meta_item.post_author {
  font-style: italic;
  color: #323233;
  white-space: nowrap;
}
.news .item .post_wrapper .post_meta_item.post_author .post_author_avatar {
  margin: -2px 0 -3px;
  display: inline-block;
  vertical-align: top;
}
.news .item .post_wrapper .post_meta_item.post_author .post_author_avatar:not(:first-child) {
  margin: -2px 0 -3px 12px;
}
.news .item .post_wrapper .post_meta_item.post_author .post_author_avatar .avatar {
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.news .item .post_wrapper .post_meta_item.post_comments {
  white-space: nowrap;
}
.news .item .post_wrapper .post_meta_item.post_comments:before {
  content: '\f13f';
  font: 400 normal 15px/1em 'cwsicon';
  margin: 1px 5px 0 0;
  display: inline-block;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.news .item .post_wrapper .post_meta_item.post_likes {
  white-space: nowrap;
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-wrapper {
  display: inline-block;
  vertical-align: top;
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-button {
  display: block;
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-button .sl-icon {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 15px;
  height: 15px;
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-button .sl-icon:before {
  content: '\f004';
  font: 400 normal 15px/1em 'Font Awesome 5 Free';
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-button .sl-icon.unliked:before {
  font-weight: 900;
}
.news .item .post_wrapper .post_meta_item.post_likes .sl-button .sl-count {
  margin: 0 0 0 6px;
  display: inline-block;
  vertical-align: top;
}
.news .item .post_wrapper .post_meta_wrapper .post_meta_item:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  margin: 0 15px;
  background-color: #E0E0E0;
}
.news .item.related_item .post_wrapper .post_title {
  font-size: 24px !important;
  line-height: 1.25em;
}

/* Large Image (Default) */
.news.layout_1 .item .post_wrapper .post_title, .news.layout_def .item .post_wrapper .post_title {
  font-size: 32px;
}
.news.layout_1 .item .post_wrapper .post_format_quote,
.news.layout_1 .item .post_wrapper .post_format_link, .news.layout_def .item .post_wrapper .post_format_quote,
.news.layout_def .item .post_wrapper .post_format_link {
  padding: 71px 67px 64px 136px;
  -webkit-background-size: initial;
  background-size: initial;
}
.news.layout_1 .item .post_wrapper .post_format_quote:before,
.news.layout_1 .item .post_wrapper .post_format_link:before, .news.layout_def .item .post_wrapper .post_format_quote:before,
.news.layout_def .item .post_wrapper .post_format_link:before {
  top: 74px;
  left: 62px;
  right: auto;
  font-size: 32px;
  line-height: 32px;
  width: 32px;
  height: 32px;
}
.news.layout_1 .item .post_wrapper .post_format_quote:after,
.news.layout_1 .item .post_wrapper .post_format_link:after, .news.layout_def .item .post_wrapper .post_format_quote:after,
.news.layout_def .item .post_wrapper .post_format_link:after {
  top: 123px;
  bottom: 68px;
  left: 81px;
  right: auto;
}
.news.layout_1 .item .post_wrapper .post_format_quote .quote_text,
.news.layout_1 .item .post_wrapper .post_format_quote .link_text,
.news.layout_1 .item .post_wrapper .post_format_link .quote_text,
.news.layout_1 .item .post_wrapper .post_format_link .link_text, .news.layout_def .item .post_wrapper .post_format_quote .quote_text,
.news.layout_def .item .post_wrapper .post_format_quote .link_text,
.news.layout_def .item .post_wrapper .post_format_link .quote_text,
.news.layout_def .item .post_wrapper .post_format_link .link_text {
  font-size: 32px;
}
.news.layout_1 .item .post_wrapper .post_format_quote .quote_author_name:not(:first-child),
.news.layout_1 .item .post_wrapper .post_format_link .quote_author_name:not(:first-child), .news.layout_def .item .post_wrapper .post_format_quote .quote_author_name:not(:first-child),
.news.layout_def .item .post_wrapper .post_format_link .quote_author_name:not(:first-child) {
  margin: 13px 0 0;
}
.news.layout_1 .item .post_wrapper .post_info_wrapper, .news.layout_def .item .post_wrapper .post_info_wrapper {
  padding: 28px 30px 30px;
}
.news.layout_1 .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child), .news.layout_def .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child) {
  margin: 35px 0 0;
}

/* Layout 2,3,4 */
.news.layout_2 .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child), .news.layout_3 .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child), .news.layout_4 .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child) {
  margin: 30px 0 0;
}

/* Medium Image */
.news.layout_medium .item .post_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: 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;
  position: relative;
  height: 100%;
}
.news.layout_medium .item .post_wrapper .post_media_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%;
}
.news.layout_medium .item .post_wrapper .post_media_wrapper:before, .news.layout_medium .item .post_wrapper .post_media_wrapper:after {
  content: none;
  display: none;
}
.news.layout_medium .item .post_wrapper .post_media_wrapper .post_media {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news.layout_medium .item .post_wrapper .post_media_wrapper .post_media .pic {
  height: 100%;
  padding: 70% 0 0;
}
.news.layout_medium .item .post_wrapper .post_media_wrapper .post_media img {
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  max-width: none;
  width: auto;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper {
  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;
  width: 50%;
  height: 100%;
  position: relative;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_content_wrapper {
  width: 100%;
  height: 100%;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child) {
  margin: 35px 0 0;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_content_wrapper:only-child {
  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;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_content_wrapper:first-child:not(:only-child) {
  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;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_content_wrapper:last-child:not(:only-child) {
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_info_header,
.news.layout_medium .item .post_wrapper .post_info_wrapper .post_info_footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

/* Small Image */
.news.layout_small .item .post_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: 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;
  position: relative;
  height: 100%;
}
.news.layout_small .item .post_wrapper .post_media_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 35%;
}
.news.layout_small .item .post_wrapper .post_media_wrapper:before, .news.layout_small .item .post_wrapper .post_media_wrapper:after {
  content: none;
  display: none;
}
.news.layout_small .item .post_wrapper .post_media_wrapper .post_media {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news.layout_small .item .post_wrapper .post_media_wrapper .post_media .pic {
  height: 100%;
  padding: 70% 0 0;
}
.news.layout_small .item .post_wrapper .post_media_wrapper .post_media img {
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  max-width: none;
  width: auto;
}
.news.layout_small .item .post_wrapper .post_info_wrapper {
  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;
  width: 65%;
  height: 100%;
  position: relative;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_content_wrapper {
  width: 100%;
  height: 100%;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child) {
  margin: 35px 0 0;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_content_wrapper:only-child {
  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;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_content_wrapper:first-child:not(:only-child) {
  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;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_content_wrapper:last-child:not(:only-child) {
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.news.layout_small .item .post_wrapper .post_info_wrapper .post_info_header,
.news.layout_small .item .post_wrapper .post_info_wrapper .post_info_footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}

/* Checkerboard */
.news.layout_checkerboard .item .post_wrapper {
  position: relative;
  height: 100%;
}
.news.layout_checkerboard .item .post_wrapper .post_media_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%;
}
.news.layout_checkerboard .item .post_wrapper .post_media_wrapper:before, .news.layout_checkerboard .item .post_wrapper .post_media_wrapper:after {
  content: none;
  display: none;
}
.news.layout_checkerboard .item .post_wrapper .post_media_wrapper .post_media {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.news.layout_checkerboard .item .post_wrapper .post_media_wrapper .post_media .pic {
  height: 100%;
  padding: 70% 0 0;
}
.news.layout_checkerboard .item .post_wrapper .post_media_wrapper .post_media img {
  -webkit-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  max-width: none;
  width: auto;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper {
  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;
  width: 50%;
  height: 100%;
  position: relative;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_content_wrapper {
  width: 100%;
  height: 100%;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_content_wrapper:not(:first-child) {
  margin: 35px 0 0;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_content_wrapper:only-child {
  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;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_content_wrapper:first-child:not(:only-child) {
  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;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_content_wrapper:last-child:not(:only-child) {
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_info_header,
.news.layout_checkerboard .item .post_wrapper .post_info_wrapper .post_info_footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.news.layout_checkerboard .item:nth-child(2n + 1) .post_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: 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;
}
.news.layout_checkerboard .item:nth-child(2n) .post_wrapper {
  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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}

/*  --------------------
	Blog archive & module 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) {
  .news {
    /* Medium Image */
  }
  .news .item .post_wrapper .post_media_wrapper .post_media .slick-slider .slick-arrow:hover {
    color: #FFFFFF;
  }
  .news .item .post_wrapper:hover .post_media_wrapper:before {
    opacity: 1;
  }
  .news .item .post_wrapper:hover .post_media_wrapper:after {
    opacity: 0;
    height: 1px;
  }
  .news .item .post_wrapper:hover .post_media_wrapper .post_title {
    padding: 0 0 0 20px;
  }
  .news .item .post_wrapper:hover .post_media_wrapper .post_title:before {
    opacity: 1;
  }
  .news.layout_checkerboard .item .post_wrapper:hover .post_media_wrapper .post_media img, .news.layout_medium .item .post_wrapper:hover .post_media_wrapper .post_media img, .news.layout_small .item .post_wrapper:hover .post_media_wrapper .post_media img {
    -webkit-transform: scale(1.05, 1.05) translate(-47.5%, -50%);
    -ms-transform: scale(1.05, 1.05) translate(-47.5%, -50%);
    transform: scale(1.05, 1.05) translate(-47.5%, -50%);
  }
}
@media screen and (max-width: 991px) {
  .blog_grid.layout-4 .item,
  .blog_grid.layout-4 .grid-sizer {
    width: 50%;
  }

  .news.layout_small .item .post_wrapper,
  .news.layout_small .item:nth-child(2n + 1) .post_wrapper,
  .news.layout_small .item:nth-child(2n) .post_wrapper, .news.layout_medium .item .post_wrapper,
  .news.layout_medium .item:nth-child(2n + 1) .post_wrapper,
  .news.layout_medium .item:nth-child(2n) .post_wrapper, .news.layout_large .item .post_wrapper,
  .news.layout_large .item:nth-child(2n + 1) .post_wrapper,
  .news.layout_large .item:nth-child(2n) .post_wrapper, .news.layout_checkerboard .item .post_wrapper,
  .news.layout_checkerboard .item:nth-child(2n + 1) .post_wrapper,
  .news.layout_checkerboard .item:nth-child(2n) .post_wrapper {
    display: block !important;
    height: auto;
  }
  .news.layout_small .item .post_wrapper .post_media_wrapper,
  .news.layout_small .item .post_wrapper .post_content_wrapper,
  .news.layout_small .item .post_wrapper .post_info_wrapper,
  .news.layout_small .item:nth-child(2n + 1) .post_wrapper .post_media_wrapper,
  .news.layout_small .item:nth-child(2n + 1) .post_wrapper .post_content_wrapper,
  .news.layout_small .item:nth-child(2n + 1) .post_wrapper .post_info_wrapper,
  .news.layout_small .item:nth-child(2n) .post_wrapper .post_media_wrapper,
  .news.layout_small .item:nth-child(2n) .post_wrapper .post_content_wrapper,
  .news.layout_small .item:nth-child(2n) .post_wrapper .post_info_wrapper, .news.layout_medium .item .post_wrapper .post_media_wrapper,
  .news.layout_medium .item .post_wrapper .post_content_wrapper,
  .news.layout_medium .item .post_wrapper .post_info_wrapper,
  .news.layout_medium .item:nth-child(2n + 1) .post_wrapper .post_media_wrapper,
  .news.layout_medium .item:nth-child(2n + 1) .post_wrapper .post_content_wrapper,
  .news.layout_medium .item:nth-child(2n + 1) .post_wrapper .post_info_wrapper,
  .news.layout_medium .item:nth-child(2n) .post_wrapper .post_media_wrapper,
  .news.layout_medium .item:nth-child(2n) .post_wrapper .post_content_wrapper,
  .news.layout_medium .item:nth-child(2n) .post_wrapper .post_info_wrapper, .news.layout_large .item .post_wrapper .post_media_wrapper,
  .news.layout_large .item .post_wrapper .post_content_wrapper,
  .news.layout_large .item .post_wrapper .post_info_wrapper,
  .news.layout_large .item:nth-child(2n + 1) .post_wrapper .post_media_wrapper,
  .news.layout_large .item:nth-child(2n + 1) .post_wrapper .post_content_wrapper,
  .news.layout_large .item:nth-child(2n + 1) .post_wrapper .post_info_wrapper,
  .news.layout_large .item:nth-child(2n) .post_wrapper .post_media_wrapper,
  .news.layout_large .item:nth-child(2n) .post_wrapper .post_content_wrapper,
  .news.layout_large .item:nth-child(2n) .post_wrapper .post_info_wrapper, .news.layout_checkerboard .item .post_wrapper .post_media_wrapper,
  .news.layout_checkerboard .item .post_wrapper .post_content_wrapper,
  .news.layout_checkerboard .item .post_wrapper .post_info_wrapper,
  .news.layout_checkerboard .item:nth-child(2n + 1) .post_wrapper .post_media_wrapper,
  .news.layout_checkerboard .item:nth-child(2n + 1) .post_wrapper .post_content_wrapper,
  .news.layout_checkerboard .item:nth-child(2n + 1) .post_wrapper .post_info_wrapper,
  .news.layout_checkerboard .item:nth-child(2n) .post_wrapper .post_media_wrapper,
  .news.layout_checkerboard .item:nth-child(2n) .post_wrapper .post_content_wrapper,
  .news.layout_checkerboard .item:nth-child(2n) .post_wrapper .post_info_wrapper {
    width: auto;
    display: block !important;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .blog_grid.layout-def .item,
  .blog_grid.layout-def .grid-sizer, .blog_grid.layout-1 .item,
  .blog_grid.layout-1 .grid-sizer, .blog_grid.layout-2 .item,
  .blog_grid.layout-2 .grid-sizer, .blog_grid.layout-3 .item,
  .blog_grid.layout-3 .grid-sizer, .blog_grid.layout-4 .item,
  .blog_grid.layout-4 .grid-sizer {
    width: 100%;
  }

  .news .item .post_wrapper .post_meta_wrapper .post_meta_item:not(:last-child):after {
    margin: 0 10px;
  }
  .news .item .post_wrapper .post_info_wrapper {
    padding: 20px;
  }
  .news .item .post_wrapper .post_info_wrapper .post_info_footer {
    display: block;
  }
  .news .item .post_wrapper .post_info_wrapper .post_info_footer .post_author, .news .item .post_wrapper .post_info_wrapper .post_info_footer .post_author:not(:first-child) {
    padding: 0;
    margin: 15px 0 0;
  }
  .news.layout_1 .item .post_wrapper .post_info_wrapper, .news.layout_def .item .post_wrapper .post_info_wrapper {
    padding: 20px 15px;
  }
}
/*  --------------------
	Blog single styles
--------------------  */
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media {
  font-size: 0;
  line-height: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info:not(:first-child),
body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info:not(:first-child) {
  margin-top: 50px;
}
body.single-post .double-sidebar .grid_row,
body.single-post .single-sidebar .grid_row,
body.attachment .double-sidebar .grid_row,
body.attachment .single-sidebar .grid_row {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option {
  margin: 0 0 7px 15px;
}
body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media {
  margin: 0;
}
body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignleft.shifted,
body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignleft.shifted,
body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignleft.shifted,
body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignleft.shifted {
  margin-left: 0;
}
body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignright.shifted,
body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignright.shifted,
body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignright.shifted,
body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .alignright.shifted {
  margin-right: 0;
}
body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info blockquote.floated,
body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info blockquote.floated,
body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info blockquote.floated,
body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info blockquote.floated {
  margin-left: 0;
  max-width: 60%;
  font-size: 30px;
}
body.single-post .page-content.single-sidebar > .container,
body.attachment .page-content.single-sidebar > .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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body.single-post .page-content.single-sidebar > .container > .sb-right,
body.single-post .page-content.single-sidebar > .container > .sb-left,
body.attachment .page-content.single-sidebar > .container > .sb-right,
body.attachment .page-content.single-sidebar > .container > .sb-left {
  min-width: 260px;
}
body.single-post .page-content.single-sidebar > .container .grid_row,
body.attachment .page-content.single-sidebar > .container .grid_row {
  max-width: 770px;
  padding: 0;
  margin: 0 auto;
}
body.single-post .page-content.single-sidebar > .container .grid_row.single_related:not(:first-child),
body.attachment .page-content.single-sidebar > .container .grid_row.single_related:not(:first-child) {
  margin-top: 43px;
}
body.single-post .page-content.double-sidebar > .container,
body.attachment .page-content.double-sidebar > .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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body.single-post .page-content.double-sidebar > .container > .sb-right,
body.single-post .page-content.double-sidebar > .container > .sb-left,
body.attachment .page-content.double-sidebar > .container > .sb-right,
body.attachment .page-content.double-sidebar > .container > .sb-left {
  min-width: 260px;
}
body.single-post .page-content.double-sidebar > .container .grid_row,
body.attachment .page-content.double-sidebar > .container .grid_row {
  max-width: 590px;
  padding: 0 30px;
  margin: 0 auto;
}
body.single-post .page-content.double-sidebar > .container .grid_row.single_comments,
body.attachment .page-content.double-sidebar > .container .grid_row.single_comments {
  max-width: 900px;
  padding: 0 35px;
}
body.single-post .page-content.double-sidebar > .container .grid_row.single_related:not(:first-child),
body.attachment .page-content.double-sidebar > .container .grid_row.single_related:not(:first-child) {
  margin-top: 43px;
}

body.single-post .full_width_featured .post_media .pic {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_grid {
  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: 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;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_grid .pic {
  padding: 0 15px;
  margin-bottom: 30px;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_grid.cols_2 .pic {
  width: 50%;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_grid.cols_3 .pic {
  width: 33.3%;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_grid.cols_4 .pic {
  width: 25%;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid {
  margin-top: 4px;
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(100, 1fr);
  grid-gap: 5px;
  height: 80vh;
  width: 100%;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:first-child {
  grid-area: 1/1/51/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:nth-child(2) {
  grid-area: 1/26/101/76;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:nth-child(3) {
  grid-area: 1/76/34/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:nth-child(4) {
  grid-area: 51/1/101/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:nth-child(5) {
  grid-area: 34/76/67/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_1 .pic:nth-child(6) {
  grid-area: 67/76/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:first-child {
  grid-area: 1/1/34/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:nth-child(2) {
  grid-area: 1/26/51/51;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:nth-child(3) {
  grid-area: 1/51/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:nth-child(4) {
  grid-area: 34/1/67/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:nth-child(5) {
  grid-area: 51/26/101/51;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_2 .pic:nth-child(6) {
  grid-area: 67/1/101/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_3 .pic:first-child {
  grid-area: 1/1/34/34;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_3 .pic:nth-child(2) {
  grid-area: 1/34/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_3 .pic:nth-child(3) {
  grid-area: 34/1/101/34;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:first-child {
  grid-area: 1/1/51/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:nth-child(2) {
  grid-area: 1/26/51/51;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:nth-child(3) {
  grid-area: 1/51/51/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:nth-child(4) {
  grid-area: 51/1/101/51;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:nth-child(5) {
  grid-area: 51/51/101/76;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_4 .pic:nth-child(6) {
  grid-area: 51/76/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_5 .pic:first-child {
  grid-area: 1/1/26/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_5 .pic:nth-child(2) {
  grid-area: 1/26/26/63;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_5 .pic:nth-child(3) {
  grid-area: 1/63/26/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_5 .pic:nth-child(4) {
  grid-area: 26/1/101/41;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_5 .pic:nth-child(5) {
  grid-area: 26/41/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_6 .pic:first-child {
  grid-area: 1/1/67/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_6 .pic:nth-child(2) {
  grid-area: 1/26/67/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_6 .pic:nth-child(3) {
  grid-area: 67/1/101/36;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_6 .pic:nth-child(4) {
  grid-area: 67/36/101/71;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_6 .pic:nth-child(5) {
  grid-area: 67/71/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:first-child {
  grid-area: 1/1/61/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:nth-child(2) {
  grid-area: 1/26/101/76;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:nth-child(3) {
  grid-area: 1/76/41/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:nth-child(4) {
  grid-area: 41/76/61/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:nth-child(5) {
  grid-area: 61/1/101/26;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid.var_7 .pic:nth-child(6) {
  grid-area: 61/76/101/101;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .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;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option {
  margin: 0 -170px 7px -120px;
  position: relative;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link {
  margin: 0;
  padding: 35px 25px 35px 75px;
  background-color: #f0f1f2;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before {
  content: '\f0c1';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  left: 26px;
  right: auto;
  top: 40px;
  font-size: 26px;
  line-height: 1.2em;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote {
  margin: 0;
  padding: 35px 25px 35px 75px;
  background-color: #f0f1f2;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before {
  content: '“';
  font-size: 60px;
  line-height: 1em;
  position: absolute;
  left: 30px;
  right: auto;
  top: 36px;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6 {
  font-size: 32px;
  line-height: 1.1875em;
  font-weight: 400;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a:not(:hover),
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6:not(:hover) {
  color: #000;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6 {
  margin: 0 0 25px;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .post_meta_wrapper.single_bottom {
  margin-top: 46px;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .post_bottom_meta .post_category a:before,
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .post_bottom_meta .post_tags a:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
}
body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info .post_bottom_meta a {
  position: relative;
  font-size: 16px;
  margin-left: 20px;
}
body.single-post .single_related {
  padding-top: 43px;
  position: relative;
  margin: 0 auto;
}
body.single-post .single_related h3.related_item {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
  margin: 0;
}
body.single-post .single_related h3.related_item:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 15px 0 0;
}
body.single-post .single_related .news {
  margin-top: 43px;
}
body.single-post .single_post_author .block-author-info {
  margin: 50px 0 0;
  padding: 25px 73px 28px 25px;
  background: #f0f1f2 url(../img/bg-post-author.png) right top no-repeat;
  position: relative;
  overflow: hidden;
  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;
}
body.single-post .single_post_author .block-author-info .block-author-info_sticker {
  position: absolute;
  display: block;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 57px;
  z-index: 4;
}
body.single-post .single_post_author .block-author-info .block-author-info_sticker .sticker_text {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  right: auto;
  top: 24px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: auto;
  height: 57px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  white-space: nowrap;
  font-size: 12px;
  line-height: 57px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}
body.single-post .single_post_author .block-author-info .block-author-info_avatar {
  display: inline-block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}
body.single-post .single_post_author .block-author-info .block-author-info_avatar .avatar {
  display: block;
}
body.single-post .single_post_author .block-author-info .block-author-info_content {
  width: 100%;
}
body.single-post .single_post_author .block-author-info .block-author-info_content .block-author-info_name {
  font-size: 24px;
  line-height: 1.1786em;
}
body.single-post .single_post_author .block-author-info .block-author-info_content .block-author-info_text:not(:first-child) {
  margin: 22px 0 0;
}

body.single-attachment section.news article.item .post_wrapper .post_info:not(:first-child) {
  margin: 32px 0 0;
}

/*  --------------------
	Blog single media styles
--------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  body.single-post .page-content.single-sidebar > .container > .sb-right,
  body.single-post .page-content.single-sidebar > .container > .sb-left,
  body.single-post .page-content.double-sidebar > .container > .sb-right,
  body.single-post .page-content.double-sidebar > .container > .sb-left,
  body.attachment .page-content.single-sidebar > .container > .sb-right,
  body.attachment .page-content.single-sidebar > .container > .sb-left,
  body.attachment .page-content.double-sidebar > .container > .sb-right,
  body.attachment .page-content.double-sidebar > .container > .sb-left {
    min-width: 230px;
  }
}
@media screen and (max-width: 991px) {
  body.single-post .grid_row,
  body.attachment .grid_row {
    padding-left: 35px;
    padding-right: 35px;
  }
  body.single-post .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.attachment .grid_row:not(.single_related):not(.single_post_links):not(.single_comments) {
    padding: 0 35px;
  }
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media {
    margin: 0 -20px 0;
  }

  body.single-post .page-content > .container,
  body.single-post .page-content.single-sidebar > .container,
  body.single-post .page-content.double-sidebar > .container,
  body.attachment .page-content > .container,
  body.attachment .page-content.single-sidebar > .container,
  body.attachment .page-content.double-sidebar > .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.single-post .page-content > .container main,
  body.single-post .page-content.single-sidebar > .container main,
  body.single-post .page-content.double-sidebar > .container main,
  body.attachment .page-content > .container main,
  body.attachment .page-content.single-sidebar > .container main,
  body.attachment .page-content.double-sidebar > .container main {
    order: 1;
  }
  body.single-post .page-content > .container .sb-left,
  body.single-post .page-content.single-sidebar > .container .sb-left,
  body.single-post .page-content.double-sidebar > .container .sb-left,
  body.attachment .page-content > .container .sb-left,
  body.attachment .page-content.single-sidebar > .container .sb-left,
  body.attachment .page-content.double-sidebar > .container .sb-left {
    order: 2;
  }
  body.single-post .page-content > .container .sb-right,
  body.single-post .page-content.single-sidebar > .container .sb-right,
  body.single-post .page-content.double-sidebar > .container .sb-right,
  body.attachment .page-content > .container .sb-right,
  body.attachment .page-content.single-sidebar > .container .sb-right,
  body.attachment .page-content.double-sidebar > .container .sb-right {
    order: 3;
  }
  body.single-post .page-content > .container .grid_row,
  body.single-post .page-content.single-sidebar > .container .grid_row,
  body.single-post .page-content.double-sidebar > .container .grid_row,
  body.attachment .page-content > .container .grid_row,
  body.attachment .page-content.single-sidebar > .container .grid_row,
  body.attachment .page-content.double-sidebar > .container .grid_row {
    width: auto;
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  body.single-post .single-sidebar .grid_row,
  body.single-post .double-sidebar .grid_row,
  body.single-post .grid_row,
  body.attachment .single-sidebar .grid_row,
  body.attachment .double-sidebar .grid_row,
  body.attachment .grid_row {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.single-post .double-sidebar .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.single-post .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.attachment .single-sidebar .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.attachment .double-sidebar .grid_row:not(.single_related):not(.single_post_links):not(.single_comments),
  body.attachment .grid_row:not(.single_related):not(.single_post_links):not(.single_comments) {
    padding: 0 15px;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option {
    margin: 0 0 7px;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a, body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option a,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option h6 {
    font-size: 24px !important;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link, body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote {
    padding: 25px 20px 25px 60px;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before, body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_link:before,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before {
    top: 27px;
    left: 20px;
    right: auto;
  }
  body.single-post .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.single-post .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.attachment .single-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.attachment .double-sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media {
    margin: 0;
    z-index: 1;
  }

  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_media .gallery_custom_grid {
    margin-top: 1px;
    grid-gap: 2px;
  }
  body.single-post .single_post_author .block-author-info {
    padding: 25px 25px 28px;
    position: relative;
    overflow: hidden;
    display: block;
  }
  body.single-post .single_post_author .block-author-info .block-author-info_content:not(:first-child) {
    margin: 30px 0 0;
  }

  body.single-post .page-content > .container,
  body.single-post .page-content.single-sidebar > .container,
  body.single-post .page-content.double-sidebar > .container,
  body.attachment .page-content > .container,
  body.attachment .page-content.single-sidebar > .container,
  body.attachment .page-content.double-sidebar > .container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.single-post .page-content > .container main,
  body.single-post .page-content.single-sidebar > .container main,
  body.single-post .page-content.double-sidebar > .container main,
  body.attachment .page-content > .container main,
  body.attachment .page-content.single-sidebar > .container main,
  body.attachment .page-content.double-sidebar > .container main {
    order: 1;
  }
  body.single-post .page-content > .container .sb-left,
  body.single-post .page-content.single-sidebar > .container .sb-left,
  body.single-post .page-content.double-sidebar > .container .sb-left,
  body.attachment .page-content > .container .sb-left,
  body.attachment .page-content.single-sidebar > .container .sb-left,
  body.attachment .page-content.double-sidebar > .container .sb-left {
    order: 2;
  }
  body.single-post .page-content > .container .sb-right,
  body.single-post .page-content.single-sidebar > .container .sb-right,
  body.single-post .page-content.double-sidebar > .container .sb-right,
  body.attachment .page-content > .container .sb-right,
  body.attachment .page-content.single-sidebar > .container .sb-right,
  body.attachment .page-content.double-sidebar > .container .sb-right {
    order: 3;
  }
  body.single-post .page-content > .container .grid_row,
  body.single-post .page-content.single-sidebar > .container .grid_row,
  body.single-post .page-content.double-sidebar > .container .grid_row,
  body.attachment .page-content > .container .grid_row,
  body.attachment .page-content.single-sidebar > .container .grid_row,
  body.attachment .page-content.double-sidebar > .container .grid_row {
    width: auto;
    padding: 0 !important;
  }
}
/*  --------------------
	Button module styles
--------------------  */
.cws_button_wrapper.is_inline {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.cws_button_wrapper:not(.is_inline) + .cws_button_wrapper:not(.is_inline) {
  margin: 20px 0 0;
}

.cws_custom_button {
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3571em;
  position: relative;
  /* Style 'Default' */
  /* Style 'Advanced' */
}
.cws_custom_button.button_style_default {
  color: #FFFFFF;
}
.cws_custom_button.button_style_default.small {
  padding: 9px 38px 10px;
}
.cws_custom_button.button_style_default.regular {
  padding: 14px 38px 15px;
}
.cws_custom_button.button_style_default.large {
  padding: 20px 38px 19px;
}
.cws_custom_button.button_style_default .button_icon {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  margin: -1px 20px -1px 0;
  font-weight: 400;
}
.cws_custom_button.button_style_default .button_icon:not(:first-child) {
  margin: -1px 0 -1px 20px;
}
.cws_custom_button.button_style_default .button_icon i:before {
  font-size: 18px;
  line-height: 19px;
}
.cws_custom_button.button_style_advanced {
  color: #000000;
  background-color: #FFFFFF;
}
.cws_custom_button.button_style_advanced.icon_position_left:before {
  right: auto;
  left: 0;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.small {
  padding: 0 0 0 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.small:after {
  right: auto;
  left: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.regular {
  padding: 0 0 0 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.regular:after {
  right: auto;
  left: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.large {
  padding: 0 0 0 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left.with_icon.large:after {
  right: auto;
  left: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_left .button_icon {
  left: 0;
  right: auto;
}
.cws_custom_button.button_style_advanced.icon_position_right:before {
  right: 0;
  left: auto;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.small {
  padding: 0 60px 0 0;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.small:after {
  left: auto;
  right: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.regular {
  padding: 0 60px 0 0;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.regular:after {
  left: auto;
  right: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.large {
  padding: 0 60px 0 0;
}
.cws_custom_button.button_style_advanced.icon_position_right.with_icon.large:after {
  left: auto;
  right: 60px;
}
.cws_custom_button.button_style_advanced.icon_position_right .button_icon {
  left: auto;
  right: 0;
}
.cws_custom_button.button_style_advanced.small.with_icon:before {
  width: 60px;
}
.cws_custom_button.button_style_advanced.small .button_title {
  padding: 10px 25px 9px;
}
.cws_custom_button.button_style_advanced.small .button_icon {
  width: 60px;
}
.cws_custom_button.button_style_advanced.regular.with_icon:before {
  width: 60px;
}
.cws_custom_button.button_style_advanced.regular .button_title {
  padding: 15px 25px 14px;
}
.cws_custom_button.button_style_advanced.regular .button_icon {
  width: 60px;
}
.cws_custom_button.button_style_advanced.large.with_icon:before {
  width: 60px;
}
.cws_custom_button.button_style_advanced.large .button_title {
  padding: 20px 25px 19px;
}
.cws_custom_button.button_style_advanced.large .button_icon {
  width: 60px;
}
.cws_custom_button.button_style_advanced:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
}
.cws_custom_button.button_style_advanced.with_icon:after {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_custom_button.button_style_advanced .button_title {
  display: block;
  position: relative;
  z-index: 2;
}
.cws_custom_button.button_style_advanced .button_icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
  color: #ffffff;
  fill: #ffffff;
}
.cws_custom_button.button_style_advanced .button_icon i:before {
  font-size: 18px;
  line-height: 19px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 !important;
}

/*  --------------------
	Button module media
--------------------  */
@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_custom_button.button_style_default:hover {
    background-color: transparent;
  }
  .cws_custom_button.button_style_advanced:hover {
    color: #FFFFFF;
  }
  .cws_custom_button.button_style_advanced:hover:before {
    width: 100% !important;
  }
  .cws_custom_button.button_style_advanced:hover:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 991px) {
  .cws_custom_button.small {
    padding: 10px 10px 9px;
  }
  .cws_custom_button.regular {
    padding: 15px 15px 14px;
  }
  .cws_custom_button.large {
    padding: 20px 18px 19px;
  }
  .cws_custom_button .button_icon {
    margin: -1px 10px -1px 0;
  }
}
/*  --------------------
	Categories module styles
--------------------  */
.cws_categories {
  margin: -30px 0 0;
}
.cws_categories:not(.cws_carousel_wrapper) {
  margin: -30px -15px 0;
  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_categories:not(.cws_carousel_wrapper) .category-item {
  padding: 0 15px;
}
.cws_categories:not(.cws_carousel_wrapper) .category-item:before {
  left: 15px;
  right: 15px;
}
.cws_categories.columns_1 .category-item {
  width: 100%;
}
.cws_categories.columns_2 .category-item {
  width: 50%;
}
.cws_categories.columns_3 .category-item {
  width: 33.3%;
}
.cws_categories.columns_4 .category-item {
  width: 25%;
}
.cws_categories .category-item {
  display: block;
  position: relative;
  margin-top: 30px;
  font-size: 0px;
  line-height: 0px;
}
.cws_categories .category-item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cws_categories .category-item img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cws_categories .category-item .category-label {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 25px;
  line-height: initial;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*  --------------------
	Categories module 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_categories .category-item:hover:before {
    opacity: 0;
  }
  .cws_categories .category-item:hover .category-label {
    margin-top: 5px;
    opacity: 0;
  }
}
/*  --------------------
	Divider module styles
--------------------  */
.cws_divider_wrapper {
  overflow: hidden;
}
.cws_divider_wrapper.type_advanced {
  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;
}
.cws_divider_wrapper.type_double .cws_divider {
  position: relative;
}
.cws_divider_wrapper.type_double .cws_divider:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cws_divider_wrapper.type_dashed .cws_divider {
  background-color: transparent !important;
}
.cws_divider_wrapper .cws_divider,
.cws_divider_wrapper .divider_left_part,
.cws_divider_wrapper .divider_right_part {
  height: 1px;
}
.cws_divider_wrapper .divider_left_part,
.cws_divider_wrapper .divider_right_part {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_divider_wrapper .icon,
.cws_divider_wrapper .icon i:not(.svg),
.cws_divider_wrapper .icon i:not(.svg):before {
  font-size: 25px;
  line-height: 25px;
}
.cws_divider_wrapper .divider_img {
  line-height: 0px;
  font-size: 0px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_divider_wrapper .icon,
.cws_divider_wrapper .divider_img {
  margin: 0 15px;
}

/*  --------------------
	Icon module styles
--------------------  */
.cws_icon_wrapper.type_bordered .svg_border {
  position: absolute;
  pointer-events: none;
  transform-origin: left top;
  -webkit-transform-origin: left top;
  -webkit-transform: scale(0.68);
  -ms-transform: scale(0.68);
  transform: scale(0.68);
}
.cws_icon_wrapper.type_bordered .svg_border path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cws_icon_wrapper.type_bordered .icon,
.cws_icon_wrapper.type_bordered .icon i:not(.svg):before {
  line-height: calc(1em - 2px);
}
.cws_icon_wrapper.type_bordered .icon {
  padding: 15px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.cws_icon_wrapper .cws_icon {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}
.cws_icon_wrapper .icon,
.cws_icon_wrapper .icon i:not(.svg):before {
  font-size: 38px;
  line-height: 1em;
  text-align: center;
}
.cws_icon_wrapper .icon {
  display: inline-block;
}
.cws_icon_wrapper .icon i:before, .cws_icon_wrapper .icon i.svg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*  --------------------
	Image module styles
--------------------  */
.cws_image_module {
  font-size: 0;
  line-height: 1;
}
.cws_image_module .main_image {
  -webkit-border-radius: inherit;
  border-radius: inherit;
  display: inline-block;
  vertical-align: top;
}
.cws_image_module .main_image img {
  display: block;
  position: relative;
  -webkit-border-radius: inherit;
  border-radius: inherit;
}

/*  --------------------
	Milestone module styles
--------------------  */
.cws_milestone_module {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_milestone_module.add_right_divider_small .separator {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  width: 2px;
  max-height: 100%;
  height: 57px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
  margin: 2px -1px 0 0;
}
.cws_milestone_module.add_right_divider_large .separator {
  content: '';
  position: absolute;
  right: -1px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 2px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
  margin: 2px 0 0;
}
.cws_milestone_module.icon_position_above .cws_milestone_info_wrapper:not(:first-child) {
  margin: 20px 0 0;
}
.cws_milestone_module.icon_position_beside .cws_milestone_wrapper {
  display: inline-block;
  vertical-align: top;
}
.cws_milestone_module.icon_position_beside .cws_milestone_main {
  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_milestone_module.icon_position_beside .cws_milestone_icon_wrapper {
  margin: -4px 35px 0 0;
}
.cws_milestone_module.icon_position_beside .cws_milestone_info_wrapper {
  text-align: left;
}
.cws_milestone_module .cws_milestone_number_wrapper {
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  margin: 0 -3px;
}
.cws_milestone_module .cws_milestone_number_wrapper:not(:first-child) {
  margin: 11px -3px 0;
}
.cws_milestone_module .cws_milestone_number_wrapper .cws_milestone_number {
  font-size: 42px;
  line-height: 1;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
}
.cws_milestone_module .cws_milestone_number_wrapper .cws_milestone_add {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 1px;
  position: relative;
  font-size: 42px;
}
.cws_milestone_module .cws_milestone_number_wrapper:before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_milestone_module .cws_milestone_icon_wrapper {
  font-size: 0;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_milestone_module .cws_milestone_icon_wrapper .icon {
  font-size: 45px;
}
.cws_milestone_module .cws_milestone_icon_wrapper i:before {
  font-size: 45px;
  line-height: 45px;
}
.cws_milestone_module .cws_milestone_icon_wrapper i,
.cws_milestone_module .cws_milestone_icon_wrapper i:before {
  font-size: inherit;
  line-height: 1;
  display: block;
}
.cws_milestone_module .cws_milestone_icon_wrapper i:not(.svg) {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_milestone_module .cws_milestone_icon_wrapper i.svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.cws_milestone_module .cws_milestone_icon_wrapper:before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_milestone_module .cws_milestone_info {
  font-size: 0;
  line-height: 1;
}
.cws_milestone_module .cws_milestone_info .cws_milestone_title {
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_milestone_module .cws_milestone_info .cws_milestone_title:first-child {
  margin: 8px 0 0;
}
.cws_milestone_module .cws_milestone_info .cws_milestone_desc {
  font-size: 16px;
  line-height: 1.6875em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_milestone_module .cws_milestone_info .cws_milestone_desc:not(:first-child) {
  margin: 10px 0 0;
}
.cws_milestone_module .cws_milestone_info:before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_milestone_module .divider {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 1px;
  background-color: #B1B2B3;
}
.cws_milestone_module .divider:first-child {
  margin: 8px 0 13px;
}
.cws_milestone_module .divider:not(:first-child) {
  margin: 13px 0 8px;
}
.cws_milestone_module.type_chart .cws_milestone_info:not(:first-child) {
  margin: 50px 0 0;
}
.cws_milestone_module.type_chart .cws_milestone_info .cws_milestone_desc:not(:first-child) {
  margin: 33px 0 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart {
  border: solid 1px rgba(24, 25, 26, 0.2);
  position: relative;
  margin: 0 auto;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field {
  position: absolute;
  display: block;
  overflow: hidden;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(1) {
  width: calc(50% + 1px);
  height: 2px;
  top: -1px;
  left: 50%;
  right: auto;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(1) .chart_value {
  width: 0;
  height: 2px;
  left: 0;
  right: auto;
  top: 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(2) {
  width: 2px;
  height: calc(100% + 2px);
  top: -1px;
  left: auto;
  right: -1px;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(2) .chart_value {
  width: 2px;
  height: 0;
  top: 0;
  left: auto;
  right: 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(3) {
  width: calc(100% + 2px);
  height: 2px;
  bottom: -1px;
  right: -1px;
  left: auto;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(3) .chart_value {
  width: 0;
  height: 2px;
  right: 0;
  left: auto;
  bottom: 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(4) {
  width: 2px;
  height: calc(100% + 2px);
  bottom: -1px;
  left: -1px;
  right: auto;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(4) .chart_value {
  width: 2px;
  height: 0;
  left: 0;
  right: auto;
  bottom: 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(5) {
  width: calc(50% + 1px);
  height: 2px;
  left: -1px;
  right: auto;
  top: -1px;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field:nth-child(5) .chart_value {
  width: 0;
  height: 2px;
  left: 0;
  right: auto;
  top: 0;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_chart_field .chart_value {
  position: absolute;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_number_wrapper {
  margin: 5px 0 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  top: 50%;
  left: 20px;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_number_wrapper .cws_milestone_number {
  font-weight: 700;
}
.cws_milestone_module.type_chart .cws_milestone_chart .cws_milestone_number_wrapper .cws_milestone_chart_units {
  display: block;
  font-weight: 700;
  padding: 5px 0 0;
}

.odometer .odometer-value {
  text-align: center;
  display: block;
  width: 100%;
}

/*  --------------------
	Milestone module media styles
--------------------  */
@media screen and (max-width: 767px) {
  .cws_milestone_module.type_chart .cws_milestone_info:not(:first-child) {
    margin: 32px 0 0;
  }
}
/*  --------------------
	Message Box module styles
--------------------  */
.cws_msg_box_module {
  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;
  padding: 31px 116px 24px 30px;
  position: relative;
}
.cws_msg_box_module:after {
  content: '';
  position: absolute;
  display: block;
  right: 85px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.23);
}
.cws_msg_box_module.type_info {
  background-color: #336BB4;
}
.cws_msg_box_module.type_info .icon i:not(.svg) {
  color: #ffffff;
}
.cws_msg_box_module.type_info .icon i.svg {
  fill: #ffffff;
}
.cws_msg_box_module.type_info .cws_msg_box_info {
  color: #ffffff;
}
.cws_msg_box_module.type_info .close_btn {
  background-color: #ffffff;
  color: #336BB4;
}
.cws_msg_box_module.type_warn {
  background-color: #FCB84D;
}
.cws_msg_box_module.type_warn .icon i:not(.svg) {
  color: #ffffff;
}
.cws_msg_box_module.type_warn .icon i.svg {
  fill: #ffffff;
}
.cws_msg_box_module.type_warn .cws_msg_box_info {
  color: #ffffff;
}
.cws_msg_box_module.type_warn .close_btn {
  background-color: #ffffff;
  color: #FCB84D;
}
.cws_msg_box_module.type_success {
  background-color: #91BF62;
}
.cws_msg_box_module.type_success .icon i:not(.svg) {
  color: #ffffff;
}
.cws_msg_box_module.type_success .icon i.svg {
  fill: #ffffff;
}
.cws_msg_box_module.type_success .cws_msg_box_info {
  color: #ffffff;
}
.cws_msg_box_module.type_success .close_btn {
  background-color: #ffffff;
  color: #91BF62;
}
.cws_msg_box_module.type_error {
  background-color: #ED4E40;
}
.cws_msg_box_module.type_error .icon i:not(.svg) {
  color: #ffffff;
}
.cws_msg_box_module.type_error .icon i.svg {
  fill: #ffffff;
}
.cws_msg_box_module.type_error .cws_msg_box_info {
  color: #ffffff;
}
.cws_msg_box_module.type_error .close_btn {
  background-color: #ffffff;
  color: #ED4E40;
}
.cws_msg_box_module .icon {
  display: block;
  width: 40px;
  height: 40px;
  vertical-align: top;
  text-align: center;
  margin: -4px 28px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_msg_box_module .icon,
.cws_msg_box_module .icon i:before {
  font-size: 40px;
  line-height: 40px;
}
.cws_msg_box_module.type_warn .icon,
.cws_msg_box_module.type_warn .icon i:before {
  font-size: 33px;
}
.cws_msg_box_module .cws_msg_box_info .cws_msg_box_title {
  font-size: 18px;
  line-height: 1.3333em;
  font-weight: 700;
  margin: 0;
}
.cws_msg_box_module .cws_msg_box_info .cws_msg_box_desc:not(:first-child) {
  margin: 5px 0 0;
}
.cws_msg_box_module .close_btn {
  position: absolute;
  cursor: pointer;
  right: 30px;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  padding: 0 0 0 1px;
}
.cws_msg_box_module .close_btn:before {
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
}

body.search-no-results .close_btn {
  display: none;
}

/*  --------------------
	Message Box module media styles
--------------------  */
@media screen and (max-width: 767px) {
  .cws_msg_box_module {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 31px 30px 30px;
    text-align: center;
  }
  .cws_msg_box_module:after {
    display: none;
  }
  .cws_msg_box_module.hide_shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .cws_msg_box_module.hide_icon .icon {
    display: none;
  }
  .cws_msg_box_module .icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cws_msg_box_module .cws_msg_box_info {
    width: 100%;
  }
  .cws_msg_box_module .close_btn {
    right: 15px;
    top: 15px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: auto;
  }
}
/*  --------------------
	Portfolio module styles
--------------------  */
/* Grids */
.cws_portfolio_posts_grid .grid-sizer {
  position: absolute;
}
.cws_portfolio_posts_grid.posts_grid_1 .item,
.cws_portfolio_posts_grid.posts_grid_1 .grid-sizer {
  width: 100%;
}
.cws_portfolio_posts_grid.posts_grid_2 .item,
.cws_portfolio_posts_grid.posts_grid_2 .grid-sizer {
  width: 50%;
}
.cws_portfolio_posts_grid.posts_grid_3 .item,
.cws_portfolio_posts_grid.posts_grid_3 .grid-sizer {
  width: 33.3333%;
}
.cws_portfolio_posts_grid.posts_grid_4 .item,
.cws_portfolio_posts_grid.posts_grid_4 .grid-sizer {
  width: 25%;
}
.cws_portfolio_posts_grid.align-left {
  text-align: left;
}
.cws_portfolio_posts_grid.align-center {
  text-align: center;
}
.cws_portfolio_posts_grid.align-right {
  text-align: right;
}

/* Filters */
.cws_portfolio_nav {
  margin: 0 -5px 100px;
}
.cws_portfolio_nav .filter-list {
  font-size: 0;
  line-height: 1;
}
.cws_portfolio_nav .filter-list .filter-item {
  margin: 6px 5px 0;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
}
.cws_portfolio_nav .filter-list .filter-item.all {
  text-transform: capitalize;
}
.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: padding 0.3s, color 0.3s, background-color 0.3s;
  transition: padding 0.3s, color 0.3s, background-color 0.3s;
}
.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item .title_nav_portfolio {
  position: relative;
}
.cws_portfolio_nav .filter-list .filter-item.active .cws_portfolio_nav_item {
  color: #ffffff !important;
}

/* Related */
.related_portfolio .portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_title {
  font-size: 24px !important;
  line-height: 1.25em;
}

/* Layout */
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid {
  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_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid {
  font-size: 0;
  line-height: 1;
  /* Space between columns & rows */
  /* Shadow */
  /* Info under image */
  /* Info inside image */
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.drop_padding_wrapper,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper {
  margin: 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.drop_padding_wrapper .item,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.drop_padding_wrapper .item {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper).slick-slider {
  margin: -30px -30px 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper).slick-slider.slick-dotted,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper).slick-slider.slick-dotted {
  padding: 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper):not(.slick-slider),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper):not(.slick-slider) {
  margin: -30px -15px 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper) .slick-list,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .slick-list {
  padding: 0 15px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper) .item,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper) .item {
  margin: 0;
  font-size: 16px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel:not(.drop_padding_wrapper):not(.isotope) .item,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.drop_padding_wrapper):not(.isotope) .item {
  padding: 30px 15px 28px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img.drop_padding_wrapper:not(.slick-slider),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img.drop_padding_wrapper:not(.slick-slider) {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img.drop_padding_wrapper:not(.slick-slider):after,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img.drop_padding_wrapper:not(.slick-slider):after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  background-color: #f3f3f3;
  z-index: 2;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img.drop_padding_wrapper.slick-slider .slick-list,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img.drop_padding_wrapper.slick-slider .slick-list {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img.drop_padding_wrapper.slick-slider .slick-list:after,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img.drop_padding_wrapper.slick-slider .slick-list:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  right: 0;
  left: auto;
  top: 0;
  background-color: #f3f3f3;
  z-index: 2;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img.drop_padding_wrapper .item .item_content .under_image_portfolio:before,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img.drop_padding_wrapper .item .item_content .under_image_portfolio:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000px;
  top: 0;
  right: 0;
  left: auto;
  background-color: #E0E0E0;
  z-index: 2;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img:not(.drop_padding_wrapper) .item:not(.slick-slide) .item_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img:not(.drop_padding_wrapper) .item.slick-slide.slick-active .item_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img:not(.drop_padding_wrapper) .item:not(.slick-slide) .item_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img:not(.drop_padding_wrapper) .item.slick-slide.slick-active .item_content {
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media {
  position: relative;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .pic,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .pic {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .pic img,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .pic img {
  width: 100%;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .cws_portfolio_content_wrap,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .cws_portfolio_content_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(33, 33, 33, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links + .links,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links + .links {
  display: none;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before {
  content: '\f141';
  display: block;
  position: absolute;
  width: 36px;
  height: 36px;
  font: 400 normal 36px/1 'cwsicon';
  left: 50%;
  right: auto;
  top: 50%;
  margin: -3px 0 0 -18px;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: margin-top 0.2s ease-out, opacity 0.2s linear 0.1s;
  transition: margin-top 0.2s ease-out, opacity 0.2s linear 0.1s;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio {
  background-color: #FFFFFF;
  padding: 30px;
  position: relative;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_title,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_title {
  font-size: 24px;
  font-weight: 400;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_content {
  font-size: 16px;
  line-height: 1.6875em;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_content:not(:first-child),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_content:not(:first-child) {
  margin: 30px 0 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info {
  font-size: 0;
  line-height: 1;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info:not(:first-child),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info:not(:first-child) {
  margin: 30px 0 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info .post_terms,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info .post_terms {
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline;
  color: #323233;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info .post_terms:not(:last-child):after,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info .post_terms:not(:last-child):after {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  background-color: #e0e0e0;
  margin: 0 15px -1px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info .post_terms a,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info .post_terms a {
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content .under_image_portfolio .post_info .post_date,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content .under_image_portfolio .post_info .post_date {
  display: inline;
  font-size: 14px;
  line-height: 19px;
  color: #7E7E80;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content.active .post_media .cws_portfolio_content_wrap .links_wrap .links,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content.active .post_media .cws_portfolio_content_wrap .links_wrap .links {
  opacity: 1;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content.active .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content.active .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before {
  margin-top: -18px;
  opacity: 1;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content {
  position: relative;
  overflow: hidden;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .post_media,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .post_media {
  position: relative;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .post_media .pic,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .post_media .pic {
  position: relative;
  font-size: 0;
  line-height: 1;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .post_media .pic img,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .post_media .pic img {
  width: 100%;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img {
  width: 80%;
  color: #FFFFFF;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title {
  position: relative;
  top: 20px;
  font-size: 32px;
  opacity: 0;
  margin: 0;
  -webkit-transition: top 0.3s linear, opacity 0.2s ease-out;
  transition: top 0.3s linear, opacity 0.2s ease-out;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title a,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title a {
  color: #FFFFFF;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_content {
  position: relative;
  font-size: 16px;
  line-height: 1.6875em;
  opacity: 0;
  top: 20px;
  -webkit-transition: top 0.3s linear, opacity 0.2s ease-out;
  transition: top 0.3s linear, opacity 0.2s ease-out;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_content:not(:first-child),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_content:not(:first-child) {
  margin: 30px 0 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8.3333%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  opacity: 0;
  -webkit-transition: top 0.3s linear, opacity 0.3s ease-out;
  transition: top 0.3s linear, opacity 0.3s ease-out;
  color: #FFFFFF;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms a,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms a {
  color: #FFFFFF;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date {
  color: #FFFFFF;
  text-align: right;
  font-style: italic;
  font-size: 14px;
  line-height: 19px;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date:not(:first-child),
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date:not(:first-child) {
  margin: 5px 0 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date:before,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_date:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0 9px 0 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content.active .cws_portfolio_content_wrap,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content.active .cws_portfolio_content_wrap {
  background-color: rgba(33, 33, 33, 0.6);
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content.active .cws_portfolio_content_wrap .desc_img .post_title,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content.active .cws_portfolio_content_wrap .desc_img .post_content,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content.active .cws_portfolio_content_wrap .desc_img .post_title,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content.active .cws_portfolio_content_wrap .desc_img .post_content {
  opacity: 1;
  top: 0;
}
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content.active .cws_portfolio_content_wrap .post_info,
.cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content.active .cws_portfolio_content_wrap .post_info {
  opacity: 1;
}

/*  --------------------
	Portfolio 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_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content:hover .post_media .cws_portfolio_content_wrap .links_wrap .links,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content:hover .post_media .cws_portfolio_content_wrap .links_wrap .links {
    opacity: 1;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_under_img .item_content:hover .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_under_img .item_content:hover .post_media .cws_portfolio_content_wrap .links_wrap .links.fancy:before {
    margin-top: -18px;
    opacity: 1;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content:hover .cws_portfolio_content_wrap,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content:hover .cws_portfolio_content_wrap {
    background-color: rgba(33, 33, 33, 0.6);
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content:hover .cws_portfolio_content_wrap .desc_img .post_title,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content:hover .cws_portfolio_content_wrap .desc_img .post_content,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content:hover .cws_portfolio_content_wrap .desc_img .post_title,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content:hover .cws_portfolio_content_wrap .desc_img .post_content {
    opacity: 1;
    top: 0;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content:hover .cws_portfolio_content_wrap .post_info,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content:hover .cws_portfolio_content_wrap .post_info {
    opacity: 1;
  }

  .related_portfolio .portfolio_module_wrapper .item .item_content:hover .cws_portfolio_content_wrap {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img {
    width: 90%;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .desc_img .post_title {
    font-size: 26px !important;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info {
    padding: 0 20px;
  }
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_carousel.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms,
  .cws_portfolio_posts_grid .portfolio_module_wrapper .cws_vc_shortcode_grid.info_inside_img .item_content .cws_portfolio_content_wrap .post_info .post_terms {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 991px) {
  /* Grids */
  .cws_portfolio_posts_grid.posts_grid_4 .item,
  .cws_portfolio_posts_grid.posts_grid_4 .grid-sizer {
    width: 50%;
  }

  /* Filters */
  .cws_portfolio_nav {
    margin: 0 -5px 80px;
  }
  .cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* Grids */
  .cws_portfolio_posts_grid.posts_grid_2 .item,
  .cws_portfolio_posts_grid.posts_grid_2 .grid-sizer, .cws_portfolio_posts_grid.posts_grid_3 .item,
  .cws_portfolio_posts_grid.posts_grid_3 .grid-sizer, .cws_portfolio_posts_grid.posts_grid_4 .item,
  .cws_portfolio_posts_grid.posts_grid_4 .grid-sizer {
    width: 100%;
  }
}
/*  --------------------
	Portfolio single styles
--------------------  */
.single-cws_portfolio .item.post_single .post_media {
  margin: 0 0 50px;
}
.single-cws_portfolio .item.post_single .post_media:after {
  content: '';
  display: table;
  clear: both;
}
.single-cws_portfolio .item.post_single .post_media .single_gallery {
  margin: -30px -15px 0 !important;
}
.single-cws_portfolio .item.post_single .post_media .single_gallery .gallery-item {
  float: left;
}
.single-cws_portfolio .item.post_single .post_media .slick-dots {
  position: absolute;
  text-align: center;
}
.single-cws_portfolio .item.post_single .post_media .slick-dots li:before {
  display: none;
}
.single-cws_portfolio .item.post_single .cws_portfolio_single_content {
  margin: 0;
}
.single-cws_portfolio .cws_portfolio_post:after {
  content: '';
  display: table;
  clear: both;
}
.single-cws_portfolio .cws_portfolio_post.left_s .single_col, .single-cws_portfolio .cws_portfolio_post.left .single_col {
  float: right;
}
.single-cws_portfolio .cws_portfolio_post.right_s .single_col, .single-cws_portfolio .cws_portfolio_post.right .single_col {
  float: left;
}
.single-cws_portfolio .cws_portfolio_post .single_col {
  padding: 0 15px;
}
.single-cws_portfolio .cws_portfolio_post .single_col.single_col_25 {
  width: 25%;
}
.single-cws_portfolio .cws_portfolio_post .single_col.single_col_33 {
  width: 33.3%;
}
.single-cws_portfolio .cws_portfolio_post .single_col.single_col_50 {
  width: 50%;
}
.single-cws_portfolio .cws_portfolio_post .single_col.single_col_66 {
  width: 66.6%;
}
.single-cws_portfolio .cws_portfolio_post .single_col.single_col_75 {
  width: 75%;
}
.single-cws_portfolio .grid_row.related_portfolio {
  margin-top: 50px;
}
.single-cws_portfolio .grid_row.related_portfolio .posts_grid {
  padding-top: 51px;
  border-top: solid 1px rgba(16, 17, 18, 0.15);
}
.single-cws_portfolio .grid_row.related_portfolio .widgettitle {
  text-align: left;
  font-size: 32px;
  line-height: 1.1562em;
  margin-bottom: 40px;
}
.single-cws_portfolio .grid_row.related_portfolio .widgettitle:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 16px 0 0;
}

@media screen and (max-width: 991px) {
  .single-cws_portfolio .cws_portfolio_post .single_col.single_col_25, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_33, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_50, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_66, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_75 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .single-cws_portfolio .cws_portfolio_post .single_col {
    float: none;
  }
  .single-cws_portfolio .cws_portfolio_post .single_col.single_col_25, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_33, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_50, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_66, .single-cws_portfolio .cws_portfolio_post .single_col.single_col_75 {
    width: 100%;
  }
}
/*  --------------------
	Pricing Plan module styles
--------------------  */
.cws_pricing_module {
  padding: 38px 0 35px;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  border: solid 1px #d0d1d1;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.cws_pricing_module:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
.cws_pricing_module .pricing_icon_wrapper {
  font-size: 0;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.cws_pricing_module .pricing_icon_wrapper .pricing_icon {
  display: inline-block;
  vertical-align: top;
  width: 74px;
  height: 74px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_pricing_module .pricing_icon_wrapper .pricing_icon i {
  font-size: 74px;
  line-height: 1;
}
.cws_pricing_module .pricing_icon_wrapper .pricing_icon i:before {
  font-size: inherit;
}
.cws_pricing_module .pricing_title {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  font-size: 32px;
  line-height: 37px;
  font-weight: 400;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_pricing_module .pricing_title:not(:first-child) {
  margin: 35px 0 0;
}
.cws_pricing_module .pricing_wrapper {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.cws_pricing_module .pricing_wrapper:not(:first-child) {
  margin: 10px auto 0;
}
.cws_pricing_module .pricing_price_value {
  position: relative;
  padding: 41px 0 0;
  font-size: 42px;
  line-height: 48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_pricing_module .pricing_price_value:before {
  content: '';
  position: absolute;
  display: block;
  left: 50%;
  right: 50%;
  top: 0;
  width: 0;
  height: 31px;
  border-left-style: solid;
  border-left-width: 1px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cws_pricing_module .pricing_price_desc {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_pricing_module .pricing_price_desc:not(:first-child) {
  margin: 5px auto 0;
}
.cws_pricing_module .pricing_content {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 250px;
  margin: 0 auto;
}
.cws_pricing_module .pricing_content:not(:first-child) {
  margin: 45px auto 0;
}
.cws_pricing_module .pricing_row_info {
  position: relative;
  padding: 0 0 0 14px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  max-width: 80%;
  width: 100%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_pricing_module .pricing_row_info:not(:first-child) {
  margin: 18px auto 0;
}
.cws_pricing_module .pricing_row_info:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  top: 8px;
  left: 0;
  right: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_pricing_module .pricing_additional_text {
  font-size: 14px;
  line-height: 19px;
}
.cws_pricing_module .pricing_additional_text:not(:first-child) {
  margin: 36px 0 0;
}
.cws_pricing_module .pricing_plan_buttons {
  position: relative;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  margin: 0 -1px -36px;
}
.cws_pricing_module .pricing_plan_buttons:not(:first-child) {
  margin-top: 45px;
}
.cws_pricing_module .pricing_plan_buttons .more_button {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 700;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 13px 20px 14px;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
}
.cws_pricing_module .pricing_plan_buttons .more_button:after {
  content: '\f158';
  font: 400 normal 18px/1em 'cwsicon';
  position: relative;
  display: inline-block;
  margin: 0 0 0 8px;
  top: 1px;
}
.cws_pricing_module.highlighted {
  border-color: transparent;
}
.cws_pricing_module.highlighted:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.cws_pricing_module.highlighted .pricing_plan_buttons .more_button {
  color: #000000 !important;
  border-color: #d0d0d0 !important;
}

/*  --------------------
	Pricing Plan module 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_module:hover {
    border-color: transparent;
  }
  .cws_pricing_module:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .cws_pricing_module:hover .pricing_plan_buttons .more_button {
    color: #000000 !important;
    border-color: #d0d0d0 !important;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_pricing_module .pricing_plan_buttons .more_button:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cws_pricing_module .pricing_wrapper {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .cws_pricing_module {
    margin: 30px 0 0;
  }
}
/*  --------------------
	Progress Bar module styles
--------------------  */
.cws_progress_bar_module .progress_bar_info_wrap {
  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_progress_bar_module .progress_bar_info_wrap .progress_bar_title {
  margin: 0;
  font-weight: 600;
  color: #000000;
}
.cws_progress_bar_module .progress_bar_info_wrap .progress_bar_percents {
  margin: 1px 0 -1px;
  font-size: 14px;
  font-weight: 600;
}
.cws_progress_bar_module .progress_bar_wrapper {
  height: 5px;
  margin-top: 12px;
  background-color: #f0f1f2;
}
.cws_progress_bar_module .progress_bar_wrapper .progress_bar {
  height: inherit;
}

/*  --------------------
	Roadmap module styles
--------------------  */
.cws_roadmap_module .roadmap_row {
  padding: 165px 0 0;
  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;
  width: 100%;
  position: relative;
}
.cws_roadmap_module .roadmap_row:not(:first-child) {
  margin: 40px 0 0;
}
.vc_row[data-vc-full-width-init="true"] .cws_roadmap_module .roadmap_row:after {
  content: '';
  position: absolute;
  display: block;
  width: 100vw;
  left: 50%;
  right: auto;
  top: 164px;
  height: 2px;
  opacity: 0.45;
  margin: 0 0 0 -50vw;
  z-index: 1;
}
.cws_roadmap_module .roadmap_row:before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  top: 164px;
  height: 2px;
}
.cws_roadmap_module .roadmap_row .roadmap_item {
  max-width: 25%;
  margin: 0 15px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.cws_roadmap_module .roadmap_row .roadmap_item:first-child:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -28px;
  right: auto;
  top: -5px;
}
.cws_roadmap_module .roadmap_row .roadmap_item:last-child:before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -28px;
  left: auto;
  top: -5px;
}
.cws_roadmap_module .roadmap_row .roadmap_item.end_point:before {
  content: '\f175';
  position: absolute;
  width: 40px;
  height: 40px;
  font: 400 normal 40px/1 'cwsicon';
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  right: -62px;
  left: auto;
  top: -20px;
  background-color: transparent !important;
}
.cws_roadmap_module .roadmap_row .roadmap_item:after {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: -7px;
  left: 50%;
  right: auto;
  margin: 0 0 0 -7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper {
  width: 130px;
  height: 143px;
  position: absolute;
  top: -165px;
  left: 50%;
  right: auto;
  margin: 0 0 0 -65px;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper:before {
  content: '\f184';
  font: 400 normal 143px/1em 'cwsicon';
  text-align: center;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 18px;
  bottom: -17px;
  left: 50%;
  right: auto;
  margin: 0 0 0 -1px;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper .icon {
  display: block;
  width: 68px;
  height: 68px;
  position: absolute;
  z-index: 2;
  left: 50%;
  right: auto;
  top: 50%;
  margin: -34px 0 0 -34px;
  text-align: center;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper i {
  display: block;
  color: #ffffff;
  fill: #ffffff;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper i:before {
  font-size: 68px;
  line-height: 1;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_label {
  margin: 26px auto 0;
  width: 52px;
  height: 58px;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 58px;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_label:before {
  content: '\f184';
  position: absolute;
  width: 52px;
  height: 58px;
  left: 50%;
  right: auto;
  top: 0;
  margin: 0 0 0 -26px;
  font: 400 normal 58px/1em 'cwsicon';
  text-align: center;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_label:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 30px;
  left: 50%;
  right: auto;
  top: -27px;
  margin: 0 0 0 -1px;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_label span {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_item_info {
  margin: 22px 0 0;
}
.cws_roadmap_module .roadmap_row .roadmap_item .roadmap_item_info .roadmap_title {
  font-weight: 500;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .cws_roadmap_module .roadmap_row {
    padding: 0 0 0 40px;
    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;
    width: 100%;
    position: relative;
  }
  .cws_roadmap_module .roadmap_row:not(:first-child) {
    margin: 0;
  }
  .vc_row[data-vc-full-width-init="true"] .cws_roadmap_module .roadmap_row:after {
    content: none;
    display: none;
  }
  .cws_roadmap_module .roadmap_row:before {
    content: '';
    position: absolute;
    left: 5px;
    right: auto;
    top: -10px;
    bottom: -10px;
    height: auto;
    width: 2px;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item {
    max-width: none;
    margin: 30px 0;
    text-align: left;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item:first-child:before {
    left: -39px;
    right: auto;
    top: -45px;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item:last-child:before {
    left: -39px;
    right: auto;
    top: auto;
    bottom: -45px;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item.end_point:before {
    right: auto;
    left: -54px;
    top: auto;
    bottom: -77px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cws_roadmap_module .roadmap_row .roadmap_item:after {
    top: 158px;
    left: 58px;
    right: auto;
    margin: 0;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item .roadmap_item_inner {
    position: relative;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item .roadmap_item_inner:before {
    content: '';
    position: absolute;
    display: block;
    width: 95px;
    height: 2px;
    left: -33px;
    top: 164px;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item .roadmap_icon_wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
  .cws_roadmap_module .roadmap_row .roadmap_item .roadmap_label {
    margin: 48px 39px 0;
  }
  .cws_roadmap_module .roadmap_row + .roadmap_row .roadmap_item:first-child:before {
    display: none;
  }
}
/*  --------------------
	Services module styles
--------------------  */
.cws_service_module {
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* List type */
  /*  Card type  */
}
.cws_service_module .cws_service_module_inner {
  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: 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;
  position: relative;
}
.cws_service_module.add_right_divider_small .divider {
  content: '';
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  width: 2px;
  max-height: 100%;
  height: 57px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
  margin: 2px -1px 0 0;
}
.cws_service_module.add_right_divider_large .divider {
  content: '';
  position: absolute;
  right: -1px;
  left: auto;
  top: 30px;
  bottom: 30px;
  width: 2px;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 33%, transparent 0%);
  background-position: right top;
  -webkit-background-size: 2px 6px;
  background-size: 2px 6px;
  background-repeat: repeat-y;
  margin: 2px 0 0;
}
.cws_service_module .service_icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px transparent;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
}
.cws_service_module .service_icon:after {
  content: '';
  position: absolute;
  z-index: 2;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: solid 1px transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cws_service_module .service_icon .icon,
.cws_service_module .service_icon .icon i:before {
  font-size: 54px;
  line-height: 54px;
  -webkit-transition: color 0.3s, fill 0.3s;
  transition: color 0.3s, fill 0.3s;
}
.cws_service_module .service_icon .icon {
  position: relative;
  z-index: 3;
  width: 54px;
  height: 54px;
}
.cws_service_module .service_icon .icon i:before {
  padding: 0;
  display: block;
}
.cws_service_module .service_info {
  font-size: 0;
  line-height: 1;
}
.cws_service_module .service_title {
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  letter-spacing: -0.2px;
}
.cws_service_module .service_description {
  font-size: 16px;
  line-height: 1.6875em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.cws_service_module.icon_beside .service_header {
  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;
  width: 100%;
}
.cws_service_module.icon_beside .service_header .service_icon_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_service_module.icon_beside .service_header .service_title {
  width: 100%;
  line-height: 1.1875em;
  padding: 2px 0 0;
}
.cws_service_module.icon_beside .service_icon_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cws_service_module.icon_beside .service_icon_wrapper:after {
  content: '';
  display: block;
  position: absolute;
  width: 36px;
  height: 1px;
  top: 50%;
}
.cws_service_module.icon_beside.icon_type_counter .service_icon_wrapper {
  padding: 0 63px 0 0;
}
.cws_service_module.icon_beside.icon_type_counter .service_icon_wrapper:after {
  margin: 2px 0 0;
  left: auto;
  right: 17px;
}
.cws_service_module.icon_beside.icon_type_iconic .service_icon_wrapper {
  padding: 0 75px 0 0;
}
.cws_service_module.icon_beside.icon_type_iconic .service_icon_wrapper:after {
  margin: -3px 0 0;
  left: auto;
  right: 20px;
}
.cws_service_module.icon_left.vertical_align_middle .cws_service_module_inner {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cws_service_module.icon_left.vertical_align_top .cws_service_module_inner {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.cws_service_module.icon_left.vertical_align_bottom .cws_service_module_inner {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.cws_service_module.icon_left.align_center .cws_service_module_inner, .cws_service_module.icon_left.align_right .cws_service_module_inner {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.cws_service_module.icon_left.align_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.icon_left.align_right .cws_service_module_inner .service_icon_wrapper {
  text-align: right;
}
.cws_service_module.icon_left.align_center .cws_service_module_inner .service_info, .cws_service_module.icon_left.align_right .cws_service_module_inner .service_info {
  text-align: left;
  width: auto;
}
.cws_service_module.icon_left .cws_service_module_inner {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.cws_service_module.icon_left .service_icon_wrapper {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_service_module.icon_left .service_info {
  width: 100%;
  margin: 4px 0 0;
}
.cws_service_module.icon_bg_type_figured .service_icon {
  background-color: transparent !important;
}
.cws_service_module.icon_bg_type_figured .service_icon > svg {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: transparent;
}
.cws_service_module.service_type_list {
  text-align: left;
  display: block;
}
.cws_service_module.service_type_list .service_type_list_item {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  position: relative;
}
.cws_service_module.service_type_list .service_type_list_item:before {
  content: '\f158';
  position: absolute;
  display: block;
  font: 400 normal 18px/1em 'cwsicon';
  width: 18px;
  height: 18px;
  left: -32px;
  right: auto;
  top: 50%;
  margin: -9px 0 0;
  opacity: 0;
  -webkit-transition: left 0.3s, right 0.3s, opacity 0.3s;
  transition: left 0.3s, right 0.3s, opacity 0.3s;
}
.cws_service_module.service_type_list .service_type_list_item .service_title {
  letter-spacing: normal;
}
.cws_service_module.service_type_list .service_type_list_item .service_info {
  display: inline-block;
  vertical-align: baseline;
}
.cws_service_module.service_type_list .service_type_list_item .service_icon_wrapper {
  display: inline-block;
  vertical-align: baseline;
}
.cws_service_module.service_type_card {
  padding: 40px 35px 40px;
  position: relative;
}
.cws_service_module.service_type_card:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: bottom 0.3s ease-out, opacity 0.4s ease-out;
  transition: bottom 0.3s ease-out, opacity 0.4s ease-out;
  background: url(../img/bg-service-card.png) center top no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.cws_service_module.service_type_card:after {
  content: '';
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 16px;
  bottom: 16px;
  z-index: 2;
  border-width: 2px;
  border-style: solid;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cws_service_module.service_type_card .service_icon_wrapper,
.cws_service_module.service_type_card .service_info {
  position: relative;
  z-index: 3;
}
.cws_service_module.service_type_card .service_icon_wrapper {
  -webkit-transition: margin 0.3s;
  transition: margin 0.3s;
}
.cws_service_module.service_type_card .service_info {
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

/*  --------------------
	Services 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:hover {
    /* List type */
    /* Card type */
  }
  .cws_service_module:hover .service_icon:after {
    opacity: 1;
  }
  .cws_service_module:hover .service_info .service_button_wrapper .service_button.hover {
    border-width: 3px;
    border-style: solid;
    padding: 16px 26px 17px;
  }
  .cws_service_module:hover .service_info .service_button_wrapper .service_button.hover:before {
    opacity: 0;
  }
  .cws_service_module:hover.add_shadow {
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  }
  .cws_service_module:hover.service_type_list .service_type_list_item {
    padding: 0 0 0 32px;
  }
  .cws_service_module:hover.service_type_list .service_type_list_item:before {
    left: 0;
    opacity: 1;
  }
  .cws_service_module:hover.service_type_card {
    border-color: transparent !important;
  }
  .cws_service_module:hover.service_type_card:before, .cws_service_module:hover.service_type_card:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_service_module.landscape_icon_above .cws_service_module_inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cws_service_module.landscape_icon_above .service_icon_wrapper {
    margin: 0;
  }
  .cws_service_module.landscape_icon_left.align_landscape_center .cws_service_module_inner, .cws_service_module.landscape_icon_left.align_landscape_right .cws_service_module_inner, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_center .cws_service_module_inner, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_right .cws_service_module_inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .cws_service_module.landscape_icon_left.align_landscape_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.landscape_icon_left.align_landscape_right .cws_service_module_inner .service_icon_wrapper, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.landscape_icon_left.align_landscape_center .cws_service_module_inner .service_info, .cws_service_module.landscape_icon_left.align_landscape_right .cws_service_module_inner .service_info, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_center .cws_service_module_inner .service_info, .cws_service_module.landscape_icon_beside:not(.icon_beside).align_landscape_right .cws_service_module_inner .service_info {
    text-align: left;
    width: auto;
  }
  .cws_service_module.landscape_icon_left .cws_service_module_inner, .cws_service_module.landscape_icon_beside:not(.icon_beside) .cws_service_module_inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cws_service_module.landscape_icon_left .service_icon_wrapper, .cws_service_module.landscape_icon_beside:not(.icon_beside) .service_icon_wrapper {
    margin: 0 30px 0 0;
  }
  .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_center .cws_service_module_inner, .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_right .cws_service_module_inner {
    display: inline-block;
    vertical-align: top;
  }
  .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_center .cws_service_module_inner .service_title, .cws_service_module.landscape_icon_beside.icon_beside.align_landscape_right .cws_service_module_inner .service_title {
    text-align: left;
    width: auto;
  }
  .cws_service_module.landscape_icon_beside.icon_beside .service_icon_wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .cws_service_module.portrait_icon_above .cws_service_module_inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cws_service_module.portrait_icon_above .service_icon_wrapper {
    margin: 0;
  }
  .cws_service_module.portrait_icon_left.align_portrait_center .cws_service_module_inner, .cws_service_module.portrait_icon_left.align_portrait_right .cws_service_module_inner, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_center .cws_service_module_inner, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_right .cws_service_module_inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .cws_service_module.portrait_icon_left.align_portrait_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.portrait_icon_left.align_portrait_right .cws_service_module_inner .service_icon_wrapper, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.portrait_icon_left.align_portrait_center .cws_service_module_inner .service_info, .cws_service_module.portrait_icon_left.align_portrait_right .cws_service_module_inner .service_info, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_center .cws_service_module_inner .service_info, .cws_service_module.portrait_icon_beside:not(.icon_beside).align_portrait_right .cws_service_module_inner .service_info {
    text-align: left;
    width: auto;
  }
  .cws_service_module.portrait_icon_left .cws_service_module_inner, .cws_service_module.portrait_icon_beside:not(.icon_beside) .cws_service_module_inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cws_service_module.portrait_icon_left .service_icon_wrapper, .cws_service_module.portrait_icon_beside:not(.icon_beside) .service_icon_wrapper {
    margin: 0 30px 0 0;
  }
  .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_center .cws_service_module_inner, .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_right .cws_service_module_inner {
    display: inline-block;
    vertical-align: top;
  }
  .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_center .cws_service_module_inner .service_title, .cws_service_module.portrait_icon_beside.icon_beside.align_portrait_right .cws_service_module_inner .service_title {
    text-align: left;
    width: auto;
  }
  .cws_service_module.portrait_icon_beside.icon_beside .service_icon_wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .cws_service_module.add_right_divider_small, .cws_service_module.add_right_divider_large {
    content: none;
    display: none;
  }
  .cws_service_module.mobile_icon_above .cws_service_module_inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cws_service_module.mobile_icon_above .service_icon_wrapper {
    margin: 0;
    width: 100%;
  }
  .cws_service_module.mobile_icon_left.align_mobile_center .cws_service_module_inner, .cws_service_module.mobile_icon_left.align_mobile_right .cws_service_module_inner, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_center .cws_service_module_inner, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_right .cws_service_module_inner {
    display: -webkit-inline-flex;
    display: inline-flex;
  }
  .cws_service_module.mobile_icon_left.align_mobile_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.mobile_icon_left.align_mobile_right .cws_service_module_inner .service_icon_wrapper, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.mobile_icon_left.align_mobile_center .cws_service_module_inner .service_info, .cws_service_module.mobile_icon_left.align_mobile_right .cws_service_module_inner .service_info, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_center .cws_service_module_inner .service_info, .cws_service_module.mobile_icon_beside:not(.icon_beside).align_mobile_right .cws_service_module_inner .service_info {
    text-align: left;
    width: auto;
  }
  .cws_service_module.mobile_icon_left .cws_service_module_inner, .cws_service_module.mobile_icon_beside:not(.icon_beside) .cws_service_module_inner {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cws_service_module.mobile_icon_left .service_icon_wrapper, .cws_service_module.mobile_icon_beside:not(.icon_beside) .service_icon_wrapper {
    margin: 0 30px 0 0;
  }
  .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_center .cws_service_module_inner, .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_right .cws_service_module_inner {
    display: inline-block;
    vertical-align: top;
  }
  .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_center .cws_service_module_inner .service_icon_wrapper, .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_right .cws_service_module_inner .service_icon_wrapper {
    text-align: right;
  }
  .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_center .cws_service_module_inner .service_title, .cws_service_module.mobile_icon_beside.icon_beside.align_mobile_right .cws_service_module_inner .service_title {
    text-align: left;
    width: auto;
  }
  .cws_service_module.mobile_icon_beside.icon_beside .service_icon_wrapper {
    margin: 0;
  }
}
/*  --------------------
	Social icons module & widget styles
--------------------  */
.cws-social-links {
  text-align: center;
  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;
  margin: -15px -14px 0;
}
.cws-social-links.position-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cws-social-links.position-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.cws-social-links .cws-social-link {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  margin: 8px 14px 0;
  font-size: 1em;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws-social-links .cws-social-link.none {
  width: auto;
  background-color: transparent !important;
}
.cws-social-links .cws-social-link.none .social_icon:before {
  font-size: 1em;
}
.cws-social-links .cws-social-link.squared {
  width: 4em;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 4em;
  line-height: 4em;
}
.cws-social-links .cws-social-link.squared .social_icon:before {
  font-size: 0.9em;
}
.cws-social-links .cws-social-link.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 4em;
  height: 4em;
  line-height: 4em;
}
.cws-social-links .cws-social-link.round .social_icon:before {
  font-size: 0.9em;
}
.cws-social-links .cws-social-link .social_icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit !important;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.cws-social-links .cws-social-link .social_icon:before {
  font-size: 2em;
}

/*  --------------------
	Social icons module & widget media styles
--------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws-social-links.landscape-position-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cws-social-links.landscape-position-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .cws-social-links.landscape-position-right {
    -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-social-links.portrait-position-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cws-social-links.portrait-position-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .cws-social-links.portrait-position-right {
    -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-social-links.mobile-position-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cws-social-links.mobile-position-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .cws-social-links.mobile-position-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
/*  --------------------
	Staff archive & module styles
--------------------  */
.staff_module_wrapper.view_grid .cws_vc_shortcode_grid {
  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;
}
.staff_module_wrapper.view_grid .cws_vc_shortcode_grid .staff_item_wrapper {
  margin-top: 30px;
}
.staff_module_wrapper.view_grid .cws_vc_shortcode_grid .staff_item_wrapper .post_media {
  width: 100%;
}
.staff_module_wrapper.view_grid.columns_1 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 100%;
}
.staff_module_wrapper.view_grid.columns_1 .cws_vc_shortcode_grid .staff_item_wrapper:first-child {
  margin-top: 0;
}
.staff_module_wrapper.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 50%;
}
.staff_module_wrapper.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2) {
  margin-top: 0;
}
.staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 33%;
}
.staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2), .staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(3) {
  margin-top: 0;
}
.staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 25%;
}
.staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2), .staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(3), .staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(4) {
  margin-top: 0;
}
.staff_module_wrapper.view_carousel .cws_carousel.slick-dotted {
  padding-bottom: 0;
  margin: 0 -30px;
}
.staff_module_wrapper.view_carousel .slick-list {
  padding: 0 15px 41px;
}
.staff_module_wrapper.view_carousel .slick-list .slick-slide {
  margin: 0;
}
.staff_module_wrapper.view_carousel .slick-dots {
  text-align: center;
}
.staff_module_wrapper .cws_vc_shortcode_grid {
  margin: 0 -15px;
}
.staff_module_wrapper .staff_item_wrapper {
  text-align: center;
  padding: 0 15px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .post_media {
  position: relative;
  height: 0;
  padding: 100% 0 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F4F5;
  overflow: hidden;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .post_media .link_author {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .post_media img {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 120%;
  left: 50%;
  right: auto;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: transform 3s ease-in-out;
  transition: transform 3s ease-in-out;
  z-index: 3;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
  padding: 27px 20px 38px;
  background-color: transparent;
  -webkit-transition: background-color 1s, box-shadow 1s;
  transition: background-color 1s, box-shadow 1s;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_title {
  margin: 0;
  line-height: 1.2143em;
  font-weight: 400;
  font-size: 28px !important;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_title a {
  color: inherit;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .position_list {
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .position_list a {
  color: inherit;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .department_list {
  font-weight: 700;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .label {
  font-weight: 700;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .biography {
  font-size: 14px;
  line-height: 19px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .biography p {
  display: inline;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content li {
  line-height: 27px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links {
  display: block;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links:not(:first-child) {
  margin: 11px -13px 0;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links:first-child {
  margin: 0 -13px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links a {
  display: inline-block;
  vertical-align: top;
  margin: 5px 11px 0;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links .cws-social-link {
  margin: 0;
  padding: 18px 2px 0;
  height: 32px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-transition: color 0.3s, padding 0.3s;
  transition: color 0.3s, padding 0.3s;
  font-size: 16px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links .cws-social-link:before {
  font-size: inherit;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws-social-links .cws-social-link:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  border-left-width: 1px;
  border-left-style: solid;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
  background-color: transparent;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_custom_button:not(:first-child) {
  margin-top: 24px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content,
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .biography,
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .tel,
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .email,
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .experience,
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .department_list {
  font-size: 14px;
  line-height: 19px;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content:not(:first-child),
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .biography:not(:first-child),
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .tel:not(:first-child),
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .email:not(:first-child),
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .experience:not(:first-child),
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .department_list:not(:first-child) {
  margin: 5px 0 0;
}
.staff_module_wrapper .staff_item_wrapper .staff_item_inner .cws_staff_post_info .position_list:not(:first-child) {
  margin: 2px 0 0;
}

/*  --------------------
	Staff module 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) {
  .staff_module_wrapper:not(.disable_hover) .staff_item_wrapper:hover .post_media img {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
    transform: translate(-50%, -50%) scale(1.2, 1.2);
  }
  .staff_module_wrapper:not(.disable_hover) .staff_item_wrapper:hover .cws_staff_post_info {
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
  }

  .staff_module_wrapper .staff_item_wrapper .cws_staff_post_info .cws-social-links .cws-social-link:hover {
    padding: 0 2px;
  }
  .staff_module_wrapper .staff_item_wrapper .cws_staff_post_info .cws-social-links .cws-social-link:hover:after {
    height: 10px;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.view_grid.columns_3 .cws_staff_post_info .item_title, .staff_module_wrapper.view_grid.columns_4 .cws_staff_post_info .item_title {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 991px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 50%;
    margin-bottom: 40px;
  }
  .staff_module_wrapper.view_grid.columns_3 .cws_staff_post_info .item_title, .staff_module_wrapper.view_grid.columns_4 .cws_staff_post_info .item_title {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper .staff_item_wrapper .cws_staff_post_info .item_title {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 479px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.view_grid .staff_item_wrapper {
    margin-bottom: 40px;
  }
  .staff_module_wrapper.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 100%;
  }
}
/*  --------------------
	Staff module single
--------------------  */
.cws_staff_single .main_staff_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: 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-width: 1px;
  border-style: solid;
  background-color: #fcfdfd;
}
.cws_staff_single .main_staff_info .post_media {
  max-width: 456px;
  background-color: #F2F4F5;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_staff_single .main_staff_info .post_media img {
  display: block;
}
.cws_staff_single .main_staff_info .information_wrapper {
  padding: 30px 40px;
  max-width: 616px;
  width: 100%;
}
.cws_staff_single .main_staff_info .information_wrapper .item_title {
  margin-bottom: 20px;
  padding: 0 0 18px;
  position: relative;
}
.cws_staff_single .main_staff_info .information_wrapper .item_title:after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
}
.cws_staff_single .main_staff_info .information_wrapper .department_list,
.cws_staff_single .main_staff_info .information_wrapper .position_list {
  margin: 18px 0 0;
}
.cws_staff_single .main_staff_info .information_wrapper .department_list a,
.cws_staff_single .main_staff_info .information_wrapper .position_list a {
  font-size: 18px;
  color: #707787;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info {
  margin: 0 -15px;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info:after {
  content: '';
  display: table;
  clear: both;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 18px 0 0;
  padding: 0 15px;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info.tel:before {
  content: '\f3cd';
  font: 900 25px/1em 'Font Awesome 5 Free';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 0 13px 0 0;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info.email {
  width: 100%;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info.email:before {
  content: '\f0e0';
  font: 400 23px/25px 'Font Awesome 5 Free';
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: top;
  margin: 1px 13px 0 0;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info .label {
  font-weight: 700;
  margin: 0 12px 0 0;
}
.cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info a {
  color: inherit;
}
.cws_staff_single .main_staff_info .information_wrapper .socials_wrapper {
  margin: 25px 0 0;
  padding: 15px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  max-width: 441px;
  width: 100%;
}
.cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links {
  display: block;
  margin: 0 -5px;
  text-align: left;
}
.cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links a {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links a .cws-social-link {
  margin: 0;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links a .cws-social-link:before {
  font-size: 30px;
  line-height: 50px;
}

/*  --------------------
	Staff module single media
--------------------  */
@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_staff_single .main_staff_info .socials_wrapper .cws-social-links .cws-social-link:hover {
    padding: 0 2px;
  }
  .cws_staff_single .main_staff_info .socials_wrapper .cws-social-links .cws-social-link:hover:after {
    height: 10px;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_staff_single .main_staff_info .information_wrapper {
    padding: 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .cws_staff_single .main_staff_info .post_media {
    max-width: 350px;
  }
  .cws_staff_single .main_staff_info .information_wrapper {
    padding: 8px 30px 18px;
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .cws_staff_single .main_staff_info .information_wrapper .item_title {
    font-size: 38px;
  }
  .cws_staff_single .main_staff_info .information_wrapper .department_list {
    font-size: 18px;
  }
  .cws_staff_single .main_staff_info .information_wrapper .position_list {
    margin-top: 10px;
    font-size: 16px;
  }
  .cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info {
    margin: 10px 0 0;
  }
  .cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cws_staff_single .main_staff_info .information_wrapper .socials_wrapper {
    margin: 10px 0 0;
    padding: 10px 0 0;
  }
  .cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links a .cws-social-link:before {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cws_staff_single .main_staff_info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cws_staff_single .main_staff_info .post_media {
    max-width: 100%;
  }
  .cws_staff_single .main_staff_info .information_wrapper {
    padding: 30px 20px;
    margin: 0;
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .cws_staff_single .main_staff_info .information_wrapper .item_title:after {
    left: 50%;
    right: auto;
    margin: 0 0 0 -20px;
  }
  .cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info {
    margin: 0;
  }
  .cws_staff_single .main_staff_info .information_wrapper .wrapper-staff-info .block-staff-info {
    width: 100%;
    padding: 0;
  }
  .cws_staff_single .main_staff_info .information_wrapper .socials_wrapper {
    max-width: none;
  }
  .cws_staff_single .main_staff_info .information_wrapper .socials_wrapper .cws-social-links {
    text-align: center;
  }
}
/*  --------------------
	Tabs module styles
--------------------  */
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  border: solid 1px #dddddd;
  margin: 0 -1px 0 0;
}
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  content: none;
  display: none;
}
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
  z-index: 2;
}
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 18px 37px 19px 38px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.125em;
  border: none;
  color: #19191a;
}
.vc_tta-container .vc_tta-tabs .vc_tta-panels-container {
  margin: -1px 0 0;
  position: relative;
  z-index: 3;
}
.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
  background-color: #f0f1f2;
}
.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 47px 50px 49px 38px;
  border: none;
}

/*  --------------------
	Tabs module media styles
--------------------  */
@media screen and (max-width: 991px) {
  .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 18px 20px 19px;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
    margin-bottom: 0;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading {
    margin-top: 0;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: 0;
    text-align: center;
    margin: 20px 0;
    -webkit-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
    padding: 20px 30px;
  }
  .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 5px 15px 15px;
  }
}
/*  --------------------
	Testimonials styles
--------------------  */
.cws_testimonial_module .cws_testimonial_module_title:not(:last-child) {
  margin: 0 0 26px;
}
.cws_testimonial_module .cws_testimonial_list {
  font-size: 0;
  line-height: 1;
}
.cws_testimonial_module .testimonial_info_wrapper {
  display: inline-block;
  vertical-align: top;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_testimonial_module .testimonial_info_wrapper:not(:first-child) {
  margin-top: 37px;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info_content {
  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;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_img {
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_author_name {
  font-size: 16px;
  line-height: 1.375em;
  font-weight: 600;
  color: #000000;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_author_pos {
  font-size: 14px;
  line-height: 1.3571em;
  font-weight: 400;
  color: #7e7e80;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_author_pos:not(:first-child) {
  margin: 6px 0 0;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_rating {
  letter-spacing: 4px;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_rating:not(:first-child) {
  margin: 6px 0 0;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_rating i {
  font-size: 16px;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_rating i.active {
  color: #f4c07f;
}
.cws_testimonial_module .testimonial_info_wrapper .testimonial_info .testimonial_rating .default {
  color: #cccccc;
}
.cws_testimonial_module.align_left .testimonial_info_wrapper, .cws_testimonial_module.align_center .testimonial_info_wrapper, .cws_testimonial_module:not(.align_right):not(.align_center) .testimonial_info_wrapper {
  text-align: left;
}
.cws_testimonial_module.align_right .testimonial_info_wrapper {
  text-align: right;
}
.cws_testimonial_module .cws_carousel {
  margin: 0 -8px;
}
.cws_testimonial_module .cws_carousel .slick-slide {
  margin: 0 8px;
}
.cws_testimonial_module:not(.cws_carousel_wrapper).columns_2 .cws_testimonial_list, .cws_testimonial_module:not(.cws_carousel_wrapper).columns_3 .cws_testimonial_list {
  margin: 0 -8px;
  font-size: 0;
  line-height: 1;
  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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.cws_testimonial_module:not(.cws_carousel_wrapper).columns_2 .cws_testimonial_list .cws_testimonial_item, .cws_testimonial_module:not(.cws_carousel_wrapper).columns_3 .cws_testimonial_list .cws_testimonial_item {
  padding: 0 8px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_testimonial_module:not(.cws_carousel_wrapper).columns_2 .cws_testimonial_item {
  width: 50%;
}
.cws_testimonial_module:not(.cws_carousel_wrapper).columns_3 .cws_testimonial_item {
  width: 33.3333%;
}
.cws_testimonial_module:not(.cws_carousel_wrapper) .cws_testimonial_item {
  margin: 0 0 30px;
}
.cws_testimonial_module .testimonial_item.customized_bg {
  padding: 50px 44px;
}
.cws_testimonial_module.info_position_beside:not(.align_right) .testimonial_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: 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_testimonial_module.info_position_beside:not(.align_right) .testimonial_item .testimonial_info_wrapper {
  margin: 0 110px 0 0;
}
.cws_testimonial_module.info_position_beside:not(.align_right) .testimonial_item .testimonial_quote {
  width: 100%;
}
.cws_testimonial_module.info_position_beside.align_right .testimonial_item {
  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: 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_testimonial_module.info_position_beside.align_right .testimonial_item .testimonial_info_wrapper {
  margin: 0 0 0 110px;
}
.cws_testimonial_module.info_position_beside.align_right .testimonial_item .testimonial_quote {
  width: 100%;
}
.cws_testimonial_module .testimonial_text {
  display: inline-block;
  vertical-align: top;
}
.cws_testimonial_module.standard_style .testimonial_quote:not(:first-child) {
  margin-top: 37px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper) .testimonial_info_wrapper, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'] .testimonial_info_wrapper {
  margin-bottom: 18px;
}
.cws_testimonial_module.standard_style .testimonial_text {
  font-size: 18px;
  line-height: 1.7778em;
  color: #4c4c4d;
  position: relative;
  max-width: 726px;
}
.cws_testimonial_module.standard_style .testimonial_text:before, .cws_testimonial_module.standard_style .testimonial_text:after {
  content: '\f186';
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px;
  width: 24px;
  height: 24px;
  font: 400 normal 24px/24px 'cwsicon';
}
.cws_testimonial_module.standard_style .testimonial_text:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_center .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_center .testimonial_text:before {
  position: absolute;
  margin: 0;
  left: -49px;
  right: auto;
  top: 6px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_center .testimonial_text:after, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_center .testimonial_text:after {
  position: absolute;
  display: block;
  margin: 0;
  left: auto;
  right: -49px;
  bottom: 6px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .cws_testimonial_module_title, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .cws_testimonial_module_title {
  margin: 0 49px 26px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .testimonial_item, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .testimonial_item {
  margin: 0 49px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .testimonial_text:before, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .testimonial_text:before {
  position: absolute;
  margin: 0;
  left: -49px;
  right: auto;
  top: 6px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .slick-dots, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .slick-dots {
  left: 50px;
  right: 50px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .cws_testimonial_module_title {
  margin: 0 49px 26px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .testimonial_item {
  margin: 0 49px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .testimonial_text:before {
  position: absolute;
  margin: 0;
  left: auto;
  right: -49px;
  top: 6px;
}
.cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .slick-dots {
  left: 50px;
  right: 50px;
}
.cws_testimonial_module.large_style .testimonial_quote {
  margin-bottom: 12px;
}
.cws_testimonial_module.large_style .testimonial_quote:not(:first-child) {
  margin-top: 40px;
}
.cws_testimonial_module.large_style .testimonial_text {
  font-size: 42px;
  line-height: 1.1429em;
  color: #4c4c4d;
  max-width: 765px;
}
.cws_testimonial_module.large_style .testimonial_text p:before {
  content: '“';
}
.cws_testimonial_module.large_style .testimonial_text p:after {
  content: '”';
}

/*  --------------------
	Testimonials media styles
--------------------  */
@media screen and (max-width: 991px) {
  .cws_testimonial_module:not(.cws_carousel_wrapper).columns_3 .cws_testimonial_item {
    width: 50%;
  }
  .cws_testimonial_module .testimonial_item.customized_bg {
    padding: 30px 20px;
  }
  .cws_testimonial_module.info_position_beside.align_left .testimonial_item, .cws_testimonial_module.info_position_beside.align_right .testimonial_item, .cws_testimonial_module.info_position_beside.align_center .testimonial_item, .cws_testimonial_module.info_position_beside:not(.align_right):not(.align_center) .testimonial_item {
    display: block;
  }
  .cws_testimonial_module.info_position_beside.align_left .testimonial_item .testimonial_info_wrapper, .cws_testimonial_module.info_position_beside.align_right .testimonial_item .testimonial_info_wrapper, .cws_testimonial_module.info_position_beside.align_center .testimonial_item .testimonial_info_wrapper, .cws_testimonial_module.info_position_beside:not(.align_right):not(.align_center) .testimonial_item .testimonial_info_wrapper {
    margin: 0;
  }
  .cws_testimonial_module.info_position_beside.align_left .testimonial_item .testimonial_info_wrapper:not(:first-child), .cws_testimonial_module.info_position_beside.align_right .testimonial_item .testimonial_info_wrapper:not(:first-child), .cws_testimonial_module.info_position_beside.align_center .testimonial_item .testimonial_info_wrapper:not(:first-child), .cws_testimonial_module.info_position_beside:not(.align_right):not(.align_center) .testimonial_item .testimonial_info_wrapper:not(:first-child) {
    margin: 37px 0 0;
  }
  .cws_testimonial_module.standard_style .testimonial_text {
    font-size: 16px;
  }
  .cws_testimonial_module.standard_style .testimonial_text:before, .cws_testimonial_module.standard_style .testimonial_text:after {
    content: '\f186';
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 15px;
    width: 24px;
    height: 24px;
    font: 400 normal 24px/24px 'cwsicon';
  }
  .cws_testimonial_module.standard_style .testimonial_text:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_center .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_center .testimonial_text:before {
    position: relative;
    margin: 0 0 15px;
    left: auto;
    right: auto;
    top: auto;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_center .testimonial_text:after, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_center .testimonial_text:after {
    display: none;
  }
  .cws_testimonial_module.large_style .testimonial_text {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .cws_testimonial_module:not(.cws_carousel_wrapper).columns_2 .cws_testimonial_item, .cws_testimonial_module:not(.cws_carousel_wrapper).columns_3 .cws_testimonial_item {
    width: 100%;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .cws_testimonial_module_title, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .cws_testimonial_module_title {
    margin: 0 0 26px;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .testimonial_item, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .testimonial_item {
    margin: 0;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .testimonial_text:before, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .testimonial_text:before {
    position: relative;
    margin: 0 0 15px;
    left: auto;
    right: auto;
    top: auto;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_left .slick-dots, .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper):not(.align_right):not(.align_center) .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_left .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1']:not(.align_right):not(.align_center) .slick-dots {
    left: 1px;
    right: 1px;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .cws_testimonial_module_title, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .cws_testimonial_module_title {
    margin: 0 0 26px;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .testimonial_item, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .testimonial_item {
    margin: 0;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .testimonial_text:before, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .testimonial_text:before {
    position: relative;
    margin: 0 0 15px;
    left: auto;
    right: auto;
    top: auto;
  }
  .cws_testimonial_module.standard_style:not([class*='columns_']):not(.cws_carousel_wrapper).align_right .slick-dots, .cws_testimonial_module.standard_style.cws_carousel_wrapper[data-columns='1'].align_right .slick-dots {
    left: 1px;
    right: 1px;
  }
}
/*  --------------------
	Text module styles
--------------------  */
.cws_textmodule {
  line-height: 1;
}
.cws_textmodule.desktop_aling-left {
  text-align: left;
}
.cws_textmodule.desktop_aling-center {
  text-align: center;
}
.cws_textmodule.desktop_aling-right {
  text-align: right;
}
.cws_textmodule .cws_textmodule_subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
}
.cws_textmodule .cws_textmodule_subtitle:not(:first-child) {
  margin: 10px 0 0;
}
.cws_textmodule .cws_textmodule_title_wrapper {
  margin: 0;
}
.cws_textmodule .cws_textmodule_title_wrapper .cws_textmodule_title {
  margin: 0;
}
.cws_textmodule .cws_textmodule_title_wrapper:not(:first-child) {
  margin: 8px 0 0;
}
.cws_textmodule .cws_textmodule_title_wrapper mark {
  background-color: transparent;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.cws_textmodule .cws_textmodule_content_wrapper {
  font-size: 16px;
  line-height: 1.6875em;
}
.cws_textmodule .cws_textmodule_content_wrapper:not(:first-child) {
  margin: 44px 0 0;
}
.cws_textmodule.divider_position_left .cws_textmodule_title:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 21px 0 -1px;
}
.cws_textmodule.divider_position_right .cws_textmodule_title:after {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 0 0 20px;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider {
  display: inline-block;
  vertical-align: top;
  height: 0;
  width: 157px;
  margin: 0;
  position: relative;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider:not(:first-child) {
  margin: 16px 0 0;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider:before, .cws_textmodule.divider_position_under .cws_textmodule_divider:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 0;
  top: 0;
  border-top-style: solid;
  border-top-width: 1px;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider:before {
  left: 0;
  right: auto;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider:after {
  left: auto;
  right: 0;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon {
  display: block;
  width: 56px;
  height: 7px;
  margin: -3px auto -4px;
  position: relative;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon:before, .cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon:after {
  content: '\f156';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  font: 400 normal 7px/7px 'cwsicon';
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon:before {
  left: 0;
  right: auto;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon:after {
  left: auto;
  right: 0;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon_large {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  top: -3px;
}
.cws_textmodule.divider_position_under .cws_textmodule_divider .cws_textmodule_divider_icon_large:before {
  content: '\f156';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  font: 400 normal 13px/12px 'cwsicon';
}
.cws_textmodule.add_pattern .cws_textmodule_header {
  padding: 0 46px;
}
.cws_textmodule.add_pattern .cws_textmodule_title_pattern {
  position: relative;
}
.cws_textmodule.add_pattern .cws_textmodule_title_pattern:before, .cws_textmodule.add_pattern .cws_textmodule_title_pattern:after {
  content: '';
  position: absolute;
  display: block;
  width: 28.922px;
  height: 88.824px;
  top: 50%;
  margin: -34px 0 0;
  opacity: 0.07;
}
.cws_textmodule.add_pattern .cws_textmodule_title_pattern:before {
  left: -45px;
  right: auto;
  background: url(../img/svg/cws-textmodule-title-pattern-left.svg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.cws_textmodule.add_pattern .cws_textmodule_title_pattern:after {
  left: auto;
  right: -44px;
  background: url(../img/svg/cws-textmodule-title-pattern-right.svg) 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/*  --------------------
	Text module media
--------------------  */
@media screen and (max-width: 767px) {
  .cws_textmodule.divider_position_left .cws_textmodule_title:before {
    margin: 0.56em 12px 0 0;
  }
  .cws_textmodule.divider_position_right .cws_textmodule_title:after {
    margin: 0.56em 0 0 12px;
  }
}
/*  --------------------
	Toggles styles
--------------------  */
.vc_toggle {
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  margin: 0 !important;
  position: relative;
  padding: 30px 54px 28px 20px !important;
}
.vc_toggle + .vc_toggle {
  border-top: none;
}
.vc_toggle .vc_toggle_title {
  padding: 0 0 0 20px;
}
.vc_toggle .vc_toggle_title > h1,
.vc_toggle .vc_toggle_title > h2,
.vc_toggle .vc_toggle_title > h3,
.vc_toggle .vc_toggle_title > h4,
.vc_toggle .vc_toggle_title > h5,
.vc_toggle .vc_toggle_title > h6,
.vc_toggle .vc_toggle_title > div,
.vc_toggle .vc_toggle_title > p {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.vc_toggle .vc_toggle_title:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  left: 1px;
  right: auto;
  top: 0.5625em;
  font-size: 24px;
}
.vc_toggle .vc_toggle_content {
  padding: 25px 0 1px 20px;
  margin: 0;
}
.vc_toggle .vc_toggle_icon {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  left: auto;
  right: -36px;
  top: 50%;
  margin: -7px 0 0;
  text-align: center;
  color: #c3c5c6;
  -webkit-transition: transform 0.3s, color 0.3s, margin 0.3s, right 0.3s, left 0.3s;
  transition: transform 0.3s, color 0.3s, margin 0.3s, right 0.3s, left 0.3s;
}
.vc_toggle .vc_toggle_icon:before {
  content: '\f159';
  display: block;
  width: 14px;
  height: 14px;
  font: 400 normal 14px/1em 'cwsicon';
}

.vc_toggle.vc_toggle_active .vc_toggle_icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -35px;
  margin: -8px 0 0;
}

@media screen and (max-width: 767px) {
  .vc_toggle {
    padding: 30px 36px 28px 0 !important;
  }
  .vc_toggle .vc_toggle_content {
    padding: 25px 0 1px;
  }
}
/*  --------------------
	Twitter module styles
--------------------  */
.cws_twitter_module {
  position: relative;
  padding: 46px 0 47px 170px;
  background-image: url(../img/stars_bg.png);
  background-repeat: no-repeat;
  background-position: 121px 0;
}
.cws_twitter_module:before, .cws_twitter_module:after {
  content: '';
  position: absolute;
  display: block;
  width: 10000px;
  top: 0;
  bottom: 0;
}
.cws_twitter_module:before {
  left: auto;
  right: 100%;
  margin: 0 -100px 0 0;
}
.cws_twitter_module:after {
  left: 100%;
  right: auto;
  margin: 0 0 0 -5px;
}
.cws_twitter_module .cws_twitter_wrapper {
  position: relative;
  z-index: 2;
}
.cws_twitter_module .cws_twitter_wrapper:before {
  content: '\f099';
  font: 400 normal 36px/38px 'Font Awesome 5 Brands';
  position: absolute;
  width: 38px;
  height: 38px;
  left: -171px;
  top: 50%;
  margin: -19px 0 0;
  color: #ffffff;
}
.cws_twitter_module .cws_twitter_wrapper > svg {
  position: absolute;
  display: block;
  width: 39px;
  height: 9px;
  left: -122px;
  right: auto;
  top: 50%;
  margin: -5px 0 0;
  fill: #fff;
  color: #fff;
}
.cws_twitter_module .cws_twitter_wrapper .cws_tweet {
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.cws_twitter_module .cws_twitter_wrapper .cws_tweet .text {
  color: #ffffff;
}
.cws_twitter_module .cws_twitter_wrapper .cws_tweet .text a {
  opacity: 0.8;
  color: #FFFFFF;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  word-break: break-word;
}
.cws_twitter_module .cws_twitter_wrapper .cws_tweet .date {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.8;
  margin: 4px 0 0 22px;
  white-space: nowrap;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.cws_twitter_module .cws_twitter_wrapper .slick-dots {
  text-align: right;
}
.cws_twitter_module .cws_twitter_wrapper .slick-dots li button {
  background-color: rgba(255, 255, 255, 0.3);
}
.cws_twitter_module .cws_twitter_wrapper .slick-dots li.slick-active button {
  background-color: #ffffff;
}

/*  ----------------------------
	Twitter module 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_twitter_module .cws_tweet .text a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .cws_twitter_module {
    padding: 36px 0 37px 100px;
    background-position: 81px 0;
  }
  .cws_twitter_module:before {
    margin: 0 -62px 0 0;
  }
  .cws_twitter_module .cws_twitter_wrapper:before {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    left: -90px;
    margin: -15px 0 0;
  }
  .cws_twitter_module .cws_twitter_wrapper > svg {
    display: none;
  }
  .cws_twitter_module .cws_twitter_wrapper .cws_tweet {
    display: block;
  }
  .cws_twitter_module .cws_twitter_wrapper .cws_tweet .date {
    margin: 10px 0 0;
  }
  .cws_twitter_module .cws_twitter_wrapper .slick-dots {
    text-align: left;
  }
}
/*  --------------------
    Extra VC_Hover_Box styles
--------------------  */
.vc-hoverbox-wrapper .vc-hoverbox-block-inner > * {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: inherit;
  -moz-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(70px) scale(0.86);
  -moz-transform: translateZ(70px) scale(0.86);
  transform: translateZ(70px) scale(0.86);
}

/*  --------------------
    Extra VC_Pie_Chart styles
--------------------  */
.vc_pie_chart .wpb_wrapper h4.wpb_pie_chart_heading {
  font-size: 24px;
  padding: 18.2609% 0 0;
  margin: 0;
  color: #000000;
}
.vc_pie_chart .wpb_wrapper .vc_pie_chart_back {
  border-color: #f0f1f2 !important;
  opacity: 1;
}
.vc_pie_chart .wpb_wrapper .vc_pie_chart_value {
  left: 19px;
  top: 19px;
  right: 19px;
  bottom: 19px;
  font-size: 36px;
  font-weight: 800;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  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;
}
.vc_pie_chart .wpb_wrapper canvas {
  display: block;
}

/*  ====================
	Common Widgets styles
====================  */
.aside-widgets-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aside-widgets-overlay.active {
  pointer-events: auto;
  opacity: 1;
}

.page-footer .cws-widget,
aside.side_panel .cws-widget,
.cws_megamenu_item .cws-widget {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
.page-footer .cws-widget .widget-title,
aside.side_panel .cws-widget .widget-title,
.cws_megamenu_item .cws-widget .widget-title {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 31px;
  text-transform: initial;
}
.page-footer .cws-widget .widget-title .inherit-wt,
aside.side_panel .cws-widget .widget-title .inherit-wt,
.cws_megamenu_item .cws-widget .widget-title .inherit-wt {
  padding-left: 0;
  font-weight: 400;
}
.page-footer .cws-widget .widget-title .inherit-wt:before,
aside.side_panel .cws-widget .widget-title .inherit-wt:before,
.cws_megamenu_item .cws-widget .widget-title .inherit-wt:before {
  display: none;
}

.page-footer .cws-widget.widget-cws-contact .logo_description {
  margin-top: -9px !important;
}
.page-footer .cws-widget .widget-title {
  margin-bottom: 35px;
}

.mejs-button > button {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.cws-widget {
  /*Start of Brackets fix*/
  /*End of Brackets fix*/
}
.cws-widget:not(:last-child) {
  margin-bottom: 30px;
}
.cws-widget .cws_msg_box_module {
  padding: 15px 76px 17px 20px;
}
.cws-widget .cws_msg_box_module:after {
  right: 60px;
  left: auto;
}
.cws-widget .cws_msg_box_module .close_btn {
  right: 18px;
  left: auto;
}
.cws-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.cws-widget .widget-title .inherit-wt {
  position: relative;
  padding: 0 0 0 25px;
}
.cws-widget .widget-title .inherit-wt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  height: 2px;
  width: 15px;
}
.cws-widget .widget-title a {
  color: inherit;
}
.cws-widget .wpcf7-form {
  margin-top: -6px;
}
.cws-widget ul li a {
  font-size: 16px;
}
.cws-widget input[type="text"],
.cws-widget input[type="email"],
.cws-widget input[type="url"],
.cws-widget input[type="password"],
.cws-widget input[type="search"],
.cws-widget input[type="tel"],
.cws-widget input[type="range"],
.cws-widget input[type="date"],
.cws-widget input[type="month"],
.cws-widget input[type="week"],
.cws-widget input[type="time"],
.cws-widget input[type="datetime"],
.cws-widget input[type="datetime-local"],
.cws-widget input[type="color"],
.cws-widget .wpcf7-select,
.cws-widget textarea {
  padding: 14px 19px 13px;
  font-size: 14px;
  line-height: 19px;
  background-color: #ffffff;
}
.cws-widget textarea::placeholder,
.cws-widget input[type="text"]::placeholder,
.cws-widget input[type="email"]::placeholder,
.cws-widget input[type="text"]::placeholder,
.cws-widget input[type="url"]::placeholder,
.cws-widget input[type="password"]::placeholder,
.cws-widget input[type="search"]::placeholder,
.cws-widget input[type="tel"]::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.cws-widget select {
  padding: 14px 48px 13px 19px;
  font-size: 14px;
  line-height: 19px;
  background-color: #FFFFFF;
}

.sidebar-tablet-trigger {
  display: none;
}

@media screen and (max-width: 991px) {
  .sidebar-tablet-trigger {
    display: block;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 20px 15px;
    font-style: normal;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .sidebar-tablet-trigger.trigger-sb-right {
    right: -40px;
    -webkit-box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  }
  .sidebar-tablet-trigger.trigger-sb-right:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .sidebar-tablet-trigger.trigger-sb-right.active {
    right: 0;
    left: auto;
  }
  .sidebar-tablet-trigger.trigger-sb-left {
    left: -40px;
    right: auto;
    -webkit-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.15);
  }
  .sidebar-tablet-trigger.trigger-sb-left:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .sidebar-tablet-trigger.trigger-sb-left.active {
    left: 0;
    right: auto;
  }
  .sidebar-tablet-trigger:before {
    content: '\f142';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 21px;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 0 0 -1px;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-tablet-trigger {
    display: none;
  }
}
/*  --------------------
	Filter by price
--------------------  */
.widget_price_filter {
  background-color: #f0f1f2;
  padding: 30px;
}

.price_slider_wrapper {
  padding: 4px 0 0;
}
.price_slider_wrapper .price_slider {
  height: 7px;
  position: relative;
  background-color: #cecece;
  margin: 0 5.5px;
}
.price_slider_wrapper .price_slider .ui-slider-range {
  height: 100%;
  top: 0;
  position: absolute;
}
.price_slider_wrapper .price_slider .ui-slider-handle {
  width: 0;
  height: 7px;
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.price_slider_wrapper .price_slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  left: -5.5px;
  right: auto;
  top: -2px;
  z-index: 2;
  width: 11px;
  height: 11px;
}
.price_slider_wrapper .price_slider .ui-slider-handle .price_label {
  margin-top: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price_slider_wrapper .price_slider_amount {
  margin-top: 10px;
  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: 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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.price_slider_wrapper .price_slider_amount .button {
  padding: 8px 11px 9px;
  margin: 8px 0 0;
  color: #FFFFFF;
}
.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
}
.price_slider_wrapper .price_slider_amount .clear {
  display: none;
}

@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) {
  .price_slider_wrapper .price_slider_amount .button:hover {
    background-color: transparent;
  }
}
/*  --------------------
	Active products filter Widget
--------------------  */
.widget_layered_nav {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}
.widget_layered_nav li:not(:first-child) {
  border-top: solid 1px #cecece;
}
.widget_layered_nav li.chosen a {
  padding: 13px 0 13px 36px;
}
.widget_layered_nav li.chosen a:before {
  left: 8px;
}
.widget_layered_nav a {
  position: relative;
  font-size: 16px;
  line-height: 1.625em;
  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;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 13px 26px;
  background-color: transparent;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
  color: inherit;
}
.widget_layered_nav a:before {
  content: '\f159';
  font: 400 normal 12px/1em 'cwsicon';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -2px;
  top: 21px;
  color: #a8a8a8;
  -webkit-transition: left 0.3s, color 0.3s;
  transition: left 0.3s, color 0.3s;
}
.widget_layered_nav .post_count {
  font-size: 16px;
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.37);
  overflow: hidden;
}
.widget_layered_nav .color-box {
  width: 18px;
  height: 18px;
  margin: 5px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  border-style: solid;
  border-width: 1px;
}
.widget_layered_nav select {
  margin: 0 0 15px;
  width: 100%;
}

.widget_layered_nav_filters ul {
  font-size: 0;
  line-height: 1;
  margin: 0 -5px -5px;
}
.widget_layered_nav_filters ul li {
  display: inline-block;
  vertical-align: top;
  margin: 5px;
}
.widget_layered_nav_filters ul a {
  font-size: 14px !important;
  line-height: 19px;
  text-transform: lowercase;
  display: block;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 10px 19.4px;
  color: #000000;
  background-color: #f0f1f2;
  opacity: 1;
}
.widget_layered_nav_filters ul a:after {
  content: '×';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: -3px 0 0 7px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  top: 1px;
}

.page-footer .widget_layered_nav ul,
aside.side_panel .widget_layered_nav ul {
  background-color: transparent;
}
.page-footer .widget_layered_nav ul ul,
aside.side_panel .widget_layered_nav ul ul {
  margin-top: 7px;
}
.page-footer .widget_layered_nav ul li,
aside.side_panel .widget_layered_nav ul li {
  border: none;
}
.page-footer .widget_layered_nav ul li:not(:first-child),
aside.side_panel .widget_layered_nav ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_layered_nav ul li a,
aside.side_panel .widget_layered_nav ul li a {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  width: auto;
}
.page-footer .widget_layered_nav ul li a:before,
aside.side_panel .widget_layered_nav ul li a:before {
  content: '';
  display: none;
}
.page-footer .widget_layered_nav .post_count,
aside.side_panel .widget_layered_nav .post_count {
  opacity: 0.37;
}

/*  --------------------
	Archive widget 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) {
  .widget_layered_nav a:hover {
    padding: 13px 0 13px 36px;
  }
  .widget_layered_nav a:hover:before {
    left: 8px;
  }

  .widget_layered_nav_filters ul a:hover {
    color: #FFFFFF !important;
  }
}
/*  --------------------
	Product categories Widget
--------------------  */
.widget_product_categories {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}
.widget_product_categories ul ul {
  margin: 0 0 0 17px;
}
.widget_product_categories li {
  margin: 0;
  padding: 0;
}
.widget_product_categories li:not(:first-child),
.widget_product_categories ul ul li:first-child {
  border-top: solid 1px #cecece;
  -webkit-transition: none;
  transition: none;
}
.widget_product_categories li:before,
.widget_product_categories li:after {
  content: none;
  display: none;
}
.widget_product_categories li.with_counter .item_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.widget_product_categories li .list_item {
  width: 100%;
}
.widget_product_categories li:not(.with_counter) .list_item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_product_categories li a {
  position: relative;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.625em;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-word;
}
.widget_product_categories li .post_count {
  display: inline-block;
  vertical-align: top;
  padding: 13px 0 13px;
  font-size: 16px;
  line-height: 1.625em;
  color: rgba(0, 0, 0, 0.37);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 0 0 16px;
}
.widget_product_categories li.active > .item_wrapper a {
  opacity: 1;
}
.widget_product_categories .widget_archive_opener {
  position: relative;
  width: 9px;
  height: 52px;
  text-align: center;
  color: #a8a8a8;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0 0 0 8px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.widget_product_categories .widget_archive_opener:before {
  content: '\f159';
  font: 400 normal 12px/52px 'cwsicon';
}
.widget_product_categories .widget_archive_opener.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget_product_categories select {
  margin: 0 0 15px;
  width: 100%;
}

.page-footer .widget_product_categories,
aside.side_panel .widget_product_categories {
  overflow: initial;
}
.page-footer .widget_product_categories li:not(:first-child),
.page-footer .widget_product_categories ul ul li:first-child,
aside.side_panel .widget_product_categories li:not(:first-child),
aside.side_panel .widget_product_categories ul ul li:first-child {
  border-top: none;
}
.page-footer .widget_product_categories ul,
aside.side_panel .widget_product_categories ul {
  background-color: transparent;
}
.page-footer .widget_product_categories ul ul,
aside.side_panel .widget_product_categories ul ul {
  margin-top: 7px;
}
.page-footer .widget_product_categories ul li,
aside.side_panel .widget_product_categories ul li {
  border: none;
}
.page-footer .widget_product_categories ul li:not(:first-child),
aside.side_panel .widget_product_categories ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_product_categories ul li.active > .item_wrapper a,
aside.side_panel .widget_product_categories ul li.active > .item_wrapper a {
  opacity: 1;
}
.page-footer .widget_product_categories ul li a,
aside.side_panel .widget_product_categories ul li a {
  padding: 2px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.page-footer .widget_product_categories ul li a:after,
aside.side_panel .widget_product_categories ul li a:after {
  content: '';
  display: none;
}
.page-footer .widget_product_categories ul li.parent_archive > a,
aside.side_panel .widget_product_categories ul li.parent_archive > a {
  padding: 3px 30px 3px 0;
}
.page-footer .widget_product_categories ul li .post_count,
aside.side_panel .widget_product_categories ul li .post_count {
  padding: 3px 0;
  color: inherit;
  opacity: 0.6;
}
.page-footer .widget_product_categories .widget_archive_opener,
aside.side_panel .widget_product_categories .widget_archive_opener {
  height: 30px;
  line-height: 32px;
}
.page-footer .widget_product_categories .widget_archive_opener:before,
aside.side_panel .widget_product_categories .widget_archive_opener:before {
  line-height: 32px;
}

/*  --------------------
	Widget Search
--------------------  */
.widget_product_search,
.widget_search {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget_product_search .widget-title,
.widget_search .widget-title {
  margin: 0 0 30px;
}
.widget_product_search form,
.widget_search form {
  position: relative;
  background-color: #ffffff;
}
.widget_product_search form .search-field,
.widget_search form .search-field {
  border-width: 0;
  padding: 16px 75px 16px 21px;
  font-size: 16px;
  line-height: 27px;
  background-color: transparent;
  height: 59px;
}
.widget_product_search form *[type='submit'],
.widget_search form *[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  height: 59px;
  width: 59px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.widget_product_search form *[type='submit']:before,
.widget_search form *[type='submit']:before {
  content: '\f002';
  font: 900 normal 21px/1em 'Font Awesome 5 Free';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wp-block-search {
  padding: 30px;
  background-color: #f0f1f2;
  position: relative;
}
.wp-block-search:not(:last-child) {
  margin: 0 0 1.1875em;
}
.wp-block-search .wp-block-search__label {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 700;
}
.wp-block-search .wp-block-search__input {
  border-width: 0;
  padding: 16px 75px 16px 21px;
  font-size: 16px;
  line-height: 27px;
  background-color: #ffffff;
  height: 59px;
}
.wp-block-search .wp-block-search__button {
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: auto;
  height: 59px;
  width: 59px;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  color: #FFFFFF;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.wp-block-search .wp-block-search__button:before {
  content: '\f002';
  font: 900 normal 21px/1em 'Font Awesome 5 Free';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*  --------------------
	Widget average rating
--------------------  */
.cws-widget.widget_rating_filter {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}
.cws-widget.widget_rating_filter ul {
  padding: 0;
}
.cws-widget.widget_rating_filter ul li {
  padding: 13px 0;
  color: rgba(0, 0, 0, 0.35);
}
.cws-widget.widget_rating_filter ul li:not(:first-child) {
  border-top: solid 1px #cecece;
}
.cws-widget.widget_rating_filter ul li > a {
  color: inherit !important;
  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;
}

/*  --------------------
	Woocommerce product widgets
--------------------  */
.widget_top_rated_products,
.widget_recently_viewed_products,
.widget_recent_reviews,
.widget_products,
.widget_shopping_cart {
  padding: 29px;
  border: solid 1px #d0d1d1;
}
.widget_top_rated_products .widget-title,
.widget_recently_viewed_products .widget-title,
.widget_recent_reviews .widget-title,
.widget_products .widget-title,
.widget_shopping_cart .widget-title {
  margin: 0 0 30px;
}
.widget_top_rated_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_products ul li,
.widget_shopping_cart ul li {
  position: relative;
  margin: 0;
  padding: 0 0 0 60px;
  min-height: 50px;
  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;
}
.widget_top_rated_products ul li:not(:first-child),
.widget_recently_viewed_products ul li:not(:first-child),
.widget_recent_reviews ul li:not(:first-child),
.widget_products ul li:not(:first-child),
.widget_shopping_cart ul li:not(:first-child) {
  margin: 20px 0 0;
}
.widget_top_rated_products ul li .remove,
.widget_recently_viewed_products ul li .remove,
.widget_recent_reviews ul li .remove,
.widget_products ul li .remove,
.widget_shopping_cart ul li .remove {
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  color: rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}
.widget_top_rated_products ul li a:not(.remove),
.widget_recently_viewed_products ul li a:not(.remove),
.widget_recent_reviews ul li a:not(.remove),
.widget_products ul li a:not(.remove),
.widget_shopping_cart ul li a:not(.remove) {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
}
.widget_top_rated_products ul li a img,
.widget_recently_viewed_products ul li a img,
.widget_recent_reviews ul li a img,
.widget_products ul li a img,
.widget_shopping_cart ul li a img {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #e7edf3;
}
.widget_top_rated_products ul li a .product-title,
.widget_recently_viewed_products ul li a .product-title,
.widget_recent_reviews ul li a .product-title,
.widget_products ul li a .product-title,
.widget_shopping_cart ul li a .product-title {
  display: block;
  margin: -6px 0 0;
}
.widget_top_rated_products ul li .star-rating,
.widget_recently_viewed_products ul li .star-rating,
.widget_recent_reviews ul li .star-rating,
.widget_products ul li .star-rating,
.widget_shopping_cart ul li .star-rating {
  margin-right: calc(100% - 175px);
  margin-top: 3px;
  margin-bottom: 9px;
}
.widget_top_rated_products ul li .quantity,
.widget_recently_viewed_products ul li .quantity,
.widget_recent_reviews ul li .quantity,
.widget_products ul li .quantity,
.widget_shopping_cart ul li .quantity {
  padding: 0;
  font-size: 14px;
  line-height: 19px;
}
.widget_top_rated_products ul li .quantity .price,
.widget_recently_viewed_products ul li .quantity .price,
.widget_recent_reviews ul li .quantity .price,
.widget_products ul li .quantity .price,
.widget_shopping_cart ul li .quantity .price {
  display: inline-block;
  vertical-align: top;
}
.widget_top_rated_products ul li .price,
.widget_recently_viewed_products ul li .price,
.widget_recent_reviews ul li .price,
.widget_products ul li .price,
.widget_shopping_cart ul li .price {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
}
.widget_top_rated_products ul li .price del,
.widget_recently_viewed_products ul li .price del,
.widget_recent_reviews ul li .price del,
.widget_products ul li .price del,
.widget_shopping_cart ul li .price del {
  text-decoration: none;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.widget_top_rated_products ul li .price del .amount,
.widget_recently_viewed_products ul li .price del .amount,
.widget_recent_reviews ul li .price del .amount,
.widget_products ul li .price del .amount,
.widget_shopping_cart ul li .price del .amount {
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;
  color: #7e7e80;
}
.widget_top_rated_products ul li .price ins,
.widget_recently_viewed_products ul li .price ins,
.widget_recent_reviews ul li .price ins,
.widget_products ul li .price ins,
.widget_shopping_cart ul li .price ins {
  padding: 0;
  vertical-align: middle;
}
.widget_top_rated_products ul li .reviewer,
.widget_recently_viewed_products ul li .reviewer,
.widget_recent_reviews ul li .reviewer,
.widget_products ul li .reviewer,
.widget_shopping_cart ul li .reviewer {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.35);
}
.widget_top_rated_products .total,
.widget_recently_viewed_products .total,
.widget_recent_reviews .total,
.widget_products .total,
.widget_shopping_cart .total {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #cecece;
  font-size: 14px;
  line-height: 19px;
}
.widget_top_rated_products .total strong,
.widget_recently_viewed_products .total strong,
.widget_recent_reviews .total strong,
.widget_products .total strong,
.widget_shopping_cart .total strong {
  float: left;
  font-weight: 400;
  margin: 0 6px 0 0;
  letter-spacing: 0.7px;
}
.widget_top_rated_products .total .amount,
.widget_recently_viewed_products .total .amount,
.widget_recent_reviews .total .amount,
.widget_products .total .amount,
.widget_shopping_cart .total .amount {
  font-weight: 600;
  font-size: 16px;
}
.widget_top_rated_products .buttons,
.widget_recently_viewed_products .buttons,
.widget_recent_reviews .buttons,
.widget_products .buttons,
.widget_shopping_cart .buttons {
  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-betwenn;
  -moz-justify-content: space-betwenn;
  -ms-justify-content: space-betwenn;
  justify-content: space-betwenn;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.widget_top_rated_products .buttons .button,
.widget_recently_viewed_products .buttons .button,
.widget_recent_reviews .buttons .button,
.widget_products .buttons .button,
.widget_shopping_cart .buttons .button {
  display: inline-block;
  padding: 9px 11px 8px;
  margin-top: 14px;
  width: 100%;
  text-align: center;
}
.widget_top_rated_products .buttons .button:not(:last-child),
.widget_recently_viewed_products .buttons .button:not(:last-child),
.widget_recent_reviews .buttons .button:not(:last-child),
.widget_products .buttons .button:not(:last-child),
.widget_shopping_cart .buttons .button:not(:last-child) {
  margin-right: 10px;
}
.widget_top_rated_products .buttons .button:not(.checkout),
.widget_recently_viewed_products .buttons .button:not(.checkout),
.widget_recent_reviews .buttons .button:not(.checkout),
.widget_products .buttons .button:not(.checkout),
.widget_shopping_cart .buttons .button:not(.checkout) {
  color: #FFFFFF;
}
.widget_top_rated_products .buttons .button.checkout,
.widget_recently_viewed_products .buttons .button.checkout,
.widget_recent_reviews .buttons .button.checkout,
.widget_products .buttons .button.checkout,
.widget_shopping_cart .buttons .button.checkout {
  background-color: transparent;
}

.widget_shopping_cart ul li {
  padding: 0 28px 0 60px;
}

/*  --------------------
	Star rating
--------------------  */
.star-rating:before,
.star-rating > span:before {
  display: block;
  content: "\f156\f156\f156\f156\f156";
  font: 400 normal 14px/14px 'cwsicon';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  word-break: initial;
}

.wc-layered-nav-rating > a {
  line-height: 14px;
}

.star-rating,
.comment-form-rating .stars {
  font-size: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.star-rating:before,
.comment-form-rating .stars:before {
  color: #dbdbdb;
}

.star-rating > span,
.comment-form-rating .stars .stars-active {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #fabd4a;
}

.star-rating > span:before,
.comment-form-rating .stars .stars-active {
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  width: 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) {
  .widget_shopping_cart ul li .remove {
    opacity: 0;
  }
  .widget_shopping_cart ul li:hover .remove {
    opacity: 1;
  }
  .widget_shopping_cart .buttons .button:not(.checkout):hover {
    background-color: transparent;
  }
  .widget_shopping_cart .buttons .button.checkout:hover {
    color: #FFFFFF;
  }
}
/*  --------------------
	Tags widget
--------------------  */
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud {
  font-size: 0;
  line-height: 1;
  margin: 0 -5px -5px;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  line-height: 19px;
  text-transform: lowercase;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 10px 19.4px;
  color: #000000;
  background-color: #f0f1f2;
  opacity: 1;
}
.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
}
.widget_product_tag_cloud .tagcloud .tag-link-count,
.widget_tag_cloud .tagcloud .tag-link-count {
  font-size: 14px;
}

.wp-block-tag-cloud {
  font-size: 0;
  line-height: 1;
  margin: 0 -5px -5px;
}
.wp-block-tag-cloud:not(:last-child) {
  margin: 0 -5px 14px;
}
.wp-block-tag-cloud a.tag-cloud-link {
  font-size: 14px !important;
  line-height: 19px;
  text-transform: lowercase;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  position: relative;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  padding: 10px 19.4px;
  color: #000000;
  background-color: #f0f1f2;
  opacity: 1;
}
.wp-block-tag-cloud a.tag-cloud-link:hover {
  color: #ffffff;
}
.wp-block-tag-cloud .tag-link-count {
  font-size: 14px;
}

/*  --------------------
	Tags widget 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) {
  .widget_product_tag_cloud .tagcloud a:hover,
  .widget_tag_cloud .tagcloud a:hover {
    color: #FFFFFF;
  }

  .wp-block-tag-cloud .tag-cloud-link:hover {
    color: #FFFFFF;
  }
}
/*  --------------------
	Calendar widget
--------------------  */
.widget_calendar .widget-title {
  margin: 0 0 27px;
}
.widget_calendar .calendar_wrap {
  padding: 0 19px 22px;
  position: relative;
  background-color: #f0f1f2;
  overflow: hidden;
}
.widget_calendar .calendar_wrap #wp-calendar {
  width: 100%;
  margin: 0;
}
.widget_calendar .calendar_wrap #wp-calendar caption {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 14px 69px 13px;
  color: #FFFFFF;
  margin: 0 -19px 20px;
}
.widget_calendar .calendar_wrap #wp-calendar tbody tr:hover {
  background-color: transparent;
}
.widget_calendar .calendar_wrap #wp-calendar tbody td#today {
  position: relative;
  z-index: 1;
}
.widget_calendar .calendar_wrap #wp-calendar tbody td#today:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border: solid 1px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.widget_calendar .calendar_wrap #wp-calendar tbody a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
  color: #FFFFFF;
  opacity: 1;
}
.widget_calendar .calendar_wrap #wp-calendar tbody a:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border: solid 1px transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear;
  transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear;
  z-index: -1;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#prev,
.widget_calendar .calendar_wrap #wp-calendar tfoot td#next {
  display: block;
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 0;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#prev a,
.widget_calendar .calendar_wrap #wp-calendar tfoot td#next a {
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 0;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#prev a:before,
.widget_calendar .calendar_wrap #wp-calendar tfoot td#next a:before {
  font: 400 normal 12px/50px 'cwsicon';
  color: #FFFFFF;
  position: relative;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#prev {
  left: 0;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#prev a:before {
  content: '\f157';
  left: -1px;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#next {
  right: 0;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td#next a:before {
  content: '\f159';
  right: -1px;
}
.widget_calendar .calendar_wrap #wp-calendar tfoot td.pad {
  display: none;
}
.widget_calendar .calendar_wrap #wp-calendar thead tr th {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
.widget_calendar .calendar_wrap #wp-calendar tr {
  border: 0;
}
.widget_calendar .calendar_wrap #wp-calendar tr td {
  padding: 9px;
  font-size: 12px;
  line-height: 17px;
  cursor: default;
  border: 0;
  text-align: center;
  vertical-align: middle;
  color: #050505;
}

.wp-block-calendar {
  margin: 0 0 1.1875em;
  position: relative;
  background-color: #f0f1f2;
  padding: 0 0 22px;
}
.wp-block-calendar a {
  text-decoration: none;
}
.wp-block-calendar #wp-calendar {
  width: 100%;
  margin: 0;
  padding: 0 19px;
  position: relative;
  overflow: hidden;
}
.wp-block-calendar #wp-calendar caption {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 14px 69px 13px;
  color: #FFFFFF;
  margin: 0 -19px 20px;
}
.wp-block-calendar #wp-calendar tbody tr:hover {
  background-color: transparent;
}
.wp-block-calendar #wp-calendar tbody td#today {
  position: relative;
  z-index: 1;
}
.wp-block-calendar #wp-calendar tbody td#today:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border: solid 1px #000;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
}
.wp-block-calendar #wp-calendar tbody a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
  color: #FFFFFF;
  opacity: 1;
}
.wp-block-calendar #wp-calendar tbody a:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  border: solid 1px transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear;
  transition: border-color 0.3s linear, color 0.3s linear, background-color 0.3s linear;
  z-index: -1;
}
.wp-block-calendar #wp-calendar tfoot td#prev,
.wp-block-calendar #wp-calendar tfoot td#next {
  display: block;
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  text-align: center;
  padding: 0;
}
.wp-block-calendar #wp-calendar tfoot td#prev a,
.wp-block-calendar #wp-calendar tfoot td#next a {
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-size: 0;
}
.wp-block-calendar #wp-calendar tfoot td#prev a:before,
.wp-block-calendar #wp-calendar tfoot td#next a:before {
  font: 400 normal 12px/50px 'cwsicon';
  color: #FFFFFF;
  position: relative;
}
.wp-block-calendar #wp-calendar tfoot td#prev {
  left: 0;
}
.wp-block-calendar #wp-calendar tfoot td#prev a:before {
  content: '\f157';
  left: -1px;
}
.wp-block-calendar #wp-calendar tfoot td#next {
  right: 0;
}
.wp-block-calendar #wp-calendar tfoot td#next a:before {
  content: '\f159';
  right: -1px;
}
.wp-block-calendar #wp-calendar tfoot td.pad {
  display: none;
}
.wp-block-calendar #wp-calendar thead tr th {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  border: none;
}
.wp-block-calendar #wp-calendar tr {
  border: 0;
}
.wp-block-calendar #wp-calendar tr td {
  padding: 9px;
  font-size: 12px;
  line-height: 17px;
  cursor: default;
  border: 0;
  text-align: center;
  vertical-align: middle;
  color: #050505;
}

/*  --------------------
	Calendar widget 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 #wp-calendar tbody a:hover:before {
    background-color: transparent;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .widget_calendar .calendar_wrap #wp-calendar tbody a:before {
    width: 34px;
    height: 34px;
    margin: -16px 0 0 -16px;
  }
  .widget_calendar .calendar_wrap #wp-calendar tr th,
  .widget_calendar .calendar_wrap #wp-calendar tr td {
    padding: 6px;
  }
}
/*  --------------------
	CWS-About widget
--------------------  */
.widget-cws-about .widget-title {
  margin: 0 0 20px;
}
.widget-cws-about .cws_about_main_wrapper {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget-cws-about .cws_about_main_wrapper .user_avatar a {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content {
  text-align: center;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content:not(:first-child) {
  padding: 15px 0 0;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_name {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_position {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_position:not(:first-child) {
  margin: 10px 0 0;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_description {
  position: relative;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_description:not(:first-child) {
  margin: 20px 0 0;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_divider {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  width: 35px;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_divider:not(:first-child) {
  margin: 20px 0 0;
  height: 2px;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_signature {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 1;
  max-width: 180px;
}
.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_signature:not(:first-child) {
  margin: 15px 0 0;
}

.page-footer .widget-cws-about .cws_about_main_wrapper,
aside.side_panel .widget-cws-about .cws_about_main_wrapper {
  padding: 0;
  background-color: transparent;
}
.page-footer .widget-cws-about .cws_about_main_wrapper .user_avatar a,
aside.side_panel .widget-cws-about .cws_about_main_wrapper .user_avatar a {
  opacity: 1;
  margin: 0;
}
.page-footer .widget-cws-about .cws_about_main_wrapper .cws_textwidget_content,
aside.side_panel .widget-cws-about .cws_about_main_wrapper .cws_textwidget_content {
  text-align: left;
}
.page-footer .widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_position,
aside.side_panel .widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_position {
  color: inherit;
  opacity: 0.6;
}

/*  --------------------
	CWS Banner widget
--------------------  */
.widget-cws-banner .widget-title {
  margin: 0 0 20px;
}
.widget-cws-banner .cws_widget_banner {
  position: relative;
  min-height: 220px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content {
  position: relative;
  z-index: 2;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_title {
  margin: 0;
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 700;
  color: #ffffff;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider {
  display: inline-block;
  height: 0;
  width: 157px;
  margin: 11px 0 0;
  position: relative;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider:before, .widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 0;
  top: 0;
  border-top-style: solid;
  border-top-width: 1px;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider:before {
  left: 0;
  right: auto;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider:after {
  left: auto;
  right: 0;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon {
  display: block;
  width: 56px;
  height: 7px;
  margin: -3px auto -4px;
  position: relative;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon:before, .widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon:after {
  content: '\f156';
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  top: 0;
  font: 400 normal 7px/7px 'cwsicon';
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon:before {
  left: 0;
  right: auto;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon:after {
  left: auto;
  right: 0;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon_large {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  top: -3px;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_divider .banner_divider_icon_large:before {
  content: '\f156';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  right: 0;
  font: 400 normal 13px/12px 'cwsicon';
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_desc {
  font-size: 14px;
  line-height: 1.9286em;
  color: #FFFFFF;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_desc:not(:first-child) {
  margin: 22px 0 0;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_button:not(:first-child) {
  margin: 34px 0 0;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_button .cws_custom_button {
  padding-left: 30px;
  padding-right: 30px;
}
.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_button .cws_custom_button:after {
  content: '\f064';
  font: 900 normal 17px/19px 'Font Awesome 5 Free';
  display: inline-block;
  vertical-align: top;
  margin: -1px 0 -1px 20px;
}
.widget-cws-banner .banner_sticker {
  position: absolute;
  display: block;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  width: 47px;
  color: rgba(255, 255, 255, 0.85);
  z-index: 4;
}
.widget-cws-banner .banner_sticker .banner_sticker_text {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: auto;
  right: 100%;
  bottom: 21px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: auto;
  height: 47px;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  white-space: nowrap;
  font-size: 12px;
  line-height: 47px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}

/*  -----------------------
	CWS Banner widget media
------------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .widget-cws-banner .cws_widget_banner .cws_custom_button {
    padding: 20px 30px 19px;
  }
}
@media screen and (max-width: 991px) {
  .widget-cws-banner .cws_widget_banner .cws_custom_button {
    padding: 20px 18px 19px;
  }
}
@media screen and (max-width: 767px) {
  .widget-cws-banner .cws_widget_banner .cws_custom_button {
    padding: 20px 18px 19px;
  }
}
/*  --------------------
	CWS-Categories widget
--------------------  */
.widget-cws-categories .widget-title {
  margin: 0 0 20px;
}
.widget-cws-categories .item:not(:last-child) {
  margin-bottom: 10px;
}
.widget-cws-categories .item .category-block {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 0;
  opacity: 1;
}
.widget-cws-categories .item .category-block:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget-cws-categories .item .category-block .category-label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3571em;
  color: #fff;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  transition: opacity 0.3s, margin 0.3s;
  word-break: normal;
  text-align: center;
  padding: 11px 12px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 60%;
}

/*  -------------------
	CWS-Categories widget 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) {
  .widget-cws-categories .category-block:hover:before {
    opacity: 0;
  }
  .widget-cws-categories .category-block:hover .category-label {
    opacity: 0;
    margin: 10px 0 0;
  }
}
/*  --------------------
	CWS-Portfolio widget
--------------------  */
.widget_cws-portfolio-widget {
  background-color: #f0f1f2;
  padding: 30px;
}
.widget_cws-portfolio-widget .widget-title {
  margin: 0 0 30px;
}
.widget_cws-portfolio-widget .portfolio_item_thumbs {
  background: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 4px 0 6px;
}
.widget_cws-portfolio-widget .portfolio_item_thumb {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.widget_cws-portfolio-widget .portfolio_columns.col-1 .portfolio_item_thumb {
  width: 100%;
}
.widget_cws-portfolio-widget .portfolio_columns.col-2 .portfolio_item_thumb {
  width: 50%;
}
.widget_cws-portfolio-widget .portfolio_columns.col-3 .portfolio_item_thumb {
  width: 33.3333%;
}
.widget_cws-portfolio-widget .portfolio_columns.col-4 .portfolio_item_thumb {
  width: 25%;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic {
  -webkit-transform: translate3d(0, 0, 0);
  overflow: hidden;
  cursor: pointer;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic a {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic a:after {
  content: '\f154';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  font: 400 normal 24px/24px 'cwsicon';
  color: #FFFFFF;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  left: 50%;
  top: 50%;
  right: auto;
  margin: -12px 0 0 -12px;
  text-align: center;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic a[href$='.jpg']:after, .widget_cws-portfolio-widget .portfolio_item_thumb .pic a[href$='.pdf']:after, .widget_cws-portfolio-widget .portfolio_item_thumb .pic a[href$='.png']:after {
  content: '\f141';
}
.widget_cws-portfolio-widget.slick-slider .portfolio_item_thumb .pic a:after {
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  margin: -15px 0 0 -15px;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic .blured-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.widget_cws-portfolio-widget .portfolio_item_thumb .pic .links > * {
  font-size: 16px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  opacity: 0;
  background: transparent;
  z-index: 3;
}
.widget_cws-portfolio-widget .cws_carousel.slick-dotted {
  padding-bottom: 18px;
}
.widget_cws-portfolio-widget .slick-dots {
  text-align: center;
}

/*  --------------------
	CWS-Portfolio widget 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) {
  .widget_cws-portfolio-widget .portfolio_item_thumb .pic a:hover:before {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .widget_cws-portfolio-widget .portfolio_item_thumb .pic a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*  --------------------
	Archive widget
--------------------  */
.widget_archive {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}

.wp-block-archives {
  margin: 0 0 1.1875em;
}

.widget_archive li,
ul.wp-block-archives li {
  margin: 0;
  padding: 0;
}
.widget_archive li:not(:first-child),
ul.wp-block-archives li:not(:first-child) {
  border-top: solid 1px #cecece;
}
.widget_archive li:before,
ul.wp-block-archives li:before {
  content: none;
  display: none;
}
.widget_archive a,
ul.wp-block-archives a {
  position: relative;
  font-size: 16px;
  line-height: 1.625em;
  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;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 13px 26px;
  background-color: transparent;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
  color: inherit;
}
.widget_archive a:before,
ul.wp-block-archives a:before {
  content: '\f159';
  font: 400 normal 12px/1em 'cwsicon';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -2px;
  top: 21px;
  color: #a8a8a8;
  -webkit-transition: left 0.3s, color 0.3s;
  transition: left 0.3s, color 0.3s;
}
.widget_archive .post_count,
ul.wp-block-archives .post_count {
  font-size: 16px;
  margin: 0 0 0 20px;
  color: rgba(0, 0, 0, 0.37);
}
.widget_archive select,
ul.wp-block-archives select {
  margin: 0 0 15px;
  width: 100%;
}

.page-footer .widget_archive ul,
aside.side_panel .widget_archive ul {
  background-color: transparent;
}
.page-footer .widget_archive ul ul,
aside.side_panel .widget_archive ul ul {
  margin-top: 7px;
}
.page-footer .widget_archive ul li,
aside.side_panel .widget_archive ul li {
  border: none;
}
.page-footer .widget_archive ul li:not(:first-child),
aside.side_panel .widget_archive ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_archive ul li a,
aside.side_panel .widget_archive ul li a {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  width: auto;
}
.page-footer .widget_archive ul li a:before,
aside.side_panel .widget_archive ul li a:before {
  content: '';
  display: none;
}
.page-footer .widget_archive .post_count,
aside.side_panel .widget_archive .post_count {
  opacity: 0.37;
}

/*  --------------------
	Archive widget 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) {
  .widget_archive a:hover,
  .wp-block-archives a:hover {
    padding: 13px 0 13px 36px;
  }
  .widget_archive a:hover:before,
  .wp-block-archives a:hover:before {
    left: 8px;
  }
}
/*  --------------------
	Audio widget
--------------------  */
.widget_media_audio {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget_media_audio .widget-title {
  margin: 0 0 30px;
}
.widget_media_audio .mejs-container,
.widget_media_audio .mejs-container .mejs-controls,
.widget_media_audio .mejs-embed,
.widget_media_audio .mejs-embed body {
  margin: 0;
}
.widget_media_audio .mejs-controls .mejs-time-rail .mejs-time-total {
  overflow: hidden;
}
.widget_media_audio .mejs-time-handle {
  display: none;
}
.widget_media_audio .mejs-controls {
  padding: 0;
}
.widget_media_audio .mejs-controls button:hover {
  background-color: transparent;
}
.widget_media_audio .mejs-time-rail {
  margin: 0 5px;
}
.widget_media_audio .mejs-time-total {
  margin: 9px 0 0;
}
.widget_media_audio .mejs-time-buffering,
.widget_media_audio .mejs-time-current,
.widget_media_audio .mejs-time-float,
.widget_media_audio .mejs-time-float-corner,
.widget_media_audio .mejs-time-float-current,
.widget_media_audio .mejs-time-hovered,
.widget_media_audio .mejs-time-loaded,
.widget_media_audio .mejs-time-marker,
.widget_media_audio .mejs-time-total,
.widget_media_audio .mejs-horizontal-volume-total {
  height: 3px;
}
.widget_media_audio .mejs-horizontal-volume-total {
  top: 19px;
  left: 5px;
  right: auto;
  width: 34px;
}

/*  --------------------
	Video widget
--------------------  */
.widget_media_video .widget-title {
  margin: 0 0 20px;
}
.widget_media_video .mejs-container {
  margin: 0;
  overflow: hidden;
}
.widget_media_video .mejs-controls .mejs-time-rail .mejs-time-total {
  overflow: hidden;
}
.widget_media_video .mejs-time-handle {
  display: none;
}
.widget_media_video .mejs-controls button:hover {
  background-color: transparent;
}
.widget_media_video .mejs-overlay-play {
  background-color: rgba(0, 0, 0, 0.2);
}
.widget_media_video .mejs-overlay-button {
  background: none;
  -webkit-box-shadow: 15.5px 15.5px 0 -13.5px #ffffff, -15.5px -15.5px 0 -13.5px #ffffff, -15.5px 15.5px 0 -13.5px #ffffff, 15.5px -15.5px 0 -13.5px #ffffff;
  -moz-box-shadow: 15.5px 15.5px 0 -13.5px #ffffff, -15.5px -15.5px 0 -13.5px #ffffff, -15.5px 15.5px 0 -13.5px #ffffff, 15.5px -15.5px 0 -13.5px #ffffff;
  box-shadow: 15.5px 15.5px 0 -13.5px #ffffff, -15.5px -15.5px 0 -13.5px #ffffff, -15.5px 15.5px 0 -13.5px #ffffff, 15.5px -15.5px 0 -13.5px #ffffff;
  width: 41px;
  height: 41px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  text-align: center;
  color: #FFFFFF;
}
.widget_media_video .mejs-overlay-button:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 8.5px transparent;
  border-bottom: solid 8.5px transparent;
  border-left: solid 16px;
  left: 50%;
  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-iframe-overlay {
  display: none;
}

/*  --------------------
	Gallery widget
--------------------  */
.widget_media_gallery {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget_media_gallery .gallery {
  font-size: 0;
  line-height: 1;
  cursor: default;
  margin: 0 -8px 0 -7px;
}
.widget_media_gallery .gallery-item {
  margin: 15px 0 0 !important;
  padding: 0 8px 0 7px;
  position: relative;
}
.widget_media_gallery .gallery-icon {
  font-size: 10px;
  font-style: italic;
}
.widget_media_gallery .gallery-icon a {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.widget_media_gallery .gallery-icon a .gallery-icon_overlay:before {
  display: none;
}
.widget_media_gallery .gallery-icon a .gallery-icon_icon:before {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
}
.widget_media_gallery .gallery-icon a .gallery-icon_icon .gallery-icon_text {
  display: none;
}
.widget_media_gallery .gallery-icon img {
  position: relative;
  width: 100%;
}
.widget_media_gallery .slick-dots {
  text-align: center;
}

/*  --------------------
	Image widget
--------------------  */
.widget_media_image .widget-title,
.widget_text .widget-title {
  margin: 0 0 20px;
}
.widget_media_image a.cws_img_frame,
.widget_text a.cws_img_frame {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.widget_media_image a.cws_img_frame:before,
.widget_text a.cws_img_frame:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.widget_media_image a.cws_img_frame:after,
.widget_text a.cws_img_frame:after {
  content: '\f154';
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  font: 400 normal 30px/30px 'cwsicon';
  color: #FFFFFF;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  left: 50%;
  top: 50%;
  right: auto;
  margin: -15px 0 0 -15px;
  text-align: center;
}
.widget_media_image a.cws_img_frame[href$='.jpg']:after, .widget_media_image a.cws_img_frame[href$='.pdf']:after, .widget_media_image a.cws_img_frame[href$='.png']:after,
.widget_text a.cws_img_frame[href$='.jpg']:after,
.widget_text a.cws_img_frame[href$='.pdf']:after,
.widget_text a.cws_img_frame[href$='.png']:after {
  content: '\f141';
}
.widget_media_image img,
.widget_text img {
  position: relative;
  display: block;
  max-width: 100%;
}
.widget_media_image .wp-caption-text,
.widget_text .wp-caption-text {
  text-align: center;
}

/*  --------------------
	Image widget 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) {
  .widget_media_image a.cws_img_frame:hover:before,
  .widget_text a.cws_img_frame:hover:before {
    opacity: 0.9;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .widget_media_image a.cws_img_frame:hover:after,
  .widget_text a.cws_img_frame:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*  --------------------
	Categories Widget
--------------------  */
.widget_categories {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}
.widget_categories ul ul {
  margin: 0 0 0 17px;
}
.widget_categories li:not(:first-child),
.widget_categories ul ul li:first-child {
  border-top: solid 1px #cecece;
  -webkit-transition: none;
  transition: none;
}

ul.wp-block-categories {
  margin: 0 0 1.1875em;
}
ul.wp-block-categories ul {
  margin: 0 0 0 17px !important;
}
ul.wp-block-categories li:not(:first-child),
ul.wp-block-categories ul li:first-child {
  border-top: solid 1px #cecece;
  -webkit-transition: none;
  transition: none;
}

.widget_categories li,
ul.wp-block-categories li {
  margin: 0;
  padding: 0;
}
.widget_categories li:before,
.widget_categories li:after,
ul.wp-block-categories li:before,
ul.wp-block-categories li:after {
  content: none;
  display: none;
}
.widget_categories li.with_counter .item_wrapper,
ul.wp-block-categories li.with_counter .item_wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.widget_categories li .list_item,
ul.wp-block-categories li .list_item {
  width: 100%;
}
.widget_categories li:not(.with_counter) .list_item,
ul.wp-block-categories li:not(.with_counter) .list_item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_categories li a,
ul.wp-block-categories li a {
  position: relative;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.625em;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  word-break: break-word;
}
.widget_categories li .post_count,
ul.wp-block-categories li .post_count {
  display: inline-block;
  vertical-align: top;
  padding: 13px 0 13px;
  font-size: 16px;
  line-height: 1.625em;
  color: rgba(0, 0, 0, 0.37);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 0 0 16px;
}
.widget_categories .widget_archive_opener,
.widget_categories .block_archive_opener,
ul.wp-block-categories .widget_archive_opener,
ul.wp-block-categories .block_archive_opener {
  position: relative;
  width: 9px;
  height: 52px;
  text-align: center;
  color: #a8a8a8;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0 0 0 8px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.widget_categories .widget_archive_opener:before,
.widget_categories .block_archive_opener:before,
ul.wp-block-categories .widget_archive_opener:before,
ul.wp-block-categories .block_archive_opener:before {
  content: '\f159';
  font: 400 normal 12px/52px 'cwsicon';
}
.widget_categories .widget_archive_opener.active,
.widget_categories .block_archive_opener.active,
ul.wp-block-categories .widget_archive_opener.active,
ul.wp-block-categories .block_archive_opener.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.widget_categories select,
ul.wp-block-categories select {
  margin: 0 0 15px;
  width: 100%;
}

.page-footer .widget_categories,
aside.side_panel .widget_categories {
  overflow: initial;
}
.page-footer .widget_categories li:not(:first-child),
.page-footer .widget_categories ul ul li:first-child,
aside.side_panel .widget_categories li:not(:first-child),
aside.side_panel .widget_categories ul ul li:first-child {
  border-top: none;
}
.page-footer .widget_categories ul,
aside.side_panel .widget_categories ul {
  background-color: transparent;
}
.page-footer .widget_categories ul ul,
aside.side_panel .widget_categories ul ul {
  margin-top: 7px;
}
.page-footer .widget_categories ul li,
aside.side_panel .widget_categories ul li {
  border: none;
}
.page-footer .widget_categories ul li:not(:first-child),
aside.side_panel .widget_categories ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_categories ul li.active > .item_wrapper a,
aside.side_panel .widget_categories ul li.active > .item_wrapper a {
  opacity: 1;
}
.page-footer .widget_categories ul li a,
aside.side_panel .widget_categories ul li a {
  padding: 2px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.page-footer .widget_categories ul li a:after,
aside.side_panel .widget_categories ul li a:after {
  content: '';
  display: none;
}
.page-footer .widget_categories ul li.parent_archive > a,
aside.side_panel .widget_categories ul li.parent_archive > a {
  padding: 3px 30px 3px 0;
}
.page-footer .widget_categories ul li .post_count,
aside.side_panel .widget_categories ul li .post_count {
  padding: 3px 0;
  color: inherit;
  opacity: 0.6;
}
.page-footer .widget_categories .widget_archive_opener,
aside.side_panel .widget_categories .widget_archive_opener {
  height: 30px;
  line-height: 32px;
  color: inherit;
  opacity: 0.6;
}
.page-footer .widget_categories .widget_archive_opener.active,
aside.side_panel .widget_categories .widget_archive_opener.active {
  opacity: 1;
}
.page-footer .widget_categories .widget_archive_opener:before,
aside.side_panel .widget_categories .widget_archive_opener:before {
  line-height: 32px;
}

/*  --------------------
	Pages Widget
--------------------  */
.widget_pages {
  padding: 29px 29px 14px;
  border: solid 1px #d0d1d1;
}
.widget_pages li {
  margin: 0;
  padding: 0;
}
.widget_pages li:not(:first-child),
.widget_pages ul ul li:first-child {
  border-top: solid 1px #cecece;
  -webkit-transition: none;
  transition: none;
}
.widget_pages li:before,
.widget_pages li:after {
  content: none;
  display: none;
}
.widget_pages li {
  position: relative;
}
.widget_pages li a {
  position: relative;
  padding: 13px 0;
  font-size: 16px;
  line-height: 1.625em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: inherit;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
}
.widget_pages li.page_item_has_children a {
  padding: 13px 30px 13px 0;
}
.widget_pages .widget_archive_opener {
  position: absolute;
  width: 9px;
  height: 52px;
  text-align: center;
  color: #a8a8a8;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0 0 0 8px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.widget_pages .widget_archive_opener:before {
  content: '\f159';
  font: 400 normal 12px/52px 'cwsicon';
}
.widget_pages .widget_archive_opener.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-footer .widget_pages,
aside.side_panel .widget_pages {
  overflow: initial;
}
.page-footer .widget_pages li:not(:first-child),
.page-footer .widget_pages ul ul li:first-child,
aside.side_panel .widget_pages li:not(:first-child),
aside.side_panel .widget_pages ul ul li:first-child {
  border-top: none;
}
.page-footer .widget_pages ul,
aside.side_panel .widget_pages ul {
  background-color: transparent;
}
.page-footer .widget_pages ul ul,
aside.side_panel .widget_pages ul ul {
  margin-top: 7px;
}
.page-footer .widget_pages ul li,
aside.side_panel .widget_pages ul li {
  border: none;
}
.page-footer .widget_pages ul li:not(:first-child),
aside.side_panel .widget_pages ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_pages ul li a,
aside.side_panel .widget_pages ul li a {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.page-footer .widget_pages ul li a:after,
aside.side_panel .widget_pages ul li a:after {
  content: '';
  display: none;
}
.page-footer .widget_pages ul li.page-item-has-children > a,
aside.side_panel .widget_pages ul li.page-item-has-children > a {
  padding: 3px 30px 3px 0;
}
.page-footer .widget_pages .opener,
aside.side_panel .widget_pages .opener {
  height: 30px;
  line-height: 32px;
}
.page-footer .widget_pages .opener:before,
aside.side_panel .widget_pages .opener:before {
  line-height: 32px;
}

/*  --------------------
	Meta widget
--------------------  */
.widget_meta {
  padding: 30px 30px 15px;
  background-color: #f0f1f2;
}
.widget_meta li:not(:first-child) {
  border-top: solid 1px #cecece;
}
.widget_meta a {
  position: relative;
  font-size: 16px;
  line-height: 1.625em;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 13px 26px;
  background-color: transparent;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
  color: inherit;
}
.widget_meta a:before {
  content: '\f159';
  font: 400 normal 12px/1em 'cwsicon';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -2px;
  top: 21px;
  color: #a8a8a8;
  -webkit-transition: left 0.3s, right 0.3s, color 0.3s;
  transition: left 0.3s, right 0.3s, color 0.3s;
}

.page-footer .widget_meta ul,
aside.side_panel .widget_meta ul {
  background-color: transparent;
}
.page-footer .widget_meta ul ul,
aside.side_panel .widget_meta ul ul {
  margin-top: 7px;
}
.page-footer .widget_meta ul li,
aside.side_panel .widget_meta ul li {
  border: none;
}
.page-footer .widget_meta ul li:not(:first-child),
aside.side_panel .widget_meta ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_meta ul li a,
aside.side_panel .widget_meta ul li a {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.page-footer .widget_meta ul li a:before,
aside.side_panel .widget_meta ul li a:before {
  content: '';
  display: none;
}

/*  --------------------
	Meta widget 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) {
  .widget_meta a:hover {
    padding: 13px 0 13px 36px;
  }
  .widget_meta a:hover:before {
    left: 8px;
  }
}
/*  --------------------
	CWS-Info widget
--------------------  */
.widget-cws-contact {
  background-color: #f0f1f2;
  padding: 30px;
}
.widget-cws-contact .widget-title {
  margin: 0 0 30px;
}
.widget-cws-contact .cws_textwidget_content .text_description:not(:last-child) {
  margin-bottom: 24px;
}
.widget-cws-contact .cws_textwidget_content .logo_description img {
  display: inline-block;
  vertical-align: middle;
}
.widget-cws-contact .cws_textwidget_content .logo_description .header_site_title {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1.4px;
}
.widget-cws-contact .cws_textwidget_content .logo_description img + .header_site_title {
  margin: -1px 0 0 21px;
}
.widget-cws-contact .cws_textwidget_content .information_group .information_unit {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.5em;
}
.widget-cws-contact .cws_textwidget_content .information_group .information_unit i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 22px;
  font-size: 20px !important;
  text-align: center;
}
.widget-cws-contact .cws_textwidget_content .information_group .information_unit a:not(:first-child) {
  display: inline-block;
  margin-top: 5px;
}
.widget-cws-contact .cws_textwidget_content .cws-social-links {
  margin-top: 14px !important;
}

/*  --------------------
	CWS Text widget
--------------------  */
.widget-cws-text {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget-cws-text:after {
  content: '';
  display: table;
  clear: both;
}
.widget-cws-text .cws_custom_button {
  margin-top: 22px;
}
.widget-cws-text .cws_textwidget_picture {
  margin: 30px -30px -30px;
}
.widget-cws-text .cws_textwidget_picture img {
  display: block;
}

.page-footer .widget-cws-text .cws_textwidget_picture,
aside.side_panel .widget-cws-text .cws_textwidget_picture {
  margin: 30px 0 0;
}
.page-footer .widget-cws-text .cws_custom_button,
aside.side_panel .widget-cws-text .cws_custom_button {
  opacity: 1;
}

/*  --------------------
	CWS-Gallery widget
--------------------  */
.widget-cws-gallery {
  background-color: #f0f1f2;
  padding: 30px;
}
.widget-cws-gallery .widget-title {
  margin: 0 0 30px;
}
.widget-cws-gallery .cws_widget_gallery:not(.widget_carousel) {
  margin: -7px;
}
.widget-cws-gallery .cws_widget_gallery.widget_carousel {
  margin: 0 -7px;
}
.widget-cws-gallery .cws_widget_gallery .pic {
  padding: 7px;
  overflow: hidden;
}
.widget-cws-gallery .cws_widget_gallery img {
  display: block;
}
.widget-cws-gallery .cws_carousel.slick-dotted {
  padding-bottom: 11px;
}
.widget-cws-gallery .slick-dots {
  text-align: center;
}

/*  --------------------
	CWS-Twitter widget
--------------------  */
.widget_cws_twitter {
  background-color: #f0f1f2;
  padding: 30px;
}
.widget_cws_twitter:not(.cws_carousel_wrapper) .cws_tweet:not(:first-child) {
  margin-top: 15px;
  border-top: solid 1px #cecece;
}
.widget_cws_twitter .cws_tweet {
  position: relative;
  padding: 15px 0 0 32px;
}
.widget_cws_twitter .cws_tweet .tweet_author {
  font-size: 16px;
  line-height: 1.375em;
  color: rgba(0, 0, 0, 0.4);
}
.widget_cws_twitter .cws_tweet .tweet_content {
  font-size: 16px;
  line-height: 1.6875em;
  position: relative;
  word-break: break-word;
}
.widget_cws_twitter .cws_tweet .tweet_content:not(:first-child) {
  margin: 8px 0 0;
}
.widget_cws_twitter .cws_tweet .tweet_content:before {
  content: '\f099';
  position: absolute;
  left: -32px;
  top: 5px;
  font: 400 normal 17px/1em 'Font Awesome 5 Brands';
  display: block;
  width: 18px;
  height: 18px;
}
.widget_cws_twitter .cws_tweet .tweet_content a {
  word-break: break-all;
}
.widget_cws_twitter .cws_tweet .tweet_date {
  font-size: 14px;
  line-height: 1.3571em;
  color: rgba(0, 0, 0, 0.4);
}
.widget_cws_twitter .cws_tweet .tweet_date:not(:first-child) {
  margin: 6px 0 0;
}
.widget_cws_twitter .slick-dots {
  text-align: center;
}

.page-footer .widget_cws_twitter:not(.cws_carousel_wrapper) .cws_tweet:not(:first-child),
aside.side_panel .widget_cws_twitter:not(.cws_carousel_wrapper) .cws_tweet:not(:first-child) {
  margin-top: 20px;
  border-top: none;
}
.page-footer .widget_cws_twitter .cws_tweet,
aside.side_panel .widget_cws_twitter .cws_tweet {
  padding: 0 0 0 32px;
}
.page-footer .widget_cws_twitter .cws_tweet:before,
aside.side_panel .widget_cws_twitter .cws_tweet:before {
  content: '\f099';
  position: absolute;
  left: 0;
  top: 6px;
  font: 400 normal 20px/1em 'Font Awesome 5 Brands';
  display: block;
  width: 18px;
  height: 18px;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_author,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_author {
  font-weight: 600;
  display: inline;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_author,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_author {
  color: inherit;
  margin: 0 5px 0 0;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_content,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_content {
  display: inline;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_content a,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_content a {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 1;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_content:before,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_content:before {
  content: none;
  display: none;
}
.page-footer .widget_cws_twitter .cws_tweet .tweet_author,
.page-footer .widget_cws_twitter .cws_tweet .tweet_date,
.page-footer .widget_cws_twitter .cws_tweet .tweet_content,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_author,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_date,
aside.side_panel .widget_cws_twitter .cws_tweet .tweet_content {
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .page-footer .widget_cws_twitter .cws_tweet,
  aside.side_panel .widget_cws_twitter .cws_tweet {
    padding: 32px 0 0;
  }
  .page-footer .widget_cws_twitter .cws_tweet:before,
  aside.side_panel .widget_cws_twitter .cws_tweet:before {
    left: 50%;
    top: 0;
    margin: 0 0 0 -9px;
  }
  .page-footer .widget_cws_twitter .cws_tweet .tweet_author,
  aside.side_panel .widget_cws_twitter .cws_tweet .tweet_author {
    display: block;
    margin: 0;
  }
}
/*  --------------------
	CWS Recent posts widget
--------------------  */
.widget_cws_recent_entries {
  padding: 29px;
  border: solid 1px #d0d1d1;
}
.widget_cws_recent_entries .post_item {
  position: relative;
  margin: 28px 0 0;
}
.widget_cws_recent_entries .post_item .post_preview {
  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;
}
.widget_cws_recent_entries .post_item .post_preview .post_thumb {
  width: 80px;
  margin: 6px 20px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  min-width: 55px;
  line-height: 0;
}
.widget_cws_recent_entries .post_item .post_preview .post_thumb a {
  opacity: 1;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap {
  overflow: hidden;
  width: 100%;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title {
  position: relative;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 600;
  color: #19191a;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title a {
  color: #19191a;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_info_terms {
  margin: 5px 0 0;
  line-height: 1;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
  position: relative;
  padding: 0 0 0 42px;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date:not(:first-child) {
  margin: 0 0 0 9px;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: auto;
  top: 0.6786em;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats {
  display: inline;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
}
.widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats a {
  color: #7e7e80;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.widget_cws_recent_entries .post_item .post_content {
  margin: 4px 0 10px;
  font-size: 14px;
  line-height: 1.6875em;
}

.page-footer .widget_cws_recent_entries .post_item,
aside.side_panel .widget_cws_recent_entries .post_item {
  margin: 19px 0 0;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_thumb,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_thumb {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-top: 5px;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title {
  line-height: 1.5em;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title a,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_title a {
  opacity: 1;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_info_terms,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_info_terms {
  margin: 9px 0 0;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date {
  padding: 0;
  color: inherit;
  opacity: .6;
  margin: 0;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date:before,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_date:before {
  content: none;
  display: none;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats:not(:last-child),
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats:not(:last-child) {
  margin: 0 9px 0 0;
}
.page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats a,
aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats a {
  color: inherit;
  opacity: .6;
}

/*  ------------------------------
	CWS Recent posts widget media
------------------------------  */
@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) {
  .page-footer .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats a:hover,
  aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_info_wrap .post_cats a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-footer .widget_cws_recent_entries .post_item .post_preview .post_thumb,
  aside.side_panel .widget_cws_recent_entries .post_item .post_preview .post_thumb {
    display: none;
  }
}
/*  --------------------
	Recent comments widget
--------------------  */
.widget_recent_comments {
  background-color: #f0f1f2;
  padding: 30px 30px 21px;
}
.widget_recent_comments ul#recentcomments li.recentcomments {
  padding: 13px 0 15px 32px;
  font-size: 0;
  line-height: 1;
  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;
  width: 100%;
}
.widget_recent_comments ul#recentcomments li.recentcomments:not(:first-child) {
  border-top: solid 1px #cecece;
}
.widget_recent_comments ul#recentcomments li.recentcomments .comment-author-link {
  display: block;
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0 0;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  order: 2;
}
.widget_recent_comments ul#recentcomments li.recentcomments .comment-author-link a {
  color: inherit;
  opacity: 1;
}
.widget_recent_comments ul#recentcomments li.recentcomments > a {
  display: block !important;
  width: 100%;
  position: relative;
  font-size: 16px;
  line-height: 27px;
  margin: 0 !important;
  order: 1;
  opacity: 1;
}
.widget_recent_comments ul#recentcomments li.recentcomments > a:before {
  content: '\f142';
  font: 400 normal 16px/1 'cwsicon';
  position: absolute;
  display: block;
  left: -31px;
  right: auto;
  width: 16px;
  height: 16px;
  top: 6px;
}

.wp-block-latest-comments {
  margin: 0 0 1.1875em;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
  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;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin: 5px 15px 0 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment article {
  width: 100%;
  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;
}
.wp-block-latest-comments:not(.has-avatars) .wp-block-latest-comments__comment {
  padding-left: 30px;
  padding-right: 0;
}
.wp-block-latest-comments.has-excerpts:not(.has-avatars) .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt:before {
  content: '\f142';
  font: 400 normal 15px/1px 'cwsicon';
  position: absolute;
  display: block;
  left: -28px;
  right: auto;
  width: 15px;
  height: 15px;
  top: 13px;
}
.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) .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;
  -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;
}
.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) .wp-block-latest-comments__comment .wp-block-latest-comments__comment-link {
  display: block;
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: inherit;
}
.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) .wp-block-latest-comments__comment .wp-block-latest-comments__comment-link:before {
  content: '\f142';
  font: 400 normal 15px/1px 'cwsicon';
  position: absolute;
  display: block;
  left: -28px;
  right: auto;
  width: 15px;
  height: 15px;
  top: 13px;
}
.wp-block-latest-comments .wp-block-latest-comments .avatar,
.wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 48px;
  height: 48px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
  letter-spacing: -0.3px;
  margin: 0;
  padding: 0 0 15px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:not(:first-child) {
  border-top: solid 1px #cecece;
  padding-top: 13px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  font-size: 14px;
  line-height: 19px;
  order: 2;
  width: 100%;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta:not(:first-child) {
  margin: 5px 0 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.4);
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-link {
  color: rgba(0, 0, 0, 0.4);
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  display: block;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
  display: block !important;
  position: relative;
  margin: 0 !important;
  order: 1;
  width: 100%;
}
.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
}

.page-footer .widget_recent_comments ul#recentcomments li.recentcomments,
aside.side_panel .widget_recent_comments ul#recentcomments li.recentcomments {
  padding: 0 0 20px 32px;
}
.page-footer .widget_recent_comments ul#recentcomments li.recentcomments:not(:first-child),
aside.side_panel .widget_recent_comments ul#recentcomments li.recentcomments:not(:first-child) {
  border-top: none;
}
.page-footer .widget_recent_comments ul#recentcomments li.recentcomments .comment-author-link,
aside.side_panel .widget_recent_comments ul#recentcomments li.recentcomments .comment-author-link {
  color: inherit;
  opacity: 0.6;
}
.page-footer .widget_recent_comments ul#recentcomments li.recentcomments > a:before,
aside.side_panel .widget_recent_comments ul#recentcomments li.recentcomments > a:before {
  color: #075689;
}

/*  --------------------
	Recent posts widget
--------------------  */
.cws-widget.widget_recent_entries {
  padding: 29px;
  border: solid 1px #d0d1d1;
}
.cws-widget.widget_recent_entries ul li {
  padding: 0;
  margin: 18px 0 0;
  position: relative;
  overflow: hidden;
}
.cws-widget.widget_recent_entries ul li > a {
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 400;
  color: #19191a;
  opacity: 1;
}
.cws-widget.widget_recent_entries ul .post-date {
  display: block;
  margin: 2px 0 0;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
  position: relative;
  padding: 0 0 0 42px;
}
.cws-widget.widget_recent_entries ul .post-date:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: auto;
  top: 0.6786em;
}

ul.wp-block-latest-posts {
  margin: 0 0 1.1875em;
}
ul.wp-block-latest-posts li {
  padding: 0;
  margin: 28px 0 0;
  position: relative;
  overflow: hidden;
}
ul.wp-block-latest-posts li:before {
  content: none;
  display: none;
}
ul.wp-block-latest-posts li > a {
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 600;
  color: #19191a;
  opacity: 1;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-date {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
  position: relative;
  padding: 0 0 0 42px;
}
ul.wp-block-latest-posts .wp-block-latest-posts__post-date:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: auto;
  top: 0.6786em;
}
ul.wp-block-latest-posts.columns-5 .wp-block-latest-posts__post-date {
  padding: 0;
}
ul.wp-block-latest-posts.columns-5 .wp-block-latest-posts__post-date:before {
  display: none;
  content: none;
}

.page-footer .cws-widget.widget_recent_entries ul .post-date,
aside.side_panel .cws-widget.widget_recent_entries ul .post-date {
  margin: 9px 0 0;
  padding: 0;
  color: inherit;
  opacity: 0.6;
}
.page-footer .cws-widget.widget_recent_entries ul .post-date:before,
aside.side_panel .cws-widget.widget_recent_entries ul .post-date:before {
  content: none;
  display: none;
}

/*  --------------------
	RSS widget
--------------------  */
.cws-widget.widget_rss {
  padding: 29px;
  border: solid 1px #d0d1d1;
}
.cws-widget.widget_rss .widget-title {
  margin: 0 0 20px;
}
.cws-widget.widget_rss .widget-title .inherit-wt {
  padding: 0 0 0 30px;
}
.cws-widget.widget_rss .widget-title .inherit-wt:before {
  content: '\f09e';
  width: 18px;
  height: 18px;
  font: 900 normal 18px/1em 'Font Awesome 5 Free';
  top: 5px;
  background-color: transparent;
}
.cws-widget.widget_rss .widget-title .inherit-wt .rsswidget:not(:last-child) {
  display: none;
}
.cws-widget.widget_rss .widget-title a {
  opacity: 1;
}
.cws-widget.widget_rss ul li:not(:first-child) {
  margin-top: 28px;
}
.cws-widget.widget_rss ul li .rsswidget {
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 600;
  color: #19191a;
  opacity: 1;
}
.cws-widget.widget_rss ul li .rss-date {
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0 0;
  display: block;
  color: rgba(0, 0, 0, 0.4);
}
.cws-widget.widget_rss ul li .rssSummary {
  font-size: 14px;
  line-height: 1.6875em;
  margin: 10px 0 0;
}
.cws-widget.widget_rss ul li .rssSummary + cite {
  font-style: normal;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 0 0 0 42px;
}
.cws-widget.widget_rss ul li .rssSummary + cite:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: auto;
  top: 0.6786em;
}

.wp-block-rss:not(:last-child) {
  margin: 0 0 1.1875em;
}
.wp-block-rss .wp-block-rss__item {
  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;
  margin: 28px 0 0;
  padding: 0;
}
.wp-block-rss .wp-block-rss__item:before {
  content: none;
  display: none;
}
.wp-block-rss .wp-block-rss__item:not(:first-child) {
  margin-top: 28px;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
  width: 100%;
  font-size: 16px;
  line-height: 1.6875em;
  font-weight: 600;
  color: #19191a;
  opacity: 1;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-publish-date {
  font-size: 14px;
  line-height: 19px;
  margin: 5px 0 0;
  display: block;
  order: 2;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-excerpt {
  order: 3;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6875em;
  margin: 10px 0 0;
  width: 100%;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-author {
  order: 4;
  font-style: normal;
  margin: 5px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  padding: 0 0 0 42px;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-author:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  left: 0;
  right: auto;
  top: 0.6786em;
}
.wp-block-rss:not(.is-grid) .wp-block-rss__item {
  width: 100%;
}
.wp-block-rss:not(.is-grid) .wp-block-rss__item:first-child {
  margin-top: 0;
}

.page-footer .cws-widget.widget_rss .widget-title .inherit-wt,
aside.side_panel .cws-widget.widget_rss .widget-title .inherit-wt {
  padding: 0;
}
.page-footer .cws-widget.widget_rss ul li .rss-date,
aside.side_panel .cws-widget.widget_rss ul li .rss-date {
  color: inherit;
  opacity: 0.6;
}
.page-footer .cws-widget.widget_rss ul li .rssSummary + cite,
aside.side_panel .cws-widget.widget_rss ul li .rssSummary + cite {
  color: inherit;
  opacity: 0.6;
  padding: 0;
}
.page-footer .cws-widget.widget_rss ul li .rssSummary + cite:before,
aside.side_panel .cws-widget.widget_rss ul li .rssSummary + cite:before {
  content: none;
  display: none;
}

/*  --------------------
	Nav-Menu Widget
--------------------  */
.widget_nav_menu {
  padding: 29px 29px 14px;
  border-width: 1px;
  border-style: solid;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row {
  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: 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;
  margin: 0;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper {
  width: 100%;
  margin-top: 20px;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner {
  padding: 0;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .widgettitle {
  font-size: 16px;
  font-weight: 600;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu {
  background-color: transparent;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu li {
  margin-bottom: 0;
  padding: 0;
}
.widget_nav_menu .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu li:before {
  display: none;
}
.widget_nav_menu ul ul {
  margin: 0 0 0 17px;
}
.widget_nav_menu li {
  margin: 0;
  padding: 0;
}
.widget_nav_menu li:not(:first-child),
.widget_nav_menu ul ul li:first-child {
  border-top: solid 1px #cecece;
  -webkit-transition: none;
  transition: none;
}
.widget_nav_menu li:before,
.widget_nav_menu li:after {
  content: none;
  display: none;
}
.widget_nav_menu li {
  position: relative;
}
.widget_nav_menu li a,
.widget_nav_menu li .cws_megamenu_item_title {
  position: relative;
  padding: 13px 0 13px;
  font-size: 16px;
  line-height: 1.625em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: inherit;
  display: block;
  word-wrap: break-word;
  word-break: break-word;
  min-height: 52px;
  cursor: pointer;
}
.widget_nav_menu li.menu-item-has-children > a,
.widget_nav_menu li.menu-item-has-children > .cws_megamenu_item_title {
  padding: 13px 30px 13px 0;
}
.widget_nav_menu .opener {
  position: absolute;
  width: 9px;
  height: 52px;
  text-align: center;
  color: #a8a8a8;
  z-index: 2;
  right: 0;
  top: 0;
  font-size: 12px;
  line-height: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0 0 0 8px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.widget_nav_menu .opener:before {
  content: '\f159';
  font: 400 normal 12px/52px 'cwsicon';
}
.widget_nav_menu .opener.active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-footer .widget_nav_menu,
aside.side_panel .widget_nav_menu {
  overflow: initial;
}
.page-footer .widget_nav_menu li:not(:first-child),
.page-footer .widget_nav_menu ul ul li:first-child,
aside.side_panel .widget_nav_menu li:not(:first-child),
aside.side_panel .widget_nav_menu ul ul li:first-child {
  border-top: none;
}
.page-footer .widget_nav_menu ul,
aside.side_panel .widget_nav_menu ul {
  background-color: transparent;
}
.page-footer .widget_nav_menu ul ul,
aside.side_panel .widget_nav_menu ul ul {
  margin-top: 7px;
}
.page-footer .widget_nav_menu ul li,
aside.side_panel .widget_nav_menu ul li {
  border: none;
}
.page-footer .widget_nav_menu ul li:not(:first-child),
aside.side_panel .widget_nav_menu ul li:not(:first-child) {
  margin: 7px 0 0;
}
.page-footer .widget_nav_menu ul li a,
.page-footer .widget_nav_menu ul li .cws_megamenu_item_title,
aside.side_panel .widget_nav_menu ul li a,
aside.side_panel .widget_nav_menu ul li .cws_megamenu_item_title {
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.5em;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-height: 0;
}
.page-footer .widget_nav_menu ul li a:after,
.page-footer .widget_nav_menu ul li .cws_megamenu_item_title:after,
aside.side_panel .widget_nav_menu ul li a:after,
aside.side_panel .widget_nav_menu ul li .cws_megamenu_item_title:after {
  content: '';
  display: none;
}
.page-footer .widget_nav_menu ul li.menu-item-has-children > a,
.page-footer .widget_nav_menu ul li.menu-item-has-children > .cws_megamenu_item_title,
aside.side_panel .widget_nav_menu ul li.menu-item-has-children > a,
aside.side_panel .widget_nav_menu ul li.menu-item-has-children > .cws_megamenu_item_title {
  padding: 3px 30px 3px 0;
}
.page-footer .widget_nav_menu ul li.active > a,
.page-footer .widget_nav_menu ul li.active > .cws_megamenu_item_title,
aside.side_panel .widget_nav_menu ul li.active > a,
aside.side_panel .widget_nav_menu ul li.active > .cws_megamenu_item_title {
  opacity: 1;
}
.page-footer .widget_nav_menu .opener,
aside.side_panel .widget_nav_menu .opener {
  height: 30px;
  line-height: 32px;
  color: inherit;
  opacity: 0.6;
}
.page-footer .widget_nav_menu .opener.active,
aside.side_panel .widget_nav_menu .opener.active {
  opacity: 1;
}
.page-footer .widget_nav_menu .opener:before,
aside.side_panel .widget_nav_menu .opener:before {
  line-height: 32px;
}

.cws_megamenu_item .widget_nav_menu {
  padding: 0;
  border: none;
}

/*  --------------------
	Google Map Widget
--------------------  */
.wpgmza_widget > div,
.wpgmza_widget #wpgmza_map {
  float: none !important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

/*  --------------------
	Custom HTML widget
--------------------  */
.widget_custom_html {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget_custom_html:after {
  content: '';
  display: table;
  clear: both;
}

/*  --------------------
	Text widget
--------------------  */
.widget_text {
  padding: 30px;
  background-color: #f0f1f2;
}
.widget_text:after {
  content: '';
  display: table;
  clear: both;
}

/*  --------------------
	Contact Form 7 extra styles
--------------------  */
.cws-widget .wpcf7-form {
  margin: 32px 0 0;
}
.cws-widget .wpcf7-form p {
  color: inherit;
  opacity: 0.6;
}

.wpcf7-form {
  position: relative;
}
.wpcf7-form .ajax-loader {
  margin: -8px 0 0 15px !important;
  position: absolute;
  left: 100%;
  right: auto;
  top: 50%;
  z-index: 3;
}
.wpcf7-form p {
  font-size: 14px;
  line-height: 27px;
  color: #666666;
  margin: 0;
}
.wpcf7-form .wrapper {
  overflow: hidden;
}
.wpcf7-form .wrapper:not(:first-child) {
  margin-top: 24px;
}
.wpcf7-form .wpcf7-form-control-wrap:not(:first-child) {
  margin-top: 15px;
  display: block;
}
.wpcf7-form .form-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: 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;
}
.wpcf7-form .form-row .form-column {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.wpcf7-form .form-row .form-column button,
.wpcf7-form .form-row .form-column .button,
.wpcf7-form .form-row .form-column .cws_button,
.wpcf7-form .form-row .form-column input[type="button"],
.wpcf7-form .form-row .form-column input[type="submit"],
.wpcf7-form .form-row .form-column input[type="reset"] {
  margin: 0;
  display: block;
  width: 100%;
}
.wpcf7-form .form-row .form-column.form-column-15_51 {
  width: 29.4118%;
}
.wpcf7-form .form-row .form-column.form-column-14_51 {
  width: 27.4510%;
}
.wpcf7-form .form-row .form-column.form-column-12_51 {
  width: 23.5294%;
}
.wpcf7-form .form-row .form-column.form-column-10_51 {
  width: 19.6078%;
}
.wpcf7-form .form-row .form-column.form-column-1_2 {
  width: 50%;
}
.wpcf7-form .form-row .form-column.form-column-13_20 {
  width: 65%;
}
.wpcf7-form .form-row .form-column.form-column-7_20 {
  width: 35%;
}
.wpcf7-form .form-row .form-column.form-column-2_5 {
  width: 40%;
}
.wpcf7-form .form-row .form-column.form-column-3_5 {
  width: 60%;
}
.wpcf7-form .form-horizontal .form-column:not(:first-child) {
  padding: 0 0 0 1px;
}
.wpcf7-form .form-vertical .form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .form-vertical .form-row:not(:first-child) {
  margin-top: 20px;
}
.wpcf7-form .form-vertical .form-row .form-column {
  padding: 0 10px;
}
.wpcf7-form .form-light-mode input[type="text"],
.wpcf7-form .form-light-mode input[type="email"],
.wpcf7-form .form-light-mode input[type="url"],
.wpcf7-form .form-light-mode input[type="password"],
.wpcf7-form .form-light-mode input[type="search"],
.wpcf7-form .form-light-mode input[type="tel"],
.wpcf7-form .form-light-mode input[type="range"],
.wpcf7-form .form-light-mode input[type="date"],
.wpcf7-form .form-light-mode input[type="month"],
.wpcf7-form .form-light-mode input[type="week"],
.wpcf7-form .form-light-mode input[type="time"],
.wpcf7-form .form-light-mode input[type="datetime"],
.wpcf7-form .form-light-mode input[type="datetime-local"],
.wpcf7-form .form-light-mode input[type="color"],
.wpcf7-form .form-light-mode .wpcf7-select,
.wpcf7-form .form-light-mode textarea {
  background-color: #FFFFFF;
}
.wpcf7-form button:after {
  content: '\f122';
  display: inline-block;
  vertical-align: middle;
  font: 900 normal 18px/20px 'Font Awesome 5 Free';
  width: 20px;
  height: 20px;
  margin: -2px 0 -2px 18px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  font-size: 14px;
  padding: 10px 15px;
  margin: 1em 0;
}

div.wpcf7-validation-errors {
  background-color: #ED4E40;
  border-color: #ED4E40;
  color: #ffffff;
}

div.wpcf7-acceptance-missing {
  background-color: #FCB84D;
  border-color: #FCB84D;
  color: #ffffff;
}

div.wpcf7-mail-sent-ok {
  background-color: #91BF62;
  border-color: #91BF62;
  color: #ffffff;
}

span.wpcf7-not-valid-tip {
  padding-top: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #ED4E40;
}

/*  -------------------
	Contact Form 7 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) {
  button.button-color-dark:not(:disabled):hover {
    border-color: #FFFFFF;
  }
}
@media screen and (max-width: 1199px) {
  .wpcf7-form button:after {
    content: none;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7-form .form-row {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  .wpcf7-form .form-row:first-child .form-column:first-child {
    margin-top: 0;
  }
  .wpcf7-form .form-row .form-column {
    margin-top: 20px;
    max-width: 500px;
  }
  .wpcf7-form .form-row .form-column.form-column-15_51, .wpcf7-form .form-row .form-column.form-column-14_51, .wpcf7-form .form-row .form-column.form-column-12_51, .wpcf7-form .form-row .form-column.form-column-10_51, .wpcf7-form .form-row .form-column.form-column-1_2, .wpcf7-form .form-row .form-column.form-column-13_20, .wpcf7-form .form-row .form-column.form-column-7_20, .wpcf7-form .form-row .form-column.form-column-2_5, .wpcf7-form .form-row .form-column.form-column-3_5 {
    width: 100%;
  }
  .wpcf7-form .form-horizontal .form-column:not(:first-child) {
    padding: 0;
  }
  .wpcf7-form .form-vertical .form-row {
    margin: 0 auto;
  }
  .wpcf7-form .form-vertical .form-column {
    padding: 0;
  }
}
/*  --------------------
	WPML extra styles
--------------------  */
body > .wpml-ls-legacy-dropdown {
  display: none;
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -10000px;
  top: 0;
}

.wpml-ls-legacy-dropdown {
  width: auto;
  min-width: 42px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language > a.wpml-ls-item-toggle {
  padding: 10px 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language > a.wpml-ls-item-toggle:after {
  content: none;
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a {
  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: 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;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a .wpml-ls-flag {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a span {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language a .wpml-ls-flag + span {
  margin: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background-color: #FFFFFF;
  right: -10px;
  left: -10px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-link {
  padding-left: 10px;
  padding-right: 10px;
}

.page-footer .wpml-ls-legacy-dropdown {
  margin: -8px 0 0 50px;
}
.page-footer .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  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) {
  .wpml-ls-legacy-dropdown a.wpml-ls-link:hover {
    opacity: 1 !important;
  }
}
/*  --------------------
	Instafram Feed extra styles
--------------------  */
aside .cws-widget .sbi_photo,
.footer-container .cws-widget .sbi_photo {
  position: relative;
  overflow: hidden;
  display: block;
  opacity: 1 !important;
}
aside .cws-widget .sbi_photo img,
.footer-container .cws-widget .sbi_photo img {
  display: block;
  width: 100%;
}
aside .cws-widget .sbi_photo:before,
.footer-container .cws-widget .sbi_photo:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
aside .cws-widget .sbi_photo:after,
.footer-container .cws-widget .sbi_photo:after {
  content: '\f16d';
  font: 400 normal 24px/1em 'Font Awesome 5 Brands';
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
aside .cws-widget .sbi,
.footer-container .cws-widget .sbi {
  padding: 0 !important;
  width: auto !important;
  margin: -4px -14px -14px !important;
  overflow: hidden !important;
}
aside .cws-widget .sbi.sbi_col_2 .sbi_photo:after, aside .cws-widget .sbi.sbi_col_1 .sbi_photo:after,
.footer-container .cws-widget .sbi.sbi_col_2 .sbi_photo:after,
.footer-container .cws-widget .sbi.sbi_col_1 .sbi_photo:after {
  font-size: 50px;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
}

/*  -------------------
	Instagram Feed 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) {
  aside .cws-widget .sbi_photo:hover:before, aside .cws-widget .sbi_photo:hover:after,
  .footer-container .cws-widget .sbi_photo:hover:before,
  .footer-container .cws-widget .sbi_photo:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  aside .cws-widget .sbi.sbi_col_2 .sbi_photo:hover:before, aside .cws-widget .sbi.sbi_col_1 .sbi_photo:hover:before,
  .footer-container .cws-widget .sbi.sbi_col_2 .sbi_photo:hover:before,
  .footer-container .cws-widget .sbi.sbi_col_1 .sbi_photo:hover:before {
    opacity: 0.8;
  }
}
/*  ----------------------
	 Social Pug extra styles
----------------------  */
#dpsp-content-top {
  margin: 0 0 40px;
}

#dpsp-content-bottom {
  margin: 40px 0 0;
}

.dpsp-share-text {
  margin: 0 0 -40px !important;
}

.dpsp-content-wrapper .dpsp-networks-btns-wrapper {
  margin: 0 -5px !important;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li {
  margin: 10px 0 0;
  padding: 0 5px;
  float: left;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn {
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  padding: 6px 17px 6px 47px;
  height: 39px;
  min-width: 39px;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-no-label {
  padding: 6px 17px;
  overflow: hidden;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-no-label .dpsp-network-icon {
  left: -2px;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-icon {
  font-size: 17px;
  line-height: 35px;
  left: 2px;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn .dpsp-network-count {
  font-weight: 700;
}
.dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-email .dpsp-network-icon:before, .dpsp-content-wrapper .dpsp-networks-btns-wrapper li .dpsp-network-btn.dpsp-email .dpsp-network-icon:after {
  content: '\f0e0';
  font: 400 normal 17px/20px 'Font Awesome 5 Free';
}
.dpsp-content-wrapper .dpsp-total-share-wrapper {
  height: 39px;
  margin-top: -15px;
  padding: 5px 0 0 20px;
}

/*  --------------------
	Footer styles
--------------------  */
.page-footer {
  position: relative;
  font-size: 15px;
  line-height: 23px;
}
.page-footer a {
  opacity: 0.75;
}
.page-footer .footer-pattern,
.page-footer .bg-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-footer .footer-icon {
  position: absolute;
  width: 72px;
  height: 78px;
  top: -21px;
  left: 50%;
  right: auto;
  margin: 0 0 0 -36px;
}
.page-footer .footer-icon:before {
  content: '\f184';
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 78px/1em 'cwsicon';
  width: 72px;
  height: 78px;
  left: 0;
  right: 0;
  top: 0;
  color: transparent;
}
.page-footer .footer-icon:after {
  content: '\f184';
  position: absolute;
  display: block;
  text-align: center;
  font: 400 normal 57px/1em 'cwsicon';
  width: 52px;
  height: 58px;
  left: 10px;
  right: 10px;
  top: 10px;
  color: transparent;
}
.page-footer .footer-icon .footer-icon-arrow {
  position: absolute;
  width: 23px;
  height: 20px;
  left: 50%;
  top: 50%;
  right: auto;
  text-align: center;
  margin: -10px 0 0 -11.5px;
  z-index: 3;
  overflow: hidden;
}
.page-footer .footer-icon .footer-icon-arrow:before {
  content: '\f181';
  font: 400 normal 23px/1em 'cwsicon';
  color: transparent;
}
.page-footer .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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.page-footer .container .footer-info {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 255px;
  margin: 0 60px 0 0;
}
.page-footer .container .footer-info .footer-logo {
  display: inline-block;
  vertical-align: top;
}
.page-footer .container .footer-info .footer-logo img.footer-logo {
  display: block;
}
.page-footer .container .footer-info .footer-info-text {
  font-size: 16px;
  line-height: 1.5em;
}
.page-footer .container .footer-info .footer-info-text:not(:first-child) {
  margin: 36px 0 0;
}
.page-footer .container .footer-content-wrapper {
  width: 100%;
  padding: 0 0 38px;
}
.page-footer .container .footer-content-wrapper .footer-text {
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  margin: 0 24px 0 0;
  font-size: 24px;
  line-height: 30px;
}
.page-footer .container .footer-content-wrapper .footer-text .footer-text-icon {
  margin: 0 15px 0 0;
}
.page-footer .container .cws-social-links {
  margin: -8px -14px 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.page-footer .container .cws-social-links .cws-social-link {
  position: relative;
  opacity: 0.4;
  -webkit-transition: color 0.3s, opacity 0.3s;
  transition: color 0.3s, opacity 0.3s;
}
.page-footer .container .cws-social-links .cws-social-link:before {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 17px;
}
.page-footer .copyrights-area .container {
  position: relative;
  padding: 24px 15px;
  font-size: 15px;
}
.page-footer .copyrights-area .container:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}
.page-footer .copyrights-area .container .copyrights-container {
  width: 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) {
  .page-footer a:hover {
    opacity: 1;
  }
  .page-footer .container .cws-social-links .cws-social-link:hover {
    opacity: 1;
  }
}
/*  ====================
	Woocommerce styles
====================  */
/*  --------------------
	Woocommerce grid
--------------------  */
.woo_panel {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}
.woo_panel .woocommerce-notices-wrapper {
  width: 100%;
}
.woo_panel .woocommerce-result-count {
  margin: 0;
  font-size: 14px;
  color: #707070;
}
.woo_panel .woocommerce-ordering .orderby {
  font-size: 14px;
  background-color: #FFFFFF;
  color: #707070;
  min-width: 230px;
  border-color: #707070;
}

.products {
  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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.products:not(.related) {
  margin: 0 -15px;
}
.products.columns-4 .product {
  width: 25%;
}
.products.columns-3 .product {
  width: 33.3%;
}
.products.columns-2 .product {
  width: 50%;
}
.products li.product:before {
  display: none;
}
.products.cws_carousel .product {
  padding: 0;
}
.products .product {
  margin-bottom: 25px;
  padding: 0 15px;
}
.products .product .politix_shop_loop_item_content_wrapper {
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.3s, box-shadow 0.3s;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media {
  position: relative;
  overflow: hidden;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner {
  display: block;
  height: 34px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px 15px 7px;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner:not(:first-child) {
  margin: 10px 0 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner .woo_banner_text {
  color: #ffffff;
  font-size: 14px;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner.sale_banner {
  background-color: #ed4e40;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner.featured_banner {
  background-color: #ed9040;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner.free_banner {
  background-color: #91bf62;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .pic {
  font-size: 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .pic img {
  background-color: #E7EDF3;
  display: block;
  width: 100%;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .post_media_buttons {
  position: absolute;
  opacity: 0;
  left: 20px;
  right: 20px;
  bottom: -20px;
  text-align: center;
  z-index: 2;
  -webkit-transition: opacity 0.3s, bottom 0.3s;
  transition: opacity 0.3s, bottom 0.3s;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_media .post_media_buttons .add_to_cart_button.added {
  display: none;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info {
  padding: 17px 19px 23px;
  text-align: center;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_title {
  line-height: initial;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_price_wrapper {
  font-size: 0;
  line-height: 1;
  position: relative;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_price_wrapper:not(:first-child):not(:empty) {
  margin: 10px 0 0;
  padding: 7px 0 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_price_wrapper:not(:first-child):not(:empty):before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #B1B2B3;
  top: 0;
  left: 50%;
  margin: 0 0 0 -10px;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_price_wrapper .woocommerce-Price-currencySymbol:first-child {
  margin: 0 0.25em 0 0;
}
.products .product .politix_shop_loop_item_content_wrapper .woo_product_post_info .woo_product_post_price_wrapper .woocommerce-Price-currencySymbol:not(:first-child) {
  margin: 0 0 0 0.25em;
}

.product .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}
.product .price ins {
  padding: 0;
  vertical-align: middle;
}
.product .price del {
  text-decoration: none;
  margin: 0 9px 0 0;
  vertical-align: middle;
}
.product .price del .amount {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #7E7E80;
}

.product-category > a {
  display: block;
}
.product-category img {
  display: block;
}
.product-category .woocommerce-loop-category__title {
  text-align: center;
  padding: 17px 19px 23px;
  margin: 0;
  font-size: 24px;
  line-height: initial;
  font-weight: 400;
}
.product-category .woocommerce-loop-category__title mark {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*  --------------------
	Woocommerce grid 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) {
  .products .product .politix_shop_loop_item_content_wrapper:hover .woo_product_post_media .post_media_buttons {
    opacity: 1;
    bottom: 20px;
  }
  .products.cws_carousel .product .politix_shop_loop_item_content_wrapper:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  }
}
/*  --------------------
	Woocommerce single
--------------------  */
.woocommerce .page-content.single-sidebar .product .upsells.products:before, .woocommerce .page-content.double-sidebar .product .upsells.products:before {
  width: 100%;
}
.woocommerce .product .woocommerce-product-gallery {
  position: relative;
  max-width: 48.7179%;
  float: left;
  margin-bottom: 63px;
}
.woocommerce .product .woocommerce-product-gallery:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
  font-size: 0;
  line-height: 0;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
  background-color: #e7edf3;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  display: block;
  position: relative;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__image a > img {
  width: 100%;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #fff;
  font-size: 0;
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: '\f002';
  font: 900 16px/16px 'Font Awesome 5 Free';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  opacity: 0;
  background-color: #e7edf3;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-nav {
  font-size: 0;
  margin: 20px -10px -20px -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: 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;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
  width: 16.6667%;
  padding: 0 10px 20px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
  background-color: #e7edf3;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.woocommerce .product .woocommerce-product-gallery .flex-control-nav li img.flex-active {
  opacity: 1;
}
.woocommerce .product .summary {
  width: 51.2821%;
  float: right;
  padding-left: 37px;
  margin-bottom: 63px;
}
.woocommerce .product .summary:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce .product .summary .woo_banner_wrapper {
  margin: 0 -8px 35px -9px;
}
.woocommerce .product .summary .woo_banner_wrapper .woo_banner {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  line-height: 19px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 8px 19px 7px;
  margin: 0 8px 15px 7px;
}
.woocommerce .product .summary .woo_banner_wrapper .woo_banner .woo_banner_text {
  color: #FFFFFF;
  font-size: 14px;
}
.woocommerce .product .summary .woo_banner_wrapper .woo_banner.sale_banner {
  background-color: #ed4e40;
}
.woocommerce .product .summary .woo_banner_wrapper .woo_banner.featured_banner {
  background-color: #ed9040;
}
.woocommerce .product .summary .woo_banner_wrapper .woo_banner.free_banner {
  background-color: #91bf62;
}
.woocommerce .product .summary .single_product_header .single_product_price {
  font-size: 0;
  line-height: 1;
  padding: 0 0 0 1px;
}
.woocommerce .product .summary .single_product_header .single_product_price:not(:first-child) {
  margin: 24px 0 0;
}
.woocommerce .product .summary .single_product_header .single_product_price .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.woocommerce .product .summary .single_product_header .single_product_price .price del {
  margin: 0 9px 0 0;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
}
.woocommerce .product .summary .single_product_header .single_product_price .price del .amount {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #7e7e80;
}
.woocommerce .product .summary .single_product_header .single_product_price .price ins {
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .product .summary .single_product_header .single_product_price .woocommerce-Price-currencySymbol:first-child {
  margin: 0 0.25em 0 0;
}
.woocommerce .product .summary .single_product_header .single_product_price .woocommerce-Price-currencySymbol:not(:first-child) {
  margin: 0 0 0 0.25em;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating {
  line-height: 1;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating .star-rating:before,
.woocommerce .product .summary .single_product_header .woocommerce-product-rating .star-rating > span:before {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 4.4px;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating .star-rating span {
  color: #fabd4a;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating:not(:first-child) {
  margin: 25px 0 0;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating .star-rating {
  vertical-align: top;
}
.woocommerce .product .summary .single_product_header .woocommerce-product-rating .woocommerce-product-rating_info {
  margin: -1px 0 1px 21px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
}
.woocommerce .product .summary .single_product_categories {
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce .product .summary .single_product_categories a {
  color: #000000;
}
.woocommerce .product .summary .product_title {
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.woocommerce .product .summary .product_title:not(:first-child) {
  margin: 17px 0 0;
}
.woocommerce .product .summary .woocommerce-product-details__short-description:not(:first-child) {
  margin: 68px 0 0;
}
.woocommerce .product .summary .cart:not(:first-child) {
  margin: 68px 0 0;
}
.woocommerce .product .summary .cart:not(.grouped_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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.woocommerce .product .summary .cart:not(.grouped_form) .single_add_to_cart_button {
  margin: 0 0 0 20px;
}
.woocommerce .product .summary .cart:not(.grouped_form) .hidden + .single_add_to_cart_button {
  margin: 0;
}
.woocommerce .product .summary .cart.grouped_form td,
.woocommerce .product .summary .cart.grouped_form tr:last-child {
  border: 0;
}
.woocommerce .product .summary .cart.grouped_form tr, .woocommerce .product .summary .cart.grouped_form td {
  padding: 15px 10px;
}
.woocommerce .product .summary .cart.grouped_form td:first-child {
  padding-left: 0;
}
.woocommerce .product .summary .cart.grouped_form .woocommerce-grouped-product-list-item__label {
  font-weight: 600;
}
.woocommerce .product .summary .cart.variations_form {
  display: block;
}
.woocommerce .product .summary .cart.variations_form .variations {
  margin-bottom: 0;
}
.woocommerce .product .summary .cart.variations_form .variations tr {
  border-bottom: 0;
}
.woocommerce .product .summary .cart.variations_form .variations tr td:first-child {
  padding-left: 0;
  text-transform: capitalize;
}
.woocommerce .product .summary .cart.variations_form .variations th, .woocommerce .product .summary .cart.variations_form .variations td {
  border: 0;
  background-color: #fff;
}
.woocommerce .product .summary .cart.variations_form .variations .reset_variations {
  margin-left: 20px;
  font-size: 14px;
}
.woocommerce .product .summary .cart.variations_form .variations .label {
  font-weight: 600;
}
.woocommerce .product .summary .cart.variations_form .variations .label label:after {
  content: ':';
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap {
  margin-top: 28px;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .variations_button {
  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;
  margin-top: 28px;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price {
  font-size: 0;
  line-height: 1;
  padding: 0 0 0 1px;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price:not(:first-child) {
  margin: 24px 0 0;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .price {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .price del {
  margin: 0 9px 0 0;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .price del .amount {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #7e7e80;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .price ins {
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-currencySymbol:first-child {
  margin: 0 0.25em 0 0;
}
.woocommerce .product .summary .cart.variations_form .single_variation_wrap .woocommerce-variation-price .woocommerce-Price-currencySymbol:not(:first-child) {
  margin: 0 0 0 0.25em;
}
.woocommerce .product .summary .cart .single_add_to_cart_button {
  margin: 0;
  padding: 14px 25px;
  font-size: 14px;
  line-height: 19px;
}
.woocommerce .product .summary .cart .single_add_to_cart_button:after {
  content: '\f143';
  font: 400 normal 20px/1em 'cwsicon';
  margin: 0 0 -2px 18px;
  vertical-align: top;
  display: inline-block;
}
.woocommerce .product .summary .product_meta {
  padding-top: 25px;
  margin-top: 35px;
  border-top: 1px solid #DDDDDD;
  font-size: 16px;
  color: #000;
}
.woocommerce .product .summary .product_meta .posted_in {
  margin-right: 20px;
}
.woocommerce .product #review_form_wrapper {
  margin: 50px 0 0;
}
.woocommerce .product .woocommerce-tabs {
  clear: both;
}
.woocommerce .product .woocommerce-tabs .tabs {
  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;
  position: relative;
}
.woocommerce .product .woocommerce-tabs .tabs:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 1px;
  background-color: #d0d1d1;
}
.woocommerce .product .woocommerce-tabs .tabs li {
  position: relative;
  z-index: 2;
}
.woocommerce .product .woocommerce-tabs .tabs li:not(:first-child) {
  margin: 0 0 0 50px;
}
.woocommerce .product .woocommerce-tabs .tabs li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0 12px;
  border-bottom: solid 2px transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.woocommerce .product .woocommerce-tabs .tabs li.active a {
  font-weight: 600;
}
.woocommerce .product .woocommerce-tabs .panel {
  padding: 37px 0 0;
}
.woocommerce .product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr {
  border: none;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:not(:first-child) td, .woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:not(:first-child) th {
  border-top: solid 1px #d0d1d1;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:first-child td, .woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:first-child th {
  padding-top: 1px;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody td {
  border: none;
  text-align: right;
  padding: 19px 0 19px 48px;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody th {
  border: none;
  text-align: left;
  font-weight: 400;
  padding: 19px 48px 19px 0;
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody .woocommerce-product-attributes-item__label:after {
  content: ':';
}
.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody .woocommerce-product-attributes-item__value {
  font-weight: 600;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist {
  margin: 0;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li {
  list-style-type: none;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li:not(:first-child) {
  margin-top: 30px;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_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: 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;
  width: 100%;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container img {
  margin: 0 30px 0 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d0d1d1;
  padding: 24px 29px 23px;
  width: 100%;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header {
  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;
  font-size: 14px;
  line-height: 19px;
  width: 100%;
  color: #7e7e80;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .woocommerce-review__author {
  width: 100%;
  font-size: 24px;
  line-height: 1.125em;
  margin: 0 30px 0 0;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .woocommerce-review__author .woocommerce_review_rating_verification_label {
  font-size: 14px;
  line-height: 19px;
  color: #7e7e80;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info .star-rating {
  margin: 0 -4px -2px 17px;
}
.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  padding: 23px 0 0;
  line-height: 1.6875em;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-reply-title {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-reply-title:before {
  content: '';
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: top;
  margin: 0.56em 15px 0 0;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating label {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars:before,
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars .stars-active:before {
  content: '\f156\f156\f156\f156\f156';
  font: 400 normal 20px/1em 'cwsicon';
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 4px;
  word-break: initial;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars {
  display: inline-block;
  vertical-align: top;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars span {
  position: absolute;
  width: 100%;
  height: 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: 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;
  top: 0;
  left: 0;
  margin-top: 0;
  cursor: pointer;
  font-size: 0;
}
.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars span > a {
  width: 20%;
  position: relative;
  z-index: 2;
}
.woocommerce .product hr {
  display: none;
}
.woocommerce .product .upsells.products {
  margin: 56px 0 0;
  position: relative;
}
.woocommerce .product .upsells.products .ce_title {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
  margin-bottom: 50px;
}
.woocommerce .product .upsells.products .ce_title.ce_title_div_left:before {
  margin: 0.56em 15px 0 -2px;
}
.woocommerce .product .related.products {
  margin: 56px 0 0;
  position: relative;
}
.woocommerce .product .related.products .ce_title {
  font-size: 32px;
  line-height: 1.1562em;
  font-weight: 400;
  margin-bottom: 50px;
}
.woocommerce .product .related.products .ce_title.ce_title_div_left:before {
  margin: 0.56em 15px 0 -2px;
}
.woocommerce .single_product_links .nav_post_links {
  padding: 0;
  border: none;
  margin: 46px 0 0;
}
.woocommerce .single_product_links .nav_post_links .nav_post_link .nav_post {
  width: 40%;
  max-width: 320px;
}
.woocommerce .single_product_links .nav_post_links .nav_post_link .nav_post_categories {
  display: block;
  font-size: 12px;
}
.woocommerce .single_product_links .nav_post_links .nav_post_link .nav_post_thumb img {
  width: 70px;
}

.wcppec-checkout-buttons {
  margin: 0;
  text-align: left;
}
.wcppec-checkout-buttons:not(:first-child) {
  margin: 46px 0 0;
}
.wcppec-checkout-buttons .wcppec-checkout-buttons__button {
  vertical-align: top;
  padding-top: 20px;
}
.wcppec-checkout-buttons .wcppec-checkout-buttons__button img {
  display: block;
}
.wcppec-checkout-buttons .paypal-button .zoid-outlet iframe.zoid-component-frame {
  z-index: 1 !important;
}

/*  --------------------
	Woocommerce typical
--------------------  */
/*  --------------------
	Woocommerce mini-cart
--------------------  */
.mini-cart {
  position: relative;
}
.mini-cart > .woocommerce-mini-cart__buttons {
  margin: 0;
}
.mini-cart:hover .woo_mini_cart {
  top: calc(100% + 10px);
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.mini-cart .woo_icon i {
  position: relative;
}
.mini-cart .woo_icon i:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  display: inline-block;
}
.mini-cart .woo_icon i span {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  min-width: 15px;
  height: 15px;
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  text-align: center !important;
  position: absolute;
  left: -7px;
  top: -7px;
  padding: 0 3px;
  white-space: nowrap;
}
.mini-cart .woo_mini_cart {
  width: 310px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  top: calc(100% + 20px);
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  z-index: 10;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mini-cart .woo_mini_cart:before {
  content: '';
  height: 20px;
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item {
  padding-right: 20px;
  position: relative;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item:after {
  content: '';
  display: table;
  clear: both;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item:not(:last-child) {
  margin-bottom: 20px;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item .remove {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff4848;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item a img {
  max-width: 50px;
  margin-right: 10px;
  float: left;
  position: relative;
  background-color: #E7EDF3;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item .quantity {
  font-size: 14px;
  display: inline-block;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item .quantity .amount {
  font-weight: 600;
}
.mini-cart .woo_mini_cart .cart_list .mini_cart_item .quantity .price {
  display: inline-block;
  white-space: nowrap;
}
.mini-cart .woo_mini_cart .total {
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: solid 1px #cecece;
}
.mini-cart .woo_mini_cart .total strong {
  font-weight: 400;
  margin: 0 6px 0 0;
}
.mini-cart .woo_mini_cart .total .amount {
  font-weight: 600;
}
.mini-cart .woo_mini_cart .buttons {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mini-cart .woo_mini_cart .buttons .button {
  margin-top: 14px;
  width: calc(50% - 6px);
  padding: 9px 8px 8px;
  text-align: center;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.mini-cart .woo_mini_cart .buttons .button:not(.checkout) {
  color: #FFFFFF;
}
.mini-cart .woo_mini_cart .buttons .button:not(.checkout):hover {
  background-color: transparent;
}
.mini-cart .woo_mini_cart .buttons .button.checkout {
  background-color: transparent;
}
.mini-cart .woo_mini_cart .buttons .button.checkout:hover {
  color: #FFFFFF !important;
}

/*  --------------------
	Checkout page
--------------------  */
.woocommerce .checkout_coupon {
  margin-top: 20px;
  width: 400px;
}
.woocommerce .checkout_coupon p {
  margin-bottom: 15px;
}
.woocommerce .checkout_coupon .button {
  margin-top: 0;
  width: 100%;
}
.woocommerce .checkout_coupon .form-row-first {
  float: left;
  padding: 0 15px 0 0;
  width: calc(100% - 193px);
}
.woocommerce .checkout_coupon .form-row-last {
  float: right;
  padding: 0 0 0 15px;
  width: 193px;
}
.woocommerce .checkout {
  margin-top: 20px;
}
.woocommerce .checkout #customer_details {
  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;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .checkout #customer_details > div[class*="col-"] {
  padding: 0 15px;
  width: 100%;
}
.woocommerce .checkout h3 {
  margin: 25px 0 15px;
}
.woocommerce .checkout .form-row label {
  margin-bottom: 5px;
}
.woocommerce .checkout .select2-container .select2-selection--single {
  height: 59px;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: solid 1px transparent;
  background-color: #f0f1f2;
}
.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 59px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 40px;
  color: #000000;
}
.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 59px;
  width: 40px;
}
.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #000000 transparent transparent transparent !important;
  border-width: 5px 4px 0 4px !important;
}
.woocommerce .checkout table {
  width: 100%;
  text-align: left;
}
.woocommerce .checkout .place-order .button {
  margin-top: 25px;
}

.woocommerce-checkout-payment img {
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.woocommerce-checkout-payment .payment_box {
  padding: 15px;
  margin: 10px 0;
  background-color: #f0f1f2;
}

.place-order {
  margin: 20px 0 0;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead th {
  color: #FFFFFF;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
  padding: 10px 20px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table .amount {
  font-weight: 600;
}

.woocommerce-input-wrapper {
  display: block;
}

/*  --------------------
	Woocommerce cart
--------------------  */
.widget .woocommerce-product-search .screen-reader-text:before,
.woocommerce .cart_totals h2,
.woocommerce-checkout h3 {
  font-size: 32px;
  line-height: 1.1562em;
}

.woocommerce-cart-form .shop_table {
  width: 100%;
  text-align: left;
}
.woocommerce-cart-form .shop_table thead th {
  padding: 20px 10px;
  color: #fff;
}
.woocommerce-cart-form .shop_table .cart_item .product-thumbnail {
  font-size: 0;
  line-height: 0;
  padding: 15px 0 15px 15px;
}
.woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
  width: 150px;
  background-color: #E7EDF3;
}
.woocommerce-cart-form .shop_table .cart_item .product-name {
  font-size: 22px;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-cart-form .shop_table .cart_item .product-price {
  padding-right: 15px;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table .cart_item .product-subtotal {
  padding-right: 15px;
  font-weight: 600;
}
.woocommerce-cart-form .shop_table .cart_item .product-quantity {
  padding-right: 15px;
}
.woocommerce-cart-form .shop_table .cart_item .product-remove a {
  color: rgba(0, 0, 0, 0.35);
  font-size: 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.woocommerce-cart-form .shop_table tbody:after {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-cart-form .shop_table tbody > tr {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #f3f3f3;
}
.woocommerce-cart-form .shop_table tbody > tr:last-child {
  background-color: transparent;
}
.woocommerce-cart-form .shop_table tbody > tr:last-child td {
  padding: 15px;
}
.woocommerce-cart-form .shop_table .coupon {
  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;
  float: left;
  width: 400px;
}
.woocommerce-cart-form .shop_table .coupon label {
  display: none;
}
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 202px;
  margin-right: 20px;
}
.woocommerce-cart-form .shop_table .coupon .button {
  margin-top: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  color: #FFFFFF;
}
.woocommerce-cart-form .shop_table .button[name="update_cart"] {
  float: right;
  margin-top: 0;
  cursor: pointer;
}
.woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table td {
  border: 0;
}

ul.woocommerce-shipping-methods > li,
ul.wc_payment_methods > li {
  margin: 0;
  padding: 0;
}
ul.woocommerce-shipping-methods > li:before,
ul.wc_payment_methods > li:before {
  content: none;
  display: none;
}

.cart-collaterals {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.cart-collaterals hr,
.cart-collaterals .cross-sells {
  display: none;
}
.cart-collaterals .cart_totals h2 {
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.cart-collaterals .cart_totals .shop_table {
  width: 100%;
  text-align: left;
}
.cart-collaterals .cart_totals .shop_table tr {
  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;
}
.cart-collaterals .cart_totals .shop_table tr.shipping {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.cart-collaterals .cart_totals .shop_table tr.shipping td:not(:first-child) {
  padding-top: 0;
  padding-bottom: 5px;
}
.cart-collaterals .cart_totals .shop_table tr .shipping-calculator-button {
  display: inline-block;
  margin-bottom: 5px;
}
.cart-collaterals .cart_totals .shop_table th, .cart-collaterals .cart_totals .shop_table td {
  border: 0;
  padding: 10px 0;
}
.cart-collaterals .cart_totals .shop_table th {
  font-size: 16px;
  font-weight: 500;
}
.cart-collaterals .cart_totals .shop_table .amount {
  font-weight: 600;
}
.cart-collaterals .checkout-button {
  white-space: nowrap;
}

/*  --------------------
	Woocommerce messages
--------------------  */
.woocommerce-message {
  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: 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;
  background-color: #EDEDED;
}
.woocommerce-message .button {
  margin-top: 0;
}

.woocommerce-error {
  background-color: #EC2B2B;
  color: #fff;
}
.woocommerce-error strong {
  font-weight: 500;
}
.woocommerce-error > li {
  padding: 0 !important;
  margin: 0 !important;
}
.woocommerce-error > li:before {
  content: none;
  display: none;
}
.woocommerce-error > li:not(:last-child) {
  margin: 0 0 5px !important;
}

.woocommerce-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: 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;
  background-color: #336BB4;
  color: #fff;
}
.woocommerce-info .showcoupon {
  font-weight: 500;
  color: #ffe27a;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: 20px 0 !important;
  padding: 15px 20px !important;
}
.woocommerce-message:first-child,
.woocommerce-error:first-child,
.woocommerce-info:first-child {
  margin-top: 0;
}
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: none !important;
}

/*  --------------------
	Woocommerce shortcodes
--------------------  */
.shortcode_carousel .woocommerce .products .product {
  width: 100%;
}

.elementor-shortcode .politix_shop_loop_item_content_wrapper {
  position: relative;
}
.elementor-shortcode .politix_shop_loop_item_content_wrapper > a {
  display: block;
  padding: 10px;
}
.elementor-shortcode .politix_shop_loop_item_content_wrapper .woocommerce-loop-category__title {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 500;
  padding: 5px;
  text-align: center;
  margin-bottom: -15px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.elementor-shortcode .politix_shop_loop_item_content_wrapper .woocommerce-loop-category__title mark {
  background-color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@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) {
  .woocommerce-cart-form .shop_table .cart_item .product-remove a:hover {
    color: #ff4848;
  }

  .mini-cart .woo_mini_cart .cart_list .mini_cart_item .remove:hover {
    opacity: 1;
  }
}
/*  --------------------
	Account page
--------------------  */
.woocommerce-account.logged-in .woocommerce {
  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;
}
.woocommerce-account .woocommerce > h2 {
  margin: 0;
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 270px;
  margin: 0 60px 0 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:before {
  display: none;
  content: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul {
  padding: 15px 30px;
  background-color: #f0f1f2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li:not(:first-child) {
  border-top: solid 1px #cecece;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li > a {
  font-size: 16px;
  line-height: 1.625em;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 0 13px 26px;
  background-color: transparent;
  -webkit-transition: padding 0.3s, color 0.3s, opacity 0.3s;
  transition: padding 0.3s, color 0.3s, opacity 0.3s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li > a:before {
  content: '\f159';
  font: 400 normal 12px/1em 'cwsicon';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: -2px;
  top: 21px;
  color: #a8a8a8;
  -webkit-transition: left 0.3s, right 0.3s, color 0.3s;
  transition: left 0.3s, right 0.3s, color 0.3s;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active > a {
  padding: 13px 0 13px 36px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li.is-active > a:before {
  left: 8px;
  right: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell .button,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .button {
  margin: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions {
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th {
  text-align: left;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content table th.woocommerce-orders-table__header-order-actions {
  text-align: center;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label {
  margin: 0 0 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input.input-text + span {
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin: 5px 0 0;
  opacity: 0.8;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form legend {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.woocommerce-account .woocommerce .woocommerce-form-login {
  width: 320px;
  margin: 30px auto 0;
}
.woocommerce-account .woocommerce .woocommerce-form-login label {
  margin: 0 0 5px;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form__label-for-checkbox span {
  vertical-align: middle;
}
.woocommerce-account .woocommerce .woocommerce-form-login .button {
  width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  font-size: 14px;
  line-height: 19px;
  margin: -10px 0 0;
}

/*  --------------------
	Woocommerce 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) {
  .woocommerce-cart-form .shop_table .coupon .button:hover {
    background-color: transparent;
  }

  .cart-collaterals .checkout-button:hover {
    background-color: transparent;
  }

  .products .product:hover {
    z-index: 2;
  }
  .products .product .politix_shop_loop_item_content_wrapper:hover {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.1);
  }

  .woocommerce .product .woocommerce-product-gallery .flex-control-nav li img:hover {
    opacity: 1;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li > a:hover {
    padding: 13px 0 13px 36px;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation > ul > li > a:hover:before {
    left: 8px;
    right: auto;
  }
}
@media (max-width: 1199px) {
  .site-main > .products.columns-4 .product {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .products > .products.columns-3 .product, .products > .products.columns-4 .product {
    width: 50%;
  }

  .woocommerce .product .summary {
    padding-left: 30px;
  }
  .woocommerce .product .summary .woocommerce-product-details__short-description {
    margin-top: 30px;
    max-width: none;
  }
  .woocommerce .product .summary .cart:not(.grouped_form) {
    margin-top: 30px;
  }
  .woocommerce .product .summary .single_product_footer:not(:first-child) {
    margin-top: 30px;
  }

  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    margin: 0 30px 0 0;
    width: 210px;
  }
}
@media (max-width: 767px) {
  .wcppec-checkout-buttons {
    text-align: center;
  }

  .mini-cart {
    position: static;
  }
  .mini-cart .woo_mini_cart {
    right: 5px;
  }

  .woo_panel {
    margin-bottom: 25px;
  }
  .woo_panel .woocommerce-result-count,
  .woo_panel .woocommerce-ordering {
    margin-bottom: 10px;
  }
  .woo_panel .woocommerce-ordering {
    width: 100%;
  }
  .woo_panel .woocommerce-ordering .orderby {
    width: 100%;
  }

  .products .product {
    margin-bottom: 25px;
  }

  .site-main > .products.columns-3 .product, .site-main > .products.columns-4 .product {
    width: 50%;
  }

  .woocommerce .product .woocommerce-product-gallery {
    max-width: 100%;
    float: none;
    margin-bottom: 45px;
  }
  .woocommerce .product .woocommerce-product-gallery:after {
    display: none;
  }
  .woocommerce .product .woocommerce-product-gallery .flex-control-nav {
    margin: 10px -5px -10px;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .woocommerce .product .woocommerce-product-gallery .flex-control-nav li {
    padding: 0 5px 10px;
    width: 33.3333%;
  }
  .woocommerce .product .summary {
    margin-bottom: 55px;
    padding-left: 0;
    width: 100%;
    float: none;
  }
  .woocommerce .product .summary:after {
    display: none;
  }
  .woocommerce .product .summary .woo_banner_wrapper {
    text-align: center;
  }
  .woocommerce .product .summary .cart {
    margin-top: 25px;
  }
  .woocommerce .product .summary .cart.variations_form .single_variation_wrap {
    margin-top: 25px;
  }
  .woocommerce .product .summary .cart:not(.grouped_form) {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .woocommerce .product .summary .cart:not(.grouped_form) .single_add_to_cart_button {
    padding: 14px 20px;
  }
  .woocommerce .product .summary .cart:not(.grouped_form) .single_add_to_cart_button:after {
    content: none;
    display: none;
  }
  .woocommerce .product .summary .single_product_header {
    display: block;
    text-align: center;
  }
  .woocommerce .product .summary .single_product_header .single_product_price_wrapper {
    margin: 10px 0 0;
    text-align: center;
  }
  .woocommerce .product .summary .single_product_categories {
    text-align: center;
  }
  .woocommerce .product .summary h1.product_title {
    font-size: 28px !important;
    text-align: center;
  }
  .woocommerce .product .summary .woocommerce-product-details__short-description {
    text-align: center;
    max-width: none;
  }
  .woocommerce .product .summary .single_product_footer {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .woocommerce .product .summary .single_product_footer:not(:first-child) {
    margin: 40px 0 0;
  }
  .woocommerce .product .woocommerce-tabs .tabs {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce .product .woocommerce-tabs .tabs:after {
    background-color: transparent;
  }
  .woocommerce .product .woocommerce-tabs .tabs li {
    width: 100%;
    text-align: center;
  }
  .woocommerce .product .woocommerce-tabs .tabs li:not(:first-child) {
    margin: 0;
  }
  .woocommerce .product .woocommerce-tabs .tabs li a {
    padding: 10px 0 2px;
  }
  .woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody td {
    padding: 10px 0 10px 15px;
  }
  .woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:not(:first-child) th {
    padding: 10px 15px 10px 0;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li {
    margin: 20px 0 0;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container {
    display: block;
    padding: 16px 20px 22px;
    border: solid 1px #d0d1d1;
    overflow: hidden;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .avatar {
    float: left;
    margin: 4px 20px 5px 0;
    width: 60px;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text {
    width: auto;
    padding: 0;
    border: none;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header {
    display: block;
    margin: 0 0 0 80px;
    width: auto;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .woocommerce-review__author {
    display: block;
    margin: 0;
    font-size: 22px;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info {
    display: block;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info:not(:first-child) {
    margin: 5px 0 0;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info .comment__published-date {
    display: block;
    margin: 0 0 3px;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .comment-header .comment-info .star-rating {
    margin: 5px 0 -2px;
  }
  .woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description {
    width: 100%;
    clear: both;
    line-height: 1.5em;
    padding: 15px 0 0;
  }
  .woocommerce .product .related.products,
  .woocommerce .product .upsells.products {
    margin-top: 45px;
    padding-top: 35px;
  }
  .woocommerce .checkout #customer_details {
    display: block;
  }

  .woocommerce-cart-form:after {
    content: '';
    display: table;
    clear: both;
  }
  .woocommerce-cart-form .shop_table {
    display: block;
    border: 0;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody > tr {
    border: none;
  }
  .woocommerce-cart-form .shop_table tbody > tr:last-child td {
    padding: 0;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item {
    border: 0;
    display: block;
    position: relative;
    padding-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item:after {
    content: '';
    display: table;
    clear: both;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item td {
    padding: 0;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-thumbnail {
    width: 25%;
    margin-right: 15px;
    float: left;
    padding: 0px 0 30px 0px;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-name {
    width: 65%;
    float: left;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity {
    width: 30%;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity input {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-subtotal {
    font-weight: 700;
    text-align: right;
  }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-remove {
    position: absolute;
    line-height: 23px;
    right: 0;
    top: 0;
  }
  .woocommerce-cart-form .shop_table .actions {
    padding: 0;
    display: block;
    margin-top: 20px;
  }
  .woocommerce-cart-form .shop_table .coupon {
    width: 100%;
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .woocommerce-cart-form .shop_table .coupon .input-text {
    width: 100%;
    margin-right: 15px;
    font-size: 14px;
  }
  .woocommerce-cart-form .shop_table .coupon .button {
    width: 100%;
    margin: 10px 0 0;
  }
  .woocommerce-cart-form .shop_table .button[name="update_cart"] {
    margin-top: 30px;
    width: 100%;
  }

  .cart-collaterals {
    width: 100%;
    margin-top: 15px;
  }
  .cart-collaterals .cart_totals {
    width: 100%;
  }
  .cart-collaterals .cart_totals h2 {
    padding-left: 0;
  }
  .cart-collaterals .cart_totals .shop_table th, .cart-collaterals .cart_totals .shop_table td {
    padding: 10px 0;
  }
  .cart-collaterals .cart_totals .shop_table td {
    text-align: right;
  }
  .cart-collaterals .checkout-button {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }

  .woocommerce-info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .woocommerce-info .showcoupon {
    margin-top: 5px;
  }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    padding: 10px;
  }

  .woocommerce-checkout input,
  .woocommerce-checkout textarea {
    font-size: 15px;
  }

  .woocommerce-account.logged-in .woocommerce {
    display: block;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: auto;
    margin: 0 0 40px;
  }
}
@media (max-width: 479px) {
  .site-main > .products.columns-2 .product, .site-main > .products.columns-3 .product, .site-main > .products.columns-4 .product {
    width: 100%;
  }

  .products > .products.columns-2 .product, .products > .products.columns-3 .product, .products > .products.columns-4 .product {
    width: 100%;
  }
}
/*  ====================
	Main media styles
====================  */
/*  ====================
	Header media styles
====================  */
/*  -------------------
	Logo box media
-------------------  */
@media (max-width: 991px) {
  .logo_box {
    display: none;
  }
}
/*  -------------------

	Mobile menu media
-------------------  */
@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-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item:hover > .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item:hover > .button_open {
    opacity: 1 !important;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu {
    display: block !important;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item.menu-item-has-children > .button_open, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item.menu-item-object-megamenu_item > .button_open {
    display: inline-block;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .button_open {
    display: none;
    position: absolute;
    right: 24px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 18px;
    height: 18px;
    line-height: 17px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    opacity: 0.3;
    -webkit-transition: opacity 0.3s, color 0.3s;
    transition: opacity 0.3s, color 0.3s;
    margin: 1px 0 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .button_open:before {
    content: '\f159';
    font-family: 'cwsicon';
  }

  .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:hover:after {
    opacity: 1;
  }

  /* -----> Addiction from header classes <----- */
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container.active .menu-box-wrapper .main-menu {
    pointer-events: auto;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container.active .menu-box-wrapper .main-menu > .menu-item {
    top: 0;
    opacity: 1;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-right-icons .mobile-menu-hamburger {
    width: 24px;
    margin-left: 0;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-right-icons .mobile-menu-hamburger:first-child {
    margin-left: 50px;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-left-part .main-menu > .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-left-part .main-menu > .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-left-part .main-menu > .menu-item:nth-child(n+4) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:nth-child(4) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:nth-child(5) {
    -webkit-transition-delay: 0.32s;
    transition-delay: 0.32s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:nth-child(n+6) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part .main-menu > .menu-item:first-child {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part .main-menu > .menu-item:nth-child(2) {
    -webkit-transition-delay: 0.38s;
    transition-delay: 0.38s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part .main-menu > .menu-item:nth-child(3) {
    -webkit-transition-delay: 0.46s;
    transition-delay: 0.46s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part .main-menu > .menu-item:nth-child(n+4) {
    -webkit-transition-delay: 0.52s;
    transition-delay: 0.52s;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu {
    pointer-events: none;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item {
    top: 15px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger {
    width: 24px;
    margin-right: 0;
  }
  .site-header.active-sandwich-menu .menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger:last-child {
    margin-right: 50px;
  }
}
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .menu-with-highlight .menu-box:not(.sticky-menu-box) .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item:after {
    content: none;
    display: none;
  }

  .admin-bar .menu-box-wrapper {
    margin-top: 33px;
  }

  .site-header.logo-in-menu.menu-right .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper, .site-header.logo-in-menu.logo-center .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }

  .sticky-menu-box {
    display: none !important;
  }

  .menu-box .container .header-nav-part .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .menu-box .container .header-nav-part .menu-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:last-child {
    margin-right: 20px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:not(:first-child) {
    margin-left: 30px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger {
    width: 24px;
    margin-right: 0;
    top: 1px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons .mobile-menu-hamburger:last-child {
    margin-right: 20px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-left-icons > *:not(:last-child):not(.mobile-menu-hamburger):after {
    left: -15px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:first-child {
    margin-left: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:not(:last-child) {
    margin-right: 30px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-right-icons .mobile-menu-hamburger {
    width: 24px;
    margin-left: 0;
    top: 1px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-right-icons > *:not(:first-child):not(.mobile-menu-hamburger):after {
    left: -15px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper {
    position: fixed;
    overflow-y: auto;
    left: -271px;
    top: 0;
    z-index: 5;
    width: 270px;
    height: 100%;
    min-height: 100vh;
    padding: 20px 25px 45px;
    background-color: #fff;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper.active {
    left: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-left-part,
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part {
    width: 100%;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part {
    margin: 0 0 20px 0 !important;
    padding-bottom: 20px;
    width: 100%;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part:before {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #e3e3e3;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo {
    margin: 0 !important;
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-default-wrapper {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-sticky-wrapper {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo .logo-navigation-wrapper {
    display: block;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-logo-part .logo-nav {
    display: block;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu {
    width: 100%;
    margin-right: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a {
    width: calc(100% - 35px);
    margin: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a:before, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-object-megamenu_item > a:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a:before, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu > .menu-item.menu-item-has-children > a:after {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item {
    width: 100%;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item:not(:first-child) {
    border-top: 1px solid #e3e3e3;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.mobile-menu-search {
    border-top: 0;
    margin-top: 7px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.menu-item-object-megamenu_item > .sub-menu {
    padding: 15px 0 15px 15px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item:not(:first-child) {
    margin-left: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.sub-align-right .sub-menu {
    right: auto;
    left: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.active > .button_open:before {
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg);
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.menu-item-has-children > .button_open, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item.menu-item-object-megamenu_item > .button_open {
    display: inline-block;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item a {
    display: block;
    position: relative;
    white-space: initial;
    word-break: break-word;
    min-height: 27px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .button_open {
    display: none;
    position: absolute;
    right: -25px;
    top: 0;
    width: 60px;
    height: calc(100% + 8px);
    max-height: 52px;
    font-size: 11px;
    font-weight: 700;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .button_open:before {
    content: '\f159';
    font-family: 'cwsicon';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu {
    display: none;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    left: 0;
    box-shadow: none;
    padding: 10px 0 10px 15px;
    -webkit-transition: none;
    transition: none;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu:after, .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu:before {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu ul {
    margin: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item:last-child {
    margin-bottom: 10px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item a {
    padding: 5px 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item.menu-item-has-children > a {
    padding-right: 35px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .button_open {
    max-height: 38px;
    top: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu {
    margin-top: 0;
    left: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper {
    min-width: 0;
    width: 100%;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper:not(:last-child) {
    border-right: 0;
    margin-bottom: 35px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .widgettitle {
    font-size: 20px !important;
    margin-bottom: 10px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item {
    margin-left: 0;
    margin-right: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .main-menu .menu-item .sub-menu .cws_megamenu_item .vc_row .cws_column_wrapper .menu .menu-item a {
    padding: 0;
  }

  .logo-in-menu .menu-box {
    padding: 20px 0 !important;
  }
  .logo-in-menu .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper {
    display: block;
    margin-right: 35px;
    font-size: 0px;
    line-height: 0px;
  }
  .logo-in-menu .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper a {
    display: block;
  }
  .logo-in-menu .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper h3 {
    font-size: 14px !important;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) {
  .menu-box {
    padding: 20px 0 !important;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper {
    display: block;
    margin-right: 35px;
    font-size: 0px;
    line-height: 0px;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper a {
    display: block;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-mobile-wrapper h3 {
    font-size: 14px !important;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button.mobile_menu_button {
    display: block;
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button.mobile_menu_button .cws_custom_button {
    display: block;
    text-align: center;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button {
    display: block !important;
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button .cws_custom_button {
    display: block;
    text-align: center;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button .cws_custom_button.button_style_default.regular {
    padding: 14px 15px 15px;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-box-content-wrapper-mobile,
  .menu-box .container .header-nav-part .main-nav-container .logo-box-info-mobile {
    display: block;
    order: 2;
    border-top: solid 1px #e3e3e3;
    padding-top: 20px;
    width: 100%;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-box-info-mobile + .logo-box-content-wrapper-mobile {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .no-mobile-search .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search {
    display: none;
  }

  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button.mobile_menu_button {
    display: block;
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-extra-button.mobile_menu_button .cws_custom_button {
    display: block;
    text-align: center;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button {
    display: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button {
    display: block !important;
    width: 100%;
    order: 3;
    margin: 20px 0 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button .cws_custom_button {
    display: block;
    text-align: center;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo_extra_button.mobile_logo_button .cws_custom_button.button_style_default.regular {
    padding: 14px 15px 15px;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-box-content-wrapper-mobile,
  .menu-box .container .header-nav-part .main-nav-container .logo-box-info-mobile {
    display: block;
    order: 2;
    border-top: solid 1px #e3e3e3;
    padding-top: 20px;
    width: 100%;
  }
  .menu-box .container .header-nav-part .main-nav-container .logo-box-info-mobile + .logo-box-content-wrapper-mobile {
    margin-top: 20px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu {
    display: block;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .no-split-menu .main-menu > .menu-item:not(:first-child):before {
    display: none;
    content: none;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-left-part {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .menu-right-part {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search {
    display: block;
    width: 100%;
    padding-top: 21px;
    margin-top: 20px;
    position: relative;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 0;
    width: calc(100% + 50px);
    height: 1px;
    background-color: #e3e3e3;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search .search-wrapper {
    position: relative;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search .search-wrapper:before {
    content: '\f002';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    pointer-events: none;
    z-index: 1;
    font: 900 normal 20px/1em 'Font Awesome 5 Free';
    margin: 0 0 0 1px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search .search-wrapper .search-field {
    width: 100%;
    font-size: 15px;
    padding: 10px 55px 10px 10px;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search .search-wrapper .search-field::placeholder {
    color: #969696;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .mobile-menu-search .search-wrapper .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .sub-menu {
    background-color: transparent;
  }
  .menu-box .container .header-nav-part .main-nav-container .menu-box-wrapper .sub-menu .menu-item {
    background-color: transparent;
  }
}
/*  -------------------
	Top bar media
-------------------  */
@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) {
  .top-bar-wrapper .container a:not(.top-bar-box-text):hover {
    opacity: 0.7;
  }
  .top-bar-wrapper .container .top-bar-links-wrapper a.top-bar-box-text:hover > span {
    opacity: 0.7;
  }
  .top-bar-wrapper .container .top-bar-links-wrapper a.top-bar-box-text:hover i {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-content .top_bar_ticker {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .top-bar-wrapper .top-bar-inner-wrapper {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-content .top_bar_ticker {
    max-width: 300px;
  }

  .top-bar-wrapper .top-bar-inner-wrapper {
    padding: 15px 0;
    display: none;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container {
    margin-bottom: -10px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container > * {
    margin-bottom: 10px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-content {
    text-align: center;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .social-btn-open-icon,
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .social-btn-open {
    display: none;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    position: relative;
    padding: 0;
    top: 0px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links:after {
    display: none;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.social-divider:before {
    display: none;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active {
    left: 0;
    right: 0;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links.active .cws-social-link {
    z-index: auto;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links .cws-social-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links .cws-social-link:first-child {
    margin-left: 8px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .social-links-wrapper.toogle-of .cws-social-links .cws-social-link:last-child {
    margin-right: 8px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .mini-cart {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0 8px 10px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-search {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    margin: 0 8px 10px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .side-panel-icon-wrapper {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin: 0 8px 10px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-links-wrapper {
    width: 100%;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .top-bar-links-wrapper .top-bar-box-text:not(:first-child) {
    margin-left: 15px;
  }
  .top-bar-wrapper .top-bar-inner-wrapper .container .lang-bar:before {
    display: none;
  }
  .top-bar-wrapper .topbar-trigger {
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    z-index: 3;
    -webkit-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
  }
  .top-bar-wrapper .topbar-trigger.hidden {
    bottom: 0px;
  }
  .top-bar-wrapper .topbar-trigger:before, .top-bar-wrapper .topbar-trigger:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .top-bar-wrapper .topbar-trigger:before {
    top: 5px;
    border-style: solid;
    border-width: 8px 8px 0 8px;
  }
  .top-bar-wrapper .topbar-trigger:after {
    top: 0;
    width: 100%;
    height: 5px;
  }
}
/*  -------------------
	Site title media
-------------------  */
@media screen and (max-width: 991px) {
  .title-box .page-title .container {
    padding: 37px 15px 36px !important;
  }
}
@media screen and (max-width: 767px) {
  .title-box .page-title .container {
    padding: 36px 15px !important;
  }
  .title-box .page-title .title h1 {
    font-size: 24px;
  }
}
/*  -------------------
	Side panel media
-------------------  */
@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) {
  aside.side_panel {
    /* ----- Sidebar Widgets Settings ----- */
  }
  aside.side_panel .button:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .side_panel_container {
    width: 270px;
  }
}
@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) {
  .page-footer .container .footer-container .cws-widget.widget_nav_menu ul li:hover a {
    padding: 3px 0;
    background-color: transparent;
  }
  .page-footer .container .footer-container .cws-widget.widget_nav_menu ul li:hover a:before {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .page-footer > .container {
    display: block;
  }
  .page-footer .container .footer-info {
    max-width: none;
    margin: 0;
  }
  .page-footer .container .footer-container .cws-widget {
    width: calc(33.3333% - 30px);
  }
  .page-footer .container .footer-container.col-51-38-38-54-49 .cws-widget:nth-child(5n) {
    width: calc(66.6666% - 30px);
  }
  .page-footer .copyrights-area .container {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .container {
    display: block;
  }
  .page-footer .container .footer-info {
    max-width: none;
    margin: 0;
  }
  .page-footer .container .footer-container:not(:first-child) {
    margin: 48px 0 0;
  }
  .page-footer .container .footer-container .cws-widget {
    width: calc(50% - 30px);
  }
  .page-footer .container .footer-container .cws-widget:nth-child(2n+1):last-child {
    width: calc(100% - 30px);
  }
  .page-footer .container .footer-content-wrapper .footer-text {
    margin: 10px 12px 0;
  }
  .page-footer .container .cws-social-links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 10px 0 0;
  }
  .page-footer .container .copyrights-container {
    text-align: center !important;
  }
}
@media screen and (max-width: 460px) {
  .page-footer .container .footer-container .cws-widget {
    width: calc(100% - 30px);
  }
}
