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

	Template Name: cryptop
	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.
==> Guttenberg;
- 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: 0;
  -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;
  transition: color 0.3s ease; }

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

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

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

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

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

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

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

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

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

pre {
  font-family: monospace, monospace; }

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

b, strong {
  font-weight: 700; }

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

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

small {
  font-size: .8em; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

.alignright {
  float: right;
  text-align: right;
  margin-left: 30px !important;
  margin-right: auto;
  margin-bottom: 10px; }

.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,
.comment-meta:after {
  content: '';
  display: table;
  clear: both; }

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

/*  --------------------
	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 {
  line-height: initial;
  font-weight: 500; }

h1 {
  font-size: 2.67em; }

h1:not(:first-child) {
  margin-top: 0.67em; }

h1:not(:last-child) {
  margin-bottom: 0.67em; }

h2 {
  font-size: 2.335em; }

h2:not(:first-child) {
  margin-top: 0.83em; }

h2:not(:last-child) {
  margin-bottom: 0.5em; }

h3 {
  font-size: 1.95em; }

h3:not(:first-child) {
  margin-top: 1em; }

h3:not(:last-child) {
  margin-bottom: 0.6em; }

h4 {
  font-size: 1.45em; }

h4:not(:first-child) {
  margin-top: 1.4em; }

h4:not(:last-child) {
  margin-bottom: 0.64em; }

h5 {
  font-size: 1.235em; }

h5:not(:first-child) {
  margin-top: 1.67em; }

h5:not(:last-child) {
  margin-bottom: 0.62em; }

h6 {
  font-size: 1.05em; }

h6:not(:first-child) {
  margin-top: 2.4em; }

h6:not(:last-child) {
  margin-bottom: 0.615em; }

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

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

i {
  font-style: normal; }

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

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 0 15px 15px -65px;
  padding: 0; }

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  line-height: inherit;
  font-size: inherit; }

blockquote {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  margin: 0 15px 15px 0;
  padding-left: 35px;
  border-width: 0 0 0 4px;
  border-style: solid; }

blockquote.is-style-large, blockquote.floated {
  margin-left: -65px;
  float: left;
  max-width: 50%; }

blockquote.aligncenter cite {
  text-align: center; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  position: relative; }

blockquote cite:before {
  content: '—'; }

blockquote p:not(:last-child) {
  margin-bottom: 0; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  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: 1px solid #bbb;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  padding: 0 15px; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.wpcf7-select,
textarea {
  border: 1px solid #ddd;
  display: block;
  padding: 15px 10px;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  resize: none;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.wpcf7-select:focus,
textarea:focus {
  color: #222; }

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  color: #a3a3a3; }

.cws_custom_select {
  display: block; }

.cws_custom_select:before {
  content: '\f15a';
  font-family: 'cwsicon';
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 14px;
  top: 6px;
  left: auto;
  right: 15px; }

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

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5em; }

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

button,
.button,
.cws_button,
input[type="button"],
input[type="submit"] {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding: 12px 25px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  border-width: 2px;
  border-style: solid;
  white-space: normal;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.read_more {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  font-size: 14px; }

.read_more:before, .read_more:after {
  position: absolute;
  font-size: 1.3em;
  top: 0; }

.read_more:before {
  content: '[';
  left: 0;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease; }

.read_more:after {
  content: ']';
  right: 0;
  -webkit-transition: right 0.2s ease;
  transition: right 0.2s ease; }

/*  --------------------
	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,
.comment-content ul,
.page_grid ul,
.wpb_wrapper ul {
  position: relative; }

.item ul > li,
.comment-content ul > li,
.page_grid ul > li,
.wpb_wrapper ul > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px; }

.item ul > li:before,
.comment-content ul > li:before,
.page_grid ul > li:before,
.wpb_wrapper ul > li:before {
  content: '';
  width: 10px;
  height: 10px;
  left: 0;
  top: 9px;
  position: absolute;
  -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); }

.item ul > li ul,
.comment-content ul > li ul,
.page_grid ul > li ul,
.wpb_wrapper ul > li ul {
  margin-left: 20px;
  margin-top: 10px; }

.item ul > li ol,
.comment-content ul > li ol,
.page_grid ul > li ol,
.wpb_wrapper ul > li ol {
  margin-top: 10px; }

.item ul.checkmarks_style > li:before, .item ul.checkmarks_style_2 > li:before, .item ul.custom_icon_style > li:before,
.comment-content ul.checkmarks_style > li:before,
.comment-content ul.checkmarks_style_2 > li:before,
.comment-content ul.custom_icon_style > li:before,
.page_grid ul.checkmarks_style > li:before,
.page_grid ul.checkmarks_style_2 > li:before,
.page_grid ul.custom_icon_style > li:before,
.wpb_wrapper ul.checkmarks_style > li:before,
.wpb_wrapper ul.checkmarks_style_2 > li:before,
.wpb_wrapper ul.custom_icon_style > li:before {
  width: auto;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.item ul.checkmarks_style > li:before,
.comment-content ul.checkmarks_style > li:before,
.page_grid ul.checkmarks_style > li:before,
.wpb_wrapper ul.checkmarks_style > li:before {
  content: '\f197';
  font-family: 'cwsicon'; }

.item ul.checkmarks_style_2 > li:before,
.comment-content ul.checkmarks_style_2 > li:before,
.page_grid ul.checkmarks_style_2 > li:before,
.wpb_wrapper ul.checkmarks_style_2 > li:before {
  content: '\f163';
  font-family: 'cwsicon'; }

.item ul.custom_icon_style > li,
.comment-content ul.custom_icon_style > li,
.page_grid ul.custom_icon_style > li,
.wpb_wrapper ul.custom_icon_style > li {
  padding-left: 0; }

.item ul.custom_icon_style > li:before,
.comment-content ul.custom_icon_style > li:before,
.page_grid ul.custom_icon_style > li:before,
.wpb_wrapper ul.custom_icon_style > li:before {
  display: none; }

.item ul.custom_icon_style > li i,
.comment-content ul.custom_icon_style > li i,
.page_grid ul.custom_icon_style > li i,
.wpb_wrapper ul.custom_icon_style > li i {
  display: inline-block;
  margin-right: 10px; }

.item ul.custom_icon_style > li i:before,
.comment-content ul.custom_icon_style > li i:before,
.page_grid ul.custom_icon_style > li i:before,
.wpb_wrapper ul.custom_icon_style > li i:before {
  font-size: 0.75em; }

/*  --------------------
	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 tr:hover {
  background-color: #fdfdfd; }

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 .comments_title,
body .comment-reply-title,
body .related_item.ce_title {
  font-size: 35px;
  margin: 0; }

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

body .cols_wrapper .comments-area {
  margin-bottom: 75px; }

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

.cws_oembed_wrapper {
  position: relative; }

.cws_oembed_wrapper.video_inside {
  padding-bottom: 56.25%; }

.cws_oembed_wrapper.video_inside:not(:last-child) {
  margin: 0 0 1.25em; }

.cws_oembed_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%; }

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

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;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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

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

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

.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: rgba(0, 0, 0, 0); }

.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: rgba(0, 0, 0, 0); }

.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-item {
  padding: 0 15px;
  margin: 30px 0 0 !important; }

.gallery-item .gallery-icon {
  font-size: 0px;
  line-height: 0px; }

.gallery-item a {
  display: inline-block;
  max-width: 100%; }

.gallery-item a {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.gallery-item a:hover {
  opacity: .6; }

.gallery-item a img {
  display: block; }

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

.wp-block-gallery .blocks-gallery-item img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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

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

.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(rotate 0.3s linear);
  transition: transform(rotate 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:hover,
  .button:hover,
  .cws_button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover {
    background-color: #fff; }
  .read_more:hover:before {
    left: 3px; }
  .read_more:hover:after {
    right: 3px; } }

@media screen and (max-width: 1199px) {
  button,
  .button,
  .cws_button,
  input[type="button"],
  input[type="submit"] {
    padding: 8px 20px; }
  blockquote.floated {
    max-width: 45%; }
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    max-width: 45px; } }

@media screen and (max-width: 991px) {
  html body {
    font-size: 16px; }
  .single.cws_default .default_page_title {
    padding: 70px 15px 35px; }
  .single .wp-block-quote.is-large,
  .single .wp-block-quote.is-style-large,
  .single blockquote {
    margin-left: -35px; }
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    font-size: 24px;
    max-width: 45%; }
  blockquote {
    font-size: 24px; }
  blockquote.floated {
    max-width: 45% !important; }
  .alignleft.shifted {
    margin-left: -35px; }
  .alignright.shifted {
    margin-right: -35px; } }

@media screen and (max-width: 767px) {
  html body {
    font-size: 15px; }
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin-left: 0;
    margin-right: 0; }
  blockquote.shifted,
  .alignleft.shifted {
    margin-left: 0; }
  .alignright.shifted {
    margin-right: 0; }
  .single.cws_default .default_page_title {
    padding: 50px 15px 20px; }
  th,
  td {
    padding: 5px; }
  .wpb_wrapper ul {
    column-count: 1 !important; }
  p:not(:last-child) {
    margin: 0 0 1em; }
  h1 {
    font-size: 2.4em; }
  h2 {
    font-size: 2.15em; }
  h3 {
    font-size: 1.7em; }
  h4 {
    font-size: 1.5em; }
  h5 {
    font-size: 1.3em; }
  h6 {
    font-size: 1.1em; }
  .single .wp-block-quote.is-large,
  .single .wp-block-quote.is-style-large,
  .single blockquote {
    margin-left: 0px;
    max-width: 100%;
    font-size: 16px;
    padding: 10px 25px 10px 20px;
    font-size: 20px; }
  blockquote {
    font-size: 16px;
    margin: 15px 0;
    padding: 10px 10px 10px 40px; }
  blockquote:before {
    left: 6px;
    top: 33px;
    font-size: 80px; }
  pre {
    padding: 1em; }
  .format-quote blockquote {
    font-size: 16px; }
  .gallery-item {
    width: 100% !important; }
  .gallery-item .gallery-caption {
    margin: 0; } }

/*  ====================
	Guttenberg styles
====================  */
/* -----> Gutenberg full row <----- */
.single_sidebar .wp-block-image.alignfull img {
  width: 100%; }

.wp-block-image.alignfull img {
  max-width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw; }

.single .alignwide {
  margin-left: -165px;
  margin-right: -165px;
  width: 1170px;
  max-width: none; }

.single .page_content.single_sidebar .alignwide,
.single .page_content.dobule_sidebar .alignwide {
  margin-left: 0;
  margin-right: 0; }

p.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 4.3em;
  font-weight: 500;
  line-height: .4;
  margin: 0.15em .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

/* -----> Gutenberg clearing <----- */
.wp-block-gallery .blocks-gallery-item:before {
  display: none; }

/* -----> Gutenberg divider styles <----- */
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto; }

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

/* -----> Gutenberg pullquote <----- */
.wp-block-pullquote {
  border-width: 2px 0;
  border-style: solid;
  border-color: #8f98a1;
  margin-bottom: 1.25em; }

/*  --------------------
	Guttenberg 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); }
  .single .alignwide {
    margin-left: -120px;
    margin-right: -120px;
    width: 962px; } }

@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: -70px;
    margin-right: -70px;
    width: 738px; } }

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

/*  ====================
	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; }

@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: middle;
  *vertical-align: auto;
  position: relative; }

.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: middle;
  *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: middle;
  *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: left;
  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 h1, .cws_default h2, .cws_default h3, .cws_default h4, .cws_default h5, .cws_default h6 {
  font-weight: 400; }

.cws_default .menu_box .container .header_nav_part .main-nav-container .logo_mobile_wrapper {
  font-size: inherit;
  line-height: inherit; }

@media screen and (min-width: 1366px) {
  .cws_default .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important; }
  .cws_default .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu > .menu-item:not(:first-child) {
    margin-left: 40px; } }

.cws_default .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .menu_logo_part .logo h3 {
  font-size: 36px; }

.cws_default .title_box .page_title .container .title {
  position: relative;
  z-index: 1; }

.cws_default .widget-monster .search-field {
  border-width: 0 0 1px 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 50px;
  font-size: 16px; }

.cws_default .widget-monster li.recentcomments {
  padding: 5px 0; }

.cws_default .widget-monster li.recentcomments .post_count {
  position: relative;
  pointer-events: auto;
  margin-left: 6px;
  top: 0;
  right: 0; }

.cws_default .widget-monster li.recentcomments .post_count:before {
  content: "("; }

.cws_default .widget-monster select {
  padding: 10px 10px;
  border-color: #ddd;
  width: 100%;
  font-size: 16px;
  height: 45px; }

.cws_default .widget-monster .recentcomments a {
  padding: 0; }

.cws_default .copyrights_area {
  padding: 20px 0; }

.cws_default .news.posts_grid.meta_bottom .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 18px; }

.cws_default.single-post .post_option.format_link:before,
.cws_default.single-post .post_option.format_quote:before {
  display: none; }

/*  ====================
    Libs extra styles
====================  */
/*  --------------------
	Slick Carousel extra styles
--------------------  */
.cws_carousel {
  position: relative;
  padding-bottom: 50px;
  margin: 0 -15px;
  cursor: move; }

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

.cws_carousel .slick-arrow {
  position: relative;
  z-index: 1;
  font-size: 0px;
  color: #000;
  padding: 0;
  margin: 0;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #DCDCDC;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden; }

.cws_carousel .slick-arrow:before {
  top: -1px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'FontAwesome';
  z-index: 1; }

.cws_carousel .slick-arrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  filter: none !important; }

.cws_carousel .slick-arrow.slick-prev:before {
  left: -1px;
  content: '\f0d9'; }

.cws_carousel .slick-arrow.slick-next:before {
  right: -1px;
  content: '\f0da'; }

.cws_carousel > .slick-arrow {
  position: absolute;
  bottom: 0; }

.cws_carousel > .slick-arrow.slick-prev {
  left: 15px; }

.cws_carousel > .slick-arrow.slick-next {
  right: 15px; }

