/*------------------------------------------------------------------

[Table of contents]

* COMMON
* WP STANDARD
* TYPOGRAPHY
	** HEADINGS / h1, h2, h3, h4, h5, h6
	** LIST / ul li, ol li
	** BLOCKQUOTE / blockquote, q
	** TABLE / table
	** DEFINITION LIST / dl
* FORM
* BUTTONS
* SHORTCODES
* TOP PANEL / #top_panel
* HEADER / .site_header
	** LOGO
	** MENU / .main_menu
	** SANDWICH MENU
	** STICKY / #sticky
* SLIDER SECTION / #main_slider
* PAGE TITLE SECTION / #page_title_section
* WIDGETS / .widget
* FOOTER / #footer_widgets
* COPYRIGHTS / #site_footer
* CAROUSEL
* COMPOSER CUSTOMIZATIONS
* BLOG
* PORTFOLIO
* STAFF
* ATTACHMENT
* GRID
* COMMENTS / #comments
* SCROLL TO TOP / #scroll_to_top
* 404 / #banner_404
* SELECT 2
	** reset select 2
	** woocommerce select 2 override
* MOBILE HEADER
	** MOBILE MENU
* LOADER
* RESPONSIVE
* WPML

[\Table of contents]

Header 		.site_header
Menu		.main_menu
Slider		#main_slider
Page Title	#page_title_section
Widget		.widget
Comments	#comments
Footer 		#footer_widgets
Copyrights	#site_footer

-------------------------------------------------------------------*/


/********
* COMMON
********/
ul{
	font-weight: 300;
}
li{
	list-style-type: none;
}

img:not([src]){
	content: "";
}

a{
	cursor: pointer;
	display: inline;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

img,
iframe,
.wp-caption,
select{
	max-width: 100%;
}
embed{
	max-width: 100%;
}
img{
	height: auto;
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

a,
input[type='submit'],
button,
.main_menu .menu-item > a,
.main_menu .menu-item > span:first-child,
#wp-calendar td#prev a:before,
#wp-calendar td#next a:before,
.widget .searchform .screen-reader-text,
.widget .menu .menu-item,
.widget .menu .menu-item .depth,
.widget_header .carousel_nav > *,
.prospect_sc_carousel_header .carousel_nav > *,
.pic .hover-effect,
a[rel^="attachment"]:before,
a[rel^="attachment"]:after,
.gallery .gallery-item a:before,
.gallery .gallery-item a:after,
.pic > img,
.pic.link_post > a > img,
a[rel^="attachment"] img,
.gallery .gallery-item img,
.cws_portfolio_posts_grid.posts_grid_2 hr.posts_grid_divider,
.cws_portfolio_posts_grid.posts_grid_3 hr.posts_grid_divider,
.cws_portfolio_posts_grid.posts_grid_4 hr.posts_grid_divider,
.cws_staff_post.posts_grid_post > .prospect_wrapper,
#scroll_to_top,
.prospect_icon.hovered,
.vc_toggle .vc_toggle_title > h4,
.vc_toggle .vc_toggle_icon,
.prospect_services_icon .icon,
.prospect_pricing_plan,
.thumb .hover-effect,
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev,
.select2-results .select2-result,
.gallery .gallery-icon-link,
#footer_widgets .widget_social .social_icon i,
.latest_post_list_more span,
.prospect_sc_carousel .carousel_nav > .prev,
.prospect_sc_carousel .carousel_nav > .next{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}
.a-left{
	text-align: left;
}
.a-right{
	text-align: right;
}
.a-center{
	text-align: center;
}
.index-2{
	z-index: 2;
}
body{
	overflow-x: hidden;
	font-weight: 400;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}
.error404{
	background: #2d3339;
}

img[class*="wp-image"],
.prospect_button,
input[type='submit'],
button,
.more-link,
.prospect_msg_box,
input,
textarea,
.widget .searchform .screen-reader-text,
.pic .links,
.pic.link_post .link,
#commentform > *,
.posts_grid .item,
.widget_header,
.vc_tta.vc_tta-tabs .vc_tta-tab > a,
.vc_toggle .vc_toggle_icon,
.widget_post_list.widget_carousel .item,
.prospect_sc_carousel li.item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;	
	box-sizing: border-box;
}

.prospect_button,
input[type='submit'],
button,
.more-link{
	border-radius: 8px;
}

input[type="search"]{
	-webkit-appearance: none;
}

.clearfix:after,
#top_panel .prospect_layout_container:after,
.latest_tweets.carousel:after,
#commentform .form-submit:after,
.prospect_grid:after{
	content: "";
	display: block;
	clear: both;
}

iframe{
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}

.select2-results{
	color: inherit;
}
.select2-results li{
	padding-left: 0;
}
.select2-results li + li{
	margin-top: auto;
}
.select2-results li:before{
	display: none;
}

.v_sep{
	border-left: 1px solid #e7e7e7;
	padding-left: 15px;
	margin-left: 15px;
}
.v_sep:first-child{
	margin-left: auto;
}
.v_sep:last-child{
	padding-left: 0;
}
body.single-post .cws_vc_shortcode_icon_wrapper,
body.single-post .cws_wrapper{
	overflow: visible;
}
.prospect_wrapper,
.cws_wrapper{
	position: relative;
	overflow: hidden;
}
.prospect_overlay,
.cws_overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.prospect_flex_column_sb{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
 	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;	
}
.text_alignleft{
	text-align: left;
}
.text_alignright{
	text-align: right;
}
.text_aligncenter{
	text-align: center;
}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.widgettitle{
	font-weight: 400;
}

.thumb{
	position: relative;
	overflow: hidden;
}
.thumb .hover-effect{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.25);
	opacity: 0;
}
.thumb:hover .hover-effect{
	opacity: 1;
}
.thumb .link,
.thumb .link > a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb > img{
	z-index: 0;
}
.thumb .hover-effect{
	z-index: 1;
}
.thumb .link{
	z-index: 2;
}
.a_left_flex{
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.a_right_flex{
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.a_center_flex{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.children_height_stretchedByFlex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.opacity1 .figure_wrap svg{
	opacity: 1;
}
.top_triangle:before{
	content: '';
	position: absolute;
	z-index: 4;
	top: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fafafa;
    transform: translateX(-50%) rotate(45deg);
}
.bottom_triangle:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fafafa;
    transform: translateX(-50%) rotate(45deg);
}
#benefits{
	background-image: -webkit-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px), -webkit-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px);
    background-image: -moz-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px), -moz-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px);
    background-image: -o-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px), -o-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px);
    background-image: -ms-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px), -ms-linear-gradient(top, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px);
    background-image: linear-gradient(to bottom, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px), linear-gradient(to bottom, rgba(31, 40, 48,0) 0%, rgba(31, 40, 48,1) 170px);
}

/*********
* \COMMON
*********/

/*************
* WP STANDARD
*************/

img[class*="wp-image"]{
    border-radius: 8px;	
}
img[class*="wp-image"].noborder{
	padding: 0;
	border-style: none;
}
a[rel^="attachment"]{
	display: inline-block;
}
.gallery .gallery-item a{
	display: block;
}
a[rel^="attachment"],
.gallery .gallery-item a{
	position: relative;
	overflow: hidden;
}
a[rel^="attachment"] img,
.gallery .gallery-item img{
	/*display: block;*/
	display: inline-block;
	vertical-align: middle;
	border-style: none;
	-webkit-transform: scale(1) translate3d(0,0,0);
	-ms-transform: scale(1) translate3d(0,0,0);
	transform: scale(1) translate3d(0,0,0);
	z-index: 0;
	/*min-width: 100%;*/
}
a[rel^="attachment"] img{
	padding: 0;
}
.gallery{
	margin-left: -15px !important;
	margin-right: -15px !important;
}
.gallery .gallery-item{
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: auto !important;
	margin-bottom: 30px !important;
}
.widget .gallery{
	margin-left: -6px !important;
	margin-right: -6px !important;	
}
.widget .gallery .gallery-item{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 12px !important;	
}
.prospect_sc_carousel .gallery .gallery-item{
	margin-bottom: auto !important;	
}
.gallery .gallery-item img{
	border-style: none !important;	
}