.cws_navigation_wrapper {
  bottom: 0;
  width: 100%;
  position: absolute;
  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_navigation_wrapper .slick-dots {
  width: auto;
  position: relative !important; }

.cws_navigation_wrapper .slick-arrow.slick-prev {
  margin-right: 25px; }

.cws_navigation_wrapper .slick-arrow.slick-next {
  margin-left: 25px; }

.slick-dots {
  bottom: 0;
  width: 100%;
  text-align: center;
  position: absolute; }

.slick-dots li {
  padding-left: 0 !important;
  display: inline-block; }

.slick-dots li.slick-active {
  cursor: default; }

.slick-dots li.slick-active button:before {
  width: 5px;
  height: 5px; }

.slick-dots li.slick-active button:after {
  border-width: 2px; }

.slick-dots li button {
  position: relative;
  font-size: 0px;
  margin-top: 0;
  border: 0;
  margin: 0 5px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 12px;
  width: 12px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button:before, .slick-dots li button:after {
  content: '';
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.slick-dots li button:before {
  background-color: #D5D5D5;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.slick-dots li button:after {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-width: 0;
  border-style: solid;
  border-color: transparent; }

.wpb_wrapper .slick-dots {
  position: absolute; }

.wpb_wrapper .slick-dots > li {
  line-height: 0px; }

.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 {
    color: #fff; }
  .cws_carousel .slick-arrow:hover:after {
    width: 98%;
    height: 98%; } }

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

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

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

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

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: 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; }

/*  --------------------
	Particles styles
--------------------  */
.particles-wrapper {
  position: absolute !important;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }

.particles-wrapper .particles-js {
  z-index: 1;
  position: absolute; }

.particles-wrapper .particles-js.top_left {
  top: 0;
  left: 0; }

.particles-wrapper .particles-js.top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.particles-wrapper .particles-js.top_right {
  top: 0;
  right: 0; }

.particles-wrapper .particles-js.right_center {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.particles-wrapper .particles-js.bottom_right {
  bottom: 0;
  right: 0; }

.particles-wrapper .particles-js.bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.particles-wrapper .particles-js.bottom_left {
  bottom: 0;
  left: 0; }

.particles-wrapper .particles-js.left_center {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*  --------------------
	Three sphere styles
--------------------  */
.cws_sphere_wrapper {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1; }

.cws_sphere_wrapper .cws-sphere {
  position: absolute; }

.cws_sphere_wrapper .cws-sphere.top_left {
  top: 0;
  left: 0; }

.cws_sphere_wrapper .cws-sphere.top_center {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cws_sphere_wrapper .cws-sphere.top_right {
  top: 0;
  right: 0; }

.cws_sphere_wrapper .cws-sphere.right_center {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cws_sphere_wrapper .cws-sphere.bottom_right {
  bottom: 0;
  right: 0; }

.cws_sphere_wrapper .cws-sphere.bottom_center {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cws_sphere_wrapper .cws-sphere.bottom_left {
  bottom: 0;
  left: 0; }

.cws_sphere_wrapper .cws-sphere.left_center {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.cws_sphere_wrapper .cws-sphere.center_center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*  --------------------
	Three waves_bg styles
--------------------  */
.cws_waves_bg_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; }

.cws_waves_bg_wrapper .cws_waves_bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100vw;
  height: 100%;
  overflow: hidden; }

/* 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 {
  position: relative;
  z-index: 2; }

.header_wrapper_container.header_outside_slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%; }

.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_zone .header_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/*  -------------------
	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: '\f11a';
  font-family: 'cwsicon';
  font-size: 21px; }

.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: '\f11d';
  font-family: 'cwsicon';
  font-size: 21px; }

/*  -------------------
	Logo box styles
-------------------  */
.logo_box .container .logo_sticky_wrapper {
  display: none; }

/* -----> Addiction from header classes <----- */
.site_header.logo-left .logo_box .container {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.site_header.logo-center .logo_box .container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.site_header.logo-right .logo_box .container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

/*  -------------------
	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 .logo_mobile_wrapper {
  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: 20px; }

.menu_box .container .header_nav_part .main-nav-container .menu_left_icons .mobile_menu_hamburger {
  width: 0px;
  margin-right: -20px; }

.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_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 .mobile_menu_search {
  display: none; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .menu_logo_part {
  font-size: 0px;
  line-height: 0px;
  position: relative; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .menu_logo_part .logo {
  display: inline-block;
  font-size: 0; }

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

.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: 18px;
  margin-right: -18px; }

.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-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:after, .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu > .menu-item.menu-item-has-children > a:before {
  content: '\f12c';
  font-family: 'cwsicon';
  display: inline-block;
  position: absolute;
  font-size: 8px;
  right: 0px;
  top: 4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.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 {
  -webkit-transition: top 0.2s linear;
  transition: top 0.2s linear;
  opacity: .5; }

.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 {
  top: 9px; }

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

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item.menu-item-object-megamenu_item > .sub-menu:after {
  display: none; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item.sub_align_right > .sub-menu {
  right: -43px;
  left: auto; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item.sub_align_right > .sub-menu:after {
  right: 52px;
  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: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  left: -25px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fff;
  padding: 20px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu:before {
  content: '';
  position: absolute;
  left: -3px;
  width: 100%;
  height: calc(100% + 25px);
  top: -25px; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -7px;
  left: 42px; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item a {
  font-size: 0.9em;
  -webkit-transition: none;
  transition: none;
  padding: 10px 33px 10px 18px; }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu {
  margin-top: -60px;
  left: calc(100% + 3px); }

.menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item .sub-menu:after {
  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 {
  margin: 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: 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: 240px; }

.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: 1px solid #d8d8d8; }

.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 .vc_column-inner {
  padding: 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 .widgettitle {
  font-size: 17px;
  font-weight: bolder;
  padding: 0 40px; }

.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-bottom: 0;
  padding-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 .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-left: 40px;
  padding-right: 40px; }

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

.menu_box .container .header_nav_part .main-nav-container .menu_right_icons > *:not(:last-child) {
  margin-right: 20px; }

.menu_box .container .header_nav_part .main-nav-container .menu_right_icons .mobile_menu_hamburger {
  width: 0px;
  margin-left: -20px; }

.menu_box .container .header_nav_part .main-nav-container .menu_right_icons .mobile_menu_hamburger:first-child {
  margin-left: 0; }

/* -----> 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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

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

.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: 0px;
  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: 12px;
  line-height: 28px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: 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 {
  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: '\f112';
  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: 16px; }

.top_bar_wrapper .container .top_bar_links_wrapper .top_bar_box_text {
  margin-bottom: 10px; }

.top_bar_wrapper .container .top_bar_links_wrapper .top_bar_box_text:not(:first-child) {
  margin-left: 20px; }

.top_bar_wrapper .container .top_bar_links_wrapper .top_bar_box_text i {
  font-size: 17px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center; }

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

/*  -------------------
	Site title styles
-------------------  */
.title_box {
  z-index: 1;
  overflow: hidden;
  position: relative; }

.title_box:not(.customized) {
  background-color: #fff; }

.title_box:not(.customized) .page_title .container {
  padding: 90px 0 !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 h1 {
  text-transform: uppercase;
  text-align: center;
  word-break: break-all; }

.title_box .page_title .container .subtitle_content {
  font-size: 25px;
  line-height: 40px;
  white-space: pre-wrap;
  text-align: center; }

.title_box .page_title .container .bread-crumbs {
  margin-top: 15px;
  text-align: center; }

.title_box .page_title .container .bread-crumbs > * {
  display: inline-block; }

.title_box .page_title .container .bread-crumbs span {
  word-break: break-all; }

.title_box .page_title .container .bread-crumbs span.delimiter {
  position: relative;
  margin: 0 15px; }

.title_box .page_title .container .bread-crumbs span.delimiter:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.title_box .bg_layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/*  -------------------
	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;
  /* ----- Sidebar Widgets Settings ----- */ }

.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 > 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 .widget-woocommerce_product_search form .search-field,
.side_panel .widget-search form .search-field {
  padding-left: 10px;
  border-width: 1px;
  border-style: solid; }

.side_panel .widget-woocommerce_product_search form .search-field::placeholder,
.side_panel .widget-search form .search-field::placeholder {
  color: #666; }

.side_panel .widget-woocommerce_product_search form *[type='submit'],
.side_panel .widget-search form *[type='submit'] {
  color: #666; }

.side_panel_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 360px;
  padding: 15px 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;
  margin-bottom: -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; }

.side_panel_bottom .cws_social_links .cws_social_link {
  margin: 0 10px 10px; }

.side_panel_bottom .cws_social_links .cws_social_link:first-child {
  margin-left: 0; }

/*  -------------------
	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 .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_shadow .menu_box {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0); }

.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: '\f168';
  font-family: 'cwsicon';
  font-size: 28px;
  display: inline-block; }

.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 0;
  -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 0; }
  .site_search_wrapper .search-form .search_wrapper .search-field::placeholder {
    font-size: 20px; } }

/*  ====================
	Content styles
====================  */
/*  --------------------
	Layout 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); } }

.cws-content {
  position: relative; }

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

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

.page_content.full_width_featured {
  padding: 0; }

.page_content.double_sidebar > .container main {
  min-width: 570px; }

.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 {
  min-width: 270px;
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.page_content > .container > .sb_left {
  margin-right: 30px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.page_content > .container main {
  min-width: 870px;
  width: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.page_content > .container > .sb_right {
  margin-left: 30px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.footer_container {
  margin: 0 -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: 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; }

.footer_container .cws-widget {
  margin: 0 15px 45px; }

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

/*  --------------------
	Layout media styles
--------------------  */
@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 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; }
  .page_content:not(:empty) {
    padding: 40px 0; }
  .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: -300px; }
  .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: -300px; }
  .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%; }
  .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; }
  .cws_column_wrapper {
    width: 100%; }
  .cws_column_wrapper > .wpb_column {
    height: initial; }
  .page_content:not(:empty) {
    padding: 30px 0; }
  .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;
    position: relative !important;
    z-index: 1;
    left: auto;
    right: auto; }
  .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 {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ededed;
  margin-top: 80px;
  padding: 26px 0 25px;
  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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.nav_post_links.images_nav a {
  -webkit-transition: color 0.2s ease !important;
  transition: color 0.2s ease !important; }

.nav_post_links .prev_post,
.nav_post_links .next_post {
  width: 50%;
  position: relative;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal; }

.nav_post_links .prev_post:before,
.nav_post_links .next_post:before {
  font-family: 'cwsicon';
  position: absolute;
  font-size: 40px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  pointer-events: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.nav_post_links .prev_post a:first-child,
.nav_post_links .next_post a:first-child {
  font-size: 14px; }

.nav_post_links .prev_post {
  padding-right: 15px; }

.nav_post_links .prev_post:not(:empty):before {
  content: '\f15b';
  left: 0; }

.nav_post_links .prev_post a {
  padding-left: 65px; }

.nav_post_links .next_post {
  padding-left: 15px;
  text-align: right; }

.nav_post_links .next_post:not(:empty):before {
  right: 0;
  content: '\f15a'; }

.nav_post_links .next_post a {
  padding-right: 65px; }

.nav_post_links a:first-child {
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s; }

.nav_post_links a:nth-of-type(2) {
  margin-top: 0;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

/*  --------------------
	Navigation media
--------------------  */
@media screen and (max-width: 767px) {
  .nav_post_links .prev_post:before,
  .nav_post_links .next_post:before {
    font-size: 26px; }
  .nav_post_links .prev_post a {
    padding-left: 40px; }
  .nav_post_links .next_post a {
    padding-right: 40px; } }

/*  --------------------
	Comments
--------------------  */
.comment_list {
  margin-top: 52px; }

.comment_list .comments_children > .comment {
  margin-bottom: 30px; }

.comment_list .comments_children > .comment.depth-2 > .comment-body, .comment_list .comments_children > .comment.depth-4 > .comment-body, .comment_list .comments_children > .comment.depth-6 > .comment-body, .comment_list .comments_children > .comment.depth-8 > .comment-body, .comment_list .comments_children > .comment.depth-10 > .comment-body {
  position: relative;
  padding: 25px 45px 0px; }

.comment_list .comments_children > .comment.depth-2 > .comment-body:before, .comment_list .comments_children > .comment.depth-4 > .comment-body:before, .comment_list .comments_children > .comment.depth-6 > .comment-body:before, .comment_list .comments_children > .comment.depth-8 > .comment-body:before, .comment_list .comments_children > .comment.depth-10 > .comment-body:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid transparent; }

.comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-6 {
  padding-left: 135px; }

.comment_list .comments_children > .comment.depth-8 > .comment-body:before, .comment_list .comments_children > .comment.depth-10 > .comment-body:before {
  left: 45px; }

.comment_list .comment-body {
  margin-bottom: 60px; }

.comment_list .comment-body .comment-content {
  margin-left: 85px; }

.comment_list .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 {
  padding-left: 25px; }

.comment_list .comment_info .avatar_section {
  float: left;
  font-size: 0px;
  line-height: 0px;
  margin-right: 25px;
  margin-bottom: 5px; }

.comment_list .comment_info .avatar_section .avatar {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 60px; }

.comment_list .comment_info .comment-meta {
  color: #898989;
  font-size: 16px;
  margin-bottom: 15px; }

.comment_list .comment_info .comment-meta:after {
  display: none; }

.comment_list .comment_info .comment-meta .author-name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block; }

.comment_list .comment_info .comment-meta .date,
.comment_list .comment_info .comment-meta .time {
  font-size: 16px; }

.comment_list .comment_info .comment-content .comments_buttons {
  margin-top: 15px;
  float: right;
  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; }

.comment_list .comment_info .comment-content .comments_buttons > *:not(:first-child) {
  margin-left: 15px; }

.comment_list .comment_info .comment-content .comments_buttons .comment-reply-link {
  position: relative;
  top: -1px; }

.comment_list .comment_info .comment-content .comments_buttons .reply:empty {
  margin-left: -15px; }

.comment_list .comment_info .comment-content .comments_buttons a {
  font-size: 14px; }

.comment_list .comment_info .comment-content .comments_buttons .reply_icon:before {
  font-size: 16px;
  margin: -2px 10px 0 0 !important;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  vertical-align: middle; }

.comment_list .pingback .comment-body {
  margin-bottom: 30px; }

.comment_list .pingback .comment_info .avatar_section {
  margin-right: 0;
  margin-bottom: 0; }

.comment_list .bypostauthor {
  font-style: italic; }

.comment_list .bypostauthor .comment_top_info,
.comment_list .bypostauthor .comments_buttons {
  font-style: normal; }

.comment_list .comment-respond {
  margin-bottom: 60px; }

.comments_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px; }

.comments_nav:after {
  display: none; }

.double_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-2, .double_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-3, .double_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-4, .double_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-5, .double_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-6, .double_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-2, .double_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-3, .double_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-4, .double_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-5, .double_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-6, .double_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-2, .double_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-3, .double_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-4, .double_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-5, .double_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-6, .double_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-2, .double_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-3, .double_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-4, .double_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-5, .double_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-6, .double_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-2, .double_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-3, .double_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-4, .double_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-5, .double_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-6 {
  padding-left: 45px; }

.comment-respond .comment-form {
  margin-top: 35px;
  padding: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.comment-respond .comment-form .after_note {
  color: #a3a3a3;
  font-size: 14px;
  display: block;
  margin-top: -15px;
  margin-bottom: 10px; }

.comment-respond .comment-form .comment-notes {
  margin: 15px 0; }

.comment-respond .comment-form .logged-in-as {
  margin-bottom: 10px;
  font-size: 16px; }

.comment-respond .comment-form > p label {
  margin-bottom: 3px; }

.comment-respond .comment-form .comment-form-url {
  display: none; }

.comment-respond .comment-form .comment-form-author,
.comment-respond .comment-form .comment-form-email {
  width: 48%;
  display: inline-block; }

.comment-respond .comment-form .comment-form-email {
  float: right; }

.comment-respond .comment-form .submit {
  font-size: 17px;
  padding: 10px 25px; }

.comment-respond .comment-form .form-submit {
  margin-bottom: 0; }

.bypostauthor .comment-body {
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .single_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-2, .single_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-3, .single_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-4, .single_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-5, .single_sidebar .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-6, .single_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-2, .single_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-3, .single_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-4, .single_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-5, .single_sidebar .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-6, .single_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-2, .single_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-3, .single_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-4, .single_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-5, .single_sidebar .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-6, .single_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-2, .single_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-3, .single_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-4, .single_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-5, .single_sidebar .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-6, .single_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-2, .single_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-3, .single_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-4, .single_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-5, .single_sidebar .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-6 {
    padding-left: 45px; } }

@media screen and (max-width: 991px) {
  .comment_list .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 {
    padding-left: 12px; }
  .comment_list .comments_children > .comment {
    margin-bottom: 30px; }
  .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-6 {
    padding-left: 75px; }
  .comment_list .comments_children > .comment.depth-8 > .comment-body:before, .comment_list .comments_children > .comment.depth-10 > .comment-body:before {
    left: 30px; }
  .comment_list .comment_info .avatar_section .avatar {
    width: 80px; } }

@media screen and (max-width: 991px) {
  .comment_list .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 {
    padding-left: 0px; }
  .comment_list .comments_children > .comment {
    margin-bottom: 30px; }
  .comment_list .comments_children > .comment.depth-2 > .comment-body, .comment_list .comments_children > .comment.depth-4 > .comment-body, .comment_list .comments_children > .comment.depth-6 > .comment-body, .comment_list .comments_children > .comment.depth-8 > .comment-body, .comment_list .comments_children > .comment.depth-10 > .comment-body {
    padding: 15px 25px; }
  .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-2 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-4 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-6 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-8 > .comments_children > .comment.depth-6, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-2, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-3, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-4, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-5, .comment_list .comments_children > .comment.depth-10 > .comments_children > .comment.depth-6 {
    padding-left: 25px; }
  .comment_list .comment_info .avatar_section .avatar {
    width: 65px; } }

/*  --------------------
	Pagination styles
--------------------  */
.pagination {
  margin-top: 45px !important;
  font-size: 0px;
  clear: both;
  text-align: center;
  margin-bottom: -10px; }

.pagination .page_links {
  display: inline-block; }

.pagination .page_links > * {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  width: 38px;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0px 5px 10px;
  background: -webkit-linear-gradient(135deg, gainsboro, white);
  background: -o-linear-gradient(135deg, gainsboro, white);
  background: linear-gradient(135deg, gainsboro, white);
  vertical-align: bottom;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.2); }

.pagination .page_links > *.next i:before, .pagination .page_links > *.prev i:before {
  font-family: 'cwsicon';
  position: relative;
  font-size: 12px; }

.pagination .page_links > *.next i:before {
  left: 1px;
  content: '\f15a'; }

.pagination .page_links > *.prev i:before {
  right: 1px;
  content: '\f15b'; }

.pagination .page_links > span {
  text-align: center; }

.pagination .page_links > span.current, .pagination .page_links > span:not(.dots) {
  color: #fff; }

.pagination .page_links a {
  text-align: center;
  -webkit-transition: 0s;
  transition: 0s; }

/*  --------------------
	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:after {
  content: '\f01e';
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-family: 'FontAwesome';
  font-size: 17px;
  -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:after {
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg); }
  .single-post .pagination .page_links a:hover span:not(.dots) {
    color: #fff; }
  .single-post .pagination .page_links a + span:not(.dots) {
    color: #fff; }
  .pagination .page_links a:hover {
    color: #fff; } }

/*  --------------------
	Button up styles
--------------------  */
.scroll_to_top {
  z-index: 3;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 50px;
  bottom: -50px;
  border-width: 2px;
  border-style: solid;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: bottom 0.3s linear, opacity 0.3s ease, background-color 0.2s ease, color 0.2s ease;
  transition: bottom 0.3s linear, opacity 0.3s ease, background-color 0.2s ease, color 0.2s ease; }

.scroll_to_top.active {
  bottom: 50px;
  opacity: 1; }

.scroll_to_top:before {
  content: '\f106';
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@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 {
    color: #fff; } }

@media screen and (max-width: 767px) {
  .scroll_to_top {
    right: 20px; }
  .scroll_to_top.active {
    bottom: 20px; } }

/*  -------------------
	Custom Contact Form Styles
-------------------  */
p.cws_input_mail input.cws_input_mail {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #fff; }

p.cws_input_mail input.cws_input_mail::placeholder {
  color: #969696; }

p.cws_submit_mail {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%; }

p.cws_submit_mail:before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  pointer-events: none; }

p.cws_submit_mail input.cws_submit_mail {
  height: 100%;
  margin-top: 0;
  font-size: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

p.cws_submit_mail .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 100%; }

p.big_input input.big_input {
  padding: 15px; }

p.submit_inside {
  position: absolute;
  top: 3px;
  right: 3px;
  margin: 0; }

p.submit_inside .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 100%; }

p.submit_inside input.submit_inside {
  margin: 0;
  padding: 10px 25px 10px;
  border: 0;
  font-size: 16px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

p.submit_inside input.submit_inside:hover {
  color: #fff; }

p.second_color:before {
  color: #000; }

p.second_color input.second_color {
  color: #000; }

p.second_color input.second_color:hover {
  color: #000; }

p.full_width {
  margin-bottom: 0; }

p.full_width .ajax-loader {
  position: absolute;
  right: 0;
  bottom: 100%; }

p.full_width input.full_width {
  text-align: center;
  width: 100%; }

p.width_50 {
  float: left;
  width: calc(50% - 15px);
  clear: none !important; }

p.width_50:after {
  content: '';
  display: table;
  clear: both; }

p.width_50 + p {
  clear: both; }

p.width_50:nth-child(even) {
  margin-right: 15px; }

p.width_50:nth-child(odd) {
  margin-left: 15px; }

p.float_right {
  float: right; }

p.float_right:after {
  content: '';
  display: table;
  clear: both; }

p.float_right .ajax-loader {
  position: absolute; }

form.cws_standart_form {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 70px; }

form.cws_standart_form input[type='submit'] {
  margin-top: 0; }

form.cws_standart_form div.wpcf7-validation-errors,
form.cws_standart_form div.wpcf7-acceptance-missing,
form.cws_standart_form div.wpcf7-mail-sent-ok {
  margin-top: 1.25em !important;
  margin-bottom: 0 !important; }

.browser_Safari p.submit_inside input.submit_inside {
  padding: 12px 25px 13px; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  margin: 0 0 1.25em !important;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 15px;
  text-align: center;
  line-height: initial;
  color: #fff; }

div.wpcf7-mail-sent-ok {
  border-color: #37C458;
  background-color: #37C458; }

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

span.wpcf7-not-valid-tip {
  margin: 2px 0 0 10px;
  font-size: 12px; }
.wpcf7-spinner {
    display: none;
}

/*  -------------------
	Contact Form 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) {
  input.second_color:hover,
  input.submit_inside:hover {
    filter: contrast(1.1) brightness(115%); } }

@media screen and (max-width: 991px) {
  p.cws_input_mail input.cws_input_mail {
    padding: 14px 10px; }
  p.cws_submit_mail {
    height: 43px; }
  .browser_Safari p.cws_submit_mail {
    height: 45px; } }

@media screen and (max-width: 767px) {
  form.cws_standart_form {
    padding: 30px; }
  p.width_50 {
    width: 100%;
    float: none; }
  p.width_50:nth-child(even) {
    margin-right: 0px; }
  p.width_50:nth-child(odd) {
    margin-left: 0px; } }

/*  ====================
	Search page styles
====================  */
.page_content.search_results .cws_msg_box_module {
  margin-bottom: 30px; }

.page_content.search_results .search_wrapper {
  position: relative; }

.page_content.search_results .search_wrapper .search-field {
  padding-right: 120px; }

.page_content.search_results .search_wrapper .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  height: 100%;
  padding: 0 15px;
  font-size: 17px; }

/*  --------------------
	404 Page styles
--------------------  */
.not_found {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 100px 0; }

.not_found .desc_404 {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 50%; }

.not_found .desc_404 .msg_404 {
  font-size: 36px;
  font-weight: 500;
  line-height: initial; }

.not_found .desc_404 .link {
  margin-top: 25px;
  font-size: 20px; }

.not_found .desc_404 .link .cws_custom_button {
  margin-top: 10px;
  font-size: 18px; }

.not_found .banner_404 {
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

@media (max-width: 767px) {
  .not_found {
    padding: 25px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: normal;
    -moz-flex-wrap: normal;
    -ms-flex-wrap: normal;
    flex-wrap: normal;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
  .not_found .banner_404 {
    width: 100%;
    margin-bottom: 35px; }
  .not_found .desc_404 {
    width: 100%; } }

/*  ====================
	Styles for VC Modules
====================  */
/*  --------------------
	Accordion styles
--------------------  */
.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel:not(:last-child) {
  margin-bottom: 20px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a span:after {
  height: 0px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

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

.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 span:before, .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 span:after {
  right: -40px;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
  padding: 20px 20px 20px 70px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
  position: relative;
  font-size: 22px;
  display: block; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span:before, .vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span:after {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: .8; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span:before {
  width: 20px;
  height: 2px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span:after {
  width: 2px;
  height: 20px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon {
  display: none; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  padding: 0 20px 20px 70px; }

.vc_tta-container .vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body.vc_tta-content-position-right {
  padding: 0 70px 20px 20px; }

/*  --------------------
	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: 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;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.cws_banner_module.color_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  background-color: inherit; }

.cws_banner_module.button_floated {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -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_button_wrapper {
  margin-left: 40px; }

.cws_banner_module .banner_info_wrapper {
  position: relative;
  line-height: 0px; }

.cws_banner_module .banner_info_wrapper .banner_title {
  margin: 0;
  font-size: 30px;
  font-weight: 500; }

.cws_banner_module .banner_info_wrapper .banner_divider {
  display: inline-block;
  height: 2px;
  width: 35px;
  margin: 12px 0 17px; }

.cws_banner_module .banner_info_wrapper .banner_description {
  font-weight: 300;
  line-height: initial; }

.cws_banner_module .banner_button_wrapper {
  position: relative;
  margin-top: 25px; }

.cws_banner_module .banner_button_wrapper .cws_custom_button {
  white-space: nowrap; }

/*  --------------------
	Banner module media
--------------------  */
@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-left: 0; }
  .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
--------------------  */
.post_meta_wrapper {
  font-size: 14px;
  color: #898989;
  margin-bottom: -5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.post_meta_wrapper > * {
  margin-bottom: 5px; }

.post_meta_wrapper > *:not(:last-child) {
  margin-right: 20px; }

.post_meta_wrapper > * a:not(.read_more) {
  position: relative;
  color: #898989; }

.post_meta_wrapper > * a:not(.read_more):before {
  font-family: 'cwsicon';
  position: relative;
  display: inline-block;
  margin-right: 6px;
  font-size: 17px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased; }

.post_meta_wrapper .post_author a:first-child:before {
  content: '\f007';
  font-family: 'FontAwesome'; }

.post_meta_wrapper .post_category a:first-child:before {
  content: '\f102'; }

.post_meta_wrapper .post_tags a:first-child:before {
  content: '\f104'; }

.post_meta_wrapper .post_date a:first-child:before {
  content: '\f145'; }

.post_meta_wrapper .post_comments a:first-child:before {
  content: '\f148'; }

.post_meta_wrapper .post_likes a:first-child:before {
  content: '\f196'; }

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

.post_content .more-link {
  display: none; }

/* -----> Gallery slider on archive & single <----- */
.item .post_wrapper .post_media .cws_carousel_wrapper:hover .cws_carousel .slick-arrow:not(.slick-disabled) {
  opacity: .7; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel {
  padding-bottom: 0; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  background-color: #fff;
  width: 55px;
  height: 55px;
  line-height: initial;
  opacity: .35; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
  top: 0;
  font-size: 18px;
  font-family: 'cwsicon';
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01); }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:after {
  display: none; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev {
  left: 30px; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev:before {
  content: '\f15b'; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next {
  right: 30px; }

.item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next:before {
  content: '\f15a'; }

.news.posts_grid .cws_vc_shortcode_grid.slick-slider .slick-list {
  padding-top: 5px; }

.news.posts_grid .item {
  margin-bottom: 75px; }

.news.posts_grid .item:not(.slick-slide):last-child {
  margin-bottom: 0; }

.news.posts_grid .item.format-quote .post_wrapper, .news.posts_grid .item.format-link .post_wrapper {
  padding-bottom: 55px; }

.news.posts_grid .item.format-quote .post_format_quote,
.news.posts_grid .item.format-quote .post_format_link, .news.posts_grid .item.format-link .post_format_quote,
.news.posts_grid .item.format-link .post_format_link {
  font-weight: 400;
  position: relative;
  margin-top: 19px; }

.news.posts_grid .item.format-quote .post_info:only-child, .news.posts_grid .item.format-link .post_info:only-child {
  padding-top: 20px; }

.news.posts_grid .item.sticky-post {
  position: relative;
  -webkit-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  padding: 35px 0 70px; }

.news.posts_grid .item.format-quote .post_format_quote:before {
  content: '“';
  font-size: 60px;
  position: absolute;
  left: -42px;
  top: 18px; }

.news.posts_grid .item.format-quote .post_format_quote .quote_text {
  font-size: 30px;
  line-height: 1.2;
  margin: 0; }

.news.posts_grid .item.format-quote .post_format_quote .quote_author_name {
  display: block;
  text-align: right;
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px; }

.news.posts_grid .item.format-link .post_format_link {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2;
  color: #000; }

.news.posts_grid .item.format-link .post_format_link:before {
  position: absolute;
  font-family: 'cwsicon';
  content: '\f119';
  top: 0px;
  left: -50px; }

.news.posts_grid .item .post_wrapper .post_media .pic {
  line-height: 0px;
  font-size: 0px; }

.news.posts_grid .item .post_wrapper .post_info {
  margin: 0 70px; }

.news.posts_grid .item .post_wrapper .post_info .post_title {
  font-size: 30px;
  word-break: break-all; }

.news.posts_grid .item .post_wrapper .post_info .post_title a {
  color: #000; }

.news.posts_grid .item .post_wrapper .post_info .post_content {
  margin-top: 16px; }

.news.posts_grid .item .post_wrapper .post_info .post_content:empty {
  margin-top: 0 !important; }

.news.posts_grid.meta_above_title .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 35px; }

.news.posts_grid.meta_above_title .item .post_wrapper .post_info .post_title {
  margin: 14px 0 0; }

.news.posts_grid.meta_above_title .item .post_wrapper .post_info .read_more {
  margin-top: 15px; }

.news.posts_grid.meta_below_title .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 15px; }

.news.posts_grid.meta_below_title .item .post_wrapper .post_info .post_title {
  margin: 33px 0 0; }

.news.posts_grid.meta_below_title .item .post_wrapper .post_info .read_more {
  margin-top: 15px; }

.news.posts_grid.meta_bottom .item .post_wrapper .post_info {
  position: relative; }

.news.posts_grid.meta_bottom .item .post_wrapper .post_info .post_meta_wrapper {
  border-top: 1px solid #EDEDED;
  margin-top: 20px;
  padding: 18px 0 0 0; }

.news.posts_grid.meta_bottom .item .post_wrapper .post_info .post_title {
  margin: 33px 0 0; }

.news.posts_grid.meta_bottom .item .post_wrapper .post_info .read_more_wrapper {
  -ms-flex-wrap: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.news.posts_grid.meta_bottom .item .post_wrapper .post_info .read_more_wrapper .read_more {
  float: right; }

.news.posts_grid.layout_medium .item .post_wrapper:after, .news.posts_grid.layout_small .item .post_wrapper:after {
  content: '';
  display: table;
  clear: both; }

.news.posts_grid.layout_medium .item .post_wrapper .post_media, .news.posts_grid.layout_small .item .post_wrapper .post_media {
  float: left;
  margin-right: 30px;
  margin-bottom: 10px; }

.news.posts_grid.layout_medium .item:not(.format-quote):not(.format-link), .news.posts_grid.layout_small .item:not(.format-quote):not(.format-link) {
  margin-bottom: 55px; }

.news.posts_grid.layout_medium .item:not(.format-quote):not(.format-link) .post_wrapper .post_info, .news.posts_grid.layout_small .item:not(.format-quote):not(.format-link) .post_wrapper .post_info {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px; }

.news.posts_grid.layout_medium .item:not(.format-quote):not(.format-link) .post_wrapper .post_info > *:first-child, .news.posts_grid.layout_small .item:not(.format-quote):not(.format-link) .post_wrapper .post_info > *:first-child {
  margin-top: 0; }

.news.posts_grid.layout_medium .item .post_wrapper .post_media {
  width: 50%; }

.news.posts_grid.layout_small .item .post_wrapper .post_media {
  width: 35%; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid, .news.posts_grid.layout_3 .cws_vc_shortcode_grid, .news.posts_grid.layout_4 .cws_vc_shortcode_grid {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper {
  padding-bottom: 25px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media, .news.posts_grid.layout_3 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media, .news.posts_grid.layout_4 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media {
  line-height: 0px;
  font-size: 0px;
  position: relative;
  margin-bottom: 35px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category, .news.posts_grid.layout_3 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category, .news.posts_grid.layout_4 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category {
  position: absolute;
  bottom: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  line-height: initial;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 10px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category a, .news.posts_grid.layout_3 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category a, .news.posts_grid.layout_4 .cws_vc_shortcode_grid.highlighted_cat .item .post_wrapper .post_media .post_category a {
  display: inline-block;
  padding: 8px 10px;
  color: #000; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item {
  padding: 0 15px;
  margin-bottom: 30px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper {
  overflow: hidden;
  padding-bottom: 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid.highlighted_cat .post_media .post_category {
  right: 50px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item {
  width: 50%; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
  margin: 0 50px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 28px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper {
  padding-bottom: 48px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info {
  margin: 0 65px; }

.news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 28px; }

.news.posts_grid.layout_2.meta_below_title .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 15px; }

.news.posts_grid.layout_2.meta_bottom .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 32px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid.highlighted_cat .post_media .post_category {
  right: 40px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item {
  width: 33%; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: initial; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
  font-size: 14px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
  margin: 0 30px;
  font-size: 16px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  font-size: 22px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 23px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper {
  padding-bottom: 43px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info {
  margin: 0 30px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 23px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text {
  font-size: 26px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before {
  display: none; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_format_link {
  font-size: 26px; }

.news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_format_link:before {
  display: none; }

.news.posts_grid.layout_3.meta_below_title .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  margin-top: 23px; }

.news.posts_grid.layout_3.meta_below_title .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 15px; }

.news.posts_grid.layout_3.meta_bottom .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  margin-top: 23px; }

.news.posts_grid.layout_3.meta_bottom .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 27px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid.highlighted_cat .post_media .post_category {
  right: 30px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item {
  width: 25%; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow {
  width: 35px;
  height: 35px;
  line-height: initial; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:before {
  font-size: 14px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-prev {
  left: 25px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow.slick-next {
  right: 25px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
  margin: 0 30px;
  font-size: 16px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  font-size: 22px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 18px;
  font-size: 15px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper {
  padding-bottom: 38px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info {
  margin: 0 15px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 18px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text {
  font-size: 22px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before {
  display: none; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_format_link {
  font-size: 22px; }

.news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_format_link:before {
  display: none; }

.news.posts_grid.layout_4.meta_below_title .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  margin-top: 18px; }

.news.posts_grid.layout_4.meta_below_title .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 15px; }

.news.posts_grid.layout_4.meta_bottom .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
  margin-top: 18px; }

.news.posts_grid.layout_4.meta_bottom .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 22px; }

.news.posts_grid.layout_checkerboard .item {
  margin-bottom: 0; }

.news.posts_grid.layout_checkerboard .item:last-child {
  margin-bottom: 0 !important; }

.news.posts_grid.layout_checkerboard .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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: normal;
  -moz-align-items: normal;
  -ms-align-items: normal;
  align-items: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.news.posts_grid.layout_checkerboard .item .post_wrapper .post_media {
  width: 50%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.news.posts_grid.layout_checkerboard .item .post_wrapper .post_info {
  width: 50%;
  margin: 15px 0 15px 30px; }

.news.posts_grid.layout_checkerboard .item .post_wrapper .post_info:only-child {
  margin-left: calc(50% + 30px); }

.news.posts_grid.layout_checkerboard .item:first-child .post_wrapper .post_info {
  margin-top: 0; }

.news.posts_grid.layout_checkerboard .item:last-child .post_wrapper .post_info {
  margin-bottom: 0; }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right; }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper .post_info {
  margin-right: 30px;
  margin-left: 0; }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper .post_info:only-child {
  margin-right: calc(50% + 30px); }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper .post_info .post_meta_wrapper {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end; }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper .post_info .post_meta_wrapper > * {
  margin-right: 0; }

.news.posts_grid.layout_checkerboard .item:nth-child(even) .post_wrapper .post_info .post_meta_wrapper > *:not(:first-child) {
  margin-left: 20px; }

.news.posts_grid.layout_checkerboard .item.format-link .post_wrapper, .news.posts_grid.layout_checkerboard .item.format-quote .post_wrapper {
  padding-bottom: 0; }

.news.posts_grid.layout_checkerboard .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_checkerboard .item.format-quote .post_wrapper .post_info:only-child {
  padding-top: 0; }

.news.posts_grid.layout_checkerboard .item.format-link .post_format_link {
  padding-left: 50px; }

.news.posts_grid.layout_checkerboard .item.format-link .post_format_link:before {
  left: 0; }

.news.posts_grid.layout_checkerboard .item.format-quote .post_format_quote {
  padding-left: 42px; }

.news.posts_grid.layout_checkerboard .item.format-quote .post_format_quote:before {
  left: 0; }

.news.posts_grid.layout_checkerboard.has_spacings .item .post_wrapper .post_info {
  margin: 0 0 0 30px; }

.news.posts_grid.layout_checkerboard.has_spacings .item .post_wrapper .post_info:only-child {
  margin-left: calc(50% + 30px); }

.news.posts_grid.layout_checkerboard.has_spacings .item:nth-child(even) .post_wrapper .post_info {
  margin: 0 30px 0 0; }

.news.posts_grid.layout_checkerboard.has_spacings .item:nth-child(even) .post_wrapper .post_info:only-child {
  margin-right: calc(50% + 30px); }

.news.posts_grid.layout_checkerboard.content_top .item .post_wrapper {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.news.posts_grid.layout_checkerboard.content_center .item .post_wrapper {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.news.posts_grid.layout_checkerboard.content_bottom .item .post_wrapper {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.news.posts_grid.layout_checkerboard.meta_above_title .item .post_wrapper .post_info .post_meta_wrapper {
  margin: 0; }

.news.posts_grid.layout_checkerboard.meta_below_title .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_checkerboard.meta_bottom .item .post_wrapper .post_info .post_title {
  margin: 0; }

/*  --------------------
	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) {
  .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:hover {
    color: #000; }
  .item .post_wrapper .post_media .cws_carousel_wrapper .cws_carousel .slick-arrow:hover:not(.slick-disabled) {
    -webkit-box-shadow: 3px 4px 20px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 3px 4px 20px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 3px 4px 20px 0 rgba(255, 255, 255, 0.5);
    opacity: 1; } }

@media screen and (max-width: 1365px) {
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid, .news.posts_grid.layout_3 .cws_vc_shortcode_grid, .news.posts_grid.layout_4 .cws_vc_shortcode_grid {
    margin: 0 -15px; }
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item {
    padding: 0 15px; } }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
    margin-left: 35px; }
  .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
    margin-left: 25px; }
  .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item {
    width: 33.3%; } }

@media screen and (max-width: 991px) {
  .news.posts_grid .cws_vc_shortcode_grid .item .post_wrapper .post_info {
    margin: 0 35px; }
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info {
    margin-left: 25px; }
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
    font-size: 22px; }
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_format_link {
    font-size: 26px; }
  .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text {
    font-size: 26px; }
  .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item {
    width: 100%;
    margin-bottom: 45px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_wrapper, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-link .post_wrapper {
    padding-bottom: 30px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info {
    margin: 0 25px !important; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_wrapper .post_info:only-child, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-link .post_wrapper .post_info:only-child {
    padding-top: 1px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_format_quote, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_format_quote {
    margin-top: 9px;
    padding: 0; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_format_quote:before {
    position: relative;
    display: block;
    left: 0;
    top: 19px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-quote .post_format_quote .quote_text {
    font-size: 26px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_format_link, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-link .post_format_link {
    padding: 0;
    font-size: 26px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item.format-link .post_format_link:before, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item.format-link .post_format_link:before {
    position: relative;
    display: block;
    left: 0;
    font-size: 30px; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper {
    display: block;
    text-align: left; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_media, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_media {
    width: 100%;
    float: none; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_info {
    width: auto;
    margin: 0 15px !important; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > * {
    margin-left: 0 !important; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child), .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_meta_wrapper > *:not(:last-child) {
    margin-right: 20px !important; }
  .news.posts_grid.layout_medium .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_small .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_1 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_2 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_3 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_4 .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title, .news.posts_grid.layout_checkerboard .cws_vc_shortcode_grid .item .post_wrapper .post_info .post_title {
    font-size: 24px; }
  .news.posts_grid.meta_above_title .item .post_wrapper .post_info .post_meta_wrapper {
    margin-top: 15px !important; } }

/*  --------------------
	Blog single styles
--------------------  */
body.single-post .grid_row,
body.attachment .grid_row {
  padding: 0 180px; }

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: 0px;
  line-height: 0px;
  margin: 0 -165px 0; }

body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info,
body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_info {
  margin-top: 28px;
  margin-left: 5px;
  margin-right: 5px; }

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 .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 .post_media .pic img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  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:before {
  content: '\f119';
  position: absolute;
  font-family: 'cwsicon';
  left: -50px;
  font-size: 30px;
  line-height: 1.2; }

body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option.format_quote:before {
  content: '“';
  font-size: 60px;
  position: absolute;
  left: -42px;
  top: 18px; }

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: 30px;
  line-height: 1.2;
  font-weight: 500; }

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_info .post_content {
  margin-top: 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: 70px;
  position: relative; }

body.single-post .single_related .news {
  margin-top: 30px; }

body.single-post .single_related .news .cws_vc_shortcode_grid {
  margin: 0 -15px; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item {
  padding: 0 15px; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-bottom: 20px !important; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info {
  margin-left: 30px;
  margin-right: 30px; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info .post_title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 18px; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info .post_content {
  font-size: 16px;
  line-height: 23px; }

body.single-post .single_related .news .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info .post_meta_wrapper {
  margin-top: 18px; }

body.single-post .single_related .news .cws_vc_shortcode_grid.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 75px;
  margin-left: -15px;
  margin-right: -15px; }

body.single-post .single_related .news .cws_vc_shortcode_grid.slick-slider .item {
  padding: 0; }

body.single-post .single_related .news .post_media {
  margin: 0; }

/*  --------------------
	Blog single media styles
--------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  body.single-post .grid_row,
  body.attachment .grid_row {
    padding-left: 135px;
    padding-right: 135px; }
  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 -120px 0; }
  body.single-post .single_related .news.posts_grid.layout_2 .item .post_wrapper .post_info .post_title,
  body.attachment .single_related .news.posts_grid.layout_2 .item .post_wrapper .post_info .post_title {
    font-size: 26px; }
  body.single-post .single_related .news.layout_1 .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info {
    margin: 0 40px; }
  body.single-post .single_related .news.layout_2 .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info {
    margin-left: 25px; }
  body.single-post .single_related .news.layout_3 .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info, body.single-post .single_related .news.layout_4 .cws_vc_shortcode_grid .item:not(.format-quote):not(.format-link) .post_wrapper .post_info {
    margin-left: 0px; } }

@media screen and (max-width: 991px) {
  body.single-post .grid_row,
  body.attachment .grid_row {
    padding-left: 85px;
    padding-right: 85px; }
  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 -70px 0; } }

@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) 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:before,
  body.single-post .double_sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option:before,
  body.single-post .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option:before,
  body.attachment .single_sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option:before,
  body.attachment .double_sidebar .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option:before,
  body.attachment .grid_row:not(.single_related) section.news article.item .post_wrapper .post_option:before {
    display: none; }
  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; }
  body.single-post .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_link, body.single-post .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_quote,
  body.single-post .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_link,
  body.single-post .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_quote,
  body.single-post .grid_row.single_related .news .item .post_wrapper .post_option.format_link,
  body.single-post .grid_row.single_related .news .item .post_wrapper .post_option.format_quote,
  body.attachment .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_link,
  body.attachment .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_quote,
  body.attachment .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_link,
  body.attachment .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_option.format_quote,
  body.attachment .grid_row.single_related .news .item .post_wrapper .post_option.format_link,
  body.attachment .grid_row.single_related .news .item .post_wrapper .post_option.format_quote {
    font-size: 24px; }
  body.single-post .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper,
  body.single-post .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper,
  body.single-post .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper,
  body.attachment .single_sidebar .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper,
  body.attachment .double_sidebar .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper,
  body.attachment .grid_row.single_related .news .item .post_wrapper .post_info .post_meta_wrapper {
    margin-left: 5px;
    margin-right: 5px; }
  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; } }

/*  --------------------
	Button module styles
--------------------  */
.cws_custom_button {
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.cws_custom_button.small {
  padding: 9px 25px;
  font-size: 16px; }

.cws_custom_button.regular {
  padding: 13px 41px; }

.cws_custom_button.large {
  padding: 19px 75px; }

/*  --------------------
	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:hover {
    background-color: #fff; } }

@media screen and (max-width: 991px) {
  .cws_custom_button.small {
    padding: 9px 20px; } }

/*  --------------------
	Calculator module styles
--------------------  */
.cws_calculator_module {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 35px; }

.cws_calculator_module.type_row .calculate_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: 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_calculator_module.type_row .calculate_form > * {
  max-width: 33.3%; }

.cws_calculator_module.type_row .calculate_form .input_wrapper {
  padding-right: 25px; }

.cws_calculator_module.type_column .calculate_form .input_wrapper {
  margin-bottom: 30px; }

.cws_calculator_module .calculate_form .input_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.cws_calculator_module .calculate_form .input_wrapper input {
  font-size: 22px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent; }

.cws_calculator_module .calculate_form .input_wrapper span {
  font-size: 22px;
  min-width: 80px;
  text-align: center;
  display: inline-block; }

.cws_calculator_module .calculate_form .cws_custom_button {
  width: 100%;
  text-align: center; }

@media screen and (max-width: 767px) {
  .cws_calculator_module {
    padding: 25px 15px; }
  .cws_calculator_module.type_row .calculate_form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_calculator_module.type_row .calculate_form > * {
    max-width: 100%; }
  .cws_calculator_module.type_row .calculate_form .input_wrapper {
    padding-right: 0;
    margin-bottom: 30px; }
  .cws_calculator_module .calculate_form .input_wrapper input {
    font-size: 16px; }
  .cws_calculator_module .calculate_form .input_wrapper span {
    font-size: 16px;
    min-width: 60px; }
  .cws_calculator_module .calculate_form .cws_custom_button {
    font-size: 18px; } }

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

/*  --------------------
	Countdown module styles
--------------------  */
.cws_countdown_module {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative; }

.cws_countdown_module:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  z-index: -1; }

.cws_countdown_module .countdown_left,
.cws_countdown_module .countdown_right {
  width: 100%; }

.cws_countdown_module.type_column {
  padding: 60px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 500px;
  margin: 0 auto; }

.cws_countdown_module.type_column .countdown_extra_info_wrapper {
  margin-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px solid #01264A; }

.cws_countdown_module.type_column .countdown_cap_graph {
  margin: 60px 0 80px; }

.cws_countdown_module.type_column .countdown_cap_graph:after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -70px;
  position: absolute;
  background-color: #01264A; }

.cws_countdown_module.type_column .cws_custom_button {
  float: left;
  padding: 8px 20px;
  font-size: 16px; }

.cws_countdown_module.type_column .countdown_icons {
  margin: 25px 0 0;
  float: right; }

.cws_countdown_module.type_column .countdown_icons .icon_wrapper {
  margin: 0 10px; }

.cws_countdown_module.type_column .countdown_icons .icon_wrapper .icon,
.cws_countdown_module.type_column .countdown_icons .icon_wrapper i {
  font-size: 20px; }

.cws_countdown_module.type_row {
  padding: 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: 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_countdown_module.type_row .countdown_right {
  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-left: 15px; }

.cws_countdown_module.type_row .cws_custom_button {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  margin-top: 25px; }

.cws_countdown_module.type_row .countdown_extra_info_wrapper {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 0 0 25px; }

.cws_countdown_module.type_row .countdown_cap_graph {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 25px 0 35px; }

.cws_countdown_module.type_row .countdown_icons {
  margin-top: 25px;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.cws_countdown_module .countdown_title {
  color: #fff;
  font-weight: 400;
  font-size: 26px; }

.cws_countdown_module .countdown_clock:after {
  content: '';
  display: table;
  clear: both; }

.cws_countdown_module .cws_custom_button {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 40px; }

.cws_countdown_module .countdown_extra_info_wrapper {
  margin-top: 15px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_countdown_module .countdown_extra_info_wrapper .countdown_extra_info .countdown_desc_title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0; }

.cws_countdown_module .countdown_extra_info_wrapper .countdown_extra_info .countdown_desc_text {
  font-size: 12px;
  color: #fff; }

.cws_countdown_module .countdown_cap_graph {
  width: 100%;
  height: 10px;
  margin: 50px 0 70px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  position: relative; }

.cws_countdown_module .countdown_cap_graph:before {
  content: '';
  position: absolute;
  left: 7%;
  top: 0;
  height: calc(100% + 10px);
  width: 2px;
  background-color: #fff;
  z-index: 1; }

.cws_countdown_module .countdown_cap_graph .hardcap,
.cws_countdown_module .countdown_cap_graph .softcap {
  position: absolute;
  top: 25px;
  color: #fff; }

.cws_countdown_module .countdown_cap_graph .hardcap .mark,
.cws_countdown_module .countdown_cap_graph .softcap .mark {
  margin-left: 5px;
  font-size: 12px; }

.cws_countdown_module .countdown_cap_graph .hardcap .worth,
.cws_countdown_module .countdown_cap_graph .softcap .worth {
  position: absolute;
  top: -57px; }

.cws_countdown_module .countdown_cap_graph .softcap {
  left: 5%; }

.cws_countdown_module .countdown_cap_graph .softcap .worth {
  left: 0; }

.cws_countdown_module .countdown_cap_graph .hardcap {
  right: 0; }

.cws_countdown_module .countdown_cap_graph .hardcap .worth {
  right: 0; }

.cws_countdown_module .countdown_cap_graph .countdown_fill {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

.cws_countdown_module .countdown_btn_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: 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_countdown_module .countdown_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: 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;
  margin: 0 -15px; }

.cws_countdown_module .countdown_icons .icon_wrapper {
  height: 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: 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;
  margin: 0 15px; }

.cws_countdown_module .countdown_icons .icon_wrapper .icon {
  color: #fff; }

.cws_countdown_module .countdown_icons .icon_wrapper .icon,
.cws_countdown_module .countdown_icons .icon_wrapper i {
  font-size: 30px; }

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

@media screen and (max-width: 767px) {
  .cws_countdown_module.type_row {
    padding: 40px 30px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_countdown_module.type_row .countdown_right {
    display: block;
    padding-left: 0; }
  .cws_countdown_module.type_row .cws_custom_button {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-top: 40px; }
  .cws_countdown_module.type_row .countdown_extra_info_wrapper {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 15px 0 0; }
  .cws_countdown_module.type_row .countdown_cap_graph {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 50px 0 70px; }
  .cws_countdown_module.type_row .countdown_icons {
    margin: 0px -15px;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; } }

@media screen and (max-width: 345px) {
  .cws_countdown_module.type_row, .cws_countdown_module.type_column {
    padding: 25px 15px; } }

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

/*  --------------------
	Icons Wheel module styles
--------------------  */
.cws_icons_wheel_module_helper {
  padding: 30px 0 100px; }

.cws_icons_wheel_module {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative; }

.cws_icons_wheel_module .icons_wheel_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 50px; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_3 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 80%;
  left: 90%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_3 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 80%;
  left: 10%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_3 .icons_wheel_info {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_4 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 50%;
  left: 100%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_4 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 100%;
  left: 50%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_4 .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  top: 50%;
  left: 0%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_4 .icons_wheel_info {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_5 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 32%;
  left: 96%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_5 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 85%;
  left: 86%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_5 .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  top: 85%;
  left: 14%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_5 .icons_wheel_icon:nth-of-type(5) .icon_wrapper {
  top: 32%;
  left: 4%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_5 .icons_wheel_info {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 25%;
  left: 93%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 75%;
  left: 93%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  top: 100%;
  left: 50%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_icon:nth-of-type(5) .icon_wrapper {
  top: 75%;
  left: 7%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_icon:nth-of-type(6) .icon_wrapper {
  top: 25%;
  left: 7%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_6 .icons_wheel_info {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 20%;
  left: 90%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 60%;
  left: 99%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  top: 94%;
  left: 75%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(5) .icon_wrapper {
  top: 94%;
  left: 25%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(6) .icon_wrapper {
  top: 60%;
  left: 1%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_icon:nth-of-type(7) .icon_wrapper {
  top: 20%;
  left: 10%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_7 .icons_wheel_info {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  top: 15%;
  left: 85%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  top: 50%;
  left: 100%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  top: 85%;
  left: 85%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(5) .icon_wrapper {
  top: 100%;
  left: 50%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(6) .icon_wrapper {
  top: 85%;
  left: 15%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(7) .icon_wrapper {
  top: 50%;
  left: 0%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_icon:nth-of-type(8) .icon_wrapper {
  top: 15%;
  left: 15%; }

.cws_icons_wheel_module .icons_wheel_wrapper.active.childrens_8 .icons_wheel_info {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:first-child .icon_wrapper {
  left: 50%;
  top: 0%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon .icon_wrapper {
  opacity: 1; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(2) .icon_wrapper {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(3) .icon_wrapper {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(4) .icon_wrapper {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(5) .icon_wrapper {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(6) .icon_wrapper {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(7) .icon_wrapper {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_icon:nth-of-type(8) .icon_wrapper {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.cws_icons_wheel_module .icons_wheel_wrapper.active .icons_wheel_info.active {
  opacity: 1; }

.cws_icons_wheel_module .icons_wheel_wrapper.done .icons_wheel_info {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper.active .icon i:before {
  color: #fff; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper .icon {
  width: 114px;
  height: 114px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper .icon i:before {
  font-size: 50px;
  line-height: 50px; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20%;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_icon_cell {
  display: table-cell;
  vertical-align: middle; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_wheel_subtitle {
  font-size: 16px;
  font-weight: 400;
  margin: 0; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_wheel_title {
  margin: 15px 0; }

.cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_wheel_description {
  color: #676767; }

.cws_icons_wheel_module .circle_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 50px;
  background-color: transparent;
  border-width: 2px;
  border-style: dashed;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1); }

.cws_icons_wheel_module .circle_wrapper.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .6; }

@media screen and (max-width: 767px) {
  .cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper .icon {
    width: 60px;
    height: 60px; }
  .cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_icon .icon_wrapper .icon i:before {
    font-size: 32px; }
  .cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_wheel_subtitle,
  .cws_icons_wheel_module .icons_wheel_wrapper .icons_wheel_info .icons_wheel_description {
    display: none; } }

/*  --------------------
	Milestone module styles
--------------------  */
.cws_milestone_module {
  text-align: center; }

.cws_milestone_module .cws_milestone_main {
  display: inline-block; }

.cws_milestone_module .cws_milestone_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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_milestone_module .cws_milestone_wrapper.icon_left {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.cws_milestone_module .cws_milestone_wrapper.icon_right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cws_milestone_module .cws_milestone_wrapper.info_left .cws_milestone_data {
  text-align: right;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cws_milestone_module .cws_milestone_wrapper.info_bottom.info_vertical_top .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.info_bottom.info_vertical_center .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.info_bottom.info_vertical_bottom .cws_milestone_data {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_milestone_module .cws_milestone_wrapper.info_bottom .cws_milestone_data {
  text-align: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.cws_milestone_module .cws_milestone_wrapper.info_right .cws_milestone_data {
  text-align: left; }

.cws_milestone_module .cws_milestone_wrapper.info_vertical_top .cws_milestone_data {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.cws_milestone_module .cws_milestone_wrapper.info_vertical_bottom .cws_milestone_data {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_icon_wrapper {
  margin: 8px; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_icon_wrapper .icon,
.cws_milestone_module .cws_milestone_wrapper .cws_milestone_icon_wrapper .icon i:before {
  font-size: 68px;
  line-height: 68px; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_data {
  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 .cws_milestone_wrapper .cws_milestone_data .cws_milestone_number {
  margin: 8px;
  font-size: 94px;
  line-height: 0.8;
  font-weight: 500;
  position: relative;
  top: .07em; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_data .cws_milestone_info {
  margin: 8px; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_data .cws_milestone_info .cws_milestone_title,
.cws_milestone_module .cws_milestone_wrapper .cws_milestone_data .cws_milestone_info .cws_milestone_desc {
  font-size: 18px;
  line-height: 1.2; }

.cws_milestone_module .cws_milestone_wrapper .cws_milestone_data .cws_milestone_info .cws_milestone_desc:not(:first-child) {
  margin-top: 5px; }

/*  --------------------
	Milestone module media styles
--------------------  */
@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_milestone_module .cws_milestone_wrapper.landscape_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_left .cws_milestone_data {
    text-align: right;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_bottom.landscape_info_vertical_top .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.landscape_info_bottom.landscape_info_vertical_center .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.landscape_info_bottom.landscape_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_bottom .cws_milestone_data {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_right .cws_milestone_data {
    text-align: left;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_vertical_top .cws_milestone_data {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_vertical_center .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.landscape_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; } }

@media screen and (max-width: 991px) {
  .cws_milestone_module .cws_milestone_wrapper.portrait_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_left .cws_milestone_data {
    text-align: right;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_bottom.portrait_info_vertical_top .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.portrait_info_bottom.portrait_info_vertical_center .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.portrait_info_bottom.portrait_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_bottom .cws_milestone_data {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_right .cws_milestone_data {
    text-align: left;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_vertical_top .cws_milestone_data {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_vertical_center .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.portrait_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; } }

@media screen and (max-width: 767px) {
  .cws_milestone_module .cws_milestone_wrapper.mobile_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_left .cws_milestone_data {
    text-align: right;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_bottom.mobile_info_vertical_top .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.mobile_info_bottom.mobile_info_vertical_center .cws_milestone_data, .cws_milestone_module .cws_milestone_wrapper.mobile_info_bottom.mobile_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_bottom .cws_milestone_data {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_right .cws_milestone_data {
    text-align: left;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_vertical_top .cws_milestone_data {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_vertical_center .cws_milestone_data {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .cws_milestone_module .cws_milestone_wrapper.mobile_info_vertical_bottom .cws_milestone_data {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; } }

/*  --------------------
	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;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px 60px 15px 20px;
  position: relative;
  color: #fff; }

.cws_msg_box_module.type_info {
  background-color: #2D74D3; }

.cws_msg_box_module.type_info.add_shadow {
  -webkit-box-shadow: 0 5px 40px -5px #2D74D3;
  -moz-box-shadow: 0 5px 40px -5px #2D74D3;
  box-shadow: 0 5px 40px -5px #2D74D3; }

.cws_msg_box_module.type_warn {
  background-color: #FCB315; }

.cws_msg_box_module.type_warn.add_shadow {
  -webkit-box-shadow: 0 5px 40px -5px #FCB315;
  -moz-box-shadow: 0 5px 40px -5px #FCB315;
  box-shadow: 0 5px 40px -5px #FCB315; }

.cws_msg_box_module.type_success {
  background-color: #37C458; }

.cws_msg_box_module.type_success.add_shadow {
  -webkit-box-shadow: 0 5px 40px -5px #37C458;
  -moz-box-shadow: 0 5px 40px -5px #37C458;
  box-shadow: 0 5px 40px -5px #37C458; }

.cws_msg_box_module.type_error {
  background-color: #EC2B2B; }

.cws_msg_box_module.type_error.add_shadow {
  -webkit-box-shadow: 0 5px 40px -5px #EC2B2B;
  -moz-box-shadow: 0 5px 40px -5px #EC2B2B;
  box-shadow: 0 5px 40px -5px #EC2B2B; }

.cws_msg_box_module .icon {
  display: inline-block;
  text-align: center;
  margin-right: 17px; }

.cws_msg_box_module .icon i.svg {
  fill: #fff; }

.cws_msg_box_module .icon,
.cws_msg_box_module .icon i:before {
  font-size: 36px;
  line-height: 36px; }

.cws_msg_box_module .cws_msg_box_info .cws_msg_box_title {
  font-size: 18px;
  font-weight: 500; }

.cws_msg_box_module .cws_msg_box_info .cws_msg_box_desc {
  font-size: 15px;
  opacity: .7; }

.cws_msg_box_module .close_btn {
  position: absolute;
  cursor: pointer;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  text-align: center; }

.cws_msg_box_module .close_btn:before {
  content: '\f168';
  font-family: 'cwsicon'; }

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;
    text-align: center; }
  .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 {
    text-align: left; }
  .cws_msg_box_module.hide_icon .icon {
    display: none; }
  .cws_msg_box_module:not(.hide_icon) {
    padding-right: 20px; }
  .cws_msg_box_module:not(.hide_icon) .close_btn {
    top: 19px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .cws_msg_box_module .icon {
    margin-right: 0;
    margin-bottom: 10px; }
  .cws_msg_box_module .cws_msg_box_info {
    width: 100%; } }

/*  --------------------
	Particles logo module styles
--------------------  */
.cws_particles_logo_module .image_particles_data {
  display: inline-block;
  max-width: 100%;
  overflow: hidden; }

.cws_particles_logo_module .image_particles_data canvas {
  position: relative !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

/*  --------------------
	Portfolio module styles
--------------------  */
.cws_portfolio_posts_grid {
  overflow: hidden;
  padding-bottom: 15px; }

.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.3%; }

.cws_portfolio_posts_grid.posts_grid_4 .item,
.cws_portfolio_posts_grid.posts_grid_4 .grid-sizer {
  width: 25%; }

.cws_portfolio_posts_grid.posts_grid_showcase {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.cws_portfolio_posts_grid.posts_grid_showcase .cws_vc_shortcode_grid:not(.masonry) .item {
  float: none; }

.cws_portfolio_posts_grid.align-left .item .under_image_portfolio {
  padding-left: 30px; }

.cws_portfolio_posts_grid.align-left .item .post_terms:before {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

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

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

.cws_portfolio_posts_grid.align-right .item .under_image_portfolio {
  padding-right: 30px; }

.cws_portfolio_posts_grid.align-right .item .post_terms:before {
  right: 0;
  left: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.cws_portfolio_posts_grid.align-right .item .post_content:after {
  right: 0;
  left: auto; }

.portfolio_module_wrapper .item.clear_image .item_content .links_wrap .fancy:before {
  content: '\f11a';
  font-family: 'cwsicon';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #fff;
  -webkit-transition: margin-top 0.2s ease-out 0.1s, opacity 0.2s linear 0.1s;
  transition: margin-top 0.2s ease-out 0.1s, opacity 0.2s linear 0.1s;
  margin-top: 15px;
  opacity: 0; }

.portfolio_module_wrapper .item .under_image_portfolio {
  margin-top: 18px; }

.portfolio_module_wrapper .item .under_image_portfolio .post_title {
  font-size: 25px; }

.portfolio_module_wrapper .item .under_image_portfolio .post_content:before {
  background-color: #E8E8E8; }

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

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img {
  max-width: 80%;
  width: 100%;
  text-align: center;
  color: #fff; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_title {
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: top 1s linear, opacity 0.2s ease-out;
  transition: top 1s linear, opacity 0.2s ease-out; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_terms {
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: top 1s linear, opacity 0.2s ease-out;
  transition: top 1s linear, opacity 0.2s ease-out; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_terms:before {
  background-color: #fff; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_content {
  opacity: 0;
  position: relative;
  top: 20px;
  -webkit-transition: top 1s linear, opacity 0.2s ease-out;
  transition: top 1s linear, opacity 0.2s ease-out; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img .post_content:before {
  background-color: #fff; }

.portfolio_module_wrapper .item .cws_portfolio_content_wrap .desc_img a {
  position: relative;
  color: #fff; }

.portfolio_module_wrapper .item .post_title {
  margin: 0; }

.portfolio_module_wrapper .item .post_terms {
  position: relative;
  margin-top: 8px;
  padding-top: 8px; }

.portfolio_module_wrapper .item .post_terms:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 35px; }

.portfolio_module_wrapper .item .post_terms + .post_content {
  padding-top: 0; }

.portfolio_module_wrapper .item .post_terms + .post_content:after, .portfolio_module_wrapper .item .post_terms + .post_content:before {
  display: none; }

.portfolio_module_wrapper .item .post_content {
  position: relative;
  margin-top: 8px;
  padding-top: 9px; }

.portfolio_module_wrapper .item .post_content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%; }

.portfolio_module_wrapper .item .post_content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 20%; }

.portfolio_module_wrapper .item img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%; }

.portfolio_module_wrapper .item .item_content {
  position: relative; }

.portfolio_module_wrapper .item .item_content .post_media {
  position: relative; }

.portfolio_module_wrapper .item .item_content.active .links_wrap {
  opacity: 1; }

.portfolio_module_wrapper .item .item_content.active .links_wrap .fancy:before {
  margin-top: 0;
  opacity: 1; }

.portfolio_module_wrapper .item .item_content.active .desc_img .post_title,
.portfolio_module_wrapper .item .item_content.active .desc_img .post_terms,
.portfolio_module_wrapper .item .item_content.active .desc_img .post_content {
  opacity: 1;
  top: 0; }

.portfolio_module_wrapper .item .item_content.active .desc_img .post_title {
  -webkit-transition: top 0.3s ease-out 0.1s, opacity 0.3s linear 0.1s;
  transition: top 0.3s ease-out 0.1s, opacity 0.3s linear 0.1s; }

.portfolio_module_wrapper .item .item_content.active .desc_img .post_terms {
  -webkit-transition: top 0.3s ease-out 0.15s, opacity 0.3s linear 0.15s;
  transition: top 0.3s ease-out 0.15s, opacity 0.3s linear 0.15s; }

.portfolio_module_wrapper .item .item_content.active .desc_img .post_content {
  -webkit-transition: top 0.3s ease-out 0.2s, opacity 0.3s linear 0.2s;
  transition: top 0.3s ease-out 0.2s, opacity 0.3s linear 0.2s; }

.portfolio_module_wrapper .item .item_content .links_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out; }

.portfolio_module_wrapper .item .item_content .links_wrap a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.portfolio_module_wrapper .cws_vc_shortcode_grid:after {
  content: '';
  display: table;
  clear: both; }

.portfolio_module_wrapper .cws_vc_shortcode_grid:not(.masonry) {
  margin: -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.portfolio_module_wrapper .cws_vc_shortcode_grid:not(.masonry) .item {
  padding: 15px; }

.portfolio_module_wrapper .cws_vc_shortcode_grid.masonry {
  margin-right: -30px; }

.portfolio_module_wrapper .cws_vc_shortcode_grid.masonry .item {
  position: relative; }

.cws_portfolio_nav {
  margin-bottom: 80px; }

.cws_portfolio_nav .filter-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: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_portfolio_nav .filter-list .filter-item {
  margin: 0 10px; }

.cws_portfolio_nav .filter-list .filter-item.active .cws_portfolio_nav_item:before {
  opacity: 1;
  left: 0; }

.cws_portfolio_nav .filter-list .filter-item.active .cws_portfolio_nav_item:after {
  opacity: 1;
  right: 0; }

.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 20px; }

.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item:before, .cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item:after {
  position: absolute;
  font-size: 26px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0; }

.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item:before {
  content: '[';
  left: -15px; }

.cws_portfolio_nav .filter-list .filter-item .cws_portfolio_nav_item:after {
  content: ']';
  right: -15px; }

/*  --------------------
	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) {
  .portfolio_module_wrapper .item .item_content:hover .links_wrap {
    opacity: 1; }
  .portfolio_module_wrapper .item .item_content:hover .links_wrap .fancy:before {
    margin-top: 0;
    opacity: 1; }
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_title,
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_terms,
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_content {
    opacity: 1;
    top: 0; }
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_title {
    -webkit-transition: top 0.3s ease-out 0.1s, opacity 0.3s linear 0.1s;
    transition: top 0.3s ease-out 0.1s, opacity 0.3s linear 0.1s; }
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_terms {
    -webkit-transition: top 0.3s ease-out 0.15s, opacity 0.3s linear 0.15s;
    transition: top 0.3s ease-out 0.15s, opacity 0.3s linear 0.15s; }
  .portfolio_module_wrapper .item .item_content:hover .desc_img .post_content {
    -webkit-transition: top 0.3s ease-out 0.2s, opacity 0.3s linear 0.2s;
    transition: top 0.3s ease-out 0.2s, opacity 0.3s linear 0.2s; } }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_portfolio_posts_grid.align-left .item .under_image_portfolio {
    padding-left: 15px; }
  .cws_portfolio_posts_grid.align-right {
    text-align: right; }
  .cws_portfolio_posts_grid.align-right .item .under_image_portfolio {
    padding-right: 15px; }
  .cws_vc_shortcode_grid.masonry .item .post_media + .cws_portfolio_content_wrap {
    left: 0;
    right: 0; } }

@media screen and (max-width: 991px) {
  .cws_portfolio_posts_grid.align-left .item .under_image_portfolio {
    padding-left: 0; }
  .cws_portfolio_posts_grid.align-right {
    text-align: right; }
  .cws_portfolio_posts_grid.align-right .item .under_image_portfolio {
    padding-right: 0; }
  .portfolio_module_wrapper .item .under_image_portfolio .post_title {
    font-size: 20px; }
  .portfolio_module_wrapper .item .item_content .desc_img .post_title {
    font-size: 26px; }
  .portfolio_module_wrapper .item .item_content .desc_img .post_content {
    line-height: 1.3; } }

@media screen and (max-width: 767px) {
  .cws_portfolio_posts_grid.posts_grid_1 .item,
  .cws_portfolio_posts_grid.posts_grid_1 .grid-sizer, .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_module_wrapper .cws_vc_shortcode_grid {
    width: 100%; }
  .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.masonry) {
    margin: 0; }
  .portfolio_module_wrapper .cws_vc_shortcode_grid:not(.masonry) .item {
    padding: 0;
    float: none; }
  .portfolio_module_wrapper .item {
    margin-bottom: 30px; }
  .cws_portfolio_nav {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 80px; }
  .cws_portfolio_nav .filter-list {
    top: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 1;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
    background-color: #fff; }
  .cws_portfolio_nav .filter-list.active {
    height: auto; }
  .cws_portfolio_nav .filter-list .filter-item {
    width: 100%; }
  .cws_portfolio_nav .filter-list .filter-item:not(:last-child) {
    margin-bottom: 5px; }
  .cws_portfolio_nav .filter-list .filter-item.active {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; } }

/*  --------------------
	Portfolio single styles
--------------------  */
.single-cws_portfolio .item.post_single .post_media {
  margin-bottom: 40px; }

.single-cws_portfolio .item.post_single .post_media:after {
  content: '';
  display: table;
  clear: both; }

.single-cws_portfolio .item.post_single .post_media img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.single-cws_portfolio .item.post_single .post_media .gallery-item {
  float: left;
  margin-top: 0 !important; }

.single-cws_portfolio .item.post_single .post_media .gallery-item:not(:last-child) {
  margin-bottom: 30px !important; }

.single-cws_portfolio .item.post_single .post_media .slick-dots {
  position: absolute; }

.single-cws_portfolio .item.post_single .post_media .slick-dots li:before {
  display: none; }

.single-cws_portfolio .cws_portfolio_post:after {
  content: '';
  display: table;
  clear: both; }

.single-cws_portfolio .cws_portfolio_post.left_s .single_col {
  float: right; }

.single-cws_portfolio .cws_portfolio_post.right_s .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: 80px; }

.single-cws_portfolio .grid_row.related_portfolio .widgettitle {
  text-align: left;
  font-size: 35px;
  margin-bottom: 30px; }

@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: 35px 40px 40px;
  background-color: #fff; }

.cws_pricing_module.bordered:after {
  content: '';
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
  height: calc(100% - 80px); }

.cws_pricing_module.highlighted {
  top: -9px;
  position: relative;
  padding: 44px 40px 49px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  color: #fff; }

.cws_pricing_module.highlighted:after {
  display: none; }

.cws_pricing_module.highlighted .pricing_title_wrapper .pricing_title {
  color: #fff; }

.cws_pricing_module.highlighted .pricing_price_wrapper .pricing_price {
  color: #fff; }

.cws_pricing_module.highlighted .cws_custom_button {
  color: #000; }

.cws_pricing_module .pricing_title_label,
.cws_pricing_module .pricing_price_subtitle,
.cws_pricing_module .pricing_expiry_title {
  font-size: 16px;
  color: #898989;
  margin: 0 0 5px; }

.cws_pricing_module .pricing_title_wrapper .pricing_title {
  font-size: 30px;
  font-weight: 400;
  margin: 0; }

.cws_pricing_module .pricing_extra_banner {
  color: #000;
  font-size: 15px;
  padding: 2px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 52px; }

.cws_pricing_module .pricing_price_wrapper {
  margin-top: 52px; }

.cws_pricing_module .pricing_price_wrapper:nth-child(2n) {
  margin-top: 135px; }

.cws_pricing_module .pricing_price_wrapper .pricing_price {
  margin: 0;
  font-size: 45px;
  font-weight: 500;
  display: inline-block; }

.cws_pricing_module .pricing_price_wrapper sup {
  font-size: 32px;
  font-weight: 500; }

.cws_pricing_module .pricing_price_wrapper .pricing_price_desc {
  font-size: 18px; }

.cws_pricing_module .pricing_expiry_wrapper {
  margin-top: 51px; }

.cws_pricing_module .pricing_expiry_wrapper .pricing_expiry {
  font-size: 18px; }

.cws_pricing_module .cws_custom_button {
  margin-top: 61px;
  width: 100%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px; }

/*  --------------------
	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.highlighted .cws_custom_button:hover {
    background-color: transparent; } }

@media screen and (max-width: 991px) {
  .cws_pricing_module {
    padding: 25px 30px 30px; }
  .cws_pricing_module.bordered:after {
    top: 30px;
    height: calc(100% - 60px); }
  .cws_pricing_module.highlighted {
    padding: 34px 30px 39px; }
  .cws_pricing_module .pricing_extra_banner {
    margin-top: 37px; }
  .cws_pricing_module .pricing_price_wrapper {
    margin-top: 37px; }
  .cws_pricing_module .pricing_price_wrapper:nth-child(2n) {
    margin-top: 105px; }
  .cws_pricing_module .pricing_expiry_wrapper {
    margin-top: 36px; }
  .cws_pricing_module .cws_custom_button {
    margin-top: 46px; } }

@media screen and (max-width: 767px) {
  .cws_pricing_module {
    padding: 25px 40px 30px;
    text-align: center; }
  .cws_pricing_module.bordered:after {
    top: 30px;
    height: calc(100% - 60px); }
  .cws_pricing_module.highlighted {
    padding: 34px 40px 39px; }
  .cws_pricing_module .pricing_extra_banner {
    margin-top: 32px; }
  .cws_pricing_module .pricing_price_wrapper {
    margin-top: 32px; }
  .cws_pricing_module .pricing_price_wrapper:nth-child(2n) {
    margin-top: 31px; }
  .cws_pricing_module .pricing_expiry_wrapper {
    margin-top: 31px; }
  .cws_pricing_module .cws_custom_button {
    margin-top: 41px; } }

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

.cws_progress_bar_module .progress_bar_info_wrap .progress_bar_percents {
  margin: 0; }

.cws_progress_bar_module .progress_bar_wrapper {
  height: 10px;
  margin-top: 15px;
  background-image: url("../img/pb_pattern.jpg");
  animation: cws_pb_bg 1.5s infinite linear;
  background-position: 0px 50%;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.cws_progress_bar_module .progress_bar_wrapper .progress_bar {
  height: inherit;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

@keyframes cws_pb_bg {
  0% {
    background-position: 0px 50%; }
  100% {
    background-position: 15px 50%; } }

/*  --------------------
	Progress Bar media styles
--------------------  */
@media screen and (max-width: 767px) {
  .cws_progress_bar_module .progress_bar_wrapper {
    margin-top: 10px; } }

/*  --------------------
	Roadmap module styles
--------------------  */
.cws_roadmap_module .roadmap_list_wrapper .roadmap_row {
  position: relative;
  margin: -2px -15px 0;
  padding: 40px 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: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:first-child:before {
  left: 15px;
  width: calc(100% - 60px); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(odd):after {
  right: 15px;
  border-radius: 0 20px 20px 0;
  border-left: 0; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(odd) .roadmap_item.before_end:before {
  width: calc(100% + 30px); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(odd) .roadmap_item.end_point:before {
  left: 0; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(even):after {
  left: 15px;
  border-radius: 20px 0 0 20px;
  border-right: 0; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(even) .roadmap_item.before_end:before {
  left: -30px;
  width: calc(100% + 30px); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:last-child:before {
  width: calc(100% - 60px); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:last-child:after {
  display: none; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.breakpoint:after, .cws_roadmap_module .roadmap_list_wrapper .roadmap_row.breakpoint:before,
.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.breakpoint ~ .roadmap_row:after,
.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.breakpoint ~ .roadmap_row:before {
  border-style: dashed;
  opacity: .6; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_date {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_date:after {
  height: 40px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_item_info {
  top: 0;
  opacity: 1; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:before {
  content: '';
  position: absolute;
  left: 45px;
  top: 40px;
  width: calc(100% - 90px);
  border-width: 0 0 2px 0;
  border-style: solid; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row:after {
  content: '';
  position: absolute;
  top: 40px;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  width: 30px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item {
  margin: 0 15px;
  position: relative; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item.end_point:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 50%;
  height: 2px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item.before_end:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:first-child .roadmap_date {
  -webkit-transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:first-child .roadmap_date:after {
  -webkit-transition: height 0.3s linear 0.2s;
  transition: height 0.3s linear 0.2s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:first-child .roadmap_item_info {
  -webkit-transition: all 0.3s linear 0.4s;
  transition: all 0.3s linear 0.4s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(2) .roadmap_date {
  -webkit-transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.1s;
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.1s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(2) .roadmap_date:after {
  -webkit-transition: height 0.3s linear 0.3s;
  transition: height 0.3s linear 0.3s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(2) .roadmap_item_info {
  -webkit-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(3) .roadmap_date {
  -webkit-transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.2s;
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.2s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(3) .roadmap_date:after {
  -webkit-transition: height 0.3s linear 0.4s;
  transition: height 0.3s linear 0.4s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(3) .roadmap_item_info {
  -webkit-transition: all 0.3s linear 0.6s;
  transition: all 0.3s linear 0.6s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(4) .roadmap_date {
  -webkit-transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s;
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.3s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(4) .roadmap_date:after {
  -webkit-transition: height 0.3s linear 0.5s;
  transition: height 0.3s linear 0.5s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(4) .roadmap_item_info {
  -webkit-transition: all 0.3s linear 0.7s;
  transition: all 0.3s linear 0.7s; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: -5px auto 40px;
  position: relative;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 100%;
  width: 2px;
  height: 0px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date span {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 500; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_item_info {
  position: relative;
  padding: 25px 35px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  top: 15px; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_item_info:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: inherit;
  border-radius: inherit; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_item_info > * {
  position: relative;
  z-index: 1; }

.cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_item_info .roadmap_desc {
  color: #fff; }

@media screen and (max-width: 991px) {
  .cws_roadmap_module .roadmap_list_wrapper {
    padding-top: 10px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 0 70px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_date:after {
    width: 85px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_item_info {
    left: 0; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row:nth-child(even) {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row:last-child:before {
    height: calc(100% - 30px); }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row:before {
    width: auto;
    height: 100%;
    border-width: 0 0 0 2px;
    left: 15px;
    top: 30px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row:after {
    display: none; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_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;
    width: calc(100% - 30px); }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:not(:last-child) {
    margin-bottom: 30px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item.end_point:before {
    width: 2px;
    height: calc(50% + 30px);
    left: -70px !important;
    bottom: 50%; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item.before_end:before {
    left: -70px !important;
    width: 2px !important;
    height: calc(100% + 30px); }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:first-child .roadmap_date:after {
    -webkit-transition: width 0.3s linear 0.2s;
    transition: width 0.3s linear 0.2s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:first-child .roadmap_item_info {
    -webkit-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(2) .roadmap_date:after {
    -webkit-transition: width 0.3s linear 0.3s;
    transition: width 0.3s linear 0.3s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(2) .roadmap_item_info {
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(3) .roadmap_date:after {
    -webkit-transition: width 0.3s linear 0.4s;
    transition: width 0.3s linear 0.4s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(3) .roadmap_item_info {
    -webkit-transition: all 0.3s linear 0.4s;
    transition: all 0.3s linear 0.4s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(4) .roadmap_date:after {
    -webkit-transition: width 0.3s linear 0.5s;
    transition: width 0.3s linear 0.5s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item:nth-child(4) .roadmap_item_info {
    -webkit-transition: all 0.3s linear 0.5s;
    transition: all 0.3s linear 0.5s; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date {
    margin: 52px 80px -40px -75px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date:after {
    height: 2px !important;
    width: 0;
    top: 5px;
    left: 12px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date span {
    left: 75px;
    top: -60px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_item_info {
    top: 0;
    left: 15px;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row {
    padding: 30px 0 0 40px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row.active .roadmap_item .roadmap_date:after {
    width: 40px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date {
    margin: 52px 0px -40px -45px; }
  .cws_roadmap_module .roadmap_list_wrapper .roadmap_row .roadmap_item .roadmap_date span {
    left: 45px; } }

/*  --------------------
	Services module styles
--------------------  */
.cws_service_module {
  display: block;
  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: 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;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.cws_service_module.icon_left {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.cws_service_module.icon_left .service_icon_wrapper {
  margin: 0 30px 0 0; }

.cws_service_module.icon_left .service_info_wrapper .service_title {
  margin: 0; }

.cws_service_module.icon_right {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cws_service_module.icon_right .service_icon_wrapper {
  margin: 0 0 0 30px; }

.cws_service_module.icon_right .service_info_wrapper .service_title {
  margin: 0; }

.cws_service_module.icon_bordered .service_icon_wrapper {
  padding: 15px; }

.cws_service_module.icon_bordered .service_icon_wrapper .svg_border {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.98);
  -ms-transform: translate(-50%, -50%) scale(0.98);
  transform: translate(-50%, -50%) scale(0.98); }

.cws_service_module.divider_bottom .service_icon_wrapper:before {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  top: calc(100% + 12px);
  width: 2px;
  height: 35px; }

.cws_service_module.divider_right .side_divider {
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease; }

.cws_service_module.divider_right .side_divider:before, .cws_service_module.divider_right .side_divider:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px; }

.cws_service_module.divider_right .side_divider:before {
  height: 100%;
  background-color: #dedede; }

.cws_service_module.divider_right .side_divider:after {
  height: 35%; }

.cws_service_module.hide_divider .side_divider {
  display: none; }

.cws_service_module.hide_divider .service_icon_wrapper:before {
  display: none; }

.cws_service_module .service_icon_wrapper {
  position: relative; }

.cws_service_module .service_icon_wrapper .icon,
.cws_service_module .service_icon_wrapper .icon i:before {
  font-size: 68px;
  line-height: 68px; }

.cws_service_module .service_info_wrapper {
  position: relative; }

.cws_service_module .service_info_wrapper .service_title {
  margin: 18px 0 0;
  font-weight: 500;
  line-height: 1.5;
  font-size: 18px; }

.cws_service_module .service_info_wrapper .service_description {
  margin: 14px 0 0;
  font-size: 16px; }

/*  --------------------
	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.scale_on_hover:before {
    content: '';
    width: 100%;
    height: 98%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: height 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.15s linear;
    transition: height 0.25s ease-in-out, background-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.15s linear;
    background-color: inherit; }
  .cws_service_module.scale_on_hover:hover:before {
    height: calc(100% + 19px);
    -webkit-transform: translateY(-50%) scale(1.011);
    -ms-transform: translateY(-50%) scale(1.011);
    transform: translateY(-50%) scale(1.011); }
  .cws_service_module.scale_on_hover:hover .side_divider {
    opacity: 0; } }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws_service_module.landscape_hide_divider .side_divider {
    display: none; }
  .cws_service_module.landscape_hide_divider .service_icon_wrapper:before {
    display: none; }
  .cws_service_module.landscape_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_service_module.landscape_icon_left .service_icon_wrapper {
    margin: 0 30px 0 0; }
  .cws_service_module.landscape_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_service_module.landscape_icon_top .service_icon_wrapper {
    margin: 0; }
  .cws_service_module.landscape_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_service_module.landscape_icon_right .service_icon_wrapper {
    margin: 0 0 0 30px; } }

@media screen and (max-width: 991px) {
  .cws_service_module.portrait_hide_divider .side_divider {
    display: none; }
  .cws_service_module.portrait_hide_divider .service_icon_wrapper:before {
    display: none; }
  .cws_service_module.portrait_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_service_module.portrait_icon_left .service_icon_wrapper {
    margin: 0 30px 0 0; }
  .cws_service_module.portrait_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_service_module.portrait_icon_top .service_icon_wrapper {
    margin: 0; }
  .cws_service_module.portrait_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_service_module.portrait_icon_right .service_icon_wrapper {
    margin: 0 0 0 30px; } }

@media screen and (max-width: 767px) {
  .cws_service_module.mobile_hide_divider .side_divider {
    display: none; }
  .cws_service_module.mobile_hide_divider .service_icon_wrapper:before {
    display: none; }
  .cws_service_module.mobile_icon_left {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_service_module.mobile_icon_left .service_icon_wrapper {
    margin: 0 30px 0 0; }
  .cws_service_module.mobile_icon_top {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_service_module.mobile_icon_top .service_icon_wrapper {
    margin: 0; }
  .cws_service_module.mobile_icon_right {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  .cws_service_module.mobile_icon_right .service_icon_wrapper {
    margin: 0 0 0 30px; } }

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

.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.size-1x .cws_social_link {
  height: 35px;
  width: 35px;
  line-height: 34px; }

.cws_social_links.size-lg .cws_social_link {
  height: 45px;
  width: 45px;
  line-height: 45px; }

.cws_social_links.size-lg .cws_social_link:before {
  font-size: 1.33em; }

.cws_social_links.size-2x .cws_social_link {
  height: 60px;
  width: 60px;
  line-height: 60px; }

.cws_social_links.size-2x .cws_social_link:before {
  font-size: 2em; }

.cws_social_links.size-3x .cws_social_link {
  height: 80px;
  width: 80px;
  line-height: 80px; }

.cws_social_links.size-3x .cws_social_link:before {
  font-size: 3em; }

.cws_social_links.shape-squared, .cws_social_links.shape-round {
  margin: 0 -5px; }

.cws_social_links.shape-none {
  margin: 0 -10px; }

.cws_social_links .cws_social_link {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 5px 5px 5px;
  overflow: hidden; }

.cws_social_links .cws_social_link:before {
  position: relative;
  z-index: 1; }

.cws_social_links .cws_social_link:after {
  content: '';
  left: -100%;
  top: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.79); }

.cws_social_links .cws_social_link.none {
  width: auto;
  height: auto;
  margin: 0 10px; }

.cws_social_links .cws_social_link.none:after {
  display: none; }

.cws_social_links .cws_social_link.squared {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15); }

.cws_social_links .cws_social_link.squared:after {
  left: -140%;
  top: 140%;
  width: 180%;
  height: 180%; }

.cws_social_links .cws_social_link.round {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.15); }

.cws_social_links .cws_social_link .social_icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.cws_social_links .cws_social_link .social_icon:before {
  font-size: 1.33em; }

/*  --------------------
	Social icons module & 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_social_links .cws_social_link:hover:after {
    top: 0;
    left: 0; }
  .cws_social_links .cws_social_link.squared:hover:after {
    left: -40%;
    top: -40%; } }

@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
--------------------  */
/* -----> Simple type <----- */
.staff_module_wrapper.style_simple.view_list .staff_item_wrapper {
  margin-top: 50px; }

.staff_module_wrapper.style_simple.view_list .staff_item_wrapper:first-child {
  margin-top: 0; }

.staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  text-align: left; }

.staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .post_media {
  width: 47.5%;
  max-width: 270px;
  -webkit-flex-shrink: 2;
  -moz-flex-shrink: 2;
  -ms-flex-shrink: 2;
  flex-shrink: 2; }

.staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
  width: 52.5%;
  min-width: 220px;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2; }

.staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_social_links {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start; }

.staff_module_wrapper.style_simple.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.style_simple.view_grid .cws_vc_shortcode_grid .staff_item_wrapper {
  margin-top: 60px; }

.staff_module_wrapper.style_simple.view_grid .cws_vc_shortcode_grid .staff_item_wrapper .post_media {
  width: 100%;
  max-width: 100%; }

.staff_module_wrapper.style_simple.view_grid.columns_1 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 100%; }

.staff_module_wrapper.style_simple.view_grid.columns_1 .cws_vc_shortcode_grid .staff_item_wrapper:first-child {
  margin-top: 0; }

.staff_module_wrapper.style_simple.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 50%; }

.staff_module_wrapper.style_simple.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.style_simple.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2) {
  margin-top: 0; }

.staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 33%; }

.staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2), .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(3) {
  margin-top: 0; }

.staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper .cws_staff_post_info {
  padding: 20px 15px 0; }

.staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 25%; }

.staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:first-child, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(2), .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(3), .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper:nth-child(4) {
  margin-top: 0; }

.staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper .cws_staff_post_info {
  padding: 20px 15px 0; }

.staff_module_wrapper.style_simple.view_carousel .slick-list {
  padding: 15px 0; }

.staff_module_wrapper.style_simple.view_carousel .slick-list .slick-slide {
  margin: 0; }

.staff_module_wrapper.style_simple .cws_vc_shortcode_grid {
  margin: 0 -15px; }

.staff_module_wrapper.style_simple .staff_item_wrapper {
  text-align: center;
  padding: 0 15px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .post_media {
  font-size: 0px;
  line-height: 0px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
  padding: 22px 30px 0; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_title {
  margin: 0 0 13px;
  font-size: 30px;
  font-weight: 500; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info > * {
  margin-bottom: 5px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info > *:last-child {
  margin-bottom: 20px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .label {
  font-weight: 500; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .biography p {
  display: inline; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content {
  margin-top: 13px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content li {
  line-height: 27px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_social_links {
  margin-top: 13px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_social_links:not(:last-child) {
  margin-bottom: -5px; }

.staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_custom_button {
  margin-top: 24px; }

/* -----> Advanced type <----- */
.staff_module_wrapper.style_advanced .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: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  padding: 10px 0; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper {
  width: 25%; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner {
  height: 100%;
  min-height: 900px;
  top: 0;
  position: relative;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-transition: background 0.3s ease-out, top 0.2s linear, border-radius 0.3s ease-out;
  transition: background 0.3s ease-out, top 0.2s linear, border-radius 0.3s ease-out; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active {
  top: -10px;
  background-position: 50% -20%;
  background-size: auto 80%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active .cws_staff_post_info {
  opacity: 1;
  top: calc(53% + 20px);
  pointer-events: auto; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active .advanced_info {
  top: 45%;
  opacity: 0;
  pointer-events: none; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active:before {
  opacity: 0;
  pointer-events: none; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner > * {
  z-index: 1; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .advanced_info {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.15s linear, top 0.3s ease-out;
  transition: opacity 0.15s linear, top 0.3s ease-out;
  color: #fff; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .advanced_info a {
  color: #fff; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
  position: relative;
  text-align: center;
  background-color: #fff;
  height: 47%;
  top: 100%;
  padding: 45px 45px 65px;
  opacity: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  pointer-events: none;
  -webkit-transition: top 0.3s ease-out, opacity 0.15s linear;
  transition: top 0.3s ease-out, opacity 0.15s linear; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info > * {
  margin-bottom: 5px; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content {
  margin-top: 25px; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_social_links {
  margin-top: 15px;
  margin-bottom: -25px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_custom_button {
  margin-top: 35px; }

.staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .item_title {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 5px; }

/*  --------------------
	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.style_simple:not(.disable_hover) .staff_item_wrapper .staff_item_inner:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15); }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:hover {
    top: -10px;
    background-position: 50% -20%;
    background-size: auto 80%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:hover .cws_staff_post_info {
    opacity: 1;
    top: calc(53% + 20px);
    pointer-events: auto; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:hover .advanced_info {
    top: 45%;
    opacity: 0;
    pointer-events: none; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:hover:before {
    opacity: 0;
    pointer-events: none; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; } }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_staff_post_info, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_staff_post_info {
    font-size: 16px;
    padding: 15px 0 0; }
  .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_staff_post_info .item_title, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_staff_post_info .item_title {
    font-size: 26px; }
  .staff_module_wrapper.style_simple.view_list .cws_staff_post_info {
    padding: 15px 0 0 30px; }
  /* -----> Advanced type <----- */
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 50%; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner {
    min-height: 700px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active .cws_staff_post_info {
    top: calc(44% + 20px); }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
    height: 56%;
    padding: 35px 35px 65px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_custom_button {
    margin-top: 30px; } }

@media screen and (max-width: 991px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_staff_post_info .item_title, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_staff_post_info .item_title {
    font-size: 24px; }
  /* -----> Advanced type <----- */
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
    padding: 30px 25px 65px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .item_content {
    margin-top: 15px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_custom_button {
    margin-top: 25px; } }

@media screen and (max-width: 767px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 50%; }
  .staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
  .staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .post_media {
    width: 100%;
    max-width: 345px; }
  .staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
    width: 100%; }
  .staff_module_wrapper.style_simple.view_list .staff_item_wrapper .staff_item_inner .cws_staff_post_info .cws_social_links {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; }
  .staff_module_wrapper.style_simple .staff_item_wrapper .staff_item_inner .post_media {
    width: 100%;
    max-width: 345px; }
  .staff_module_wrapper.style_simple .staff_item_wrapper .cws_staff_post_info {
    font-size: 16px;
    padding: 15px 0 0 !important; }
  .staff_module_wrapper.style_simple .staff_item_wrapper .cws_staff_post_info .item_title {
    font-size: 26px; }
  /* -----> Advanced type <----- */
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 50%; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner {
    min-height: 650px; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner.active .cws_staff_post_info {
    top: calc(35% + 20px); }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner .cws_staff_post_info {
    height: 65%;
    padding: 35px 15px 65px; } }

@media screen and (max-width: 479px) {
  /* -----> Simple type <----- */
  .staff_module_wrapper.style_simple.view_grid.columns_2 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.style_simple.view_grid.columns_3 .cws_vc_shortcode_grid .staff_item_wrapper, .staff_module_wrapper.style_simple.view_grid.columns_4 .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 100%; }
  /* -----> Advanced type <----- */
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper {
    width: 100%; }
  .staff_module_wrapper.style_advanced .cws_vc_shortcode_grid .staff_item_wrapper .staff_item_inner {
    min-height: 600px; } }

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

.cws_staff_single .main_staff_info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.cws_staff_single .main_staff_info .socials_wrapper {
  margin: 50px 0;
  padding: 20px 15px; }

.cws_staff_single .main_staff_info .socials_wrapper .cws_social_links {
  -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: 430px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.cws_staff_single .main_staff_info .post_media img {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.cws_staff_single .main_staff_info .information_wrapper {
  margin: 50px 0;
  padding: 20px 70px; }

.cws_staff_single .main_staff_info .information_wrapper .item_title {
  font-weight: 500;
  margin-bottom: 25px; }

.cws_staff_single .main_staff_info .information_wrapper > * {
  margin-bottom: 10px; }

.cws_staff_single .main_staff_info .information_wrapper .label {
  font-weight: 500; }

.cws_staff_single > * {
  margin-top: 35px; }

.cws_staff_single h5 {
  font-weight: 500; }

/*  --------------------
	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 .cws_social_links a i {
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
  .cws_staff_single .cws_social_links a i:hover {
    color: #fff; } }

@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: 300px; }
  .cws_staff_single .main_staff_info .information_wrapper {
    padding: 20px 35px; }
  .cws_staff_single .main_staff_info .information_wrapper .item_title {
    font-size: 28px;
    margin-bottom: 15px; }
  .cws_staff_single .main_staff_info .information_wrapper > * {
    margin-bottom: 5px; } }

@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:before {
    left: 15px;
    top: 0;
    width: calc(100% - 30px);
    height: 100%; }
  .cws_staff_single .main_staff_info .socials_wrapper {
    margin: 0 15px;
    padding: 12px 0 0; }
  .cws_staff_single .main_staff_info .socials_wrapper .cws_social_links {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .cws_staff_single .main_staff_info .post_media {
    max-width: 100%; }
  .cws_staff_single .main_staff_info .information_wrapper {
    padding: 15px 25px;
    margin: 0 25px;
    width: calc(100% - 30px); }
  .cws_staff_single .biography,
  .cws_staff_single .personal_info {
    padding: 0 30px; } }

/*  --------------------
	Tabs module styles
--------------------  */
.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease; }

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:before {
  display: none; }

.vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  padding: 20px 50px;
  font-weight: 500;
  font-size: 22px; }

.vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 40px 50px; }

/*  --------------------
	Tabs module media styles
--------------------  */
@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.vc_active .vc_tta-panel-heading a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 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 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .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.style_1 .slick-slider .cws_testimonial_item {
  padding: 15px 0 20px; }

.cws_testimonial_module.style_1:not([class*='align']) {
  text-align: left; }

.cws_testimonial_module.style_1:not([class*='align']) .cws_testimonial_item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.cws_testimonial_module.style_1:not([class*='align']) .cws_testimonial_item .testimonial_info_wrapper {
  margin-left: -63px;
  padding: 30px 40px 30px 85px; }

.cws_testimonial_module.style_1.align_left {
  text-align: left; }

.cws_testimonial_module.style_1.align_left .cws_testimonial_item {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.cws_testimonial_module.style_1.align_left .cws_testimonial_item .testimonial_info_wrapper {
  margin-left: -63px;
  padding: 30px 40px 30px 85px; }

.cws_testimonial_module.style_1.align_center {
  text-align: center; }

.cws_testimonial_module.style_1.align_center .testimonial_info_wrapper {
  margin-top: -63px;
  padding: 70px 40px 30px; }

.cws_testimonial_module.style_1.align_right {
  text-align: right; }

.cws_testimonial_module.style_1.align_right .cws_testimonial_item {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.cws_testimonial_module.style_1.align_right .cws_testimonial_item .testimonial_info_wrapper {
  margin-right: -63px;
  padding: 30px 85px 30px 40px; }

.cws_testimonial_module.style_1.columns_2 .cws_testimonial_list, .cws_testimonial_module.style_1.columns_3 .cws_testimonial_list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.cws_testimonial_module.style_1.columns_2 .cws_testimonial_list .cws_testimonial_item, .cws_testimonial_module.style_1.columns_3 .cws_testimonial_list .cws_testimonial_item {
  margin: 0 15px; }

.cws_testimonial_module.style_1.columns_2 .cws_testimonial_item {
  width: calc(50% - 30px); }

.cws_testimonial_module.style_1.columns_3 .cws_testimonial_item {
  width: calc(33% - 30px); }

.cws_testimonial_module.style_1 .testimonial_img_wrapper {
  border: 8px solid #fff; }

.cws_testimonial_module.style_1 .testimonial_img_wrapper img {
  max-width: 110px; }

.cws_testimonial_module.style_1 .testimonial_info_wrapper .testimonial_divider {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-bottom: 3px; }

.cws_testimonial_module.style_1 .testimonial_info_wrapper .testimonial_divider:before {
  content: '';
  width: 35px;
  height: 2px;
  display: inline-block;
  background-color: #000; }

.cws_testimonial_module.style_1 .testimonial_info_wrapper .testimonial_author_pos {
  font-size: 14px; }

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

.cws_testimonial_module.style_2 .slick-slider .cws_testimonial_item {
  padding: 15px 0 0; }

.cws_testimonial_module.style_2 .testimonial_img_wrapper {
  border: 13px solid #fff; }

.cws_testimonial_module.style_2 .testimonial_img_wrapper img {
  max-width: 280px; }

.cws_testimonial_module.style_2 .testimonial_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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_testimonial_module.style_2 .testimonial_info_wrapper .testimonial_quote {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-top: 25px; }

.cws_testimonial_module.style_2 .testimonial_info_wrapper .testimonial_author_name {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  font-size: 25px;
  margin-top: 42px; }

.cws_testimonial_module.style_2 .testimonial_info_wrapper .testimonial_author_pos {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  font-size: 20px;
  margin-top: 11px; }

.cws_testimonial_module .cws_testimonial_list .cws_testimonial_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: normal;
  -moz-justify-content: normal;
  -ms-justify-content: normal;
  justify-content: normal;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cws_testimonial_module .cws_testimonial_list .cws_testimonial_item .testimonial_img_wrapper {
  position: relative;
  z-index: 1;
  display: inline-block;
  line-height: 0px;
  font-size: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.cws_testimonial_module .cws_testimonial_list .cws_testimonial_item .testimonial_img_wrapper img {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.cws_testimonial_module .cws_testimonial_list .cws_testimonial_item .testimonial_info_wrapper {
  position: relative; }

.cws_testimonial_module .cws_testimonial_list .cws_testimonial_item .testimonial_info_wrapper .testimonial_author_name,
.cws_testimonial_module .cws_testimonial_list .cws_testimonial_item .testimonial_info_wrapper .testimonial_author_pos {
  font-weight: 500; }

/*  --------------------
	Testimonials media styles
--------------------  */
@media screen and (max-width: 991px) {
  .cws_testimonial_module.style_1.columns_3 .cws_testimonial_item {
    width: calc(50% - 30px); } }

@media screen and (max-width: 767px) {
  .cws_testimonial_module.style_1.align_left, .cws_testimonial_module.style_1.align_right {
    text-align: center; }
  .cws_testimonial_module.style_1.align_left .cws_testimonial_item, .cws_testimonial_module.style_1.align_right .cws_testimonial_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cws_testimonial_module.style_1.align_left .cws_testimonial_item .testimonial_info_wrapper, .cws_testimonial_module.style_1.align_right .cws_testimonial_item .testimonial_info_wrapper {
    margin-top: -63px;
    margin-left: 0;
    margin-right: 0;
    padding: 70px 40px 30px; }
  .cws_testimonial_module.style_1.columns_2 .cws_testimonial_list, .cws_testimonial_module.style_1.columns_3 .cws_testimonial_list {
    margin: 0; }
  .cws_testimonial_module.style_1.columns_2 .cws_testimonial_list .cws_testimonial_item, .cws_testimonial_module.style_1.columns_3 .cws_testimonial_list .cws_testimonial_item {
    margin: 0;
    width: 100%; } }

/*  --------------------
	Text module styles
--------------------  */
.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: 22px;
  margin: 0; }

.cws_textmodule .cws_textmodule_title {
  font-size: 50px;
  font-weight: 500;
  margin: 15px 0 0; }

.cws_textmodule .cws_textmodule_divider {
  display: inline-block;
  font-size: 0px;
  line-height: 0px;
  margin: 17px 0 25px; }

.cws_textmodule .cws_textmodule_divider:before {
  content: '';
  display: inline-block;
  height: 2px;
  width: 35px;
  background-color: inherit; }

/*  --------------------
	Twitter module styles
--------------------  */
.cws_twitter_module:not(.cws_carousel_wrapper) .cws_tweet:not(:first-child) {
  margin-top: 20px; }

.cws_twitter_module .cws_tweet {
  position: relative;
  padding-left: 60px; }

.cws_twitter_module .cws_tweet:before {
  content: '';
  left: 0;
  top: 5px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute; }

.cws_twitter_module .cws_tweet:after {
  content: '\f099';
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 12px;
  font-size: 24px;
  color: #fff; }

.cws_twitter_module .cws_tweet .text a {
  word-break: break-all; }

.cws_twitter_module .cws_tweet .date {
  font-size: 16px;
  color: #c2c2c2; }

/*  --------------------
    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.cws_light .vc_pie_chart_value,
.vc_pie_chart.cws_light .wpb_pie_chart_heading {
  color: #fff; }

/*  ====================
	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; }

aside .cws-widget.widget-monster ul, aside .cws-widget.widget-woocommerce_layered_nav ul, aside .cws-widget.widget-woocommerce_rating_filter ul, aside .cws-widget.widget-woocommerce_product_categories ul, aside .cws-widget.widget-archives ul, aside .cws-widget.widget-categories ul, aside .cws-widget.widget-cws-categories ul, aside .cws-widget.widget-meta ul, aside .cws-widget.widget-nav_menu ul, aside .cws-widget.widget-pages ul {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 20px; }

aside .cws-widget.widget-monster ul > li, aside .cws-widget.widget-woocommerce_layered_nav ul > li, aside .cws-widget.widget-woocommerce_rating_filter ul > li, aside .cws-widget.widget-woocommerce_product_categories ul > li, aside .cws-widget.widget-archives ul > li, aside .cws-widget.widget-categories ul > li, aside .cws-widget.widget-cws-categories ul > li, aside .cws-widget.widget-meta ul > li, aside .cws-widget.widget-nav_menu ul > li, aside .cws-widget.widget-pages ul > li {
  border-bottom: 1px solid #bad2f6; }

.cws-widget {
  overflow: hidden;
  /*Start of Brackets fix*/
  /*End of Brackets fix*/ }

.cws-widget:not(:last-child) {
  margin-bottom: 65px; }

.cws-widget .widget-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.cws-widget .widget-title .inherit-wt {
  position: relative;
  padding-left: 25px; }

.cws-widget .widget-title .inherit-wt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 13px;
  width: 13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.1); }

.cws-widget.widget-monster ul, .cws-widget.widget-woocommerce_layered_nav ul, .cws-widget.widget-woocommerce_rating_filter ul, .cws-widget.widget-woocommerce_product_categories ul, .cws-widget.widget-archives ul, .cws-widget.widget-categories ul, .cws-widget.widget-cws-categories ul, .cws-widget.widget-meta ul, .cws-widget.widget-nav_menu ul, .cws-widget.widget-pages ul {
  overflow: hidden; }

.cws-widget.widget-monster ul > li, .cws-widget.widget-woocommerce_layered_nav ul > li, .cws-widget.widget-woocommerce_rating_filter ul > li, .cws-widget.widget-woocommerce_product_categories ul > li, .cws-widget.widget-archives ul > li, .cws-widget.widget-categories ul > li, .cws-widget.widget-cws-categories ul > li, .cws-widget.widget-meta ul > li, .cws-widget.widget-nav_menu ul > li, .cws-widget.widget-pages ul > li {
  position: relative;
  border-bottom: 1px solid #EDEDED; }

.cws-widget.widget-monster ul > li:last-child, .cws-widget.widget-woocommerce_layered_nav ul > li:last-child, .cws-widget.widget-woocommerce_rating_filter ul > li:last-child, .cws-widget.widget-woocommerce_product_categories ul > li:last-child, .cws-widget.widget-archives ul > li:last-child, .cws-widget.widget-categories ul > li:last-child, .cws-widget.widget-cws-categories ul > li:last-child, .cws-widget.widget-meta ul > li:last-child, .cws-widget.widget-nav_menu ul > li:last-child, .cws-widget.widget-pages ul > li:last-child {
  border-bottom: 0; }

.cws-widget.widget-monster ul > li > a, .cws-widget.widget-woocommerce_layered_nav ul > li > a, .cws-widget.widget-woocommerce_rating_filter ul > li > a, .cws-widget.widget-woocommerce_product_categories ul > li > a, .cws-widget.widget-archives ul > li > a, .cws-widget.widget-categories ul > li > a, .cws-widget.widget-cws-categories ul > li > a, .cws-widget.widget-meta ul > li > a, .cws-widget.widget-nav_menu ul > li > a, .cws-widget.widget-pages ul > li > a {
  display: block;
  padding: 10px 55px 10px 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  border-width: 0;
  border-style: solid; }

.cws-widget.widget-monster ul > li .post_count,
.cws-widget.widget-monster ul > li .count, .cws-widget.widget-woocommerce_layered_nav ul > li .post_count,
.cws-widget.widget-woocommerce_layered_nav ul > li .count, .cws-widget.widget-woocommerce_rating_filter ul > li .post_count,
.cws-widget.widget-woocommerce_rating_filter ul > li .count, .cws-widget.widget-woocommerce_product_categories ul > li .post_count,
.cws-widget.widget-woocommerce_product_categories ul > li .count, .cws-widget.widget-archives ul > li .post_count,
.cws-widget.widget-archives ul > li .count, .cws-widget.widget-categories ul > li .post_count,
.cws-widget.widget-categories ul > li .count, .cws-widget.widget-cws-categories ul > li .post_count,
.cws-widget.widget-cws-categories ul > li .count, .cws-widget.widget-meta ul > li .post_count,
.cws-widget.widget-meta ul > li .count, .cws-widget.widget-nav_menu ul > li .post_count,
.cws-widget.widget-nav_menu ul > li .count, .cws-widget.widget-pages ul > li .post_count,
.cws-widget.widget-pages ul > li .count {
  position: absolute;
  pointer-events: none;
  margin-left: 10px;
  font-size: 14px;
  line-height: 26px; }

.cws-widget.widget-monster ul > li .post_count:before,
.cws-widget.widget-monster ul > li .count:before, .cws-widget.widget-woocommerce_layered_nav ul > li .post_count:before,
.cws-widget.widget-woocommerce_layered_nav ul > li .count:before, .cws-widget.widget-woocommerce_rating_filter ul > li .post_count:before,
.cws-widget.widget-woocommerce_rating_filter ul > li .count:before, .cws-widget.widget-woocommerce_product_categories ul > li .post_count:before,
.cws-widget.widget-woocommerce_product_categories ul > li .count:before, .cws-widget.widget-archives ul > li .post_count:before,
.cws-widget.widget-archives ul > li .count:before, .cws-widget.widget-categories ul > li .post_count:before,
.cws-widget.widget-categories ul > li .count:before, .cws-widget.widget-cws-categories ul > li .post_count:before,
.cws-widget.widget-cws-categories ul > li .count:before, .cws-widget.widget-meta ul > li .post_count:before,
.cws-widget.widget-meta ul > li .count:before, .cws-widget.widget-nav_menu ul > li .post_count:before,
.cws-widget.widget-nav_menu ul > li .count:before, .cws-widget.widget-pages ul > li .post_count:before,
.cws-widget.widget-pages ul > li .count:before {
  content: '('; }

.cws-widget.widget-monster ul > li .post_count:after,
.cws-widget.widget-monster ul > li .count:after, .cws-widget.widget-woocommerce_layered_nav ul > li .post_count:after,
.cws-widget.widget-woocommerce_layered_nav ul > li .count:after, .cws-widget.widget-woocommerce_rating_filter ul > li .post_count:after,
.cws-widget.widget-woocommerce_rating_filter ul > li .count:after, .cws-widget.widget-woocommerce_product_categories ul > li .post_count:after,
.cws-widget.widget-woocommerce_product_categories ul > li .count:after, .cws-widget.widget-archives ul > li .post_count:after,
.cws-widget.widget-archives ul > li .count:after, .cws-widget.widget-categories ul > li .post_count:after,
.cws-widget.widget-categories ul > li .count:after, .cws-widget.widget-cws-categories ul > li .post_count:after,
.cws-widget.widget-cws-categories ul > li .count:after, .cws-widget.widget-meta ul > li .post_count:after,
.cws-widget.widget-meta ul > li .count:after, .cws-widget.widget-nav_menu ul > li .post_count:after,
.cws-widget.widget-nav_menu ul > li .count:after, .cws-widget.widget-pages ul > li .post_count:after,
.cws-widget.widget-pages ul > li .count:after {
  content: ')'; }

.cws-widget.widget-monster ul > li ul, .cws-widget.widget-woocommerce_layered_nav ul > li ul, .cws-widget.widget-woocommerce_rating_filter ul > li ul, .cws-widget.widget-woocommerce_product_categories ul > li ul, .cws-widget.widget-archives ul > li ul, .cws-widget.widget-categories ul > li ul, .cws-widget.widget-cws-categories ul > li ul, .cws-widget.widget-meta ul > li ul, .cws-widget.widget-nav_menu ul > li ul, .cws-widget.widget-pages ul > li ul {
  padding-left: 25px; }

.cws-widget.widget-monster ul > li ul li.active > a, .cws-widget.widget-woocommerce_layered_nav ul > li ul li.active > a, .cws-widget.widget-woocommerce_rating_filter ul > li ul li.active > a, .cws-widget.widget-woocommerce_product_categories ul > li ul li.active > a, .cws-widget.widget-archives ul > li ul li.active > a, .cws-widget.widget-categories ul > li ul li.active > a, .cws-widget.widget-cws-categories ul > li ul li.active > a, .cws-widget.widget-meta ul > li ul li.active > a, .cws-widget.widget-nav_menu ul > li ul li.active > a, .cws-widget.widget-pages ul > li ul li.active > a {
  border: 0;
  padding: 10px 0; }

.cws-widget.widget-monster ul > li ul li a, .cws-widget.widget-woocommerce_layered_nav ul > li ul li a, .cws-widget.widget-woocommerce_rating_filter ul > li ul li a, .cws-widget.widget-woocommerce_product_categories ul > li ul li a, .cws-widget.widget-archives ul > li ul li a, .cws-widget.widget-categories ul > li ul li a, .cws-widget.widget-cws-categories ul > li ul li a, .cws-widget.widget-meta ul > li ul li a, .cws-widget.widget-nav_menu ul > li ul li a, .cws-widget.widget-pages ul > li ul li a {
  padding: 10px 0; }

.cws-widget.widget-monster ul > li ul li:only-child, .cws-widget.widget-woocommerce_layered_nav ul > li ul li:only-child, .cws-widget.widget-woocommerce_rating_filter ul > li ul li:only-child, .cws-widget.widget-woocommerce_product_categories ul > li ul li:only-child, .cws-widget.widget-archives ul > li ul li:only-child, .cws-widget.widget-categories ul > li ul li:only-child, .cws-widget.widget-cws-categories ul > li ul li:only-child, .cws-widget.widget-meta ul > li ul li:only-child, .cws-widget.widget-nav_menu ul > li ul li:only-child, .cws-widget.widget-pages ul > li ul li:only-child {
  border: 0; }

.cws-widget.widget-monster ul > li .widget_archive_opener, .cws-widget.widget-woocommerce_layered_nav ul > li .widget_archive_opener, .cws-widget.widget-woocommerce_rating_filter ul > li .widget_archive_opener, .cws-widget.widget-woocommerce_product_categories ul > li .widget_archive_opener, .cws-widget.widget-archives ul > li .widget_archive_opener, .cws-widget.widget-categories ul > li .widget_archive_opener, .cws-widget.widget-cws-categories ul > li .widget_archive_opener, .cws-widget.widget-meta ul > li .widget_archive_opener, .cws-widget.widget-nav_menu ul > li .widget_archive_opener, .cws-widget.widget-pages ul > li .widget_archive_opener {
  position: absolute;
  top: 0;
  width: 100%;
  height: 45px;
  right: 0px;
  cursor: pointer; }

.cws-widget.widget-monster ul > li .widget_archive_opener:before, .cws-widget.widget-woocommerce_layered_nav ul > li .widget_archive_opener:before, .cws-widget.widget-woocommerce_rating_filter ul > li .widget_archive_opener:before, .cws-widget.widget-woocommerce_product_categories ul > li .widget_archive_opener:before, .cws-widget.widget-archives ul > li .widget_archive_opener:before, .cws-widget.widget-categories ul > li .widget_archive_opener:before, .cws-widget.widget-cws-categories ul > li .widget_archive_opener:before, .cws-widget.widget-meta ul > li .widget_archive_opener:before, .cws-widget.widget-nav_menu ul > li .widget_archive_opener:before, .cws-widget.widget-pages ul > li .widget_archive_opener:before {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }

.cws-widget.widget-monster ul > li.active > a, .cws-widget.widget-woocommerce_layered_nav ul > li.active > a, .cws-widget.widget-woocommerce_rating_filter ul > li.active > a, .cws-widget.widget-woocommerce_product_categories ul > li.active > a, .cws-widget.widget-archives ul > li.active > a, .cws-widget.widget-categories ul > li.active > a, .cws-widget.widget-cws-categories ul > li.active > a, .cws-widget.widget-meta ul > li.active > a, .cws-widget.widget-nav_menu ul > li.active > a, .cws-widget.widget-pages ul > li.active > a {
  border-width: 0 0 0 3px;
  padding: 10px 40px 10px 15px; }

.cws-widget.widget-monster ul > li.active > .widget_archive_opener:before, .cws-widget.widget-woocommerce_layered_nav ul > li.active > .widget_archive_opener:before, .cws-widget.widget-woocommerce_rating_filter ul > li.active > .widget_archive_opener:before, .cws-widget.widget-woocommerce_product_categories ul > li.active > .widget_archive_opener:before, .cws-widget.widget-archives ul > li.active > .widget_archive_opener:before, .cws-widget.widget-categories ul > li.active > .widget_archive_opener:before, .cws-widget.widget-cws-categories ul > li.active > .widget_archive_opener:before, .cws-widget.widget-meta ul > li.active > .widget_archive_opener:before, .cws-widget.widget-nav_menu ul > li.active > .widget_archive_opener:before, .cws-widget.widget-pages ul > li.active > .widget_archive_opener:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.cws-widget.widget-woocommerce_product_categories .count:after {
  content: ')'; }

.cws-widget.widget-categories .post_count:before, .cws-widget.widget-archives .post_count:before {
  content: '('; }

.cws-widget.widget-categories .post_count:after, .cws-widget.widget-archives .post_count:after {
  content: ')'; }

.cws-widget .wpcf7-form {
  margin-top: 20px; }

.cws-widget ul li a {
  font-size: 16px; }

/*  -------------------
	Common Widgets media styles
-------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget-woocommerce_layered_nav ul > li ul li:hover a, .cws-widget.widget-woocommerce_rating_filter ul > li ul li:hover a, .cws-widget.widget-woocommerce_product_categories ul > li ul li:hover a, .cws-widget.widget-archives ul > li ul li:hover a, .cws-widget.widget-categories ul > li ul li:hover a, .cws-widget.widget-cws-categories ul > li ul li:hover a, .cws-widget.widget-meta ul > li ul li:hover a, .cws-widget.widget-nav_menu ul > li ul li:hover a, .cws-widget.widget-pages ul > li ul li:hover a {
    padding: 10px 0;
    border-width: 0; }
  .cws-widget.widget-woocommerce_layered_nav ul > li:hover > a, .cws-widget.widget-woocommerce_rating_filter ul > li:hover > a, .cws-widget.widget-woocommerce_product_categories ul > li:hover > a, .cws-widget.widget-archives ul > li:hover > a, .cws-widget.widget-categories ul > li:hover > a, .cws-widget.widget-cws-categories ul > li:hover > a, .cws-widget.widget-meta ul > li:hover > a, .cws-widget.widget-nav_menu ul > li:hover > a, .cws-widget.widget-pages ul > li:hover > a {
    border-width: 0 0 0 3px;
    padding: 10px 40px 10px 15px; } }

@media (max-width: 767px) {
  .cws-widget.widget-monster > ul, .cws-widget.widget-woocommerce_layered_nav > ul, .cws-widget.widget-woocommerce_rating_filter > ul, .cws-widget.widget-woocommerce_product_categories > ul, .cws-widget.widget-archives > ul, .cws-widget.widget-categories > ul, .cws-widget.widget-cws-categories > ul, .cws-widget.widget-meta > ul, .cws-widget.widget-nav_menu > ul, .cws-widget.widget-pages > ul {
    margin-top: -15px; } }

.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;
    right: -40px; }
  .sidebar-tablet-trigger.trigger_sb_right {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    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; }
  .sidebar-tablet-trigger.trigger_sb_left {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    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; }
  .sidebar-tablet-trigger:before {
    content: '\f142';
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 21px;
    font-size: 21px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; } }

@media screen and (max-width: 767px) {
  .sidebar-tablet-trigger {
    display: none; } }

/*  --------------------
	Filter by price
--------------------  */
.price_slider_wrapper {
  border-radius: 10px 0; }

.price_slider_wrapper .price_slider {
  height: 4px;
  position: relative;
  background-color: #eaeaea;
  width: calc(100% - 14px);
  margin-left: 7px; }

.price_slider_wrapper .price_slider .ui-slider-range {
  height: 100%;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.price_slider_wrapper .price_slider .ui-slider-handle {
  width: 0px;
  height: 3px;
  position: absolute;
  -webkit-transition: all 0s;
  transition: all 0s; }

.price_slider_wrapper .price_slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  bottom: 50%;
  z-index: 2;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -7px; }

.price_slider_wrapper .price_slider .ui-slider-handle .price_label {
  color: #333e4f;
  margin-top: 6px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.price_slider_wrapper .price_slider .ui-slider-handle .price_label sup {
  font-size: 0.7em; }

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

.price_slider_wrapper .price_slider_amount .button {
  padding: 5px 15px; }

.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300; }

.price_slider_wrapper .price_slider_amount .clear {
  display: none; }

/*  --------------------
	Active products filter Widget
--------------------  */
.widget-woocommerce_layered_nav_filters ul li {
  position: relative;
  padding-left: 27px; }

.widget-woocommerce_layered_nav_filters ul li:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.widget-woocommerce_layered_nav_filters ul li:not(:last-child) {
  margin-bottom: 15px; }

/*  --------------------
	Product categories Widget
--------------------  */
.cws-widget.widget-woocommerce_product_categories ul li > .count {
  right: 25px; }

.cws-widget.widget-woocommerce_product_categories ul li .widget_archive_opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 57px;
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: pointer; }

.cws-widget.widget-woocommerce_product_categories ul li .widget_archive_opener:before {
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }

.cws-widget.widget-woocommerce_product_categories ul li > a {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 15px 55px 15px 0; }

.cws-widget.widget-woocommerce_product_categories ul li.active > a {
  border-width: 0 0 0 3px;
  padding: 15px 60px 15px 15px; }

.cws-widget.widget-woocommerce_product_categories ul li.active .widget_archive_opener:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

/*  --------------------
	Product 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) {
  .cws-widget.widget-woocommerce_product_categories ul li:hover > a {
    padding: 15px 60px 15px 15px; } }

/*  --------------------
	Widget search
--------------------  */
.widget-woocommerce_product_search .search_wrapper,
.widget-search .search_wrapper {
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-woocommerce_product_search form,
.widget-search form {
  position: relative; }

.widget-woocommerce_product_search form .search-field,
.widget-search form .search-field {
  border-width: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 35px;
  font-size: 16px;
  background-color: transparent; }

.widget-woocommerce_product_search form *[type='submit'],
.widget-search form *[type='submit'] {
  position: absolute;
  top: 9px;
  right: 10px;
  height: 40px;
  width: 40px;
  font-size: 0px;
  line-height: 0px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent; }

.widget-woocommerce_product_search form *[type='submit']:before,
.widget-search form *[type='submit']:before {
  content: '\f11a';
  font-family: 'cwsicon';
  position: absolute;
  font-size: 21px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/*  --------------------
	Widget average rating
--------------------  */
.cws-widget.widget-woocommerce_rating_filter ul li > a {
  padding-right: 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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

/*  --------------------
	Widget average rating media styles
--------------------  */
@media screen and (min-width: 1367px), screen and (min-width: 1200px) and (any-hover: hover), screen and (min-width: 1200px) and (min--moz-device-pixel-ratio: 0), screen and (min-width: 1200px) and (-ms-high-contrast: none), screen and (min-width: 1200px) and (-ms-high-contrast: active) {
  .cws-widget.widget-woocommerce_rating_filter ul li:hover > a {
    padding-right: 0; } }

/*  --------------------
	Woocommerce product widgets
--------------------  */
.widget-woocommerce_top_rated_products ul li,
.widget-woocommerce_recently_viewed_products ul li,
.widget-woocommerce_recent_reviews ul li,
.widget-woocommerce_products ul li,
.widget_shopping_cart_content ul li {
  position: relative; }

.widget-woocommerce_top_rated_products ul li:after,
.widget-woocommerce_recently_viewed_products ul li:after,
.widget-woocommerce_recent_reviews ul li:after,
.widget-woocommerce_products ul li:after,
.widget_shopping_cart_content ul li:after {
  content: '';
  display: table;
  clear: both; }

.widget-woocommerce_top_rated_products ul li:not(:last-child),
.widget-woocommerce_recently_viewed_products ul li:not(:last-child),
.widget-woocommerce_recent_reviews ul li:not(:last-child),
.widget-woocommerce_products ul li:not(:last-child),
.widget_shopping_cart_content ul li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2; }

.widget-woocommerce_top_rated_products ul li .remove,
.widget-woocommerce_recently_viewed_products ul li .remove,
.widget-woocommerce_recent_reviews ul li .remove,
.widget-woocommerce_products ul li .remove,
.widget_shopping_cart_content ul li .remove {
  position: absolute;
  right: 0;
  top: -1px;
  color: #FF0000;
  font-size: 18px;
  font-weight: 700; }

.widget-woocommerce_top_rated_products ul li a:not(.remove),
.widget-woocommerce_recently_viewed_products ul li a:not(.remove),
.widget-woocommerce_recent_reviews ul li a:not(.remove),
.widget-woocommerce_products ul li a:not(.remove),
.widget_shopping_cart_content ul li a:not(.remove) {
  display: block;
  font-weight: bolder;
  font-size: 16px;
  line-height: 23px; }

.widget-woocommerce_top_rated_products ul li a img,
.widget-woocommerce_recently_viewed_products ul li a img,
.widget-woocommerce_recent_reviews ul li a img,
.widget-woocommerce_products ul li a img,
.widget_shopping_cart_content ul li a img {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-woocommerce_top_rated_products ul li .star-rating,
.widget-woocommerce_recently_viewed_products ul li .star-rating,
.widget-woocommerce_recent_reviews ul li .star-rating,
.widget-woocommerce_products ul li .star-rating,
.widget_shopping_cart_content ul li .star-rating {
  margin-right: calc(100% - 175px);
  margin-bottom: -10px; }

.widget-woocommerce_top_rated_products ul li .amount,
.widget-woocommerce_top_rated_products ul li .quantity,
.widget-woocommerce_top_rated_products ul li del,
.widget-woocommerce_top_rated_products ul li ins,
.widget-woocommerce_recently_viewed_products ul li .amount,
.widget-woocommerce_recently_viewed_products ul li .quantity,
.widget-woocommerce_recently_viewed_products ul li del,
.widget-woocommerce_recently_viewed_products ul li ins,
.widget-woocommerce_recent_reviews ul li .amount,
.widget-woocommerce_recent_reviews ul li .quantity,
.widget-woocommerce_recent_reviews ul li del,
.widget-woocommerce_recent_reviews ul li ins,
.widget-woocommerce_products ul li .amount,
.widget-woocommerce_products ul li .quantity,
.widget-woocommerce_products ul li del,
.widget-woocommerce_products ul li ins,
.widget_shopping_cart_content ul li .amount,
.widget_shopping_cart_content ul li .quantity,
.widget_shopping_cart_content ul li del,
.widget_shopping_cart_content ul li ins {
  display: inline-block;
  font-size: 14px; }

.widget-woocommerce_top_rated_products ul li .amount .amount,
.widget-woocommerce_top_rated_products ul li .quantity .amount,
.widget-woocommerce_top_rated_products ul li del .amount,
.widget-woocommerce_top_rated_products ul li ins .amount,
.widget-woocommerce_recently_viewed_products ul li .amount .amount,
.widget-woocommerce_recently_viewed_products ul li .quantity .amount,
.widget-woocommerce_recently_viewed_products ul li del .amount,
.widget-woocommerce_recently_viewed_products ul li ins .amount,
.widget-woocommerce_recent_reviews ul li .amount .amount,
.widget-woocommerce_recent_reviews ul li .quantity .amount,
.widget-woocommerce_recent_reviews ul li del .amount,
.widget-woocommerce_recent_reviews ul li ins .amount,
.widget-woocommerce_products ul li .amount .amount,
.widget-woocommerce_products ul li .quantity .amount,
.widget-woocommerce_products ul li del .amount,
.widget-woocommerce_products ul li ins .amount,
.widget_shopping_cart_content ul li .amount .amount,
.widget_shopping_cart_content ul li .quantity .amount,
.widget_shopping_cart_content ul li del .amount,
.widget_shopping_cart_content ul li ins .amount {
  margin-top: 0; }

.widget-woocommerce_top_rated_products ul li del .amount,
.widget-woocommerce_recently_viewed_products ul li del .amount,
.widget-woocommerce_recent_reviews ul li del .amount,
.widget-woocommerce_products ul li del .amount,
.widget_shopping_cart_content ul li del .amount {
  text-decoration: line-through; }

.widget-woocommerce_top_rated_products ul li ins,
.widget-woocommerce_recently_viewed_products ul li ins,
.widget-woocommerce_recent_reviews ul li ins,
.widget-woocommerce_products ul li ins,
.widget_shopping_cart_content ul li ins {
  text-decoration: none;
  font-weight: bolder; }

.widget-woocommerce_top_rated_products .total,
.widget-woocommerce_recently_viewed_products .total,
.widget-woocommerce_recent_reviews .total,
.widget-woocommerce_products .total,
.widget_shopping_cart_content .total {
  margin: 5px 0 0 0;
  padding: 10px 0;
  text-align: right; }

.widget-woocommerce_top_rated_products .total strong,
.widget-woocommerce_recently_viewed_products .total strong,
.widget-woocommerce_recent_reviews .total strong,
.widget-woocommerce_products .total strong,
.widget_shopping_cart_content .total strong {
  float: left; }

.widget-woocommerce_top_rated_products .total > *,
.widget-woocommerce_recently_viewed_products .total > *,
.widget-woocommerce_recent_reviews .total > *,
.widget-woocommerce_products .total > *,
.widget_shopping_cart_content .total > * {
  font-weight: bolder; }

.widget-woocommerce_top_rated_products .buttons,
.widget-woocommerce_recently_viewed_products .buttons,
.widget-woocommerce_recent_reviews .buttons,
.widget-woocommerce_products .buttons,
.widget_shopping_cart_content .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-woocommerce_top_rated_products .buttons .button,
.widget-woocommerce_recently_viewed_products .buttons .button,
.widget-woocommerce_recent_reviews .buttons .button,
.widget-woocommerce_products .buttons .button,
.widget_shopping_cart_content .buttons .button {
  display: inline-block;
  padding: 6px 0;
  margin-top: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center; }

.widget-woocommerce_top_rated_products .buttons .button:not(:last-child),
.widget-woocommerce_recently_viewed_products .buttons .button:not(:last-child),
.widget-woocommerce_recent_reviews .buttons .button:not(:last-child),
.widget-woocommerce_products .buttons .button:not(:last-child),
.widget_shopping_cart_content .buttons .button:not(:last-child) {
  margin-right: 10px; }

.widget_shopping_cart_content ul li a:not(.remove) {
  padding-right: 20px;
  font-size: 16px; }

/*  --------------------
	Star rating
--------------------  */
.star-rating:before,
.star-rating > span:before,
.comment-form-rating .stars:before,
.comment-form-rating .stars .stars-active {
  display: block;
  content: "\f005\f005\f005\f005\f005";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  letter-spacing: 2px;
  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: #e5e5e5; }

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

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

@media screen and (max-width: 767px) {
  .widget-woocommerce_top_rated_products ul li .star-rating,
  .widget-woocommerce_recently_viewed_products ul li .star-rating,
  .widget-woocommerce_recent_reviews ul li .star-rating,
  .widget-woocommerce_products ul li .star-rating,
  .widget_shopping_cart_content ul li .star-rating {
    margin-bottom: -5px; }
  .widget-woocommerce_top_rated_products ul li .reviewer,
  .widget-woocommerce_recently_viewed_products ul li .reviewer,
  .widget-woocommerce_recent_reviews ul li .reviewer,
  .widget-woocommerce_products ul li .reviewer,
  .widget_shopping_cart_content ul li .reviewer {
    position: relative;
    top: 5px; } }

/*  --------------------
	Tags widget
--------------------  */
.widget-monster,
.widget-woocommerce_product_tag_cloud,
.widget-tag_cloud {
  margin-bottom: -10px; }

.widget-monster .tagcloud a,
.widget-woocommerce_product_tag_cloud .tagcloud a,
.widget-tag_cloud .tagcloud a {
  font-size: 14px !important;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-monster .tagcloud a:hover,
.widget-woocommerce_product_tag_cloud .tagcloud a:hover,
.widget-tag_cloud .tagcloud a:hover {
  color: #fff; }

/*  --------------------
	Calendar widget
--------------------  */
.cws-widget .calendar_wrap #wp-calendar caption {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  padding: 25px 0; }

.cws-widget .calendar_wrap #wp-calendar tbody td#today a:before {
  opacity: 1; }

.cws-widget .calendar_wrap #wp-calendar tbody a {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }

.cws-widget .calendar_wrap #wp-calendar tbody a:before {
  opacity: 0;
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1; }

.cws-widget .calendar_wrap #wp-calendar tfoot tr td {
  text-align: left; }

.cws-widget .calendar_wrap #wp-calendar tr {
  border: 0; }

.cws-widget .calendar_wrap #wp-calendar tr th,
.cws-widget .calendar_wrap #wp-calendar tr td {
  padding: 7px;
  text-align: center;
  cursor: default;
  border: 0; }

.cws-widget .calendar_wrap #wp-calendar tr th a,
.cws-widget .calendar_wrap #wp-calendar tr td a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/*  --------------------
	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 {
    opacity: 1; } }

@media screen and (max-width: 1199px), screen and (max-width: 1366px) and (any-hover: none) {
  .cws-widget .calendar_wrap #wp-calendar tbody a:before {
    opacity: 1; } }

@media screen and (max-width: 1199px) {
  .cws-widget .calendar_wrap #wp-calendar tr th,
  .cws-widget .calendar_wrap #wp-calendar tr td {
    padding: 5.5px; } }

@media screen and (max-width: 767px) {
  .cws-widget .calendar_wrap #wp-calendar tr th,
  .cws-widget .calendar_wrap #wp-calendar tr td {
    padding: 12px; } }

/*  --------------------
	CWS-About widget
--------------------  */
.widget-cws-about .cws_about_main_wrapper {
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-cws-about .cws_about_main_wrapper .user_avatar a {
  display: block;
  text-align: center; }

.widget-cws-about .cws_about_main_wrapper .user_avatar img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content {
  text-align: center; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_name {
  padding: 15px 0 0;
  font-size: 22px;
  margin: 0; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_position {
  font-size: 16px;
  margin: 10px 0 0 0; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_description {
  position: relative;
  padding-top: 32px;
  margin: 0; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_description:before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 16px;
  width: 35px;
  height: 2px; }

.widget-cws-about .cws_about_main_wrapper .cws_textwidget_content .about_me .user_signature {
  margin-top: 15px;
  font-size: 0px; }

/*  --------------------
	CWS-Banner widget
--------------------  */
.widget-cws-banner .cws_widget_banner {
  position: relative;
  min-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 35px; }

.widget-cws-banner .cws_widget_banner .banner_wrapper_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-cws-banner .cws_widget_banner .banner_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: 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-banner .cws_widget_banner .banner_wrapper .banner_content {
  position: relative; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_title {
  margin: 0;
  font-size: 26px;
  color: inherit; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_desc {
  display: inline-block; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_desc:not(:empty) {
  padding-top: 32px;
  position: relative; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_content .banner_desc:not(:empty):before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 35px;
  height: 2px; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_button {
  margin-top: 15px;
  position: relative; }

.widget-cws-banner .cws_widget_banner .banner_wrapper .banner_button .button {
  display: inline-block;
  font-size: 17px;
  padding: 5px 20px; }

@media screen and (max-width: 1199px) {
  .widget-cws-banner .cws_widget_banner {
    padding: 15px; } }

/*  --------------------
	CWS-Categories widget
--------------------  */
.widget-cws-categories .item:not(:last-child) {
  margin-bottom: 20px; }

.widget-cws-categories .item .category-block {
  position: relative;
  display: block;
  font-size: 0px;
  line-height: 0px; }

.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.5);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-cws-categories .item .category-block img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.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: bolder;
  font-size: 16px;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  word-break: normal; }

/*  --------------------
	CWS-Info widget
--------------------  */
.widget-cws-contact .cws_textwidget_content {
  overflow: hidden; }

.widget-cws-contact .cws_textwidget_content .information_group {
  margin-top: 25px; }

.widget-cws-contact .cws_textwidget_content .information_group p i {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.widget-cws-contact .cws_textwidget_content .information_group p a:not(:first-child) {
  display: inline-block;
  margin-top: 5px; }

.widget-cws-contact .cws_textwidget_content .cws_social_links {
  margin-top: 1.25em; }

/*  --------------------
	CWS Text widget
--------------------  */
.widget-cws-text .cws_custom_button {
  margin-top: 15px; }

/*  --------------------
	CWS-Gallery widget
--------------------  */
.widget-cws-gallery .cws_widget_gallery {
  margin: 0 -5px; }

.widget-cws-gallery .cws_widget_gallery .pic {
  width: 33.33333333%;
  float: left;
  padding: 5px; }

/*  --------------------
	CWS-Twitter widget
--------------------  */
.widget-cws-twitter:after:after {
  content: '';
  display: table;
  clear: both; }

.widget-cws-twitter .cws_tweet {
  position: relative;
  padding-left: 55px; }

.widget-cws-twitter .cws_tweet:before {
  content: '\f099';
  position: absolute;
  font-family: 'FontAwesome';
  text-align: center;
  color: #fff;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.widget-cws-twitter .cws_tweet:not(:last-child) {
  margin-bottom: 35px; }

.widget-cws-twitter .cws_tweet .tweet_content {
  position: relative;
  top: -3px;
  line-height: 1.4;
  word-wrap: break-word; }

.widget-cws-twitter .cws_tweet .tweet_date {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  color: #c2c2c2; }

/*  --------------------
	CWS Recent posts widget
--------------------  */
aside .post_items {
  padding: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

aside .post_item:not(:last-child) {
  border-bottom: 1px solid #bad2f6; }

aside .post_item .post_info_wrap .post_title {
  margin-top: 5px; }

.widget-cws-recent-posts .post_item:not(:last-child) {
  padding-bottom: 17px;
  margin-bottom: 18px; }

.widget-cws-recent-posts .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-posts .post_item .post_preview .post_thumb {
  width: 70px;
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 0; }

.widget-cws-recent-posts .post_item .post_preview .post_thumb img {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_title {
  position: relative; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_title a {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  color: #282828;
  display: inline-block; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_title a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_title a:hover {
  text-decoration: underline; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_date {
  position: relative;
  font-weight: 300;
  padding-left: 27px;
  font-size: 12px; }

.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_date:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 1px;
  left: 0;
  top: 13px; }

.widget-cws-recent-posts .post_item .post_content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.45em; }

/*  --------------------
	CWS Recent posts 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-recent-posts .post_item .post_preview .post_info_wrap .post_title a:hover {
    text-decoration: underline; } }

/*  --------------------
	Recent comments widget
--------------------  */
.widget-recent-comments #recentcomments .recentcomments:not(:last-child) {
  margin-bottom: 10px; }

.widget-recent-comments #recentcomments .recentcomments .comment-author-link {
  font-weight: bolder; }

.widget-recent-comments #recentcomments .recentcomments a:hover {
  text-decoration: underline; }

/*  --------------------
	Recent posts widget
--------------------  */
.widget-recent-posts ul li:not(:last-child) {
  margin-bottom: 5px; }

.widget-recent-posts ul li a:hover {
  text-decoration: underline; }

.widget-recent-posts ul li span {
  display: block;
  position: relative;
  padding-left: 27px;
  font-size: 16px;
  margin-top: 5px; }

.widget-recent-posts ul li span:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: red; }

/*  --------------------
	RSS widget
--------------------  */
.cws-widget.widget-rss ul li:not(:first-child) .rsswidget, .cws-widget.widget-monster ul li:not(:first-child) .rsswidget {
  margin-top: 15px; }

.cws-widget.widget-rss ul li .rsswidget, .cws-widget.widget-monster ul li .rsswidget {
  padding: 0;
  text-decoration: underline; }

.cws-widget.widget-rss ul li .rss-date, .cws-widget.widget-monster ul li .rss-date {
  font-size: 12px;
  padding: 5px 0; }

.cws-widget.widget-rss ul li .rssSummary, .cws-widget.widget-monster ul li .rssSummary {
  font-style: italic;
  font-size: 16px; }

.cws-widget.widget-rss ul li .rssSummary + cite, .cws-widget.widget-monster ul li .rssSummary + cite {
  display: inline-block;
  margin-top: 5px;
  font-style: normal;
  margin-bottom: 15px; }

/*  --------------------
	Nav-Menu Widget
--------------------  */
.widget-monster .menu li > a,
.widget-nav_menu .menu-main-container .menu li > a {
  z-index: 1;
  position: relative;
  display: inline-block !important;
  padding: 10px 0; }

.widget-monster .menu li .opener,
.widget-nav_menu .menu-main-container .menu li .opener {
  position: absolute;
  top: 0;
  width: 100%;
  height: 57px;
  right: 0;
  cursor: pointer; }

.widget-monster .menu li .opener:before,
.widget-nav_menu .menu-main-container .menu li .opener:before {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease; }

.widget-monster .menu li.active > a,
.widget-nav_menu .menu-main-container .menu li.active > a {
  border-width: 0 0 0 3px;
  padding: 10px 40px 10px 15px; }

.widget-monster .menu li.active > .opener:before,
.widget-nav_menu .menu-main-container .menu li.active > .opener:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg); }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row,
.widget-nav_menu .menu-main-container .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; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper {
  width: 100%;
  margin-top: 20px; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper:last-child,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper:last-child {
  margin-bottom: 20px; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner {
  padding: 0; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .widgettitle,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .widgettitle {
  font-size: 22px; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu {
  padding-left: 0; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu li,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu li {
  margin-bottom: 0; }

.widget-monster .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu li:before,
.widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .vc_row .cws_column_wrapper .vc_column-inner .menu 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) {
  .widget-nav_menu .menu-main-container .menu li.menu-item-object-megamenu_item .menu > li:hover > a {
    border-width: 0 0 0 3px;
    padding: 10px 40px 10px 15px; } }

@media (max-width: 767px) {
  .widget-nav_menu .menu-main-container > .menu {
    margin-top: -15px; } }

/*  --------------------
	Contact Form 7 extra styles
--------------------  */
.wpcf7-form {
  position: relative; }

/*  --------------------
	WPML extra styles
--------------------  */
.page_footer .wpml_language_switch {
  margin-left: 35px; }

.page_footer .wpml_language_switch .wpml-ls-sub-menu {
  top: auto;
  bottom: 100%; }

/*  --------------------
	Footer styles
--------------------  */
.page_footer {
  position: relative;
  font-size: 15px;
  line-height: 23px; }

.page_footer .footer-pattern,
.page_footer .bg_layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.page_footer .container .footer_container .cws-widget .widget-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: initial; }

.page_footer .container .footer_container .cws-widget .widget-title .inherit-wt {
  padding-left: 0;
  font-weight: 400; }

.page_footer .container .footer_container .cws-widget .widget-title .inherit-wt:before {
  display: none; }

.page_footer .container .footer_container .cws-widget.widget-cws-recent-posts .post_title a {
  font-weight: 400; }

.page_footer .container .footer_container .cws-widget.widget-cws-recent-posts .post_item:not(:last-child) {
  margin-bottom: 0; }

.page_footer .container .footer_container .cws-widget.widget-cws-contact .information_group {
  margin-top: 0; }

.page_footer .container .footer_container .cws-widget.widget-cws-recent-posts .post_item .post_preview .post_info_wrap .post_title a {
  font-size: 15px;
  line-height: 23px; }

.page_footer .container .footer_container .cws-widget.widget-nav_menu ul {
  margin-top: -5px; }

.page_footer .container .footer_container .cws-widget.widget-nav_menu ul > li {
  border-bottom: 0; }

.page_footer .container .footer_container .cws-widget.widget-nav_menu ul > li > a {
  position: relative;
  padding: 5px 0 5px 20px;
  border-left: 0 !important; }

.page_footer .container .footer_container .cws-widget.widget-nav_menu ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 13px;
  height: 1px;
  -webkit-transition: width 0.15s linear;
  transition: width 0.15s linear; }

.page_footer .copyrights_area .container {
  position: relative;
  padding: 25px 15px;
  font-size: 14px; }

.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: calc(100vw - 80px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15); }

.page_footer .copyrights_area .container .copyrights_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: 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; }

.page_footer .copyrights_area .container .copyrights_container .copyrights_panel_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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

/*  ====================
	Woocommerce 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: 35px;
  position: relative; }

.woo_panel .woocommerce-notices-wrapper {
  width: 100%; }

.woo_panel .woocommerce-result-count {
  margin: 0;
  font-size: 16px;
  color: #000; }

.woo_panel .woocommerce-ordering .orderby {
  border-color: #DDDDDD;
  padding: 0 45px 0 10px;
  color: #898989;
  height: 35px;
  font-size: 14px; }

.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: 40px;
  padding: 0 15px; }

.products .product .cryptop_shop_loop_item_content_wrapper {
  -webkit-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.15);
  padding-bottom: 20px; }

.products .product .cryptop_shop_loop_item_content_wrapper:hover .woo_product_post_media .pic img {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.products .product .cryptop_shop_loop_item_content_wrapper:hover .woo_product_post_media .woo_products_media_side_links {
  right: 10px;
  opacity: 1; }

.products .product .cryptop_shop_loop_item_content_wrapper:hover .woo_product_post_media .woo_products_media_side_links ul {
  margin: 0; }

.products .product .cryptop_shop_loop_item_content_wrapper:hover .woo_product_post_media .cws_star-rating {
  bottom: 10px;
  opacity: 1;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.15); }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media {
  position: relative;
  overflow: hidden; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner.sale_bunner {
  width: 60px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_banner_wrapper .woo_banner.sale_bunner .woo_banner_text {
  color: #fff;
  text-transform: lowercase;
  font-size: 17px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .pic {
  font-size: 0px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .pic img {
  -webkit-transition: border-radius 0.2s ease;
  transition: border-radius 0.2s ease;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links {
  position: absolute;
  right: -50px;
  top: 10px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: right 0.25s ease, opacity 0.2s ease;
  transition: right 0.25s ease, opacity 0.2s ease; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links ul {
  margin: 0; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li {
  padding-left: 0; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li:before {
  display: none; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li:first-child a {
  padding-bottom: 6px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li:first-child a.added_to_cart {
  padding-bottom: 1px;
  padding-top: 6px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li:last-child a {
  padding-top: 6px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a {
  display: block;
  padding: 8px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a:before {
  font-size: 22px;
  display: inline-block; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.button {
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.button:before {
  content: '\f113';
  font-family: 'cwsicon'; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.product_type_variable:before {
  content: '\f11f'; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.add_to_cart_button.loading {
  left: -50px;
  opacity: 0; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.add_to_cart_button.added {
  display: none; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.added_to_cart {
  font-size: 0px;
  text-align: center; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.added_to_cart:before {
  content: '\f197';
  font-family: 'cwsicon';
  display: inline-block;
  font-size: 21px; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links li a.cws_product_link:before {
  content: '\f117';
  font-family: 'cwsicon'; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .woo_products_media_side_links .woocommerce-product-details__short-description {
  display: none; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .cws_star-rating {
  position: absolute;
  left: 50%;
  bottom: -30px;
  padding: 5px 15px 0;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: bottom 0.25s ease, opacity 0.2s ease, box-shadow 0.25s ease;
  transition: bottom 0.25s ease, opacity 0.2s ease, box-shadow 0.25s ease;
  line-height: initial; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_media .cws_star-rating:empty {
  display: none; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_title {
  text-align: center;
  margin: 15px 0 10px;
  line-height: initial;
  font-size: 20px;
  padding: 0 10px;
  font-weight: 500; }

.products .product .cryptop_shop_loop_item_content_wrapper .woo_product_post_title a {
  color: #000000; }

.products .product .cryptop_shop_loop_item_content_wrapper .cryptop_after_shop_loop_item_title_wrapper {
  text-align: center; }

.products .product .cryptop_shop_loop_item_content_wrapper .cryptop_after_shop_loop_item_title_wrapper .price {
  font-size: 22px;
  font-weight: 500; }

.products .product .cryptop_shop_loop_item_content_wrapper .cryptop_after_shop_loop_item_title_wrapper .price .amount .woocommerce-Price-currencySymbol {
  vertical-align: super;
  font-size: 14px;
  position: relative;
  top: 2px;
  right: 3px; }

.products .product .cryptop_shop_loop_item_content_wrapper .cryptop_after_shop_loop_item_title_wrapper .price ins {
  padding: 0; }

.products .product .cryptop_shop_loop_item_content_wrapper .cryptop_after_shop_loop_item_title_wrapper .price del {
  margin-right: 5px;
  font-size: 18px;
  color: #b3b3b3;
  font-weight: 400; }

/*  --------------------
	Woocommerce single
--------------------  */
.woocommerce .page_content.single_sidebar .product .upsells.products:before,
.woocommerce .page_content.single_sidebar .product .related.products:before, .woocommerce .page_content.double_sidebar .product .upsells.products:before,
.woocommerce .page_content.double_sidebar .product .related.products:before {
  width: 100%; }

.woocommerce .product .woocommerce-product-gallery {
  position: relative;
  max-width: 40%;
  float: left;
  margin-bottom: 105px; }

.woocommerce .product .woocommerce-product-gallery:after {
  content: '';
  display: table;
  clear: both; }

.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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0px; }

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  content: '\f002';
  font-family: 'FontAwesome';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 17px;
  line-height: 16px; }

.woocommerce .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
  opacity: 0; }

.woocommerce .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0px;
  line-height: 0px; }

.woocommerce .product .woocommerce-product-gallery .flex-control-nav {
  font-size: 0px;
  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: 25%;
  padding: 0 10px 20px;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.woocommerce .product .woocommerce-product-gallery .flex-control-nav li img {
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.woocommerce .product .summary {
  width: 60%;
  float: right;
  padding-left: 60px;
  margin-bottom: 105px; }

.woocommerce .product .summary:after {
  content: '';
  display: table;
  clear: both; }

.woocommerce .product .summary .product_title {
  font-size: 35px;
  font-weight: 500; }

.woocommerce .product .summary .woocommerce-product-rating {
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.woocommerce .product .summary .woocommerce-product-rating .rating_reviews_divider {
  margin: 0 5px; }

.woocommerce .product .summary .price {
  margin: 20px 0 0;
  font-size: 35px;
  font-weight: 500; }

.woocommerce .product .summary .price del {
  color: #bbb;
  font-weight: 400;
  font-size: 25px; }

.woocommerce .product .summary .woocommerce-product-details__short-description {
  margin-top: 30px; }

.woocommerce .product .summary .cart {
  margin-top: 35px; }

.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 30px; }

.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 .quantity .input-text {
  width: 100px; }

.woocommerce .product .summary .cart .single_add_to_cart_button {
  margin: 5px 0 0 0;
  padding: 8px 2.5em 9px; }

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

.woocommerce .product .summary .cart.variations_form .single_variation_wrap {
  margin-top: 35px; }

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

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

.woocommerce .product .woocommerce-tabs .tabs li.active a {
  border: 1px solid #e4e4e4;
  border-bottom-color: #fff;
  margin-bottom: -1px; }

.woocommerce .product .woocommerce-tabs .tabs li a {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding: 20px 50px 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.woocommerce .product .woocommerce-tabs .panel {
  border: 1px solid #e4e4e4;
  padding: 35px 50px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.woocommerce .product .woocommerce-tabs .panel h2 {
  display: none; }

.woocommerce .product .woocommerce-tabs .panel .shop_attributes {
  width: 100%;
  margin-bottom: 35px;
  line-height: 1.4;
  border-collapse: collapse;
  border-spacing: 0; }

.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr {
  border: none; }

.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody tr:hover {
  background-color: transparent; }

.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody td {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  text-align: right; }

.woocommerce .product .woocommerce-tabs .panel .shop_attributes tbody th {
  border: none;
  border-bottom: 1px solid #e4e4e4;
  text-align: left; }

.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(:last-child) {
  margin-bottom: 40px; }

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

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container img {
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text {
  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-tabs .panel .commentlist li .comment_container .comment-text .star-rating {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta {
  margin: 0 20px 0 0;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  text-transform: capitalize;
  opacity: .9; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  font-size: 17px; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.woocommerce .product .woocommerce-tabs .panel .commentlist li .comment_container .comment-text .description p {
  opacity: .8;
  line-height: 27px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond {
  margin-top: 55px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .ce_title {
  font-size: 35px;
  font-weight: 500; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating {
  margin-top: 15px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating label {
  color: #000; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars {
  margin-top: 5px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars:before {
  font-size: 20px; }

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

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars span > a {
  width: 20%;
  position: relative;
  z-index: 2; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-rating .stars span .stars-active {
  font-size: 20px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-comment {
  margin-top: 15px; }

.woocommerce .product .woocommerce-tabs .panel .comment-respond .comment-form .comment-form-comment label {
  color: #000; }

.woocommerce .product hr {
  display: none; }

.woocommerce .product .upsells.products {
  margin: 75px 0 0;
  padding-top: 75px;
  position: relative; }

.woocommerce .product .upsells.products:not(:last-child) {
  margin-bottom: -40px; }

.woocommerce .product .upsells.products:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #DDDDDD; }

.woocommerce .product .upsells.products h2 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 45px; }

.woocommerce .product .related.products {
  margin-top: 75px;
  padding-top: 75px;
  position: relative; }

.woocommerce .product .related.products:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #DDDDDD; }

.woocommerce .product .related.products .ce_title {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 45px; }

/*  --------------------
	Woocommerce typical
--------------------  */
/*  --------------------
	Woocommerce mini-cart
--------------------  */
.mini-cart {
  position: relative; }

.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: '\f113';
  font-family: 'cwsicon';
  font-size: 21px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block; }

.mini-cart .woo_icon i span {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #000;
  font-size: 12px;
  width: 15px;
  height: 15px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: -7px;
  top: -7px; }

.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;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

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

.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: red;
  font-size: 17px; }

.mini-cart .woo_mini_cart .cart_list .mini_cart_item a {
  display: block;
  font-size: 16px; }

.mini-cart .woo_mini_cart .cart_list .mini_cart_item a img {
  max-width: 65px;
  margin-right: 10px;
  float: left;
  position: relative;
  border: 1px solid #efefef; }

.mini-cart .woo_mini_cart .cart_list .mini_cart_item .quantity {
  font-size: 15px; }

.mini-cart .woo_mini_cart .total {
  margin-top: 25px;
  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; }

.mini-cart .woo_mini_cart .total .amount {
  font-weight: 500; }

.mini-cart .woo_mini_cart .buttons {
  margin-top: -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: 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: 0;
  width: calc(50% - 7.5px);
  padding: 5px 0;
  text-align: center;
  color: #fff; }

/*  --------------------
	Checkout page
--------------------  */
.woocommerce .checkout_coupon {
  margin-top: 20px; }

.woocommerce .checkout_coupon p {
  margin-bottom: 15px; }

.woocommerce .checkout_coupon .button {
  padding: .5em 2em;
  margin-top: 0; }

.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: 43px;
  border-color: #ddd !important; }

.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 43px; }

.woocommerce .checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 43px; }

.woocommerce .checkout table {
  width: 100%;
  text-align: left; }

.woocommerce .checkout .place-order .button {
  margin-top: 25px; }

/*  --------------------
	Woocommerce cart
--------------------  */
.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: 0px;
  line-height: 0px;
  padding: 15px 0 15px 15px; }

.woocommerce-cart-form .shop_table .cart_item .product-thumbnail img {
  width: 150px; }

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

.woocommerce-cart-form .shop_table .cart_item .product-subtotal {
  padding-right: 15px; }

.woocommerce-cart-form .shop_table .cart_item .product-quantity {
  padding-right: 15px; }

.woocommerce-cart-form .shop_table .cart_item .product-quantity input {
  width: 100px; }

.woocommerce-cart-form .shop_table .cart_item .product-remove a {
  color: red;
  font-size: 25px; }

.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: 150px;
  margin-right: 30px; }

.woocommerce-cart-form .shop_table .coupon .button {
  margin-top: 0;
  padding: .45em 2.5em;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

.woocommerce-cart-form .shop_table .button[name="update_cart"] {
  float: right;
  margin-top: 0;
  padding: .45em 2.5em;
  line-height: inherit;
  cursor: pointer; }

.woocommerce-cart-form .shop_table th, .woocommerce-cart-form .shop_table td {
  border: 0; }

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

.cart-collaterals .checkout-button {
  white-space: initial;
  border-color: #37C458;
  background-color: #37C458; }

.cart-collaterals .checkout-button:hover {
  background-color: #fff;
  color: #37C458; }

/*  --------------------
	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:not(:last-child) {
  margin-bottom: 5px; }

.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: #2D74D3;
  color: #fff; }

.woocommerce-info .showcoupon {
  font-weight: 500; }

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  margin: 20px 0;
  padding: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.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 .cryptop_shop_loop_item_content_wrapper {
  position: relative; }

.elementor-shortcode .cryptop_shop_loop_item_content_wrapper > a {
  display: block;
  padding: 10px; }

.elementor-shortcode .cryptop_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 .cryptop_shop_loop_item_content_wrapper .woocommerce-loop-category__title mark {
  background-color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

/*  --------------------
	Woocommerce media styles
--------------------  */
@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 .woocommerce-tabs .tabs li a {
    padding: 20px 40px 15px; } }

@media (max-width: 767px) {
  .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 .summary {
    margin-bottom: 55px;
    padding-left: 0;
    width: 100%;
    float: none; }
  .woocommerce .product .summary:after {
    display: none; }
  .woocommerce .product .summary .cart {
    margin-top: 25px; }
  .woocommerce .product .summary .cart.variations_form .single_variation_wrap {
    margin-top: 25px; }
  .woocommerce .product .woocommerce-tabs .tabs {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap; }
  .woocommerce .product .woocommerce-tabs .tabs li {
    width: 100%;
    text-align: center; }
  .woocommerce .product .woocommerce-tabs .tabs li a {
    padding: 10px 20px;
    font-size: 18px;
    display: block; }
  .woocommerce .product .woocommerce-tabs .panel {
    padding: 15px 20px; }
  .woocommerce .product .related.products,
  .woocommerce .product .upsells.products {
    margin-top: 45px;
    padding-top: 35px; }
  .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 .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: 20%; }
  .woocommerce-cart-form .shop_table tbody .cart_item .product-quantity input {
    width: 100%;
    padding: 2px 5px;
    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%; }
  .woocommerce-cart-form .shop_table .coupon .input-text {
    width: 100%;
    margin-right: 15px;
    font-size: 14px; }
  .woocommerce-cart-form .shop_table .coupon .button {
    padding: .48em 2.15em; }
  .woocommerce-cart-form .shop_table .button[name="update_cart"] {
    padding: .48em 2em;
    margin-top: 15px;
    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; } }

@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: 767px) {
  .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: 25px;
    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 .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:hover > .button_open,
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item:hover > a, .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item.current-menu-item > .button_open,
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item.current-menu-item > a, .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item.current-menu-ancestor > .button_open,
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item.current-menu-ancestor > a {
    color: #fff; }
  .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: 15px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    line-height: 10px;
    font-size: 20px; }
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item .button_open:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0; }
  /* -----> 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) {
  .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 .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 .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 .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_right_icons > *:first-child {
    margin-left: 0; }
  .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_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; }
  .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);
    padding: 0;
    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%;
    margin-bottom: 8px; }
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item:not(:first-child) {
    border-top: 1px solid #f0f0f0;
    padding-top: 8px; }
  .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: 25px 0 25px 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(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg); }
  .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; }
  .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% + 20px);
    max-height: 36px;
    font-size: 21px; }
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .button_open:before {
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    -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: 25px 0 0 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 .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: 0; }
  .menu_box .container .header_nav_part .main-nav-container .menu_box_wrapper .main-menu .menu-item .sub-menu .menu-item .button_open {
    max-height: 46px;
    top: -10px; }
  .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 .menu-item .sub-menu .menu-item:last-child {
    margin-bottom: 25px; }
  .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; }
  .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 {
    padding: 0;
    font-size: 20px;
    margin-bottom: 20px; }
  .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-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 991px) {
  .admin-bar .menu_box_wrapper {
    margin-top: 45px; } }

@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 {
    padding: 25px 0 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 .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;
    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: '\f11a';
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'cwsicon';
    font-size: 21px;
    color: #fff;
    pointer-events: none;
    z-index: 1; }
  .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 40px 10px 10px; }
  .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;
    font-size: 0px;
    width: 40px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; } }

/*  -------------------
	Top bar media
-------------------  */
@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 .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: 70px 15px 120px !important; }
  .title_box .page_title .title h1 {
    font-size: 32px; } }

@media screen and (max-width: 767px) {
  .title_box .page_title .container {
    padding: 50px 15px 100px !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-left: 25px; }
  .page_footer .container .footer_container .cws-widget.widget-nav_menu ul > li:hover a:before {
    width: 18px; } }

@media screen and (max-width: 991px) {
  .page_footer .cws-widget .widget-title {
    font-size: 22px;
    margin-bottom: 20px; }
  .page_footer .copyrights_area .container {
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  .page_footer .copyrights_area .container:before {
    width: calc(100vw - 30px); }
  .page_footer .copyrights_area .container .copyrights_container {
    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: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .page_footer .copyrights_area .container .copyrights_container .copyrights_panel {
    margin-top: 10px;
    width: 100%; }
  .page_footer .copyrights_area .container .copyrights_container .copyrights_panel .copyrights_panel_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