a[rel^="attachment"] .gallery-icon-link:after,
.gallery .gallery-item a .gallery-icon-link:after{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f064";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
    width: 50px;
    height: 50px;
	border-radius: 8px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
	text-align: center;
    text-decoration: none;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    z-index: 2;
}
a[rel^="attachment"]:hover .gallery-icon-link:after,
.gallery .gallery-item a:hover .gallery-icon-link:after{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;	
}
a[rel^="attachment"][href*=".jpg"]:after,
a[rel^="attachment"][href*=".jpeg"]:after,
a[rel^="attachment"][href*=".png"]:after,
a[rel^="attachment"][href*=".gif"]:after,
.gallery .gallery-item a[href*=".jpg"]:after,
.gallery .gallery-item a[href*=".jpeg"]:after,
.gallery .gallery-item a[href*=".png"]:after,
.gallery .gallery-item a[href*=".gif"]:after{
	/*content: "\f067";*/
}
.gallery .gallery-icon-link{
	width: 44px;
    height: 48px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-top: -4px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.5);
    -ms-transform: translate(-50%,-50%) scale(0.5);
    transform: translate(-50%,-50%) scale(0.5);
}
.gallery .gallery-icon{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
a[rel^="attachment"]:hover .gallery-icon-link,
.gallery .gallery-item a:hover .gallery-icon-link{
	opacity: 0.9;
	-webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}

.wp-playlist-light{
	border-style: none;
}
.wp-playlist-light .wp-playlist,
.wp-playlist-light .wp-playlist-caption,
.wp-playlist-light .wp-playlist-item-meta,
.wp-playlist-light .wp-playlist-item-title,
.wp-playlist-light .wp-playlist-item-artist{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.wp-playlist-light .wp-playlist-current-item{
	position: relative;
	padding: 12px 10px 12px 60px;
	border-radius: 10px 0 0 0;
	color: #fff;
	height: auto;
	margin-bottom: 0;
}
.wp-playlist-light .wp-playlist-current-item .wp-playlist-caption{
	color: #fff;
}
.wp-playlist-light .wp-playlist-current-item img{
	display: none;
}
.wp-playlist-light .wp-playlist-current-item:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f001";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 44px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	background-color: #fff;
	text-align: center;
	border-radius: 8px;
}
.wp-playlist-light .wp-playlist-item{
	padding: 5px 0;
}
.wp-playlist-light .wp-playlist-item:not(:last-child){
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-title{
	font-weight: 500;
}
.wp-playlist-light .wp-playlist-tracks .wp-playlist-playing{
	font-weight: 500;
	background-color: transparent;
}
.wp-playlist-light .wp-playlist-tracks{
	margin-top: auto;
	padding: 25px 30px;
	background-color: #e5e5e5;
}
.wp-playlist-light .wp-playlist-current-item .wp-playlist-item-meta{
	font-size: inherit;
}

.prospect_sc_carousel .owl-item > .gallery-item{
	width: 100% !important;
}
.prospect_sc_carousel .owl-pagination{
	padding-left: 15px;
	padding-right: 15px;
}

/**************
* \WP STANDARD
**************/

/************
* TYPOGRAPHY
************/

address:not(:last-child),
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child),
table:not(:last-child),
dl:not(:last-child)/* ,
.prospect_module:not(:last-child) *//*,
code */{
	margin-bottom: 1em;
}

ul ul, ol ol, ul ol, ol ul{
	margin-bottom: 0;
}

strong{
	font-weight: 700;
}

small{
	font-size: smaller;
}

em{
	font-style: italic;
}

address{
	font-style: italic;
}

abbr{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

cite{
	font-style: italic;
}

code{
	padding: 2px 5px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

sub, sup{
	font-size: 0.85em;
}

sub{
	vertical-align: sub;
}

sup{
	vertical-align: super;
}

ins{
	background: #f2f2f2;	
}


main p{
	/*text-indent: 1.5em;*/
	text-indent: 0;
	font-weight: 300;
}
main p[style*="text-align: center;"],
main p[style*="text-align:center;"]{
	text-indent: 0;
}
*{
	text-indent: 0;
}

hr{
	-webkit-appearance: none;
	position: relative;
	height: 1px;
	margin: 30px auto;
	background: #d8e8ec;
	border-style: none;
	outline-style: none;
}

hr.simple:before,
hr.thin:before,
hr.short_simple:before,
hr.short_thin:before{
	display: none;
}
hr.thin,
hr.short_thin{
	height: 1px;
}
hr.short,
hr.short_simple,
hr.short_thin{
	width: 30px;
}
hr.short{
	overflow: hidden;
	margin: 0 auto;
	height: 2px;
	margin-bottom: 20px;
}
hr.short:before{
	border-left-width: 50px;
	border-right-width: 50px;
}
del{
	text-decoration: line-through;
}
mark{
	-webkit-appearance: none;
	color: #fff;
	padding: 2px 6px;
}

/***********
** HEADINGS
***********/

h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
	font-weight: 400;
}
h1              		{ font-size: 3em; font-weight: 400; }
h1:not(:last-child)		{ margin-bottom: 0.67em; }
h1:not(:first-child)	{ margin-top: 0.67em; }
h2              		{ font-size: 2.64em; }
h2:not(:last-child)		{ margin-bottom: 0.83em; }
h2:not(:first-child)	{ margin-top: 0.83em; }
h3              		{ font-size: 2.214em; }
h3:not(:last-child)		{ margin-bottom: 1em; }
h3:not(:first-child)	{ margin-top: 1em; }
h4              		{ font-size: 1.64em; }
h4:not(:last-child)		{ margin-bottom: 1.33em; }
h4:not(:first-child)	{ margin-top: 1.33em; }
h5              		{ font-size: 1.357em; }
h5:not(:last-child)		{ margin-bottom: 1.67em; }
h5:not(:first-child)	{ margin-top: 1.67em; }
h6              		{ font-size: 1.14em; }
h6:not(:last-child)		{ margin-bottom: 2.33em; }
h6:not(:first-child)	{ margin-top: 2.33em; }

/************
** \HEADINGS
************/

/*******
** LIST
*******/

ul > li{
	position: relative;
	padding-left: 1.3em;
}
ul li + li,
ol li + li,
li > ul > li:first-child,
li > ol > li:first-child{
	margin-top: 15px;
}
ul > li:before,
ul.custom_icon_style .list_list{
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f111";
	font-size: 0.5em;
}
ul.custom_icon_style .list_list{
	font-size: inherit;
	line-height: inherit;
}
ol{
	padding-left: 1.3em;
}
ol > li{
	list-style-type: decimal;	
}
ul.checkmarks_style li:before{
	font-size: 1em;
	content: "\f00c";
}
ul.custom_icon_style li:before{
	display: none;
}
#querylist ul li:before{
	display: none;
}
ul.wp-block-gallery > li{
	padding-left: 0;
}
ul.wp-block-gallery > li:before{
	content: none;
}
/********
** \LIST
********/

/*************
** BLOCKQUOTE
*************/

blockquote{
	display: block;
	position: relative;
	padding: 20px 30px 25px 30px;
	border: 1px solid #e6e6e6;
}
q{
	position: relative;
	z-index: 1;
	font-style: italic;
	font-size: 1.26em;
	display: block;
	padding-left: 35px;
    font-weight: 300;
}
q:before{
    display: inline-block;
    font-size: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    vertical-align: middle;
    content: '\f10d';
    margin-right: 8px;
    color: #d8e8ec;
}

/**************
** \BLOCKQUOTE
**************/

/********
** TABLE
*********/

table{
	border-collapse: separate;
	border: 1px solid #d8e8ec;
    border-radius: 8px;
    background: #fff;
}
table th,
table td{
	padding: 14px;
}
table thead tr:first-child{
	background: #27323e;
	color: #fff;
}
table tr th:first-child{
	border-top-left-radius: 8px;
}
table tr th:last-child{
	border-top-right-radius: 8px;
}
table thead th,
table thead td{
	border-color: #18bb7c;
}
table thead th,
table thead td,
table tfoot th,
table tfoot td{
	text-align: left;
}

/*********
** \TABLE
**********/

/******************
** DEFINITION LIST
******************/

dl dt:not(:first-child){
	margin-top: 0.8em;
}
dl dd{
	padding-left: 1.3em;
	font-style: italic;
}

/*******************
** \DEFINITION LIST
*******************/

.dropcap{
    font-size: 2.133333em;
    display: block;
    float: left;
    margin-right: 0.5ex;
    text-align: center;
    color: #fff;
    border-radius: 6px 0;	
}

/*******************
* \TYPOGRAPHY
*******************/

/******
* FORM
******/

input,
textarea{
	background-color: #fff;
	font-size: 0.933333em;
	padding: 12px 10px;
	border: 2px solid #7796ab;
	max-width: 100%;
	margin: auto;	/* ios safari */
	border-radius: 8px;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea{
	-webkit-appearance: none;
}
.vc_row-has-fill input,
.vc_row-has-fill textarea{
	background-color: #fff;
}
input[type='submit']{
	cursor: pointer;
}

input::-webkit-input-placeholder {color: #8f96a2;}
input::-moz-placeholder     {color: #8f96a2;} 
input:-moz-placeholder      {color: #8f96a2;} 
input:-ms-input-placeholder {color: #8f96a2;}
textarea::-webkit-input-placeholder {color: #8f96a2;}
textarea::-moz-placeholder     {color: #8f96a2;} 
textarea:-moz-placeholder      {color: #8f96a2;} 
textarea:-ms-input-placeholder {color: #8f96a2;}

.wpcf7-form p{
	text-indent: 0;
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child:not(:only-child) input{
	line-height: 1.142858em;
	height: 1.142858em;		/* ios safari */
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 18px;
	padding-right: 18px;
	border-radius: 8px;
	-webkit-box-sizing: content-box;	/* ios safari */
	-ms-box-sizing: content-box;	/* ios safari */
	box-sizing: content-box;	/* ios safari */
	max-width: 50%;
}
span.wpcf7-form-control-wrap input,
span.wpcf7-form-control-wrap textarea{
	border-radius: 8px;	
}
span.wpcf7-form-control-wrap textarea{
	line-height: 1.6923; 
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child + input[type="submit"]{
	position: relative;
	margin-left: -1px;
	border-radius: 4px;
	min-width: 0;
	background-color: #18bb7c;
	border-color: #18bb7c;
	color: #fff;
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child + input[type="submit"]:hover{
	color: rgba(255,255,255,0.8);
}


span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child input.wpcf7-not-valid{
	border-color: #e95f58;
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child input.wpcf7-validates-as-required.wpcf7-not-valid + .wpcf7-not-valid-tip{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 0;
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child input.wpcf7-validates-as-required.wpcf7-not-valid + .wpcf7-not-valid-tip:after{
	content: "*";
	display: inline-block;
	font-family: Arial;
	font-size: 24px;
	padding: 0 10px;
	color: #e95f58;
}
span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child input.wpcf7-validates-as-required.wpcf7-not-valid{
	padding-right: 30px;
}
div.wpcf7-response-output{
	margin-left: auto;
	margin-right: auto;
}

.cws_signup form.wpcf7-form{
    display:table;
    margin-left:auto;
    margin-right: auto;
}
.cws_signup .wpcf7-response-output{
	display: block !important;
	min-height: 24px;
	border-width: 2px;
	border-style: solid;
}
.cws_signup .wpcf7-response-output:not([role]){
	border-color: transparent;
}
.cws_signup .wpcf7-response-output:not([role]):before{
	content: "\00A0";
}
.cws_signup .wpcf7-form-control-wrap.your-email{
    white-space: nowrap;
}
.cws_signup div.wpcf7 img.ajax-loader{
	margin-left: -16px;
	-webkit-transform: translateX(20px);
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}
@media screen and ( max-width: 767px ){
    .cws_signup .wpcf7-form-control-wrap.your-email{
        white-space: normal;
    }
    .cws_signup span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child + input[type="submit"]{
        margin-top: 10px;
        border-radius: 4px;
    }   
    .cws_signup span.wpcf7-form-control-wrap:first-of-type:last-of-type:first-child:not(:only-child) input{
        width: 100%;
        border-radius: 4px;    
    }
}

/*******
* \FORM
*******/

/*********
* BUTTONS
*********/

input[type='submit']{
	font-size: inherit;
}

.prospect_button_wrapper{
	display: inline-block;
}
.prospect_button_wrapper > .prospect_button{
	display: block;
	margin: auto;
}

.prospect_button,
.more-link{
    text-decoration: none;
}
.prospect_button,
input[type='submit'],
button,
.more-link{
    display: inline-block;
	padding: 18px 20px;
    min-width: 170px;
    border-style: solid;
    border-width: 2px;
    border-color: #e95f58;
    line-height: 1.066667em;
    color: #fff;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 8px;
}
.prospect_button:hover,
.more-link:hover,
button:hover{

}
input[type='submit']:hover{
	color: #27323e;
	background-color: transparent !important;
}
.prospect_button.without_fill{
	background: transparent !important;
	border-color: transparent !important;
	padding: 0 !important;
}
.prospect_button.without_fill:hover{
	color: inherit !important;
}
.prospect_button.alt{
	background-color: #e95f58;
	color: #fff;
}
.prospect_button.alt:hover{
	background-color: transparent;
}
.prospect_button.button_color_2{
    border-color: #f9cb8f;
}
.prospect_button.button_color_2:hover,
.prospect_button.alt.button_color_2{
	background-color: #f9cb8f;
}
.prospect_button.alt.button_color_2:hover{
	background-color: transparent;	
}
.prospect_button.button_color_3{
    border-color: #18bb7c;
}
.prospect_button.button_color_3:hover,
.prospect_button.alt.button_color_3{
	background-color: #18bb7c;
}
.prospect_button.alt.button_color_3:hover{
	background-color: transparent;
}
button{
	background-color: transparent;
	cursor: pointer;
}

/**********
* \BUTTONS
**********/

/************
* SHORTCODES
************/

.prospect_msg_box{
	position: relative;
	padding: 40px;
	border-radius: 8px;
	color: #fff;
	min-height: 50px;
	background-color: #18bb7c;
}
.prospect_msg_box.with-icon{
	padding-left: 84px;
}
.prospect_msg_box h1,
.prospect_msg_box h2,
.prospect_msg_box h3,
.prospect_msg_box h4,
.prospect_msg_box h5,
.prospect_msg_box h6,
.prospect_msg_box a{
	color: #fff;
}
.prospect_msg_box .icon_part{
	position: absolute;
	top: 50%;
	left: 20px;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 8px; 
	margin-top: -22px;
}
.prospect_msg_box .msg_icon{
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	text-align: center;
	color: #18bb7c;
}
.prospect_msg_box .msg_icon:not(.fa):before{
	content: "\f00c";	
}
.prospect_msg_box .content_part{
	line-height: 1.2;
}
.prospect_msg_box .title{
	font-size: 1.15em;
	font-weight: 500;
	margin-bottom: 10px;
}
.prospect_msg_box .close_button{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 36px;
	opacity: 0.5;
}
.prospect_msg_box .close_button:hover{
	opacity: 1;
}
.prospect_msg_box .close_button:before,
.prospect_msg_box .close_button:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.prospect_msg_box .close_button:before{
	width: 16px;
	height: 2px;
	margin-left: -8px;
	margin-top: -1px;
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.prospect_msg_box .close_button:after{
	width: 2px;
	height: 16px;
	margin-left: -1px;
	margin-top: -8px;
	-webkit-transform: rotate( 225deg );
	-ms-transform: rotate( 225deg );
	-moz-transform: rotate( 225deg );
	transform: rotate( 225deg );
}
.prospect_msg_box.warn{
	background-color: #f9cb8f;
}
.prospect_msg_box.warn .msg_icon{
	color: #f9cb8f;
}
.prospect_msg_box.warn .msg_icon:not(.fa):before{
	content: "\f12a";
}
.prospect_msg_box.error{
	background-color: #e95f58;
}
.prospect_msg_box.error .msg_icon{
	color: #e95f58;
}
.prospect_msg_box.error .msg_icon:not(.fa):before{
	content: "\f00d";
}
.prospect_msg_box.info{
	background-color: #4bbcd7;
}
.prospect_msg_box.info .msg_icon{
	color: #4bbcd7;
}
.prospect_msg_box.info .msg_icon:not(.fa):before{
	content: "\f129";
}
.prospect_msg_box.notice{
	background-color: #808c95;
}
.prospect_msg_box.notice .msg_icon{
	color: #808c95;
}
.prospect_msg_box.notice .msg_icon:not(.fa):before{
	content: "\f129";
}
.prospect_msg_box.usefull{
	background-color: #27323e;
}
.prospect_msg_box.usefull .msg_icon{
	color: #27323e;
}
.prospect_msg_box.usefull .msg_icon:not(.fa):before{
	content: "\f129";
}

.testimonial .author{
	float: left;
	text-align: center;
	margin-right: 30px;
}
.testimonial .author_info{
	font-weight: 600;
	display: block;
	line-height: 1.3;
	font-size: 12px;
	color: #324251;
	position: relative;
	z-index: 1;
}
.testimonial .author_name.author_info:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -10px;
	top: 6px;
	width: 8px;
	height: 2px;
	background: #324251;
}
.testimonial .author .thumb + figcaption{
	padding-top: 3px;
}
.testimonial:not(.hexagon) .author{
	max-width: none;
	float: right;
	text-align: left;
	margin-right: auto;
	white-space: nowrap;
	padding-left: 10px;
    padding-top: 5px;
}
.testimonial:not(.hexagon) .author_info{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.testimonial:not(.hexagon) .author_info + .author_info:before{
	display: inline-block;
	font-family: Arial;
	content: "\00A0\002F\00A0";
}
.testimonial .author + .quote{
	margin-left: auto;
}
.testimonial .thumb{
	display: block;
}
.testimonial .thumb > img{
	display: block;
}
.testimonial .thumb,
.testimonial .thumb > img{
	border-radius: 8px;
}
.testimonial .quote_link a{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.6em;
	text-decoration: none;
}
.testimonial .quote_link a:before{
	content: "\f178";
}
.testimonial.prospect_module.hexagon .author{
	float: none;
	margin: auto;
}
.testimonial.prospect_module.hexagon .author .thumb{
	width: 200px;
	margin: auto;
}
.testimonial.prospect_module.hexagon .author_name{
	font-size: 16px;
}
.testimonial.prospect_module.without_image.hexagon .author_name{
	font-size: 12px;
}
.testimonial.prospect_module.with_image .testimonial_img_container,
.testimonial.prospect_module.with_image .testimonial_img_container:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.testimonial.prospect_module.with_image .testimonial_img_container:before{
	content: '';
	background: #fff;
	opacity: 0.9;
}
.testimonial.prospect_module.with_image .testimonial_img_container img{
	display: block;
    width: 100%;
   	position: absolute;
   	z-index: 0;
    min-height: 100%;
}
.testimonial.prospect_module.with_image{
	position: relative;
	z-index: 1;
}
.testimonial.prospect_module.with_image{
	border-radius: 8px;
	overflow: hidden;
}
.post_post_media .testimonial.prospect_module.with_image{
	padding: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.floated_media .post_post_media .testimonial.prospect_module.with_image{
	border-radius: 8px;
}
.testimonial.prospect_module.with_image .testimonial_container {
    padding: 35px 40px 30px;
}
.testimonial.prospect_module .author_status{
	font-size: 12px;
	font-weight: 400;
}
.testimonial.prospect_module.hexagon .author_status{
	margin-top: 5px;
}
.testimonial.prospect_module.hexagon figcaption{
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
}
.testimonial.prospect_module.hexagon figcaption:before{
	content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.testimonial.prospect_module.hexagon .author .thumb + figcaption{
	padding-top: 20px;
}
.testimonial.prospect_module figcaption span:before{
	display: none;
}
.testimonial.prospect_module.hexagon .quote q{
	font-style: normal;
	font-size: 1em;
	text-align: center;
	padding-left: 15%;
	padding-right: 15%;
}
.testimonial.prospect_module.hexagon:not(.without_image) .quote q:before{
	display: none;
}
.post_single_post_content .testimonial.prospect_module.hexagon .quote q{
	text-align: left;
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
}
.testimonial.prospect_module .quote q{
    font-size: 16px;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-style: italic;
}
.prospect_icon_wrapper{
	display: inline-block;
	margin: 5px;
}
.prospect_icon{
	display: inline-block;
	text-decoration: none;
	text-align: center;
	width: 2em;
	height: 2.1em;
	line-height: 2.2em;
	color: #fff;
	position: relative;
	z-index: 1;
}
.prospect_icon.fa-2x,
.prospect_icon.fa-3x,
.prospect_icon.fa-4x,
.prospect_icon.fa-5x,
.prospect_icon.fa-lg{
	line-height: 2.2em;
}
.prospect_icon.fa-fw_icon{
	width: 100%;
    font-size: 6em;
    line-height: initial;
    height: initial;
    padding-bottom: 110%;
}
.prospect_icon.fa-fw_icon:before{
	position: absolute;
	z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
}
.prospect_icon_wrapper > .prospect_icon{
	display: block;
	margin: auto;
}
.prospect_icon.simple.hovered:hover{
	opacity: 0.8;
}
.prospect_icon.hovered:hover,
.prospect_icon.icon_alt{
	color: #fff;
}
.prospect_icon.figure .figure_wrap svg,
.prospect_icon.icon_alt.hovered:hover .figure_wrap svg{
	fill: transparent;
}
.prospect_icon.icon_alt.hovered:hover{
	background-color: transparent;
}
.prospect_button.alt,
.prospect_button:hover{
	color: #fff;
}
.prospect_button.alt:hover{
	background-color: transparent;
}
.prospect_button.fw{
	display: block;
	width: 100%;
}
.prospect_button.mini{
    padding: 11px 15px;
    min-width: 170px;	
}
.prospect_button.extra-small{
    padding: 13px 15px;
    min-width: 170px;
}
.prospect_button.small{
    padding: 16px 15px;
    min-width: 170px;
}
.prospect_button.large{
    padding: 20px 20px;
    min-width: 170px;
}
.prospect_button.extra-large{
    padding: 22px 20px;
    min-width: 170px;
}

.banner_link{
	display: block;
}
.prospect_banner{
	display: block;
	padding: 20px 30px;
	font-size: 40px;
	line-height: 1;
	color: #fff;
	border-radius: 8px;
}
.banner_wrapper{
	display: block;
	position: relative;
}
.prospect_banner .banner_wrapper > *{
	display: block;
	float: right;
}
.banner_icon{
	margin-left: 30px;
}
.prospect_banner .banner_title{
	float: left;
}
.prospect_banner.icon_left .banner_wrapper > *{
	float: left;
}
.prospect_banner.icon_left .banner_icon{
	margin-left: auto;
	margin-right: 30px;
}
.prospect_banner.icon_left .banner_title{
	float: right;
}
.banner_title{
	padding: 9px 0;
}
.banner_offer{
	float: right;
	font-size: 100px;
	line-height: 80px;
}
.banner_icon{
	font-size: 55px;
	line-height: 98px;
	width: 98px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
}
.banner_offer > *,
.banner_title > *{
	vertical-align: middle;
}

.vc_tta.vc_tta-tabs.vc_general .vc_tta-panel-body{
	border-style: none;
	padding: 40px 20px;
	color: #808c95;
	font-weight: 300;
}
.vc_tta.vc_tta-accordion.vc_general .vc_tta-panel-body{
	padding: 40px 20px;
}
.vc_tta.vc_tta-accordion.vc_general.accordion_alternative .vc_tta-panel-body{
	background: #fff;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading{
	border-style: none;
	margin-bottom: -1px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title{
	font-family: inherit;
	line-height: inherit;
	font-size: 1em;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a{
	position: relative;
	font-weight: 500;
	color: #afb1bc;
    margin: -1px -1px auto -1px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-icon{
	font-size: 1em;
	line-height: inherit;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-left > a{
	padding: 10px 20px 10px 0;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-right > a{
	padding: 10px 0 10px 20px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a{
	padding-left: 40px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a{
	padding-right: 40px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
	left: 20px;
	right: initial;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
	left: initial;
	right: 20px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel + .vc_tta-panel{
	margin-top: 10px;
}
.vc_tta.vc_general.vc_tta-accordion.accordion_alternative .vc_tta-panel + .vc_tta-panel{
	margin-top: 2px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel{
	background-color: transparent;
	border-bottom: 1px solid #d8e8ec;
	overflow: hidden;
}
.vc_tta.vc_general.vc_tta-accordion.accordion_alternative .vc_tta-panel{
	border-bottom: 0;
}
.vc_tta.vc_general.vc_tta-accordion.accordion_alternative .vc_tta-panel:first-child .vc_tta-panel-title{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title{
	position: relative;
	z-index: 1;
}
.vc_tta.vc_general.vc_tta-accordion.accordion_alternative .vc_tta-panel-title{
	background: #eff5f7;
}
.vc_tta.vc_general.vc_tta-accordion.accordion_alternative .vc_active .vc_tta-panel-title{
	background: #27323e;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #afb1bc;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-controls-align-left .vc_tta-panel-title:before{
	right: 20px;
}
.vc_tta.vc_general.vc_tta-accordion.vc_tta-controls-align-right .vc_tta-panel-title:before{
	left: 20px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-right:before,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title.vc_tta-controls-icon-position-left:before{
	display: none;
}

.vc_tta.vc_general.vc_tta-tabs .vc_tta-panel-body{
	border-bottom: 1px solid #eff5f7;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab{
	background-color: transparent;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-container{
	z-index: 1;
}
.vc_tta.vc_general.vc_tta-tabs.tabs_alternative .vc_tta-tabs-container{
	background: #eff5f7;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-tab.vc_active{
	border-bottom-color: transparent;
	background: #27323e;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-tab.vc_active a{
	color: #fff;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-tab:first-child{
	border-top-left-radius: 8px;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-tabs-list{
	border-bottom: 0;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-tab{
	margin-bottom: 0;
	border-bottom: 0;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-container,
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tabs-list{
	overflow: visible;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
	border-bottom: 2px solid #d8e8ec;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab{
	text-align: center;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab{
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab{
	border-bottom-width: 2px;
	margin-top: -1px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab > a{
	min-width: 112px;
	padding: 13px 20px;
	border-style: none;
	font-weight: 500;
	color: #afb1bc;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab:before{
	display: none;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab.vc_active>a{
	color: #1c3545;
	font-weight: 600;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tab.vc_active{
	border-bottom-color: #fff;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-bottom .vc_tta-tab.vc_active{
	border-top-color: #fff;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-panel-heading{
	background: #eff5f7;
    border: 0 !important;
    border-bottom: 2px solid #d8e8ec !important;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-panel-heading .vc_tta-panel-title{
    font-size: 1em;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-panel-heading .vc_tta-panel-title > a{
	color: #afb1bc;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-panel.vc_active .vc_tta-panel-heading{
	background: #27323e;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a{
	color: #fff !important;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top.tabs_alternative .vc_tta-panel:first-child .vc_tta-panel-heading{
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


.vc_toggle,
.vc_toggle_content{
	margin-bottom: auto;
}
.vc_toggle_title{
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
}
.vc_toggle_title>h4{
	display: inline-block;
	margin-bottom: auto;
	line-height: 30px;
	font-family: inherit;
	color: inherit;
    font-weight: 500;
}
.vc_toggle .vc_toggle_icon{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
}
.vc_toggle_title> *:first-child{
	padding-left: 30px;
	padding-right: 30px;
}
.vc_toggle_title> *:first-child:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #afb1bc;
}
.vc_toggle .vc_toggle_icon:before{
	content: "\f067";
}
.vc_toggle.vc_toggle_active .vc_toggle_icon:before{
	content: "\f068";
}
.vc_toggle_title,
.vc_toggle_content{
	padding-left: 40px;
	color: #1c3545;
    border-bottom: 2px solid #d8e8ec;
    padding-bottom: 10px !important;
}
.vc_toggle_title + .vc_toggle_content{
    padding: 14px 20px;
    margin: 0;	
    color: #808c95;
}
.vc_toggle + .vc_toggle{
	margin-top: 10px;
}

.prospect_pb_bar{
    display: block;
    position: relative;
    height: 8px;
    border-radius: 8px;
    background-color: #e1e1e1;
}
.prospect_pb .prospect_pb_title{
	margin-bottom: 8px;
	font-family: inherit;
	font-size: inherit;
	line-height: 1;
	color: inherit;
	font-weight: 500;
}
.prospect_pb_progress{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
}
.prospect_milestone{
	position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.prospect_milestone_background .figure_wrap{
	position: relative;
}
.prospect_milestone .prospect_milestone_background .figure_wrap svg{
	fill: transparent;
}
.prospect_milestone.milestone-alt .prospect_milestone_background .figure_wrap svg{
	stroke: transparent;
}
.prospect_milestone .prospect_milestone_background .figure_wrap svg{
	stroke: #7d9baf;
}
.prospect_milestone_content{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.prospect_milestone_content{
	color: #7d9baf;
}
.prospect_milestone.milestone-alt .prospect_milestone_content{
	color: #fff;
}
.prospect_milestone_icon{
	font-size: 55px;
	line-height: 0.9;
}
.prospect_milestone_title{
	font-size: 1.64em;
	line-height: inherit;
	color: inherit;
	margin-top: auto;
	font-weight: 600;
}
.prospect_milestone_icon + .prospect_milestone_number{
	margin-top: 10px;
}
.prospect_milestone_number + .prospect_milestone_title{
	margin-top: 5px;
	padding: 0 10px;
}
.prospect_milestone_number .odometer-inside{
	font-size: 44px;
	color: inherit;
}
.prospect_milestone_number.odometer.odometer-auto-theme,
.prospect_milestone_number.odometer.odometer-theme-default{
	font-family: inherit;
	line-height: 1;
}

.prospect_services_column{
	text-align: center;
}
.prospect_services_title{
	font-family: inherit;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.4;
}
.prospect_services_icon{
	margin-bottom: 10px;
}
.prospect_services_icon .icon{
	display: inline-block;
	font-size: 30px;
	width: 70px;
	height: 80px;
	line-height: 78px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 1;
}
.prospect_services_desc p span{
	display: block;
}
.prospect_services_column .prospect_services_desc{
	overflow: hidden;
}
.prospect_services_column.icon_center .prospect_services_icon{
	text-align: center;
}
.prospect_services_column.icon_center .prospect_services_desc .widgettitle{
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
	z-index: 1;
}
.prospect_services_column.icon_center .prospect_services_desc .widgettitle:before{
	content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 30px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.prospect_services_column.icon_center .prospect_services_desc p{
	margin-bottom: 0;
}
.prospect_services_column.icon_left .prospect_services_icon{
	float: left;
	margin-right: 30px;
}
.prospect_services_column.icon_right .prospect_services_icon{
	float: right;
	margin-left: 30px;
}
.prospect_services_column.icon_left .prospect_services_desc{
	text-align: left;
}
.prospect_services_column.icon_right .prospect_services_desc{
	text-align: right;
}
.prospect_services_column.small .prospect_services_icon .icon{
	font-size: 25px;
    width: 50px;
    height: 60px;
	line-height: 56px;
}
.prospect_services_column.medium .prospect_services_icon .icon{
	font-size: 30px;
    width: 70px;
    height: 80px;
	line-height: 78px;
}
.prospect_services_column.large .prospect_services_icon .icon{
	font-size: 35px;
    width: 90px;
    height: 100px;
	line-height: 98px;
}
.prospect_services_column.icon_alt .prospect_services_icon .icon,
.prospect_services_column.hovered:hover .prospect_services_icon .icon{
	color: #fff;
}
.prospect_services_column .prospect_services_icon svg,
.prospect_services_column.icon_alt.hovered:hover .prospect_services_icon svg{
	fill: transparent;
}
.prospect_services_button:not(:first-child){
	margin-top: 25px;
}

.cws_sc_processes_wrap{
	margin-left: -50px;
	margin-right: -50px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cws_sc_processes_wrap.simple{
	margin-left: -15px;
	margin-right: -15px;
}
.prospect_process_column{
	width: calc(25% - 100px);
	position: relative;
	z-index: 1;
	float: left;
	margin-left: 50px;
	margin-right: 50px;
	text-align: center;
	min-width: 140px;
}
.cws_sc_processes_wrap.simple .prospect_process_column{
	width: calc(25% - 30px);
	margin-left: 15px;
	margin-right: 15px;
}
.cws_sc_processes_wrap.simple .prospect_process_column.process_col_2{
	width: calc(50% - 30px);
}
.cws_sc_processes_wrap.simple .prospect_process_column.process_col_1{
	width: calc(100% - 30px);
}
.prospect_process_column:nth-child(even){
	margin-top: 60px;
}
.cws_sc_processes_wrap.simple .prospect_process_column{
	margin-top: 0;
}
.prospect_process_column_line{
	position: absolute;
	z-index: 1;
	top: 75px;
	right: -85px;
}
.prospect_process_column:nth-child(even) .prospect_process_column_line{
	transform: matrix(-1, 0, 0, 1, 0, 0);
    top: 20px;
}
.prospect_process_column:last-child .prospect_process_column_line{
	display: none;
}
.prospect_process_column:nth-child(4n+4) .prospect_process_column_line{
	display: none;
}
.cws_sc_processes_wrap.simple .prospect_process_column_line{
	display: none;
}
.prospect_process_icon_wrap{
	position: relative;
	z-index: 1;
	padding-bottom: 110%;
	transition: 0.6s;
}
.prospect_process_item{
	max-width: 220px;
    margin: auto;
}
.prospect_process_item:hover .prospect_process_icon_wrap{
	animation-name: pulse;
    -webkit-animation-name: pulse; 
 
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
 
    animation-timing-function: ease-in-out; 
    -webkit-animation-timing-function: ease-in-out;  
}
@keyframes pulse {
    0% {
        transform: scale(1);      
    }
    50% {
        transform: scale(1.05);
    }   
    100% {
        transform: scale(1);  
    }           
}
 
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);      
    }
    50% {
        -webkit-transform: scale(1.05);
    }   
    100% {
        -webkit-transform: scale(1);  
    }           
}
.prospect_process_icon{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
	font-size: 4.5em;
}
.process_number_wrap{
    position: absolute;
    z-index: 1;
    min-width: 17%;
    height: 15.45%;
    border-radius: 50%;
    color: #fff;
    font-size: 1em;
    top: 5%;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prospect_process_title{
	font-size: 19px;
	margin-top: 25px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
}

.prospect_pricing_plan{
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 8px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.prospect_pricing_plan.highlighted{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
}
.prospect_pricing_plan:hover{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
}
.pricing_plan_title{
	padding: 35px 15px;
	text-align: center;
	margin: -1px -1px 0 -1px;
	font-size: 1.64em;
	line-height: 1.090909em;
	color: #fff;
}
.prospect_pricing_plan .pricing_plan_title{
	margin-bottom: auto;
}
.pricing_plan_price{
	padding: 31px 12px;
	text-align: center;
	font-size: 44px;
	line-height: 1.1;
	font-weight: 700;
	color: #1c3545;
	border-bottom: 1px solid #d8e8ec;
}
.pricing_plan_price .currency{
	font-size: 0.7em;
	line-height: 1;
	vertical-align: middle;
}
.pricing_plan_price .fract_price_part{
    font-size: 0.5em;
    vertical-align: top;
    line-height: 1;
}
.pricing_plan_price .price_desc{
	font-size: 0.25em;
	line-height: 1.388889em;
	color: #afb1bc;
	margin-left: -23px;
}
.pricing_plan_content{
	padding: 25px 12px 0 12px;
}
.pricing_plan_content ul{
	margin-left: -12px;
	margin-right: -12px;
	color: #afb1bc;
}
.pricing_plan_content ul li{
	padding: 4px 12px 4px 40px;
}
.pricing_plan_content ul li.icon_none{
	padding: 4px 12px;
}
.pricing_plan_content ul li + li,
.pricing_plan_content ul li:first-child{
	margin-top: auto;
}
.pricing_plan_content ul li:before{
	font-size: 0.866667em;
	top: 8px;
	left: 20px;
	content: "√";
}
.pricing_plan_button{
	padding: 0 12px 30px 12px;
	text-align: center;
}
.prospect_sc_carousel > .prospect_wrapper > p{
	display: none;
}
.prospect_sc_carousel li.item{
	padding-left: 0;
}
.prospect_sc_carousel li.item:before{
	display: none;
}

.cws_twitter{
	text-align: center;
}
.cws_twitter .cws_twitter_icon{
	padding: 0 15px;
	margin-bottom: 15px;
}
.cws_twitter .cws_twitter_icon i{
	width: 70px;
	height: 70px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 3px solid #e95f58;
	border-radius: 8px;
	line-height: 64px;
	font-size: 40px;
	color: #e95f58;
	text-align: center;
}
.cws_twitter_divider{
	margin-top: 26px;
	margin-bottom: 14px;
}
.cws_tweets_group{
	padding-left: 0;
}
.cws_tweets_group:before{
	display: none;
}
.cws_tweets .tweet{
	padding: 0 15px;
	font-size: 1.2em;
	line-height: 1.388889em;
	font-weight: 300;
}
.cws_tweets .tweet:before{
	display: none;
}

.prospect_cta{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	padding: 20px 45px;
	font-weight: 300;
	background-color: #f2f2f2;
}
.cta_button .prospect_button{
	font-weight: 300;
}
.prospect_cta > *{
	position: relative;
	z-index: 1;	
}
.cta_bg_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.cta_holder{
	display: table;
	width: 100%;
}
.cta_holder > *{
	display: table-cell;
	vertical-align: middle;
}
.cta_holder > .cta_icon{
	vertical-align: top;
}
.cta_holder > * + *{
	padding-left: 30px;
}
.cta_content{
	width: 100%;
}
.cta_icon{
	display: block;
	border-style: solid;
	border-width: 2px;
	width: 96px;
	font-weight: normal;
	font-size: 50px;
	line-height: 96px;
	text-align: center;
	border-radius: 50%;
	border-color: #e95f58;
	color: #e95f58;	
}
.cta_icon:before{
	vertical-align: middle;
}
.cta_title{
	font-size: 2.6em;
	line-height: 1.2;
	font-family: inherit;
	color: inherit;
}
.cta_title,
.cta_title:not(:last-child){
	margin-bottom: auto;
}
.cta_text{
	font-size: 1.45em;
	line-height: 1.4;
}
.cta_content > * + *{
	margin-top: 8px;
}
/************
* \SHORTCODES
************/

/***********
* TOP PANEL
***********/

#top_panel.transparent{
	background-color: transparent;
}
#top_panel address{
	width: 100%;
	font-style: normal;
}
#top_panel address > p:only-child{	/* wpautop */
	display: inline-block;
}
#top_panel .prospect_layout_container > *,
.bar_item{
	display: table-cell;
}
#top_panel .prospect_layout_container > #top_panel_bar:only-child{
	display: block;
	float: right;
}
#top_panel .prospect_layout_container > *{
	vertical-align: middle;
}
.bar_item{
	position: relative;
	vertical-align: top;
}
.bar_item_content{
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	margin-right: 100%;
}
.searchform{
	overflow: hidden;
}
#search_bar_item{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 1;	
}
#search_bar_item.hidden{
	opacity: 0;
}
.searchform{
	position: relative;
	white-space: nowrap;
}
.searchform .search-field,
.searchform .search-submit{
	position: relative;		
}
.searchform .screen-reader-text{
	z-index: 3;
}
.searchform .search-field{
	z-index: 1;
}
.searchform .search-submit{
	z-index: 2;
}
#search_bar_item .search-field{
	width: 230px;
	border-style: none;
	-webkit-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}
.search-submit{
	padding: 0;
	min-width: 0;
	border-style: none;	
	font-weight: inherit;
	border-radius: 0;
}
.searchform .search-field,
.search-submit{
	display: inline-block;
	vertical-align: top;
}
.searchform .screen-reader-text{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.searchform .screen-reader-text:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f002";
}
.search-submit,
#search_bar_item .search-field,
.searchform .screen-reader-text{
	height: 40px;
}
.bar_element,
.search-submit,
#top_panel_social .social_icon,
.searchform .screen-reader-text{
	text-align: center;
	text-decoration: none;
}
.bar_element,
#top_panel_social .social_icon,
.searchform .screen-reader-text:before{
	display: block;
	font-size: 19px;
}
.bar_element,
.search-submit,
.searchform .screen-reader-text{
	color: #fff;
}
#search_bar_item.active .search-field{
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);	
}
#top_panel_social{
	display: none;
}
#social_bar_item.active #top_panel_social{
	display: block;
}
.bar_item_content#top_panel_social{
	margin-right: auto;
}
#top_panel_social .social_icon{
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: none;
	transition: none;
}
#top_panel_social .social_icon i{
	background-color: transparent;
	color: inherit;
}

#top_panel_icl_el{
	background-color: #4bbcd7;
}
#top_panel_bar #top_panel_icl{
    top: 100%;
    margin-right: auto;
    box-shadow: 0 0 5px #e1e1e1;
}
#top_panel_icl{
    background-color: #fff;
    min-width: 120px;
	padding: 13px; 
    border-radius: 8px;
    margin-top: 10px;
    -webkit-transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -ms-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-end;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-end;
    visibility: hidden;
    opacity: 0;
}
#icl_bar_item:hover #top_panel_icl{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, visibility 0.3s step-start;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s step-start;
    visibility: visible;
    opacity: 1;
}
#top_panel_icl:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 10px;
    margin-top: -10px;
}

#top_panel address{
	white-space: pre;
}
#top_panel a,
#top_panel i{
	display: inline-block;
	vertical-align: middle;
}
#top_panel a{
	color: inherit;
	text-decoration: none;
}
#top_panel i{
	width: 1.2857em;
	line-height: 1.2857em;
	border-radius: 3px;
	text-align: center;
	background-color: #e95f58;
	color: #272b31;
}
.menu_wrapper{
	display: flex;
}
#woo_minicart_bar_item{
	display: flex;
    align-items: center;
    margin-left: 10px;
}
#woo_minicart_bar_item > a{
	margin-top: -4px;
	position: relative;
	z-index: 1;
	color: #1c3545;
}

/************
* \TOP PANEL
************/

/********
* HEADER
*********/

#site_header,
#sticky_box,
#mobile_header{
	position: relative;
}
#site_header,
#mobile_header,
#mobile_menu_wrapper{
	background-color: #fff;
	z-index: 4;
}
#sticky_box{
	background-color: rgba( 255, 255, 255, 0.952941 );
}
.site_header .prospect_layout_container{
  	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	-webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site_header:not(.menu_boxed) .prospect_layout_container{
    width: calc(100% - 80px);
    margin: 0 40px;
}
.site_header .prospect_layout_container.a_right_flex{
	-webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;	
}
.header_covers_slider #site_header{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
/*******
** LOGO
********/

.header_divider{
	margin: auto;
	height: 1px;
	background-color: rgba(255,255,255,0.2);
	position: relative;
	z-index: 1;
}
#document > .header_divider{
	margin-top: auto;
}
.header_divider:before{
	display: none;
}

.site_header .header_logo{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;	
}
#site_header .header_logo,
#sticky .header_logo{
    /*********************/
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*********************/
}
.site_header.logo_center .prospect_layout_container{
	display: block;
}
.site_header.logo_center .header_logo_img{
	margin: 0 auto;
}
.site_header.logo_right .header_logo:only-child{
	position: relative;
	left: 100%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
.header_logo a,
.header_logo_img{
	display: block;
}

/********
** \LOGO
*********/

/*******
** MENU
********/

.main_menu,
.main_menu .sub-menu{
	overflow: visible;
}
.main_menu:only-child{
	width: 100%;
}
.main_menu .menu-item > a,
.main_menu .menu-item > span{
	display: block;
	color: inherit;
	text-decoration: none;
}
.main_menu,
.main_menu > .menu-item,
.main_menu.sandwich .sandwich_switcher,
#mobile_header .sandwich_switcher{
  	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.main_menu > .menu-item > a,
.main_menu > .menu-item > span,
.main_menu .sandwich_switcher > .switcher,
#mobile_header .sandwich_switcher > .switcher{
  	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;	
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;	
}
#main_menu,
#sticky_menu{
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
ul.main_menu:not(:last-child){
	margin-bottom: 0;
}
.main_menu .menu-item{
	padding-left: 0;
	text-align: left;
	white-space: nowrap;
	font-weight: 500;
}
.main_menu .menu-item + .menu-item,
.main_menu .sub-menu > .menu-item:first-child{
	margin-top: 0;
}
.main_menu .menu-item:before{
	display: none;
}
.main_menu > .menu-item{
	position: relative;
}
.main_menu .menu-item > .pointer{
	display: none;
}
.main_menu > .menu-item > a,
.main_menu > .menu-item > span{
	padding: 35px 20px;	
}
#sticky .main_menu > .menu-item > a, 
#sticky .main_menu > .menu-item > span {
    padding: 18px 20px;
}
.main_menu > .menu-item.menu-item-has-children:after,
.main_menu > .menu-item.menu-item-object-megamenu_item:after{
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main_menu > .menu-item.menu-item-object-megamenu_item > .sub-menu:before{
	display: none;
}
.main_menu > .menu-item.menu-item-object-megamenu_item .cws_megamenu_item .vc_row{
	max-width: 1170px;
	margin: auto;
}
/*.main_menu .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 10px 0;
}
.main_menu .sub-menu .sub-menu{
	padding: 0;
}*/
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item.disable_fw.direction_right > .sub-menu{
	left: 0;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item.disable_fw.direction_left > .sub-menu{
	left: initial;
	right: 0;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item > span:first-child{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item > span:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: initial;
	bottom: -10px;
	left: 50%;
	width: 20px;
	height: 20px !important;
	background: #fff;
	opacity: 0;
	box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) rotate(45deg);
	display: block !important;
	transition: all 0.15s;
	transition-delay: 0.20s;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item:hover > span:before{
	opacity: 1;
	transition: all 0.15s;
	transition-delay: 0.25s;
}
.main_menu:not(#mobile_menu) .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 10px -1px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 10px 0;
    max-height: 0;
    opacity: 0; 
    position: absolute;
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0s max-height 0.15s linear,0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1),0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
}
.main_menu:not(#mobile_menu) .sub-menu .sub-menu{
    left: 100%;
    top: -10px;
}
.main_menu:not(#mobile_menu) .menu-item.right .sub-menu{
	transform-origin: 90% top;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item.direction_center > .sub-menu{
	transform-origin: 50% top;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item.direction_left > .sub-menu{
	transform-origin: 90% top;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item.direction_right > .sub-menu{
	transform-origin: 10% top;
}
.main_menu .sub-menu .sub-menu{
	padding: 0;
}
.main_menu.alt .sub-menu{
	background-color: rgba(0,0,0,0.8);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.main_menu > .menu-item > .sub-menu:before{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 25%;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) rotate(45deg);
}
.main_menu > .menu-item.right > .sub-menu:before{
	left: 75%;
}
.main_menu.alt > .menu-item > .sub-menu{
	border-top-style: none;
}
.main_menu .sub-menu .sub-menu{
	top: 0;
	left: 100%;
	margin-left: 2px;
}
.main_menu:not(#mobile_menu) .menu-item.right .sub-menu{
	left: auto;
	right: 0;
}
.main_menu:not(#mobile_menu) .menu-item.right .sub-menu .sub-menu{
	top: 0;
	right: 100%;
	margin-right: 2px;
}
.main_menu:not(#mobile_menu) .menu-item.right .sub-menu .sub-menu:before{
	right: auto;
	left: 100%;
}
.main_menu .sub-menu .sub-menu .menu-item > a,
.main_menu .sub-menu .menu-item > a{
	padding: 0 15px;
    margin: 0 20px;
	position: relative;
	z-index: 1;
	display: inline !important;
}
.main_menu .cws_megamenu_item .widget.widget_nav_menu .menu .menu-item > a{
	padding: 0;
}
.main_menu .cws_megamenu_item .widget.widget_nav_menu .menu .menu-item > a:after{
	width: 100%;
	margin: 0;
}
.main_menu .sub-menu .menu-item > a:after{
	background-color: white;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: 0.15s all cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: calc(100% - 30px);
    margin: 0 15px;
}
#mobile_menu.main_menu .sub-menu .menu-item > a:after{
	width: 100%;
	margin: 0;
}
.main_menu .sub-menu .menu-item > a:hover:after{
    opacity: 1;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
.main_menu .sub-menu .menu-item:last-child > a{
	border: 0;
}
.main_menu .sub-menu .menu-item > span{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}
.main_menu .menu-item.right .sub-menu .menu-item > span{
	right: initial;
	left: 0;
	-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.main_menu .sub-menu .menu-item > span.pointer{
	padding: 0;
}
.main_menu .sub-menu .menu-item.menu-item-has-children{
	width: 100%;
	display: table;
}
.main_menu .sub-menu .widget.widget_nav_menu .menu-item.menu-item-has-children{
	width: auto;
	display: block;
}
.main_menu .sub-menu .menu-item.menu-item-has-children > *{
	display: block;
}
.main_menu .sub-menu .menu-item.menu-item-has-children > .sub-menu{
	display: block;
}
.main_menu .menu-item > .depth,
.main_menu .sub-menu .menu-item > .depth{
	display: none;
}
.main_menu .pointer{
	width: 25px;
	min-width: 25px;
	text-align: center;
}
.main_menu .pointer:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f105";
}

#site_header .main_menu .menu-item > .sub-menu,
#sticky .main_menu .menu-item > .sub-menu{
	pointer-events: none;
	opacity: 0;
}
#site_header .main_menu .menu-item.avail > .sub-menu,
#sticky .main_menu .menu-item.avail > .sub-menu{
	pointer-events: auto;
}
#site_header .main_menu .menu-item-object-megamenu_item > .sub-menu,
#sticky .main_menu .menu-item-object-megamenu_item > .sub-menu{
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#site_header .main_menu .menu-item.visible > .sub-menu,
#sticky .main_menu .menu-item.visible > .sub-menu{
    max-height: 2000px;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s !important;
    transition-duration: 0s, 0.2s, 0.2s !important;
}
/*#site_header .main_menu .menu-item > .sub-menu,
#sticky .main_menu .menu-item > .sub-menu{
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
#site_header .main_menu .menu-item.visible > .sub-menu,
#sticky .main_menu .menu-item.visible > .sub-menu{
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}*/
.lavalamp-object:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 25px;
	height: 2px;
	bottom: 35px;
	left: 21px;
}
.main_menu.lavalamp.sandwich .lavalamp-object{
	display: none;
}
.main_menu.lavalamp.sandwich.sandwich_active .lavalamp-object{
	display: flex;
}
.main_menu > .wpml-ls-slot-main-menu:before{
	display: block !important;
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	transform: translateY(-55%);
	height: 20px;
	border-right: 2px solid #3d454b;
}

.menu_search_wrap {
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100% ;
    position: fixed;
    z-index: 10000;
    overflow: visible;
    display: none;
    background: rgba(39,50,62,0.96);
}
.menu_search_wrap .container{
	max-width: 1170px;
	width: 100%;
	display: block;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    position: relative;
    z-index: 1;
    margin: auto;
}
.menu_search_wrap .screen-reader-text,
.menu_search_wrap .search-submit{
	display: none;
}
.menu_search_wrap .search-field{
	width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #e0e6ea;
    border-radius: 0;
    color: #e0e6ea;
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
}
.search_back_button{
	display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 18px;
    height: 36px;
    cursor: pointer;
}
.search_back_button:before,
.search_back_button:after{
	display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #e0e6ea;
}
.search_back_button:before{
	width: 16px;
    height: 2px;
    margin-left: -8px;
    margin-top: -1px;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate( 45deg );
    -moz-transform: rotate( 45deg );
    transform: rotate( 45deg );
}
.search_back_button:after{
	width: 2px;
    height: 16px;
    margin-left: -1px;
    margin-top: -8px;
    -webkit-transform: rotate( 225deg );
    -ms-transform: rotate( 225deg );
    -moz-transform: rotate( 225deg );
    transform: rotate( 225deg );
}
.menu_search_button{
	display: flex;
    align-items: center;
    margin-top: -4px;
    position: relative;
    z-index: 1;
	color: #1c3545;;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
}
.menu_search_button:before{
    content: "\f118";
    font-family: cwsicon;
}
.menu_search_wrap .search-field::-webkit-input-placeholder{
	color: #e0e6ea;	
}
.menu_search_wrap .search-field::-moz-placeholder{
	color: #e0e6ea;	
}
.menu_search_wrap .search-field:-moz-placeholder{
	color: #e0e6ea;	
}
.menu_search_wrap .search-field:-ms-input-placeholder{
	color: #e0e6ea;
}
.main_menu .wpml-ls-menu-item > a{
	padding-left: 25px;
	margin-right: 10px;
}
.main_menu .wpml-ls-menu-item .sub-menu{
	margin-left: 5px;
	padding: 0;
	margin-top: -20px;
}
.main_menu .wpml-ls-menu-item .sub-menu:before{
	display: none;
}
.main_menu .wpml-ls-menu-item .sub-menu a{
	padding: 0;
}

/********
** \MENU
*********/

/****************
** SANDWICH MENU
*****************/

.sandwich_switcher{
	display: none;
	min-height: 44px;
	width: 44px;
}
.sandwich_switcher .ham{
	display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
}
.sandwich .sandwich_switcher .ham{
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.sandwich.sandwich_active .sandwich_switcher .ham{
    -webkit-transition: none;
    transition: none;
}
.sandwich_active  .sandwich_switcher .ham,
.main_menu.sandwich.sandwich_active  .sandwich_switcher .ham,
#main_menu.sandwich.sandwich_active  .sandwich_switcher .ham,
#mobile_header.sandwich_active  .sandwich_switcher .ham{
    background-color: transparent;
}
.sandwich_switcher .ham:after,
.sandwich_switcher .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    -webkit-transform: translate3d(0,0,0) rotate(0deg);
    -moz-transform: translate3d(0,0,0) rotate(0deg);
    -ms-transform: translate3d(0,0,0) rotate(0deg);
    -o-transform: translate3d(0,0,0) rotate(0deg);
    transform: translate3d(0,0,0) rotate(0deg);
}
.sandwich_switcher .ham:before {
    top: -8px;
}
.sandwich_switcher .ham:after {
    top: 8px;
}
.sandwich_active .sandwich_switcher .ham:before {
    -webkit-transform: translate3d(0,8px,0) rotate(-45deg);
    -moz-transform: translate3d(0,8px,0) rotate(-45deg);
    -ms-transform: translate3d(0,8px,0) rotate(-45deg);
    -o-transform: translate3d(0,8px,0) rotate(-45deg);
    transform: translate3d(0,8px,0) rotate(-45deg);
}
.sandwich_active .sandwich_switcher .ham:after {
    -webkit-transform: translate3d(0,-8px,0) rotate(45deg);
    -moz-transform: translate3d(0,-8px,0) rotate(45deg);
    -ms-transform: translate3d(0,-8px,0) rotate(45deg);
    -o-transform: translate3d(0,-8px,0) rotate(45deg);
    transform: translate3d(0,-8px,0) rotate(45deg);
}
.sandwich_switcher{
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.main_menu.sandwich > .menu-item > a{
	pointer-events: none;
}
.main_menu.sandwich.sandwich_active > .menu-item > a{
	pointer-events: auto;
}

.main_menu.sandwich > .menu-item{
	opacity: 0;
}
.main_menu.sandwich.sandwich_active > .menu-item{
	opacity: 1;
}

.main_menu.a_left_flex.sandwich > .sandwich_switcher{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.main_menu.a_left_flex.sandwich > .menu-item{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;	
}

/*****************
** \SANDWICH MENU
******************/

/*********
** STICKY
**********/

#sticky{
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-bottom: 9px;
}
body.admin-bar #sticky{
	margin-top: 32px;
}
#sticky_box{
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
}
#sticky.stick{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);	
}
#sticky .header_logo{
	padding-top: 5px;
	padding-bottom: 5px;
}

/**********
** \STICKY
***********/

/*********
* \HEADER
**********/

/****************
* SLIDER SECTION
****************/

#main_slider > hr{
	margin: auto;
}
#main_slider_video{
	position: relative;
}
#main_slider_video > .video_bg{
	z-index: 0;
}
#main_slider_video > *:not(.video_bg){
	z-index: 1;
}
.video_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.video_bg>video,
.video_bg>iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 1;
	max-width: none;
}
.video_bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;	
}
.video_bg .bg_layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: 2;
}

.video_bg>iframe{
	border-radius: 0;
	-webkit-mask-image: none;
}

#main_slider_img > img{
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 100%;
}

/*****************
* \SLIDER SECTION
*****************/

/********************
* PAGE TITLE SECTION
********************/

#page_title_section{
	text-align: center;
}
#header_wrapper,
#page_title_section{
	background-size: cover;
	background-position: center center;
}
#header_wrapper{
	margin-top: 0 !important;
}
#page_title,
#page_title_section .bread-crumbs{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#page_title{
	font-size: 42px;
	font-weight: 300;
	margin-bottom: auto;
	color: #fff;
	text-transform: uppercase;
}
.page_title_content{
	position: relative;
	z-index: 2;
	padding-top: 110px;
	padding-bottom: 110px;
}
.bread-crumbs{
	font-size: 14px;
	position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 28px;
    width: calc(100% - 56px);
    transform: translateY(50%);
    color: #4e9bdd;
    border-radius: 8px;
    box-shadow: 1px 0px 5px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
}
.bread-crumbs:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -10px;
	left: 50%;
	width: 20px;
	height: 20px;
	background: #fff;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) rotate(45deg);
}
.bread-crumbs .delimiter{
	padding: 0 10px;
	color: #38cfae;
}
.bread-crumbs .current{
	color: #808c95;
}
#page_title_section .bread-crumbs a{
	color: inherit;
	text-decoration: none;
}
/*********************
* \PAGE TITLE SECTION
*********************/

/*********
* WIDGETS
*********/

.sidebar{
	overflow: visible;
}
.sidebar .widget:not(.widget_search){
	margin-bottom: auto;
	border: 1px solid #e0e6ea;
	background: #fff;
    border-radius: 8px;
    padding: 30px;
}
.widget .widgettitle,
.widget .widgettitle:not(:first-child){
	margin-top: auto;
}
.widget .widgettitle{
	line-height: 1;
}
.widget .widgettitle > span,
.widget .widgettitle > a{
	font-size: 0.857em;
}
.widget .widgettitle > span{
	display: block;
	font-weight: 600;
}
.widget_icon{
	display: block;
	float: left;
    font-size: 0.892857143em;
	line-height: 1;
	margin-right: 10px;
}
.widget.custom_color input[type='submit']{
	color: #fff;
}
ul li.widget{
	padding-left: 0;
}
ul li.widget:before{
	display: none;
}
.sidebar .widget + .widget{
	margin-top: 30px;
}
.widget .widgettitle,
.widget .widget_header{
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.widget .widgettitle:after{
	content: '';
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 2px;
	display: inline-block;
	vertical-align: super;
}
.widget .widget_header .widgettitle{
	padding-bottom: 0;
	border-bottom-style: none;
	margin-bottom: auto;
}
.widget .widgettitle + ul,
.widget .widget_header + ul,
.widget .widgettitle + #calendar_wrap,
.widget .widget_header + ul,
.widget .widget_header + ul,
.widget .widget_header + #calendar_wrap,
.widget .widgettitle + #lang_sel > ul{
	margin-top: -20px;
}

.widget_header,
.prospect_sc_carousel_header{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.widget_header > *,
.prospect_sc_carousel_header > *{
	display: table-cell;
}
.widget_header .widgettitle,
.prospect_sc_carousel_header > h2{
	width: 100%;
}
.widget_header .carousel_nav{
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
}
.widget_header .carousel_nav:only-child{
	width: 100%;
}
.widget_header .carousel_nav > *{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
    cursor: pointer;
}
.widget_header .carousel_nav .prev{
	border-radius: 5px;
}
.widget_header .carousel_nav .next{
	border-radius: 5px;
}
.widget_header .carousel_nav > * + *{
	margin-left: 2px;
}
.widget_header .carousel_nav > .prev:before,
.widget_header .carousel_nav > .next:before,
.prospect_sc_carousel .carousel_nav > .prev:before,
.prospect_sc_carousel .carousel_nav > .next:before{
	font-family: cwsicon;
}
.widget_header .carousel_nav > .prev:before,
.prospect_sc_carousel .carousel_nav > .prev:before{
	content: "\f102";
}
.widget_header .carousel_nav > .next:before,
.prospect_sc_carousel .carousel_nav > .next:before{
	content: "\f11c";
}
.prospect_sc_carousel .carousel_nav > .prev,
.prospect_sc_carousel .carousel_nav > .next{
	position: absolute;
	z-index: 1;
	top: 23%;
	font-size: 30px;
	color: #d3dbdd;
	cursor: pointer;
}
.prospect_sc_carousel .carousel_nav > .prev{
	left: 5%;
}
.prospect_sc_carousel .carousel_nav > .next{
	right: 5%;
}

.widget .select2-container{
	display: block;
}

.widget li + li,
.widget li > ul,
.widget li > ol{
	margin-top: auto;
}
.widget li ul li:first-of-type{
	margin-top: 0px;
}
.widget li ul li:last-of-type{
	padding-bottom: 0;
}
.widget ul>li{
	border-bottom:0;
	padding-top: 15px;
	padding-bottom:0;
}
.widget.widget_categories ul>li{
	padding-top: 8px;
}
.widget ul{
	color: inherit;
}
.widget ul.children,
.widget ul.sub-menu{
	margin-top:0px;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child{
	padding-bottom:0;
}
.widget ul>li>ul{
	padding-left:20px;
}
.widget ul ul>li:last-child{
	border-bottom-style:none;
}

.widget ul>li:before{
	padding-top: inherit;
	padding-bottom: inherit;
	font-size: 10px;
    content: "\f114";
    color: #c2c4cc;
}
.widget ul>li.recentcomments{
	padding-left: 2em;
}
.widget ul>li.recentcomments:before,
.widget ul>li.recentcomments:after{
	line-height: 25px;
}
.widget ul>li.recentcomments:before{
	font-family: Arial;
	content: "\201c";
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 48px;
	margin-top: 13px;
	text-align: center;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 2;
}
.widget ul>li.recentcomments:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 13px;
	border-radius: 6px;
	z-index: 1;
}
.widget ul li a{
	text-decoration: none;
	font-weight: 400;
}
[id*="prospect_text_widget_"] > a{
	margin-top: 10px;
	margin-bottom: 20px;
    display: block;
    font-weight: 600;
    font-size: 12px;
}

#recentcomments{
	overflow: visible;
}

#wp-calendar{
	width: 100%;
	border-collapse: collapse;
}
#wp-calendar caption{
	padding: 15px 0;
}
#wp-calendar th,
#wp-calendar td{
	border: 1px solid #ececec;
	text-align: center;
	padding: 5px;
	border-radius: 0;
}
#wp-calendar a{
	display: inline-block;
	text-decoration: none;
}
#wp-calendar td:not(#prev):not(#next) a{
	position: relative;
	display: block;
	margin: 0 -8px;
	color: #fff;
	text-align: center;
}
#wp-calendar td:not(#prev):not(#next) a:before,
#wp-calendar td:not(#prev):not(#next) a:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
}
#wp-calendar td:not(#prev):not(#next) a:before{
	top: 0;
	margin-top: -8px;
}
#wp-calendar td:not(#prev):not(#next) a:after{
	top: 100%;
}
#wp-calendar td#prev,
#wp-calendar td#next{
	font-size: 0;
}
#wp-calendar td#prev a,
#wp-calendar td#next a{
	color: inherit;
}
#wp-calendar td#prev a:before,
#wp-calendar td#next a:before{
	vertical-align: middle;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
#wp-calendar td#prev a:before{
	content: "\f100";
}
#wp-calendar td#next a:before{
	content: "\f101";
}

.widget .tagcloud a{
	font-size: 1em !important;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}
.widget .tagcloud a:after{
	content: "\2C";
}
.widget .tagcloud a:hover{
	text-decoration: underline;
}

.widget .searchform > div{
	position: relative;
}
.widget .searchform input{
	display: block;
	width: 100%;
	padding-left: 50px;
	border-radius: 8px;
	border: 1px solid #e0e6ea;
}
.widget .searchform .search-submit,
.widget .searchform .screen-reader-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 100%;
}
.widget .searchform .search-submit{
	min-width: 0;
	padding: 0;
	border-radius: 0;
	opacity: 0;
	z-index: 2;
}
.widget .searchform .screen-reader-text{
	font-size: 0;
	text-align: center;
	border-style: solid;
	color: #d1d6d9;
	z-index: 3;
}
.widget .searchform .screen-reader-text:before{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "\f118";
    font-family: cwsicon;
}
.widget .searchform .search-submit:hover{
	background-color: transparent;
}

.widget .menu .menu-item,
.widget .menu .sub-menu{
	padding-left: 0;
}
.widget .menu .menu-item{
	padding: 13px 40px 13px 13px;
}
.widget .menu .menu-item:before{
	display: none;
}
.widget .menu .sub-menu{
	margin-top: auto;
	margin-left: -13px;
	margin-right: -40px;
}
.widget .menu{
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
.widget .menu > .menu-item:last-child{
	border-bottom-style: none;
}
.widget .menu .pointer{
	display: block;
	position: absolute;
	top: 13px;
	right: 13px;
	width: 14px;
	cursor: pointer;
}
.widget .menu .pointer:before,
.widget .menu .pointer:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #000;
}
.widget .menu .pointer:before{
	height: 14px;
	width: 2px;
	opacity: 1;
}
.widget .menu .menu-item.active > .pointer:before{
	opacity: 0;
}
.widget .menu .pointer:after{
	height: 2px;
	width: 14px;
}
.widget .menu .menu-item.active .depth,
.widget .menu .menu-item:hover .depth,
.widget .menu .menu-item.active a,
.widget .menu .menu-item:hover a,
.widget .menu .menu-item.active > span,
.widget .menu .menu-item:hover > span{
	color: #fff;
}
.widget .menu .menu-item.active .pointer:before,
.widget .menu .menu-item.active .pointer:after,
.widget .menu .menu-item:hover .pointer:before,
.widget .menu .menu-item:hover .pointer:after{
	background-color: #fff;
}
.widget .menu .sub-menu{
	display: none;
}

.widget.widget_pages ul>li>ul{
	padding-left: 0;
}
.widget .page_item{
	padding-left: 2em;
	cursor: pointer;
}
.widget .page_item.page_item_has_children:before{
	font-size: 1.4em;
	font-family: Arial;
	content: "\002B";
	-webkit-font-smoothing: subpixel-antialiased;
}
.widget .page_item.page_item_has_children.active:before{
	content: "\2212";
}
.widget .page_item .children{
	margin-top: auto;
	display: none;
}

.widget_social{
	margin-top: -5px;
	margin-left: -7px;
}
.widget_social .social_icon{
	position: relative;
	z-index: 1;
    display: inline-block;
    font-size: 20px;
    width: 44px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    margin-top: 5px;
    margin-left: 7px;
	border-radius: 8px;
	color: #fff;
}
.widget_social .social_icon:hover .figure_wrap svg{
	fill: transparent !important;
}
.widget ul.latest_tweets li:not( .tweet ){
	padding-left: 0;
}
.widget ul.latest_tweets li:not( .tweet ):before{
	display: none;
}
.widget ul.latest_tweets  li ul li.tweet:first-of-type{
	margin-top: auto;
}
.widget ul.latest_tweets ul>li.tweet:first-child{
	border-top-style: none;
}

.latest_tweets .tweet{
	padding-left: 25px;
    min-height: 60px;
    padding-right: 10px;
    font-size: 13px;
    color: #232b33;
    font-weight: 500;
}
.latest_tweets .tweet:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f099";
    padding: 0;
    margin-top: 13px;
    text-align: center;
    font-size: 20px;
    color: #afb1bc;
}
.latest_tweets.widget_carousel.owl-carousel{
	margin-right: 0;
}
.latest_tweets.widget_carousel.owl-carousel .owl-item > *{
	margin-right: 30px;
}
.widget .widgettitle + .latest_tweets,
.widget .widget_header + .latest_tweets.widget_carousel{
	margin-top: auto;
}
.widgettitle + .latest_tweets .tweet:first-child,
.widget_header + .latest_tweets.widget_carousel .owl-item > ul > li:first-child{
	padding-top: 0;
}
.widgettitle + .latest_tweets .tweet:first-child:before,
.widget_header + .latest_tweets.widget_carousel .owl-item > ul > li:first-child:before{
	margin-top: 0;
}
.latest_tweets.widget_carousel .owl-item > ul > li:last-child{
	border-bottom: 1px solid #e1e1e1;
}

.widget_post_list .widget_post{
	padding-bottom: 0;
	border-bottom: 0;
}
.widget_post_list .widget_post:not(:first-child){
	padding-top: 20px;
}
.widget_post_list.widget_carousel .item{
	padding: 0 15px;
}
.widget_post_list.widget_carousel{
	margin: auto -15px;
}
.widget_post{
	line-height: 1.466667em;
}
.widget_post_media{
	float: left;
	margin-right: 10px;
}
.widget_post_media a{
	display: block;
}
.widget_post_media img{
	display: block;
	border-radius: 5px;
}
.widget_post_title{
	font-family: inherit;
	font-size: inherit;
	font-weight: 500;
	margin-bottom: auto !important;
}
.widget_post_terms a{
	text-decoration: none;
}
.widget_post_data > * + *{
	margin-top: 7px;
}

.widget-prospect-cws-staff ul li{
	padding-left: 0;
}
.widget-prospect-cws-staff ul li:before{
	display: none;
}

/**********
* \WIDGETS
**********/

/********
* FOOTER
********/

#footer_widgets .widget{
	margin-bottom: auto;
}
#footer_widgets{
	padding: 80px 0;
	font-size: 0.933333em;
	background-position: center;
}
#footer_widgets_container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -40px -15px 0;
    color: inherit;
    overflow: visible;	
}
#footer_widgets .widget{
	width: 100%;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	margin-top: 40px;
	padding: 0 15px;
}
#footer_widgets .widget:nth-child(1):nth-last-child(5),
#footer_widgets .widget:nth-child(2):nth-last-child(4),
#footer_widgets .widget:nth-child(3):nth-last-child(3),
#footer_widgets .widget:nth-child(4):nth-last-child(2),
#footer_widgets .widget:nth-child(5):nth-last-child(1)	{
	width: 210px;
}
#footer_widgets .widget:nth-child(1):nth-last-child(4),
#footer_widgets .widget:nth-child(2):nth-last-child(3),
#footer_widgets .widget:nth-child(3):nth-last-child(2),
#footer_widgets .widget:nth-child(4):nth-last-child(1){
	width: 262px;
}
#footer_widgets .widget:nth-child(1):nth-last-child(3),
#footer_widgets .widget:nth-child(2):nth-last-child(2),
#footer_widgets .widget:nth-child(3):nth-last-child(1){
	width: 350px;
}
#footer_widgets .widget:nth-child(1):nth-last-child(2),
#footer_widgets .widget:nth-child(2):nth-last-child(1){
	width: 525px;
}

#footer_widgets .widgettitle,
#footer_widgets .widget_header{
	line-height: 0.892857em;
	padding: 0px 15px 13px 0px;
	border-radius: 8px;
	text-transform: uppercase;

}
#footer_widgets .widgettitle{
	font-weight: 700;
}
#footer_widgets .widgettitle > span{
	font-size: 0.642857em;
	line-height: 1;
}
#footer_widgets .widget_header .widgettitle{
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
	background-color: transparent !important;
}
#footer_widgets .widget_icon{
	line-height: 0.8;
}
#footer_widgets .widget_social{
	text-align: center;
}
#footer_widgets .widget_social .social_icon{
	margin-left: 15px;
	margin-right: 15px;
	width: 70px;
	height: 78px;
	line-height: 80px;
	font-size: 22px;
}
#footer_widgets .widget_social .social_icon i{
	color: #495d6a;
}
#footer_widgets .widget_social .social_icon:hover i{
	color: #4e9bdd;
}
#footer_widgets .widget_social .social_icon svg{
	fill: transparent;
	stroke: #495d6a;
}
#footer_widgets .widget_social .social_icon:hover svg{
	stroke: #7796ab;
}
#footer_widgets .widget ul>li,
#footer_widgets .widget_post_list .widget_post,
#footer_widgets .widget ul ul>li:first-child,
#footer_widgets .widget .menu{
	border-color: #555a5f;
}
#footer_widgets .widget .menu .menu-item.active,
#footer_widgets .widget .menu .menu-item.active ul li{
	border-color: #fff;
}
#footer_widgets .widget ul>li{
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer_widgets .widget ul.children li:last-child,
#footer_widgets .widget ul.sub-menu li:last-child{
	padding-bottom: 0;	
}
#footer_widgets .widgettitle + .latest_tweets .tweet:first-child,
#footer_widgets .widget_header + .latest_tweets.widget_carousel .owl-item > ul > li:first-child{
	padding-top: 0;
}
#footer_widgets .widget_post_list .widget_post{
	padding-bottom: 15px;
}
#footer_widgets .widget_post_list .widget_post:not(:first-child){
	padding-top: 15px;
}
#footer_widgets .widget_post_list .widget_post:last-child{
	border-bottom-style: none;
	padding-bottom: 0;
}
#footer_widgets input,
#footer_widgets textarea{
	background-color: rgba(0,0,0,0.051);
	border-color: #575c61;
}
#footer_widgets input[type='submit']{
	background-color: transparent;
}
#footer_widgets input::-webkit-input-placeholder{
	color: #575c61;	
}
#footer_widgets input::-moz-placeholder{
	color: #575c61;	
}
#footer_widgets input:-moz-placeholder{
	color: #575c61;	
}
#footer_widgets input:-ms-input-placeholder{
	color: #575c61;
}
#footer_widgets textarea::-webkit-input-placeholder{
	color: #575c61;
}
#footer_widgets textarea::-moz-placeholder{
	color: #575c61;	
}
#footer_widgets textarea:-moz-placeholder{
	color: #575c61;	
}
#footer_widgets textarea:-ms-input-placeholder{
	color: #575c61;
}

#footer_icl a{
	text-decoration: none;
}
#lang_sel_footer{
	display: none;
}

/*********
* \FOOTER
*********/

/************
* COPYRIGHTS
************/

#site_footer{
	padding: 20px 0;
	font-size: 0.866667em;
	line-height: 1.53846em;
}
#site_footer > div{
	line-height: 25px;
}
#site_footer .wpml_language_switch{
	float: right;
    margin-left: 50px;
}
#site_footer > div:after{
	display: none;
}
#footer_social,
#footer_icl{
	float: right;
	margin-left: 25px;
}
#footer_social .social_icon{
	display: inline-block;
	margin: 7px;
}
#footer_social{
	margin: -7px;
}
#footer_social .social_icon > i{
    font-size: 1.53846em;
    line-height: 1em;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    text-align: center;	
}

/*************
* \COPYRIGHTS
*************/

/**********
* CAROUSEL
**********/

.owl-wrapper-outer{
	overflow: hidden;
	cursor: move;
}
.owl-item{
	float: left;
}
.owl-wrapper:after{
	content: "";
	display: block;
	clear: both;
}
.owl-item > *{
	width: 100%;
}
.widget_carousel .owl-item > ul > li:first-child{
	border-top-style: none;
}
.owl-pagination{
	text-align: center;
	margin-top: 20px;
}
.owl-pagination .owl-page{
    display: inline-block;
    margin: 3px;
    margin-left: 6px;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    background: transparent;
}
.wpb_text_column .owl-pagination .owl-page:last-child{	/* composer fix */
	margin-bottom: 3px;
}

.prospect_sc_carousel .owl-carousel{
	margin-left: -15px;
	margin-right: -15px;
}
.prospect_sc_carousel .owl-item{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.prospect_sc_carousel .gallery.owl-carousel .gallery-item,
.prospect_sc_carousel ul.products.owl-carousel li.product{
	padding-left: 0;
	padding-right: 0;
}

/***********
* \CAROUSEL
***********/

/*************************
* COMPOSER CUSTOMIZATIONS
*************************/
.cws-content{
	position: relative;
}
.cws-content > div.vc_row{
	background-repeat: inherit !important;
	background-size: inherit !important;
	background-position: inherit !important;
	background-attachment: inherit !important;
}
.cws-content .cws-overlay-bg{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 2;
}
.vc_column_container{
	z-index: 3;
}
.cws-content .vc_parallax>*{
	z-index: 3;
}

.vc_row{
	position: relative;
	z-index: 1;
}
.vc_row.over_section{
	z-index: 2;
	display: flex;
	overflow: visible !important;
}
.vc_row-has-fill.vc_row.over_section{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner{
	padding-top: 30px;
}
.wpb_content_element,
.vc_icon_element,
.vc_toggle,
.vc_tta-container{
	margin-bottom: 30px;
}
.cws-content + .cws-content,
.vc_row-full-width + .vc_row{
	margin-top: 40px;
}
.vc_row-full-width + .vc_row[data-vc-full-width="true"]{
	margin-top: auto;
}
.vc_images_carousel{
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
.vc_images_carousel .vc_carousel-control .icon-next,
.vc_images_carousel .vc_carousel-control .icon-prev{
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px;
    border: 2px solid #fff;
    border-radius: 6px 0;
    background: transparent;
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    text-align: center;
    color: #fff;
    font-size: 20px !important;
    text-shadow: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
}
.vc_images_carousel .vc_carousel-control .icon-prev:before{
	content: "\f104" !important;
	top: auto !important;
}
.vc_images_carousel .vc_carousel-control .icon-next:before{
	content: "\f105" !important;
	top: auto !important;
}
.vc_images_carousel .vc_carousel-control .icon-next:hover,
.vc_images_carousel .vc_carousel-control .icon-prev:hover{
	background-color: #fff;
	color: #e95f58;
}
.vc_images_carousel .vc_carousel-indicators li{
    display: inline-block !important;
    margin: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-style: solid !important;
    border-width: 1px !important;
    border-radius: 50% !important;
    background: transparent !important;
    border-color: #e95f58 !important;
}
.vc_images_carousel .vc_carousel-indicators li.vc_active{
	background-color: #e95f58 !important;
}
.vc_images_carousel .vc_item a img{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);		
}
.vc_images_carousel .vc_item:hover a img{
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
.vc_images_carousel .vc_item a,
.vc_images_carousel .vc_item img{
	display: block;
}

.vc_row.vc_row-flex.vc_row-o-equal-height>.vc_column_container>.vc_column-inner{
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;	
}
.wpb_wrapper.children_height_stretchedByFlex{
    width: 100%;
}
.vc_row.vc_row-flex.vc_row-o-equal-height>.vc_column_container>.vc_column-inner>.wpb_wrapper>.prospect_module{
	width: 100%;
}

.vc_tta.vc_general .vc_tta-panel-heading{
	border-bottom: 2px solid #d8e8ec !important;
}
.vc_tta.vc_general.accordion_alternative .vc_tta-panel-heading{
	border-bottom: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	background-color: transparent;
	color: #1c3545 !important;
}
.vc_tta.vc_general.accordion_alternative .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	color: #fff !important;
}
.vc_tta.vc_general .vc_tta-panel + .vc_tta-panel{
	margin-top: -1px;
}
.vc_tta-panel-title{
	font-family: inherit;
}

/******
** MAP
******/

.wpb_gmaps_widget .wpb_wrapper{
	padding: 0 !important;
	background-color: transparent !important;
    width: 100%;
    display: block;
}
.wpb_gmaps_widget iframe{
	border-radius: 0;
}
.vc_row.vc_row-no-padding[data-vc-full-width-init="true"][data-vc-stretch-content="true"] .wpb_gmaps_widget .wpb_wrapper{
	padding: 0;
	border-style: none;
}

/*******
** \MAP
*******/

.vc_row.top_line{
	border-top: 3px solid #f2f2f2 !important;
}
.vc_row.bottom_line{
	border-bottom: 3px solid #f2f2f2 !important;
}
.posts_grid .post_post .vc_col-sm-1,
.posts_grid .post_post .vc_col-sm-10,
.posts_grid .post_post .vc_col-sm-11,
.posts_grid .post_post .vc_col-sm-12,
.posts_grid .post_post .vc_col-sm-2,
.posts_grid .post_post .vc_col-sm-3,
.posts_grid .post_post .vc_col-sm-4,
.posts_grid .post_post .vc_col-sm-5,
.posts_grid .post_post .vc_col-sm-6,
.posts_grid .post_post .vc_col-sm-7,
.posts_grid .post_post .vc_col-sm-8,
.posts_grid .post_post .vc_col-sm-9{
	float: none;
	width: 100%;
}
#page.single_sidebar .vc_row[data-vc-full-width="true"],
#page.double_sidebar .vc_row[data-vc-full-width="true"]{
	left: auto !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: auto !important;
}
.wpb_text_column hr:last-child{
	margin-bottom: 40px;
}

/**************************
* \COMPOSER CUSTOMIZATIONS
**************************/

/******
* BLOG
*******/

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a{
	color: inherit;
	text-decoration: none;
}
.posts_grid_divider{
	margin-top: 	20px;
	margin-bottom: 	25px;
}
hr.posts_grid_small_divider{
	margin: 20px 0 15px;
	height: 2px;
	width: 30px;
}
.post_post_wrapper{
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}
.post_post_content_wrapper{
	padding: 30px 40px;
}
.post_title.post_post_title{
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
}
.post_posts_grid.posts_grid_1 .post_title.post_post_title,
.post_posts_grid.posts_grid_medium .post_title.post_post_title,
.post_posts_grid.posts_grid_small .post_title.post_post_title{
	font-size: 1.6em;
}
.post_posts_grid.posts_grid_2 .post_title.post_post_title,
.post_posts_grid.posts_grid_3 .post_title.post_post_title{
	font-size: 1.85em;
}
article.post_post.post_single{
	background: #fff;
	border-radius: 8px;
}
.post_post_header{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    overflow: hidden;	
}
.post_post_header .v_sep{
	border-left-color: #fff;
}
.post_post_header > *{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	font-weight: 600;
	font-size: 0.857em;
	text-transform: uppercase;
	color: #324251;
	margin-right: 40px;
}
.post_post_header span{
	color: #afb1bc;
	margin-right: 5px;
}
.post_post_header .info{
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.post_post_header .comments_link{
	display: inline-block;
	font-size: inherit;
	min-width: 3.533333em;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
}
.post_post_header .comments_link:only-child{
	min-height: 3.533333em;	
}
.floated_media{
	margin-right: -30px;
}
.floated_media_wrapper{
	/*float: left;*/
	margin-right: 30px;
}
.posts_grid_medium .floated_media_wrapper,
.posts_grid_small .floated_media_wrapper{
	float: left;
}
.floated_media_wrapper.cws_staff_posts_grid_post_floated_media_wrapper{
	float: none;
}
/*.single_post_floated_media .floated_media_wrapper{
	margin-bottom: 0px;
}*/
.comments-area{
	background: #fff;
	padding: 30px 40px;
	border-radius: 8px;
	margin-top: 30px;
}
.floated_media ~ .post_content ul,
.floated_media ~ .post_content ol,
.floated_media ~ .post_content blockquote,
.floated_media.post_floated_media.single_post_floated_media ~ .post_content ul,
.floated_media.post_floated_media.single_post_floated_media ~ .post_content ol,
.floated_media.post_floated_media.single_post_floated_media ~ .post_content blockquote,
.floated_media.posts_grid_post_floated_media.post_posts_grid_post_floated_media ~ .post_content ul,
.floated_media.posts_grid_post_floated_media.post_posts_grid_post_floated_media ~ .post_content ol,
.floated_media.posts_grid_post_floated_media.post_posts_grid_post_floated_media ~ .post_content blockquote{
	overflow: auto;
}
.post_media,
.pic{
	position: relative;
	overflow: hidden;
}
.pic > img{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.pic > img,
.pic.link_post > a > img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: scale(1) translate3d(0,0,0);
	-ms-transform: scale(1) translate3d(0,0,0);
	transform: scale(1) translate3d(0,0,0);
}
.pic:hover > img,
.pic.link_post:hover > a > img{
	-webkit-transition: all 4s ease;
	transition: all 4s ease;
}
.pic.wth_hover:hover > img,
.pic.link_post.wth_hover:hover > a > img{
	-webkit-transition: none;
	transition: none;
}
.pic.wth_hover:hover > img,
.pic.link_post.wth_hover:hover > a > img{
	-webkit-transform: scale(1) translate3d(0,0,0);
	-ms-transform: scale(1) translate3d(0,0,0);
	transform: scale(1) translate3d(0,0,0);
}
.pic .hover-effect{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.pic .links{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 30px;
	text-align: right;
}
.pic .links a:not(.cws_title){
	position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    width: 44px;
    height: 48px;
    margin: 2px;
	border-radius: 8px;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    -webkit-transform: scale(0.5) rotate(180deg);
    -ms-transform: scale(0.5) rotate(180deg);
    transform: scale(0.5) rotate(180deg);
    opacity: 0;
}
.pic .links a:hover .figure_wrap svg{
	opacity: 0.6;
}
.pic .links a.cws_title{
	color: #fff;	
	opacity: 0;	
}
.pic:hover .links a.cws_title{
	opacity: .9;
}
.pic:hover .links a.cws_title:hover{
	color: #fff;
	opacity: 1;
}
.pic:hover .links a:not(.cws_title){
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;	
}
.hexagon_grid .pic .links{
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.hexagon_grid .pic .hover-effect .figure_wrap {
	width: 94%;
    height: 94%;
    left: 6px;
    top: 8px;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.hexagon_grid .pic:hover .hover-effect .figure_wrap {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.hexagon_grid .pic .hover-effect .figure_wrap svg{
	opacity: 0.8;
}
.hexagon_grid .pic:hover .hover-effect{
	opacity: 1;
}
.hexagon_grid .pic .links .figure_wrap svg{
	fill: transparent;
	stroke: #fff;
	stroke-width: 4px;
}
.hexagon_grid .pic .links a:hover .figure_wrap svg{
	fill: #fff;
	opacity: 1;
}
.post_posts_grid .pic.link_post > a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.format-link .link > a{
	color: #fff;
}
.post_post.format-link{
	overflow: hidden;
}
.post_posts_grid .pic.link_post > a > img{
	display: block;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.post_posts_grid .floated_media .pic.link_post > a > img{
	border-radius: 8px;
}
.post_posts_grid .pic.link_post .hover-effect{
	opacity: 0.6;
}
.post_post:not(.format-audio) .post_post_media:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -11px;
	left: 10%;
	width: 20px;
	height: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post_post_media .link{
	display: block;
	font-size: 2.4em;
	font-style: italic;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	word-break: break-all;
}
.post_post_media .link a{
	text-decoration: none;
}
.post_posts_grid .pic.link_post .link,
.post_single_post_media .pic.link_post .link{
	position: absolute;
	width: 100%;
	max-height: 100%;
	padding: 30px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post_post_media > .link{
	padding: 30px 25px;
	background-color: #e5e5e5;
}
.post_posts_grid .posts_grid_small{
	font-size: 1.8em;	
}

.post_post_media .video{
	position: relative;
	height: 0;
    padding-bottom: 56.316%;
}
.post_post_media .video iframe,
.post_post_media .audio.soundcloud iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
/*** !prospect gallery post height / isotope fix ***/
.prospect_grid.isotope > .item.post_post.format-gallery > .post_media{
	padding-bottom: 56.3%;
}
.prospect_grid.isotope > .item.post_post.format-gallery > .post_media > .gallery_post_carousel{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
/*** \!prospect gallery post height / isotope fix ***/
.post_post_media .video p{
	text-indent: 0;
}
.post_post_media .video iframe{
	border-radius: 0;
}

.post_post_media .audio:only-child{
	padding: 30px 25px;
	background-color: #e5e5e5;
}
.post_post_media .audio.soundcloud{
	padding: 0;
	background-color: transparent;
	position: relative;
	height: 0;
	padding-bottom: 56.3%;
}
.mejs-controls button{
	min-width: 0;
}
.post_post_media iframe{
	display: block;
	width: 100%;
	border-radius: 0;
}
.post_post.sticky-post .post_post_wrapper{
	border: 1px solid #e6e6e6;
}

.post_post_header + .post_post_media .testimonial{
	margin-top: 20px;
}
.post_post_media .testimonial.prospect_module{
	margin-bottom: auto;
	padding: 40px 40px 0px 40px;
}

.gallery_post_carousel_nav{
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #fff;
	border-radius: 8px;
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.gallery_post_carousel_nav:hover{
	background-color: #fff;
}
.gallery_post_carousel_nav.prev{
	left: 5px;
}
.gallery_post_carousel_nav.prev:before{
	content: "\f104";
}
.gallery_post_carousel_nav.next:before{
	content: "\f105";
}
.gallery_post_carousel_nav.next{
	right: 5px;	
}
.gallery_post_carousel{
	z-index: 1;
}
.gallery_post_carousel_nav{
	z-index: 2;
}

.more-link{
	color: inherit;
	display: table;
}
.more-link:hover{
	color: #fff;
}
.post_posts_grid_post_content.read_more_alt .more-link{
	margin-top: 30px;
	min-width: 0;
	padding: 0;
	border-style: none;
	color: #324251;
}
.post_posts_grid_post_content.read_more_alt .more-link:hover{
	background-color: transparent;
}
.post_post_content_wrapper .post_posts_grid_post_content{
	color: #808c95;
    font-weight: 300;
}
.post_grid_post{
	margin-bottom: 60px;
}

.floated_media.posts_grid_post_floated_media.post_posts_grid_post_floated_media + .post_post_title{
	margin-top: auto;
}

*:not(.post_post_title) + .post_post_content,
.post_post *:not(.post_post_title) + .pagination,
.more-link{
	margin-top: 20px;
}
* + .post_post_terms{
	margin-top: 5px;
	line-height: 1;
}
.post_post_terms > *{
	vertical-align: middle;
}
.post_post_terms i{
	font-size: 1.066667em;
}
.post_post_terms a{
	font-size: 0.866667em;
	text-decoration: none;
	font-weight: 600;
	line-height: 1;
}
.post_post_terms .v_sep{
	padding-left: 10px;
	margin-left: 10px;
}
.pagination{
	position: relative;
	z-index: 1;
}
.pagination .page_links{
	font-size: 0;
	text-align: center;
	margin-top: 1px;
}
.pagination .page_links > *{
	display: inline-block;
    line-height: 38px;
    padding: 0 5px;
    margin: 0 15px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
	border-bottom: 2px solid transparent;
}
.pagination .page_links > a:hover,
.pagination .page_links > span.current{
	border-bottom: 2px solid;
}
.pagination .page-numbers.next{
	position: absolute;
	z-index: 1;
	right: 0;
	border-color: transparent !important;
	margin: 0;
}
.pagination .page-numbers.prev{
	position: absolute;
	z-index: 1;
	left: 0;
	border-color: transparent !important;
	margin: 0;
}

.vc_col-sm-2 hr.posts_grid_divider:before,
.vc_col-sm-3 hr.posts_grid_divider:before,
.vc_col-sm-4 hr.posts_grid_divider:before,
.posts_grid_3 hr.posts_grid_divider:before{
	display: none;
}

.posts_grid select.filter{
	display: block;
	width: 200px;
}
.simple_filter .select2-container{
	display: none;
}
.select_filter .filter_wrap{
	display: none;
}
.select2-container.filter{
	margin-bottom: 30px;
}
.filter_wrap{
	margin-bottom: 30px !important;
	text-align: center;
}
.over_section .filter_wrap{
	margin-bottom: 80px !important;
}
.filter_wrap .filter:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 2px;
	width: 0;
	transition: all 0.3s;
}
.filter_wrap .filter.active:before{
	width: 100%;
}
.filter_wrap .filter{
	cursor: pointer;
	display: inline-block;
	margin: 0 30px 0 30px;
	padding: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.posts_grid .widget_header:not(:only-child){
	margin-bottom: 20px;
}

.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper{
	width: 570px;
}
.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper{
	width: 370px;
}
.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper,
.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper{
	max-width: -webkit-calc( 100% - 30px );
	max-width: calc( 100% - 30px );
}
.post_posts_grid.posts_grid_small .floated_media_wrapper,
.post_posts_grid.posts_grid_medium .floated_media_wrapper{
	margin-left: 40px;
	margin-top: 30px;
}
.post_posts_grid.posts_grid_small .floated_media_wrapper .post_posts_grid_post_media:before,
.post_posts_grid.posts_grid_medium .floated_media_wrapper .post_posts_grid_post_media:before{
	display: none;
}
.post_posts_grid.posts_grid_small .floated_media_wrapper .pic > img,
.post_posts_grid.posts_grid_medium .floated_media_wrapper .pic > img,
.post_posts_grid.posts_grid_small .floated_media_wrapper .post_media,
.post_posts_grid.posts_grid_medium .floated_media_wrapper .post_media{
	border-radius: 8px;
}
.floated_media.posts_grid_post_floated_media.post_posts_grid_post_floated_media:not(:last-child) > .post_media_wrapper{
	margin-bottom: 1.17em;
}
.search_post_media a,
.search_post_media img{
	display: block;
}
.latest_post_post{
	padding-bottom: 44px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
.large_type .posts_time_line_wrap .latest_post_post:first-child{
	margin-top: 65px;
}
.small_type .posts_time_line_wrap .latest_post_post:first-child{
	padding-top: 65px;
}
.latest_post_post .latest_post_post_title{
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}
.large_type .latest_post_post .latest_post_post_data{
	overflow: hidden;
}
.large_type .latest_post_post .latest_post_post_data .date{
	color: #ebba44;
	font-size: 12px;
}
.latest_post_post_media .link{
	position: absolute;
    z-index: 1;
    width: 44px;
    height: 48px;
    top: calc(50% - 4px);
    left: 50%;
    margin: 0;
    font-size: 22px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.latest_post_post_media .pentagon .link{
	top: 50%;
}
.latest_post_post_media .triangle .link{
	top: calc(50% + 10px);
}
.latest_post_post:hover .latest_post_post_media .link {
    opacity: 1;
}
.latest_post_post .latest_post_post_media .link .figure_wrap svg{
	fill: transparent;
	stroke: #fff;
	stroke-width: 4px;
}
.latest_post_post .latest_post_post_media .link:hover .figure_wrap svg{
	fill: #fff;
}
.large_type .latest_post_post:nth-child(odd) .latest_post_post_media{
	float: right;
	margin-right: calc( 50% - 60px );
	margin-left: 40px;
}
.latest_post_post:nth-child(odd) .latest_post_post_data{
	text-align: right;
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_data{
	text-align: left;
}
.large_type .latest_post_post:nth-child(even) .latest_post_post_media{
	float: left;
	margin-left: calc( 50% - 60px );
	margin-right: 40px;
}
.latest_post_post .latest_post_post_media{
	overflow: visible;
	z-index: 1;
}
.large_type .latest_post_post:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 150px;
	border: 1px dashed #7796ab;
	height: calc(100% - 150px);
	margin-left: -1px;
}
.large_type .posts_time_line_wrap .latest_post_post:first-child .latest_post_post_media:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	top: -53px;
	border: 1px dashed #7796ab;
	height: 37px;
	margin-left: -1px;
}
.latest_post_post_media > .figure_container > .figure_wrap > svg{
	opacity: 0.8;
}
.latest_post_post_terms a{
	text-decoration: none;
}
.latest_post_list_start,
.latest_post_list_end{
	position: relative;
	text-align: center;
	width: 14px;
	height: 18px;
	margin: auto;
}
.latest_post_list_start .figure_wrap svg,
.latest_post_list_end .figure_wrap svg{
	fill: #7796ab;
	stroke: #7796ab;
}
.latest_post_list_end {
	display: none;
}
.latest_post_list_more{
	position: relative;
	text-align: center;
	width: 72px;
	height: 82px;
	margin: auto;
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-top: 1px;
}
.latest_post_list_more span{
	font-size: 12px;
	line-height: 1.5;
	padding: 0 2px;
}
.latest_post_list_more:hover span{
	color: #fff;
}
.latest_post_list_more .figure_wrap svg{
	fill: #fff;
	stroke: #7796ab;
}
.latest_post_post_media > * > .figure_wrap{
	position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0.2);
    transform: rotate(360deg) scale(0.2);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.latest_post_post_media > * > .figure_wrap.hexagon{
	width: 94%;
    height: 94%;
    left: 3px;
    top: 3px;
}
.latest_post_post_media > * > .figure_wrap.pentagon{
    width: 90%;
    height: 94%;
    left: 7px;
    top: 3px;
}
.latest_post_post_media > * > .figure_wrap.triangle{
    width: 90%;
    height: 94%;
    left: 4px;
    top: 10px;
}
.latest_post_post:hover .latest_post_post_media > * > .figure_wrap{
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.latest_post_post .latest_post_post_media .figure_dummy{
	width: 120px;
	height: 135px;
}
.latest_post_post .latest_post_post_media .figure_dummy svg{
	fill: #27323e;
	stroke: #27323e;
	opacity: 0.9;
}
.small_type .posts_time_line_wrap{
	position: relative;
	z-index: 1;
}
.small_type .posts_time_line_wrap:before{
	content: '';
    position: absolute;
    z-index: 1;
    height: 100%;
    border: 1px dashed #7796ab;
    left: 50%;
    top: 0;
    margin-left: -1px;
}
.small_type .latest_post_post{
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}
.small_type .latest_post_post:nth-child(even){
	flex-direction: row-reverse;
}
.small_type .latest_post_post .latest_post_post_date{
	display: flex;
	align-items: center;
}
.small_type .latest_post_post .latest_post_post_date .center_figure_wrap > .figure_wrap > svg{
	fill: #fff;
	stroke: #7796ab;
	stroke-width: 10px;
}
.small_type .latest_post_post .latest_post_post_date .center_figure{
	position: absolute;
	z-index: 1;
	top: 8px;
	left: 7px;
	width: 16px;
	height: 17px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.small_type .latest_post_post:hover .latest_post_post_date .center_figure{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.small_type .latest_post_post:nth-child(even) .latest_post_post_date{
	/*float: right;*/
    margin-right: calc( 50% - 15px );
    margin-left: 40px;
    position: relative;
    z-index: 1;
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_date{
	/*float: left;*/
    margin-left: calc( 50% - 15px );
    margin-right: 40px;
    position: relative;
    z-index: 1;
}
.small_type .latest_post_post .latest_post_post_date .center_figure_wrap{
	position: relative;
	z-index: 1;
    width: 30px;
    height: 32px;
    display: block;
}
.small_type .latest_post_post .latest_post_post_date .date{
	position: absolute;
	z-index: 1;
    top: 5px;
    left: 100%;
    padding-left: 20px;
    white-space: nowrap;
    color: #afb1bc;
    -webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_date .date{
    top: 7px;
    right: 100%;
    left: initial;
    padding-left: 0;
    padding-right: 20px;
}
.small_type .latest_post_post:hover .latest_post_post_date .date{

}
.small_type .latest_post_post .latest_post_post_media{
	margin-top: 6px;
}
.small_type .latest_post_post:nth-child(even) .latest_post_post_media{
	float: right;
	margin-left: 20px;
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_media{
	float: left;
	margin-right: 20px;
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_data,
.small_type .latest_post_post:nth-child(even) .latest_post_post_data{
	border: 1px solid #e8eaeb;
	border-radius: 8px;
	padding: 10px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
}
.small_type .latest_post_post:nth-child(even) .latest_post_post_data{
	flex-direction: row-reverse;
	padding-right: 20px;
	text-align: right;
}
.latest_post_post .latest_post_post_data{
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.4s;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.latest_post_post.block_show .latest_post_post_data{
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.small_type .latest_post_post .latest_post_post_data h5{
	margin-top: 0;
}
.small_type .latest_post_post .latest_post_post_data:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 3px -3px 5px -2px rgba(0, 0, 0, 0.2);
    transform: translateY(-50%) rotate(45deg);
}
.small_type .latest_post_post:nth-child(odd) .latest_post_post_data:before{
	right: initial;
	left: -10px;
	box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.2);
}
/*******
* \BLOG
*******/

/***********
* PORTFOLIO
***********/
.cws_portfolio_posts_grid.dynamic_content{
	text-align: center;
}
.cws_portfolio_posts_grid.dynamic_content .prospect_load_more{
	margin-top: 30px;
}
.cws_portfolio_posts_grid.posts_grid_2 hr.posts_grid_divider:before,
.cws_portfolio_posts_grid.posts_grid_3 hr.posts_grid_divider:before,
.cws_portfolio_posts_grid.posts_grid_4 hr.posts_grid_divider:before{
	display: none;
}

.posts_grid .cws_portfolio_post_title:not(:last-child){
	margin-bottom: 0.2em;
}
.posts_grid .cws_portfolio_post_title{
	font-size: 19px;
	text-align: center;
	color: #1c3545;
	font-weight: 600;
}
*:not(.cws_portfolio_post_title) + .cws_portfolio_posts_grid_post_content,
.post_post *:not(.cws_portfolio_post_title) + .pagination{
	margin-top: 20px;
}
.post_single .cws_portfolio_post_title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;	
}
.cws_portfolio_post_terms{
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
	z-index: 1;
}
.cws_portfolio_post_terms:before{
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	background: red;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.cws_portfolio_post_terms > *{
	vertical-align: middle;
}
.cws_portfolio_post_terms a{
	font-size: 0.866667em;
	text-decoration: none;
}
.portfolio_item_post .pic > img{
	border-radius: 8px;
}
.portfolio_item_grid_post{
	margin-bottom: 50px;
}
.portfolio_item_grid_post.hex_style{
	margin-bottom: 0;
}
.portfolio_item_grid_post .post_post_media:before{
	content: '';
    position: absolute;
    z-index: 2;
    bottom: -17px;
    left: 50%;
    margin-left: -5px;
    width: 20px;
    height: 20px;
    background: #fafafa;
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}
.portfolio_item_grid_post.hex_style .post_post_media:before{
	display: none;
}
.portfolio_item_grid_post .pic .hover-effect{
	border-radius: 8px;
}
.cws_portfolio_posts_grid.hexagon_grid .prospect_grid{
	padding-top: 50px;
}
.cws_portfolio_posts_grid:not(.posts_grid_carousel) .portfolio_item_post.hex_style{
	width: 210px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -50px;
}
.portfolio_item_post.hex_style.wrap1{
	transform: translateX(50%);
}
.prospect_carousel .portfolio_item_post.hex_style.wrap1{
	transform: translateX(0);
}
.portfolio_item_post.hex_style.wrap1 + .wrap2,
.portfolio_item_post.hex_style.wrap2 + .wrap1{
	clear: left;
}
.posts_grid.hexagon_grid .owl-item > .item{
	width: 230px !important;
	margin: auto;
	float: none;
}
.cws_portfolio_single_content .gallery{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cws_portfolio_single_content{
	background: #fff;
	border-radius: 8px;
	padding: 40px 75px;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.single-cws_portfolio .post_single .post_post_media{
	margin-top: -80px;
}
.single-cws_portfolio .post_single .post_post_media{
	margin: -80px -30px 0 -30px;
}
.single-cws_portfolio .post_single .post_post_media img{
	border-radius: 0;
}

/************
* \PORTFOLIO
************/

/*******
* STAFF
*******/
.cws_staff_posts_grid.dynamic_content{
	text-align: center;
}
.cws_staff_post.posts_grid_post{
	text-align: center;
}
.cws_portfolio_post.post_single{
	text-align: center;
}
.cws_staff_post.posts_grid_post > .prospect_wrapper{
	border-radius: 4px;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
.cws_staff_post.posts_grid_post a{
	color: inherit;
	text-decoration: none;
}
.cws_staff_post_title.posts_grid_post_title{
	font-size: 1.2em;
	line-height: 1.388889em;
	font-weight: 600;
	margin: auto;
}
.floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media > .floated_media_wrapper{
	margin-bottom: auto;
}
.prospect_cws_staff_posts_grid_post_data .cws_staff_post_content{
	color: #808c95;
	font-weight: 300;
	margin-top: 15px;
}
.prospect_cws_staff_posts_grid_post_data:only-child{
	padding: 20px 30px 20px 30px;
}
.cws_staff_photo img{
	display: none;
}
.cws_staff_post_terms.posts_grid_post_terms{
	font-size: 0.866667em;
}
.cws_staff_social_links.post_social_links a{
	display: inline-block;
  	margin: 0 5px;
    font-size: 23px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    width: 44px;
    height: 50px;
    text-align: center;
}
.cws_staff_social_links.post_social_links a:first-child{
	margin-left: 0;
}
.cws_staff_social_links.post_social_links a:last-child{
	margin-right: 0;
}
.cws_staff_social_links.post_social_links a .figure_wrap svg{
	fill: #fff;
	stroke: #7796ab;
}
.cws_staff_social_links.post_social_links a:hover{
	color: #fff;
}
.cws_staff_posts_grid_post_data_divider{
	width: 70px;
    height: 2px;
    background-color: #fff;
    margin: 14px auto;
}
.cws_staff_posts_grid_post_data_divider:before{
	display: none;
}
.cws_staff_social_links.post_social_links{
	margin-top: 20px;
}
.cws_staff_post.posts_grid_post:hover > .prospect_wrapper{
	background-color: transparent !important;
}
.cws_staff_post.posts_grid_post:hover{
	color: inherit;
}
.cws_staff_post_terms.single_post_terms a{
	text-decoration: none;
}
.cws_staff_social_links.single_social_links{
}
.cws_staff_social_links.single_social_links a:hover{
	color: #fff;
}
* + .single_post_content.cws_staff_post_content{
	margin-top: 20px;
}
.floated_media + .single_post_content.cws_staff_post_content{
	margin-top: auto;
}
* + .cws_staff_post_terms.single_post_terms,
* +.cws_staff_social_links.single_social_links{
	margin-top: 10px;
}
.cws_staff_photo{
	width: 200px;
	position: relative;
	margin: auto;
	margin-bottom: 25px;
}
.single_post_media .cws_staff_photo{
	width: 280px;
}
.cws_staff_photo .figure_container .link{
	position: absolute;
	z-index: 1;
	width: 44px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin: 2px;
	font-size: 22px;
	line-height: 50px;
	color: #fff;
	-webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
}
.cws_staff_photo:hover .figure_container .link{
	opacity: 1;
}
.cws_staff_photo .figure_container .link .figure_wrap svg{
	fill: transparent;
	stroke: #fff;
	stroke-width: 4px;
}
.cws_staff_photo .figure_container .link:hover .figure_wrap svg{
	fill: #fff;
}
.cws_staff_photo > .figure_container > .figure_wrap > svg{
	opacity: 0.8;
}
.single_post_content.cws_staff_post_content{
	background: #fff;
    padding: 80px;
    padding-bottom: 60px;
    margin-top: -25px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
@media screen and ( max-width: 767px ){
	.single_post_content.cws_staff_post_content{
	    padding: 30px;
	}
}
/********
* \STAFF
********/

/************
* ATTACHMENT
************/

* + .attachment_single_post_content,
.attachment_post * + .pagination{
	margin-top: 20px;
}
.attachment_nav{
	margin-top: 40px;
}
.attachment_nav a{
	text-decoration: none;
}
.attachment_nav .prev_section{
	float: left;
}
.attachment_nav .next_section{
	float: right;
}
.alignleft{
	float: left;
	margin-right: 30px;
}
a[rel^="attachment"] .alignleft{
	float: none;
	margin-right: auto;	
}
.aligncenter{
	display: table;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
a[rel^="attachment"] .aligncenter{
	display: block;
	position: static;
	left: auto;	
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.alignright{
	float: right;
	margin-left: 30px;
}
a[rel^="attachment"] .alignleft{
	float: none;
	margin-left: auto;	
}

/*************
* \ATTACHMENT
*************/

/******
* GRID
******/

.prospect_module,
.widget{
	margin-bottom: 30px;
}
.prospect_module:only-child,
.widget:only-child{
	margin-bottom: auto;
}
.posts_grid .prospect_grid,
.crsl-grid{
	margin-left: -15px;
	margin-right: -15px;
}
.posts_grid .item,
.crsl-grid .item{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
.crsl-grid li.item{
	padding-left: 15px;
}
.posts_grid .item,
.crsl-grid .item{
	width: 100%;
}
.posts_grid_2 .item,
.grid_col_6,
.crsl-grid-2 .item{
	width: 50%;
}
.posts_grid_3 .item,
.grid_col_4,
.crsl-grid-3 .item{
	width: 33.33333%;
}
.posts_grid_4 .item,
.grid_col_3,
.crsl-grid-4 .item{
	width: 25%;
}
.posts_grid .item.hidden{
	opacity: 0;
}
.prospect_load_more.hiding{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
.prospect_carousel .item{
	width: 100%;
}
.prospect_carousel{
	margin-left: -15px;
	margin-right: -15px;
}
hr.posts_grid_spacing{
	height: 0;
	background-color: transparent;
	margin-top: auto;
}
hr.posts_grid_spacing:before{
	display: none;
}
.posts_grid .owl-item > .item{
	width: 100% !important;
}
.owl-controls{
	margin-top: -20px;
}
.owl-controls .owl-page{
	cursor: pointer;
	background: #d8e8ec;
	border-color: #d8e8ec;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(even) .cws_staff_posts_grid_post_floated_media{
	float: right;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cws_staff_posts_grid_post_floated_media{
	float: left;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .prospect_cws_staff_posts_grid_post_data{
	text-align: left;
	margin-left: 230px;
	margin-top: 20px;
	padding-right: 20px;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(even) .prospect_cws_staff_posts_grid_post_data{
	text-align: right;
	margin-right: 230px;
	margin-top: 20px;
	padding-left: 20px;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cws_staff_post{
	position: relative;
	z-index: 1;
}
.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cws_staff_post:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 20px;
	right: -1px;
	height: 80%;
	border-right: 2px dashed #7796ab;
}

/*******
* \GRID
*******/

/*************
** HEXAGON
*************/
.figure_wrap{
	position: absolute;
	z-index: -1;
	left: -1px;
	top: -1px;
	width: 100%;
	height: 100%;
}
.cws_staff_photo > * > .figure_wrap{
	position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transform: rotate(360deg) scale(0.2);
    transform: rotate(360deg) scale(0.2);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.cws_staff_photo > * > .figure_wrap.hexagon{
    width: 95%;
    height: 95%;
    left: 5px;
    top: 7px;
}
.cws_staff_photo > * > .figure_wrap.pentagon{
    width: 92%;
    height: 93%;
    left: 11px;
    top: 4px;
}
.cws_staff_photo > * > .figure_wrap.triangle{
	width: 90%;
    height: 90%;
    left: 8px;
    top: 19px;
}
.cws_staff_photo:hover > * > .figure_wrap{
    opacity: 1;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.figure_wrap svg{
	fill: transparent;
	stroke-width: 2px;
	padding: 1px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.figure_wrap.alt svg{
	stroke: transparent; 
}

/*************
** \HEXAGON
*************/

/**********
* COMMENTS
***********/

#comments p{
	color: #8f96a2;
}
#comments .avatar_section{
	float: left;
}
#comments .avatar_section + .comment_section{
	margin-left: 100px;
}
#comments .avatar{
	display: block;
	border-radius: 8px;
}
#comments .author_name{
	font-style: normal;
	font-weight: 600;
	font-size: 1.066em;
	text-transform: uppercase;
	margin-right: 10px;
}
#comments .author_name a{
	color: #232b33;
}
#comments .comment_date{
	display: block;
	color: #5c6268;
	font-size: 0.86em;
}
#comments .comment_content{
	margin: 4px 0 8px 0;
}
#comments .comment-reply-link{
	display: block;
	font-size: 0.8em;
	line-height: 1.53846em;
	text-decoration: none;
	font-weight: 600;
}
#comments .comments_children{
	padding-left: 36px;
}
#comments .comment_list > * + *,
#comments .comments_children > *{
	margin-top: 40px;
}

#commentform{
	margin-left: -10px;
}
#commentform > *{
	display: block;
	width: 100%;
	padding-left: 10px;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url{
	float: left;
	width: 33.333%;
}
#commentform label,
#commentform input:not([type='submit']),
#commentform textarea{
	display: block;
	width: 100%;
}
#commentform p{
	margin-bottom: 10px;
}
#commentform .form-submit{
	text-indent: 0;
}
#commentform #submit{
	float: right;	
}
#commentform script{
	display: none;
}
.comments_nav{
	margin-top: 40px;
}
.comments_nav .prev_section{
	float: left;
}
.comments_nav .next_section{
	float: right;
}
.comments_nav a{
	text-decoration: none;
}
.comments_title,
.comment_reply_title{
	text-transform: uppercase;
	font-size: 1.9em;
}

/***********
* \COMMENTS
************/

/***************
* SCROLL TO TOP 
***************/

#scroll_to_top{
	position: fixed;
	right: 25px;
	bottom: 25px;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    width: 38px;
    height: 38px;
	line-height: 38px;
    font-size: 32px;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

/****************
* \SCROLL TO TOP 
****************/

/*****
* 404
*****/

#banner_404{
	text-align: center;
	margin: 70px auto 110px;
}
#banner_404 > * + *{
	margin-top: 30px;
}
#banner_404_number{
	font-size: 250px;
	line-height: 1;
	color: #b0b0b0;
	white-space: nowrap;
}
#banner_404_number mark{
	display: inline-block;
	line-height: 0.83em;
	padding: 0 20px;
	color: #fff;
	border-radius: 30px 0;
	vertical-align: bottom;
}
#banner_404_content{
    font-size: 27px;
    line-height: 40px;
    font-weight: 300;
	color: #b0b0b0;
}
#banner_404_title{
	color: #fff;
	font-size: 2.3em;
	text-transform: uppercase;
}
#banner_404_away .prospect_button{
	color: #fff;
}
/******
* \404
******/

/**********
* SELECT 2
**********/

/*****************
** reset select 2
*****************/

.select2-container .select2-choice,
.select2-container .select2-choice .select2-arrow,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices{
	background-image: none;
	background-color: transparent;	
}
.select2-results .select2-result,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit{
	background-color: transparent;		
}
.select2-container .select2-choice{
	line-height: inherit;
	padding: 0;
	height: auto;
}
.select2-search{
	padding: 0;
}
.select2-search input[type="text"]{
	background-image: none;
}
.select2-results{
	margin: 0;
	padding: 0;
}
.select2-results .select2-result-label{
	padding: 0;
}
.select2-container .select2-choice .select2-arrow b{
	background-image: none;	
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-drop{
	-webkit-box-shadow: none;
	box-shadow: none;
}

/******************
** \reset select 2
******************/

.select2-drop{
	z-index: 9999;
}
.select2-container .select2-choice{
	position: relative;
	z-index: 2;
}
.select2-container{
	width: 270px;
	max-width: 100%;
	z-index: 1;
}
.select2-container li:before{
	display: none;
}
.select2-container,
.select2-container .select2-choice .select2-arrow,
.select2-container-active,
.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-drop-active,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above.select2-drop-active{
	border-color: #e1e1e1;
}
.woocommerce .woocommerce-ordering .select2-container .select2-choice {
	border: 1px solid #e1e1e1;
}
.select2-container .select2-choice{
	padding: 12px 0 12px 10px;
}
.select2-container .select2-choice > .select2-chosen{
	margin-right: 46px;
}
.select2-container .select2-choice .select2-arrow{
	width: 36px;
}
.select2-container .select2-choice .select2-arrow b{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
}
.select2-container .select2-choice .select2-arrow b:before{
	content: "\f078";
	line-height: 46px;
}
.select2-search input[type="text"]{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left-style: none;
	border-right-style: none;
	padding: 5px 10px;
	border-radius: 0;
}
.select2-results .select2-result,
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit{
	padding: 5px 10px;
}
.select2-results .select2-result + .select2-result{
	border-top: 1px solid #e1e1e1;
}
.select2-results .select2-highlighted{
	background-color: transparent;
	color: inherit;
	color: #e95f58;
}
.select2-dropdown-open,
.select2-drop,
.select2-drop.select2-drop-above{
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}
.select2-dropdown-open,
.select2-drop{
	border-radius: 0 0 8px 8px;
}
.select2-drop.select2-drop-above{
	border-radius: 8px 8px 0 0;	
}
.select2-drop.select2-drop-above{
	border-bottom: 1px solid #e1e1e1;
}
.select2-drop.select2-drop-above .select2-search input{
	margin-top: auto;
	border-top-style: none;
}
.select2-container .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice{
	background-color: #fff;
}

/********************************
** woocommerce select 2 override
********************************/

.select2-results{
	background-color: transparent;
}
.select2-container .select2-choice .select2-arrow b:after{
	display: none;
}
.select2-container .select2-choice .select2-arrow{
	border-left: 0;
}
.select2-container.select2-dropdown-open .select2-choice .select2-arrow{
	border-left-style: none;	
}
.select2-drop.select2-drop-above .select2-search input{
	border-radius: 4px 4px 0 0;
}

/*********************************
** \woocommerce select 2 override
*********************************/

/***********
* \SELECT 2
***********/

/***************
* MOBILE HEADER
***************/

#mobile_header{
	display: none;
	padding: 14px 0;
}
body.cws_mobile #site_header{
	display: none;
}
body.cws_mobile #mobile_header{
	display: block;
}

/*************
** MOBILE MENU
*************/

#mobile_menu_wrapper{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	display: none;
    -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
	width: calc(100% - 30px);
    margin: 0 15px;
}
#mobile_menu_wrapper > .prospect_layout_container{
	display: block;
	padding-top: 14px;
	padding-bottom: 14px;
}
#mobile_menu{
	display: block;
}
#mobile_menu .menu-item{
	border-bottom: 1px solid transparent;
}
#mobile_menu .sub-menu .menu-item:first-of-type:before,
#mobile_menu .menu-item:after{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #f2f2f2;
	-webkit-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
#mobile_menu .sub-menu .menu-item:first-of-type:before{
	display: block;
	top: 0;
	left: auto;
	height: 0;
}
#mobile_menu .menu-item:after{
	top: 100%;
}
#mobile_header.sandwich_active .menu-item:after,
#mobile_header.sandwich_active .sub-menu .menu-item:first-of-type:before{
	width: 100%;
}
#mobile_menu .menu-item:last-of-type{
	border-bottom-style: none;
}
#mobile_menu .sub-menu .menu-item:first-of-type{
	border-top: 1px solid transparent;	
}
#mobile_menu .menu-item:last-of-type:after{
	display: none;
}
#mobile_menu .menu-item{
	display: block;
	white-space: normal;
}
#mobile_menu .sub-menu{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	padding-left: 16px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	opacity: 1;	
}
#mobile_menu .sub-menu .menu-item.menu-item-has-children{
	display: block;
}
#mobile_menu .sub-menu .menu-item.menu-item-has-children > *{
	display: block;
}
#mobile_menu > .menu-item > .sub-menu{
	border-top-style: none;
}
#mobile_menu .sub-menu{
	margin-left: auto;
}
#mobile_menu .sub-menu:before{
	display: none;
}
#mobile_menu .menu-item.right .sub-menu .sub-menu{
	top: auto;
	right: auto;
	margin-right: auto;
}
#mobile_menu > .menu-item + .menu-item:before{
	display: none !important;
}
#mobile_menu > .menu-item > a,
#mobile_menu .sub-menu .menu-item > a,
#mobile_menu > .menu-item > span,
#mobile_menu .sub-menu .menu-item > span{
	padding: 0;
}
#mobile_menu .sub-menu .menu-item > a{
	border: 0;
}
#mobile_menu .menu-item .pointer{
	display: block;	
}
#mobile_menu .menu-item > .pointer{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#mobile_menu .sub-menu,
#mobile_menu .sub-menu .menu-item.menu-item-has-children > .sub-menu{
	height: 0;
	box-sizing: border-box;
	overflow: hidden;
    padding: 0;			
    margin: 0;			
}
#mobile_menu .menu-item.active .sub-menu,
#mobile_menu .sub-menu .menu-item.menu-item-has-children.active > .sub-menu{
	height: auto;
}
.main_menu .menu-item > .pointer{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.main_menu .menu-item.active > .pointer{
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
#mobile_menu .menu-item > .depth,
#mobile_menu .menu-item.menu-item-has-children > .depth,
#mobile_menu .sub-menu .menu-item > .depth,
#mobile_menu .sub-menu .menu-item.menu-item-has-children > .depth,
#mobile_menu .menu-item > a,
#mobile_menu .menu-item.menu-item-has-children > a,
#mobile_menu .sub-menu .menu-item > a,
#mobile_menu .sub-menu .menu-item.menu-item-has-children > a,
#mobile_menu .menu-item > span,
#mobile_menu .menu-item.menu-item-has-children > span,
#mobile_menu .sub-menu .menu-item > span,
#mobile_menu .sub-menu .menu-item.menu-item-has-children > span{
	display: inline;
}

/**************
** \MOBILE MENU
**************/

#mobile_header .site_header .prospect_layout_container{
	display: block;
}
#mobile_header #site_header{
	padding-top: 20px;
	padding-bottom: 20px;
}
#mobile_header .site_header .prospect_layout_container > * + *,
#mobile_header .site_header .prospect_layout_container + .prospect_layout_container{
	margin-top: 20px;
}
#mobile_header .header_logo_img{
	margin-left: auto;
	margin-right: auto;
}

/****************
* \MOBILE HEADER
****************/

/********
* LOADER
********/
.cws_loader_holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	display: none;
}
.cws_loader_holder.active{
	display: block;
}
.cws_loader_container{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    z-index: 1030;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}
.cws_loader {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  animation: fadeIn 2s 1 ;
  -webkit-animation-fill-mode: forwards; /* Safari 4.0 - 8.0 */
 animation-fill-mode: forwards;
}

.cws_loader span {
  color: black;
  display: block;
  top: 100%;
  position: absolute;
  font-size: 0.8em;
  width: 100%;
  font-family: 'Chathura', sans-serif;
  text-align: center;
  margin: 8px;
  letter-spacing: 0.3em;
}

.hex:nth-child(1) {
  top: 10px;
  left: 17px;
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.hex:nth-child(2) {
  top: 10px;
  left: 51px;
  -webkit-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.hex:nth-child(3) {
  top: 40px;
  left: 70px;
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay:-0.3s;
}

.hex:nth-child(4) {
  top: 70px;
  left: 51px;
  -webkit-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  animation-delay:-0.4s;
}

.hex:nth-child(5) {
  top: 70px;
  left: 17px;
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay:-0.5s;
}

.hex:nth-child(6) {
  top: 40px;
  left: 0;
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay:-0.6s;
}

.hex:nth-child(7) {
  top: 40px;
  left: 35px;
  -webkit-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.hex:nth-child(8) {
  top: 10px;
  left: 17px;
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.hex {
  position: absolute;
  width: 30px; 
  height: 20px;
  background: #38cfae;
  opacity: 0.2;
  animation: fade 1.5s infinite ease;
  box-shadow: 0 0 20px #38cfae, 0 0 20px #38cfae;
  opacity: 0.1;
}

.hex:before, .hex:after {
  position: absolute;
  content: "";
  width: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.hex:before {
  border-bottom: 8px solid #38cfae;
  bottom: 100%;
}

.hex:after {
  width: 0; 
  top: 100%; 
  border-top: 8px solid #38cfae;
}

@keyframes fade {
  0% { opacity: 0.5; transform:scale(1); }
  7% { opacity: 0; transform:scale(0.2);}
  42% { opacity: 0; transform:scale(0.2);}
  49% { opacity: 0.5; transform:scale(1);}
  100% { opacity: 0.5;transform:scale(1); }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
/********
* \LOADER
********/

/*****
* WPML
*****/

#lang_sel,
.menu-item.menu-item-language .sub-menu.submenu-languages{
	min-width: 150px;
}
#lang_sel ul li + li,
#lang_sel li > ul > li:first-child{
	margin-top: auto;
}
#lang_sel ul li{
	padding-left: 0;
}
#lang_sel ul li:before{
	display: none;
}
#lang_sel > ul > li{
	position: relative;
}
#lang_sel > ul > li > ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
}
#lang_sel > ul > li:hover > ul{
	display: block;
}
#lang_sel a{
	display: block;
	padding: 5px 24px 5px 12px;
}
#lang_sel > ul > li:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -3px;
	margin-right: -6px;
	width: 0;
	height: 0;
	border-width: 6px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #e1e1e1;
}
#lang_sel,
#lang_sel > ul > li > ul{
	background-color: #fff;	
}

.widget #lang_sel a{
	padding: 0 24px 0 12px;
}
.widget #lang_sel li ul li:first-of-type{
	margin-top: auto;
}
.widget #lang_sel li ul li:last-of-type{
	padding-bottom: 13px;
}
.widget #lang_sel>ul>li>ul{
	padding-left: 0;
	border-radius: 0 0 4px 4px;
}
.widget #lang_sel:hover,
.widget #lang_sel:hover>ul>li>ul{
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.menu-item.menu-item-language img{
	margin-right: 1ex;
}

#top_panel_bar #lang_sel{
	display: table-cell;
	font-size: 15px;
	line-height: 24px;
}
#top_panel_bar #lang_sel ul{
	color: #fff;
}
#top_panel_bar #lang_sel ul li{
	border-bottom: 1px solid #e1e1e1;
}
#top_panel_bar #lang_sel ul ul li:first-of-type{
	border-top: 1px solid #e1e1e1;	
}
#top_panel_bar #lang_sel ul li:last-of-type{
	border-bottom-style: none;
}
#top_panel_bar #lang_sel,
#top_panel_bar #lang_sel > ul > li > ul{
	background-color: #4bbcd7;
}
#top_panel_bar #lang_sel a{
	padding-top: 8px;
	padding-bottom: 8px;
}
#top_panel_bar #lang_sel > ul > li > ul{
	border-radius: 0 0 4px 4px;
}
#top_panel_bar #lang_sel > ul > li:after{
	border-top-color: #fff;
}

#footer_icl #lang_sel > ul > li > ul{
	top: auto;
	bottom: 100%;
}
#footer_icl #lang_sel a{
	padding-top: 8px;
	padding-bottom: 8px;
}
#footer_icl{
	margin-top: -8px;
	margin-bottom: -8px;
}
#footer_icl #lang_sel,
#footer_icl #lang_sel > ul > li > ul{
	background-color: #2d3339;	
}
#footer_icl #lang_sel > ul > li:after{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: -9px;
	border-top-color: #fff;
}
.wpml-ls-statics-footer.wpml-ls-legacy-dropdown .wpml-ls-item:before{
	display: none;
}
.wpml-ls-statics-footer.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    bottom: 100%;
    top: initial;
}
.wpml-ls-statics-footer.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: .35em solid transparent;
    border-top: .35em solid transparent;
    border-bottom: .5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - .675em);
}
body > .wpml-ls-statics-footer{
	display: none;
}

/******
* \WPML
******/

/************
* RESPONSIVE
*************/

@media screen and ( max-width: 1190px ){

	#page.single_sidebar .posts_grid_4 .item,
	#page.single_sidebar .grid_col_3,
	#page.single_sidebar .crsl-grid-4 .item{
		width: 33.33%;
	}
	#page.double_sidebar .posts_grid_3 .item,
	#page.double_sidebar .grid_col_4,
	#page.double_sidebar .crsl-grid-3 .item,
	#page.double_sidebar .posts_grid_4 .item,
	#page.double_sidebar .grid_col_3,
	#page.double_sidebar .crsl-grid-4 .item{
		width: 50%;
	}

	#footer_widgets_container{
	    margin-left: -10px;
	    margin-right: -10px;
	}
	#footer_widgets_container .widget{
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(5),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(4):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(5):nth-last-child(1)	{
		width: 172px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(4):nth-last-child(1){
		width: 220px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(1){
		width: 300px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(1){
		width: 460px;
	}
	#footer_widgets_container .widget{
	    -webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	}

	.banner_offer{
		font-size: 70px;
	}
	.banner_title{
		font-size: 70%;
		padding: 20px 0;
	}
	.vc_col-sm-4 .prospect_milestone .prospect_milestone_title {
	    font-size: 1em;
	    margin-top: -10px;
	}
	.vc_col-sm-4 .prospect_milestone .odometer-inside {
	    font-size: 30px;
	}
	.vc_col-md-4 .vc_column-inner ,
	.vc_col-sm-6 .vc_column-inner {
		padding-bottom: 20px;
	}
}
@media screen and ( max-width: 1020px ){

	.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .cws_staff_posts_grid_post_floated_media {
	    float: none !important;
	}
	.cws_staff_posts_grid.posts_grid_2.posts_grid_carousel .prospect_cws_staff_posts_grid_post_data {
	    text-align: center !important;
	    margin-right: auto !important;
	    margin-left: auto !important;
	    padding: 0 !important;
	}
}
@media screen and ( min-width: 981px ){
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media{
		margin-right: auto;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media > .floated_media_wrapper,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media > .floated_media_wrapper{
		float: none;
		margin-right: auto;		
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .prospect_cws_staff_posts_grid_post_data,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .prospect_cws_staff_posts_grid_post_data{
		padding: 0;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .prospect_cws_staff_posts_grid_post_data:not(:only-child),
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .prospect_cws_staff_posts_grid_post_data:not(:only-child){
		margin-top: 20px;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_photo img,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_photo img{
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post{
		color: inherit;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post > .prospect_wrapper,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post > .prospect_wrapper{
		background-color: transparent !important;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post .cws_staff_posts_grid_post_data_divider,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post .cws_staff_posts_grid_post_data_divider{
		background-color: #fff;
	}
	#page.single_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post .post_social_links,
	#page.double_sidebar .cws_staff_posts_grid.posts_grid_2 .cws_staff_post.posts_grid_post .post_social_links{
		color: #fff;
	}
}

@media screen and ( max-width: 980px ){

	.posts_grid_4 .item,
	.grid_col_3,
	.crsl-grid-4 .item,
	#page.double_sidebar .posts_grid_4 .item,
	#page.double_sidebar .grid_col_3,
	#page.double_sidebar .crsl-grid-4 .item{
		width: 33.33%;		
	}
	.posts_grid_3 .item,
	.grid_col_4,
	.crsl-grid-3 .item{
		width: 50%;
	}
	.posts_grid_2.cws_staff_posts_grid .item{
		width: 100%;
	}

	#footer_widgets_container{
		margin-left: -9px;
		margin-right: -9px;
	}
	#footer_widgets_container .widget{
		padding-left: 9px;
		padding-right: 9px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(5),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(3){
		width: 232px;
	}
	#footer_widgets_container .widget:nth-child(4):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(5):nth-last-child(1){
		width: 360px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(4):nth-last-child(1){
		width: 171px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(1){
		width: 234px;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(1){
		width: 360px;
	}
	.vc_col-sm-4 .prospect_services_column.icon_right .prospect_services_icon,
	.vc_col-sm-4 .prospect_services_column.icon_left .prospect_services_icon{
		float: none;
		margin: 0;
	}
	.vc_col-sm-4 .prospect_services_column.icon_right .prospect_services_desc p,
	.vc_col-sm-4 .prospect_services_column.icon_left .prospect_services_desc p{
		text-align: center !important;
	}
	.vc_row.over_section{
		display: block;
	}
	.posts_grid_2 .post_post_header{
		flex-direction: column;	
	}
	.posts_grid_2 .post_post_header .info,
	.posts_grid_2 .post_post_header .comments_link{
		justify-content: flex-start;
	}
	.post_posts_grid.posts_grid_medium .floated_media_wrapper{
		float: none;
	}
	#site_footer > div{
	    flex-direction: column-reverse;
	    align-items: center;
	    align-content: center;
	    display: flex;
	}
	#site_footer > div > * {
		padding: 5px 0;
	}
	#site_footer .wpml_language_switch{
		margin-left: 0;
	}
}

@media screen and ( max-width: 980px ) and ( min-width: 768px ){
	#page.single_sidebar .posts_grid_3 .item,
	#page.single_sidebar .grid_col_4,
	#page.single_sidebar .crsl-grid-3 .item,
	#page.double_sidebar .posts_grid_3 .item,
	#page.double_sidebar .grid_col_4,
	#page.double_sidebar .crsl-grid-3 .item{
		width: 33.33%;
	}

	.vc_column_container.vc_col-sm-3 .prospect_pricing_plan .pricing_plan_price{
		font-size: 57px;
	}
	.vc_column_container.vc_col-sm-3 .prospect_pricing_plan .pricing_plan_button .prospect_button{
		min-width: 0;
	}
}

@media screen and (max-width: 782px){
	body.admin-bar #sticky{
		margin-top: 46px;
	}
}

@media screen and ( max-width: 767px ){

	.vc_row{
		margin-bottom: -20px;
	}
	.vc_row-full-width + .vc_row[data-vc-full-width="true"]{
		margin-bottom: auto;
	}
	.vc_column-inner{
		padding-bottom: 20px;
	}

	.posts_grid_4 .item,
	.grid_col_3,
	.crsl-grid-4 .item,
	#page.single_sidebar .posts_grid_4 .item,
	#page.single_sidebar .grid_col_3,
	#page.single_sidebar .crsl-grid-4 .item,
	#page.double_sidebar .posts_grid_4 .item,
	#page.double_sidebar .grid_col_3,
	#page.double_sidebar .crsl-grid-4 .item{
		width: 50%;		
	}

	#comments .comments_children{
		padding-left: 18px;
	}
	#comments .comment_list > * + *,
	#comments .comments_children > *{
		margin-top: 20px;
	}
	#commentform .comment-form-author,
	#commentform .comment-form-email,
	#commentform .comment-form-url{
		float: none;
		width: 100%;
	}

	#top_panel .prospect_layout_container > *,
	#site_footer .prospect_layout_container > *{
		display: block;
	}
	#top_panel_bar{
		float: right;
	}
	#top_panel address{
		padding-top: 1.333em;
	}
	#site_footer{
		text-align: center;
	}
	#site_footer .prospect_layout_container > * + *{
		margin-top: 10px;
	}
	#footer_social{
		float: none;
	}

	#footer_widgets_container{
		margin-left: -2%;
		margin-right: -2%;
	}
	#footer_widgets_container .widget{
	     padding-left: 2%; 
	     padding-right: 2%; 
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(5),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(4):nth-last-child(2){
		width: 46%;
	}
	#footer_widgets_container .widget:nth-child(5):nth-last-child(1){
		width: 96%;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(4),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(3):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(4):nth-last-child(1){
		width: 46%;
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(3),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(2){
		width: 46%;		
	}
	#footer_widgets_container .widget:nth-child(3):nth-last-child(1){
		width: 96%;		
	}
	#footer_widgets_container .widget:nth-child(1):nth-last-child(2),
	#footer_widgets_container .widget:nth-child(2):nth-last-child(1){
		width: 46%;
	}

	.prospect_cta{
		text-align: center;
	}
	.cta_holder{
		display: block;
	}
	.cta_holder > *{
		display: block;
		vertical-align: baseline;
	}
	.cta_holder > * + *{
		padding-left: 0;
		margin-top: 12px;
	}
	.cta_icon{
		margin-left: auto;
		margin-right: auto;
	}

	#banner_404 > * + *{
		margin-top: 20px;
	}
	#banner_404_number{
		font-size: 160px;
	}
	#banner_404_content{
		font-size: 24px;
		line-height: 36px;
	}

	#top_panel{
		display: none;
	}	
	.post_post_header{
		flex-direction: column;	
	}
	.post_post_header .info,
	.post_post_header .comments_link{
		justify-content: flex-start;
	}
	.post_post_content_wrapper{
		padding: 20px 30px;
	}
	.post_posts_grid.posts_grid_small .floated_media,
	.post_posts_grid.posts_grid_medium .floated_media{
		margin-right: 0;
	}
	.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper,
	.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper{
		max-width: calc( 100% - 60px );
	}
	.post_posts_grid.posts_grid_small .floated_media_wrapper,
	.post_posts_grid.posts_grid_medium .floated_media_wrapper{
		margin-left: 30px;
		float: none;
	}

}
@media screen and ( max-width: 700px ){
	.small_type .latest_post_list_start, 
	.small_type .latest_post_list_end {
	    margin: auto;
	    margin-left: 38px;
	}	
	.small_type .posts_time_line_wrap:before {
	    left: 45px;
	}
	.small_type .latest_post_post .latest_post_post_date {
	    margin-right: 30px !important;
	    margin-left: 30px !important;
	}
	.small_type .latest_post_post:nth-child(even) .latest_post_post_date .date ,
	.small_type .latest_post_post:nth-child(odd) .latest_post_post_date .date {
	    top: 0; 
	    right: 0;
	    transform: rotate3d(0,0,1,-90deg);
	    left: -80px;
	}
	.small_type .latest_post_post:nth-child(even) {
	    flex-direction: row;
	}
	.small_type .latest_post_list_more {
	    margin-left: 9px;
	}
	.small_type .latest_post_post:nth-child(even) .latest_post_post_data:before {
	    right: initial;
	    left: -10px;
	    box-shadow: -3px 3px 5px -2px rgba(0, 0, 0, 0.2);
	}
	.small_type .latest_post_post:nth-child(even) .latest_post_post_data {
	    text-align: left;
	    flex-direction: row;
	    padding-right: 0;
	}
	.small_type .latest_post_post:nth-child(even) .latest_post_post_media {
	    float: left;
	    margin-right: 20px;
	    margin-left: 0;
	}
}

@media screen and ( max-width: 600px ){
	body.admin-bar #sticky{
		margin-top: auto;
	}	
	.filter_wrap .filter {
	    margin: 0 20px 0 20px;
	}
	.large_type .latest_post_post .latest_post_post_media {
	    float: none !important;
	    margin-left: auto !important;
	    margin-right: auto !important;
	    width: 120px;
	}
	.large_type .latest_post_post .latest_post_post_data {
	    text-align: center !important;
	}
	.large_type .latest_post_post:before {
	    top: initial; 
	    height: 32px;
	    bottom: 0;
	}
	.large_type .latest_post_post .latest_post_post_title {
	    margin-top: 0; 
	}
	.site_header:not(.menu_boxed) .prospect_layout_container {
	    width: calc(100% - 40px);
	    margin: 0 20px;
	}
	.product .woo_product_post_title.posts_grid_post_title,
	.product .prospect_after_shop_loop_item_title_wrapper{
		margin: 0 10px;
	}
}
@media screen and ( max-width: 470px ) {
	.cws_portfolio_posts_grid.hexagon_grid .prospect_grid{
		padding-top: 0;
	}
	.cws_portfolio_posts_grid:not(.posts_grid_carousel) .portfolio_item_post.hex_style{
		margin-top: 10px;
	}
	.portfolio_item_post.hex_style.wrap1{
		transform: translateX(0);
	}
	.pagination .page_links > *{
		margin: 0 5px;
	}
}
@media screen and ( max-width: 479px ){

	.floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media{
		margin-right: auto;
	}
	.floated_media.posts_grid_post_floated_media.cws_staff_posts_grid_post_floated_media > .floated_media_wrapper{
		float: none;
		margin-right: auto;
	}
	.prospect_cws_staff_posts_grid_post_data{
		padding: 0;
	}
	.prospect_cws_staff_posts_grid_post_data:not(:only-child){
		margin-top: 20px;
	}
	.cws_staff_posts_grid .cws_staff_photo img{
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
	}
	.cws_staff_post.posts_grid_post{
		color: inherit;
	}
	.cws_staff_post.posts_grid_post > .prospect_wrapper{
		background-color: transparent !important;
	}
	.cws_staff_post.posts_grid_post .cws_staff_posts_grid_post_data_divider{
		background-color: #fff;
	}
	.cws_staff_post.posts_grid_post .post_social_links{
		color: #fff;
	}

	.posts_grid_2 .item,
	.grid_col_6,
	.crsl-grid-2 .item,
	.posts_grid_3 .item,
	.grid_col_4,
	.crsl-grid-3 .item,
	.posts_grid_4 .item,
	.grid_col_3,
	.crsl-grid-4 .item{
		width: 100%;
	}

	#page.single_sidebar .posts_grid_3.cws_portfolio_posts_grid .item{
		width: 50%;
	}

	#footer_widgets_container,
	#footer_widgets_container .widget{
		margin-left: auto;
		margin-right: auto;
	}
	#footer_widgets_container .widget:nth-child(1n+1):nth-last-child(1n+1){
		width: 100%;
	}

	.prospect_banner .banner_wrapper > *,
	.prospect_banner .banner_title,
	.prospect_banner.icon_left .banner_wrapper > *,
	.prospect_banner.icon_left .banner_title{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.banner_wrapper{
		text-align: center;
		margin-top: -20px;
	}
	.banner_wrapper > *{
		display: block;
		float: none;
		margin-left: auto;
		margin-top: 20px;
	}
	.banner_title{
		padding-top: 0;
		padding-bottom: 0;
	}

	#banner_404_number{
		font-size: 120px;
	}
	#banner_404_content{
		font-size: 24px;
		line-height: 36px;
	}
}
@media screen and ( max-width: 1200px ) {
	#gallery-1 .gallery-item.medium_size.col_4{
		width: 33%;
	}
	#gallery-1 .gallery-item.thumbnail_size.col_6,
	#gallery-1 .gallery-item.thumbnail_size.col_5{
		width: 25%;
	}
	#gallery-1 .gallery-item.mini_size.col_9,
	#gallery-1 .gallery-item.mini_size.col_8{
		width: 14%;
	}
}
@media screen and ( max-width: 980px ) {
	#gallery-1 .gallery-item.medium_size.col_3,
	#gallery-1 .gallery-item.medium_size.col_4{
		width: 50%;
	}
	#gallery-1 .gallery-item.thumbnail_size.col_6,
	#gallery-1 .gallery-item.thumbnail_size.col_5,
	#gallery-1 .gallery-item.thumbnail_size.col_4{
		width: 33%;
	}
	#gallery-1 .gallery-item.mini_size.col_9,
	#gallery-1 .gallery-item.mini_size.col_8,
	#gallery-1 .gallery-item.mini_size.col_7{
		width: 20%;
	}
}
@media screen and ( max-width: 770px ) {
	#gallery-1 .gallery-item.big_size.col_2,
	#gallery-1 .gallery-item.big_size.col_3{
		width: 100%;
	}
}
@media screen and ( max-width: 730px ) {
	#gallery-1 .gallery-item.mini_size.col_9,
	#gallery-1 .gallery-item.mini_size.col_8,
	#gallery-1 .gallery-item.mini_size.col_7{
		width: 25%;
	}
}
@media screen and ( max-width: 700px ) {
	.cws_portfolio_single_content{
		padding: 40px;
	}
}	
@media screen and ( max-width: 620px ) {
	#gallery-1 .gallery-item.thumbnail_size.col_6,
	#gallery-1 .gallery-item.thumbnail_size.col_5,
	#gallery-1 .gallery-item.thumbnail_size.col_4,
	#gallery-1 .gallery-item.thumbnail_size.col_3{
		width: 50%;
	}
}
@media screen and ( max-width: 550px ) {
	#gallery-1 .gallery-item.medium_size.col_2,
	#gallery-1 .gallery-item.medium_size.col_3,
	#gallery-1 .gallery-item.medium_size.col_4{
		width: 100%;
	}
	#gallery-1 .gallery-item.mini_size.col_9,
	#gallery-1 .gallery-item.mini_size.col_8,
	#gallery-1 .gallery-item.mini_size.col_7{
		width: 33%;
	}
}
@media screen and ( max-width: 450px ) {
	#gallery-1 .gallery-item.thumbnail_size.col_6,
	#gallery-1 .gallery-item.thumbnail_size.col_5,
	#gallery-1 .gallery-item.thumbnail_size.col_4,
	#gallery-1 .gallery-item.thumbnail_size.col_3,
	#gallery-1 .gallery-item.thumbnail_size.col_2{
		width: 100%;
	}
	#gallery-1 .gallery-item.mini_size.col_9,
	#gallery-1 .gallery-item.mini_size.col_8,
	#gallery-1 .gallery-item.mini_size.col_7{
		width: 50%;
	}
}
@media screen and ( max-width: 400px ) {
	#gallery-1 .gallery-item.big_size{
		padding: 0;
	}
	.cws_portfolio_single_content{
		padding: 40px 15px;
	}
}

/*************
* \RESPONSIVE
**************/
/**************************/
/* Gutenberg Optimization */
/**************************/

.wp-block-image.alignfull img {
    max-width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100vw;
    border-radius: 0;
}

/*************************************/
/* WP Backery Page Builder Front-end */
/*************************************/
.compose-mode  .vc_vc_column.vc_container-block {
    position: static;
}
.compose-mode  .vc_vc_column.vc_container-block > .vc_column_container {
    position: relative;
}

.compose-mode .vc_child-element-move .vc_btn-content,
.compose-mode .vc_element-move .vc_btn-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.compose-mode .body {
    background-color: #fff;
}

.compose-mode .vc_container-block.vc_vc_row:hover {
    z-index: 14;
}
.compose-mode .vc_control-btn-append {
    top: 0 !important;
}