/*------------------------------------------------------------------

[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
* ROW STEP
* MAP
* 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);
	vertical-align: top;
}
i.svg svg{
	width: inherit;
	height: inherit;
}
i.svg{
	line-height: 1;
}
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 > *,
.bellaria_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,
.cwsportfolio_posts_grid.posts_grid_2 hr.posts_grid_divider,
.cwsportfolio_posts_grid.posts_grid_3 hr.posts_grid_divider,
.cwsportfolio_posts_grid.posts_grid_4 hr.posts_grid_divider,
#scroll_to_top,
.bellaria_icon.hovered,
.vc_toggle .vc_toggle_title > h4,
.vc_toggle .vc_toggle_icon,
.bellaria_services_icon .icon,
.bellaria_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,
.bellaria_sc_carousel .carousel_nav > .prev,
.bellaria_sc_carousel .carousel_nav > .next,
i.svg,
.bellaria_button i{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s 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;
}
html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
	overflow-x: hidden;
	font-weight: 400;
	z-index: 1;
}

img[class*="wp-image"],
.bellaria_button,
input[type='submit'],
button,
.more-link,
.bellaria_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,
.bellaria_sc_carousel li.item{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

input[type="search"]{
	-webkit-appearance: none;
}

.clearfix:after,
.latest_tweets.carousel:after,
#commentform .form-submit:after,
.bellaria_grid:after{
	content: "";
	display: block;
	clear: both;
}

iframe{
	-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: 10px;
	font-weight: 500;
}
.select2-results li + li{
	margin-top: auto;
	border-top: 1px solid #dcdcdc;
}
.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;
}
.bellaria_wrapper,
.cws_wrapper{
	position: relative;
	overflow: hidden;
}
.full_width_style .bellaria_wrapper{
	margin-left: 15px;
	margin-right: 15px;
}
.bellaria_overlay,
.cws_overlay{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
a.cws_overlay{
	z-index: 1;
}
.bellaria_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;
}

.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;
	text-align: left;
}
.a_right_flex{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}
.a_center_flex{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: 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;
}
#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);
}
#document{
	background: #fff;
	position: relative;
}

#page.full_width{
	margin-top: 0;
	padding-top: 0;
}

/*********
* \COMMON
*********/

/*************
* WP STANDARD
*************/
img[class*="wp-image"].img_top,
img[class*="wp-image"].img_bot{
	transition: all .6s cubic-bezier(.2, .55, .1, .7);
	box-shadow: 0px 5px 22px 0px rgba(30,37,54,0.18);
	margin-top: 10px;
	border-radius: 20px;
}
img[class*="wp-image"].img_top:hover{
	transform: translate3d(0,-10px,0);
	box-shadow: 0px 10px 45px 0px rgba(30,37,54,0.18);
}
img[class*="wp-image"].img_bot:hover{
	transform: translate3d(0,10px,0);
	box-shadow: 0px 10px 45px 0px rgba(30,37,54,0.18);
}
a[rel^="attachment"]{
	display: inline-block;
}
.gallery .gallery-item a{
	display: block;
	margin: 0 15px;
}
.post_single.gallery .gallery-item a{
	margin: 0;
}
.widget .gallery .gallery-item a{
	margin: 0;
}
a[rel^="attachment"],
.gallery .gallery-item a{
	position: relative;
	overflow: hidden;
}
a[rel^="attachment"] img,
.gallery .gallery-item img{
	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;
}
a[rel^="attachment"] img{
	padding: 0;
}
.gallery{
	margin-bottom: 20px;
}
.single_gallery{
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
#page.full_width .single_gallery{
    margin: 10px;
    margin-bottom: 0;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.single_gallery .gallery-item{
	box-sizing: border-box;
	padding: 10px;
	float: left;
}
.single_gallery .gallery-item.col_1{
	padding: 0;
	padding-bottom: 10px;
}
.single_gallery .gallery-item img{
	display: block;
}
.widget .gallery{
	margin-left: -5px !important;
	margin-right: -5px !important;  
	margin-top: 15px;
}
.widget .gallery .gallery-item{
	padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 4px !important;
    margin-top: 0 !important;
    box-sizing: border-box;
}
.bellaria_sc_carousel .gallery .gallery-item{
	margin-bottom: auto !important; 
}
.gallery .gallery-item img{
	border-style: none !important;  
	border-radius: 4px;
}
.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;
}

.bellaria_sc_carousel .owl-item > .gallery-item{
	width: 100% !important;
}
.bellaria_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){
	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,
acronym{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	cursor: help;
}

big{
	font-size: larger;
}

pre{
	background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    font-family: monospace;
}

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: 0;
}
main p[style*="text-align: center;"],
main p[style*="text-align:center;"]{
	text-indent: 0;
}
*{
	text-indent: 0;
}

.cws_divider{
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    outline-style: none;
    text-align: center;
    min-height: 3px;
    border-color: #edecec;
    overflow: hidden;
}
.cws_divider.short_line{
	max-width: 370px;
}
.cws_divider img {
    display: block;
    margin: auto;
    padding: 0 20px;
    background: #ffffff;
}
.cws_divider.none_line img{
	background: transparent;
}
.cws_divider:before{
	content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    border-bottom: 3px solid;
    border-color: inherit;
}
.cws_divider.none_line:before{
	border: 0;
}
del{
	text-decoration: line-through;
}
mark{
	-webkit-appearance: none;
	color: #fff;
	padding: 0px 6px;
    border-radius: 4px;
}
canvas{
	display: block;
}

/***********
** HEADINGS
***********/

h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
	font-weight: 500;
}
h1                      { font-size: 51px; }
h1:not(:last-child)     { margin-bottom: 0.67em; }
h2                      { font-size: 48px; }
h2:not(:last-child)     { margin-bottom: 0.5em; }
h3                      { font-size: 2.12em; }
h3:not(:last-child)     { margin-bottom: 0.6em; }
h4                      { font-size: 1.64em; }
h4:not(:last-child)     { margin-bottom: 0.6em; }
h5                      { font-size: 24px; }
h5:not(:last-child)     { margin-bottom: 0.6em; }
h6                      { font-size: 1.14em; }
h6:not(:last-child)     { margin-bottom: 0.6em; }

/************
** \HEADINGS
************/

/*******
** LIST
*******/

ul{
}

ul > li{
	position: relative;
}
ul.blocks-gallery-grid > li{
	padding-left: 0;
}
ul li + li,
ol li + li,
li > ul > li:first-child,
li > ol > li:first-child{
	margin-top: 13px;
}

ul:not(.sidebar):not(.filter_wrap):not(".blocks-gallery-grid") > li:not(.widget_search):not(.widget_product_search):before,
ul.custom_icon_style .list_list{
	position: absolute;
	top: 0;
	left: 0;
	font-family: cwsicon;
	content: "\f128";
}
ul.wp-block-gallery > li{
	padding-left: 0;
}
ul.wp-block-gallery > li:before{
	content: none;
}
ul.custom_icon_style .list_list{
	font-size: inherit;
	line-height: inherit;
}
ol{
	padding-left: 1.3em;
}
ol > li{
	list-style-type: decimal;   
}
.wpb_text_column ul li:before,
ul.checkmarks_style li:before{
	content: "\f128";
	font-family: 'cwsicon';
	font-size: .7em;
	margin-right: 10px;
}
ul.custom_icon_style li:before{
	display: none;
}
#querylist ul li:before{
	display: none;
}

/********
** \LIST
********/

/*************
** BLOCKQUOTE
*************/

blockquote{
	display: block;
    position: relative;
    padding: 25px 10%;
    border: 4px solid #edecec;
    border-radius: 30px;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    margin-top: 20px;
}
blockquote:before,
blockquote:after{
    content: '“';
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
	margin-left: -22px;
	line-height: 0.9;
	height: 20px;
	width: 44px;
	background: #fff;
}
blockquote:after{
    content: '”';
    bottom: -13px;
    top: initial;
}
q{
	position: relative;
	z-index: 1;
	font-size: 1.26em;
	line-height: 2.26em;
	display: block;
	font-weight: 300;
}
q:before{
    display: inline-block;
    font-size: 100px;
    vertical-align: bottom;
    content: '“';
    line-height: 0px;
}

/**************
** \BLOCKQUOTE
**************/

/********
** TABLE
*********/

table{
	border-collapse: collapse;
}
table th,
table td{
	padding: 14px;
	border: 1px solid #e0e6ea;
}
table thead tr:first-child{
	color: #fff;
}
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: 36px;
	display: block;
	float: left;
	margin-right: 0.5ex;
	text-align: center;
	color: #fff; 
	background: transparent; 
	border: 2px solid transparent;
}
.dropcap.round{
	border-radius: 50%;
}
.dropcap.dropcap_fill{
	color: #fff;
}

/*******************
* \TYPOGRAPHY
*******************/

/******
* FORM
******/

input:not([type='checkbox']):not([type='radio']):not(.adminbar-input):not(.search-field):not([name="update_cart"]):not([name="apply_coupon"]),
textarea{
	background-color: #fff;
	font-size: 0.933333em;
	padding: 0 10px;
	border: 1px solid #edecec;
	max-width: 100%;
	margin: auto;   /* ios safari */
	min-width: 160px;
	min-height: 42px;
	border-radius: 6px;
}
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: #333333;}
input::-moz-placeholder     {color: #333333;} 
input:-moz-placeholder      {color: #333333;} 
input:-ms-input-placeholder {color: #333333;}
textarea::-webkit-input-placeholder {color: #333333;}
textarea::-moz-placeholder     {color: #333333;} 
textarea:-moz-placeholder      {color: #333333;} 
textarea:-ms-input-placeholder {color: #333333;}

.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: 4px;
	-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: 4px; 
}
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: #59ab66;
}
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: #59ab66;
}
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);
}
form.wpcf7-form span input,
form.wpcf7-form span textarea{
	width: 100%;
}
@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;
}
.bellaria_button_wrapper{
	display: inline-block;
	width: initial !important;
}
.bellaria_button,
.more-link{
	text-decoration: none;
}
.bellaria_button,
input[type='submit'],
button,
.more-link{
	display: inline-block;
	line-height: 1.066667em;
	color: #fff;
	font-weight: 500;
	text-align: center;
	letter-spacing: 1px;
	white-space: nowrap;
	font-size: 22px;
	border-radius: 30px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	transition: all 0.5s;
	border: 3px solid;
}
.bellaria_button,
.more-link{
	min-width: 160px;
}
.bellaria_button.figure{
	margin: 20px 0;
	border: 0;
}
.bellaria_button.with_bg,
.bellaria_button.with_bg span:before{
	box-shadow: 0px 0px 0px 3px #fff;
    background: #fff;
}
.bellaria_button.figure:before,
.bellaria_button.figure:after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	width: 40%;
	box-sizing: border-box;
	overflow: hidden;
	border: 3px solid;
	border-color: inherit;
}
.bellaria_button.figure:before{
	left: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	border-right-color: transparent !important;
}
.bellaria_button.figure:after{
	right: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-left-color: transparent !important;
}
.bellaria_button.figure span{
	position: absolute;
	z-index: 1;
	left: 0;
	height: 15px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	border-color: inherit;
}
.bellaria_button.figure span:first-child{
	top: -15px;
}
.bellaria_button.figure span:last-child{
	bottom: -15px;
}
.bellaria_button.figure span:before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	box-sizing: border-box;
	border: 3px solid;
	border-radius: 50%;
	border-color: inherit;
	transition: all 0.5s;
}
.bellaria_button.figure span:first-child:before{
	top: 3px;
}
.bellaria_button.figure span:last-child:before{
	bottom: 3px;
}
.bellaria_button.figure.small span{
	height: 13px;
}
.bellaria_button.figure.small span:first-child{
	top: -13px;
}
.bellaria_button.figure.small span:last-child{
	bottom: -13px;
}
.bellaria_button.figure.small span:before{
	margin-left: -25px;
	height: 50px;
	width: 50px;
}
.bellaria_button.figure.large span{
	height: 18px;
}
.bellaria_button.figure.large span:first-child{
	top: -18px;
}
.bellaria_button.figure.large span:last-child{
	bottom: -18px;
}
.bellaria_button.figure.large span:before{
	margin-left: -40px;
	height: 80px;
	width: 80px;
}
.bellaria_button.alt{
	background-color: #59ab66;
	color: #fff;
}
.bellaria_button.alt:hover{
	background-color: transparent;
}
button{
	background-color: transparent;
	cursor: pointer;
}
.bellaria_button.alt,
.bellaria_button.figure.alt,
.bellaria_button:hover,
.bellaria_button.figure:hover{
	color: #fff;
}
.bellaria_button.alt:hover,
.bellaria_button.figure.alt:hover span:before{
	background-color: transparent;
}
.bellaria_button.with_bg.alt:hover,
.bellaria_button.figure.with_bg.alt:hover span:before{
	background-color: #ffffff;
}
.bellaria_button.small{
	width: 160px;
	font-size: 20px;
	line-height: 36px;
}
.bellaria_button.regular{
	font-size: 22px;
	width: 200px;
	line-height: 40px;
}
.bellaria_button.large{
	width: 270px;
	font-size: 26px;
	line-height: 50px;
}
.bellaria_button:hover i{
	color: #fff;
}
/**********
* \BUTTONS
**********/

/************
* SHORTCODES
************/

/*info boxed*/
.bellaria_msg_box{
	position: relative;
	padding: 10px;
	min-height: 75px;
	border-width: 3px;
	border-style: solid;
	border-color: #46cf93;
	border-radius: 40px;
}
.bellaria_msg_box.with-icon{
	padding-left: 80px;
	padding-right: 65px;
}
.bellaria_msg_box .icon_part{
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 1px;
    width: 64px;
    height: 64px;
    border-color: inherit;
}
.bellaria_msg_box .icon_part:before{
	content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid;
    border-color: inherit;
    border-left-color: transparent;
    border-radius: 50%;
    transform: rotate(45deg);
}
.bellaria_msg_box .msg_icon{
	font-size: 36px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 1px;
	width: 100%;
	height: 100%;
	line-height: 70px;
	text-align: center;
	color: #46cf93;
}
.bellaria_msg_box .msg_icon:not(.fa):before{
	content: "\f104";
	font-family: cwsicon;   
}
.bellaria_msg_box .content_part{
	line-height: 1.2;
}
.bellaria_msg_box .title{
	margin-bottom: 2px;
	color: #46cf93;
}
.bellaria_msg_box .close_button{
    display: block;
    position: absolute;
    z-index: 1;
    top: 21px;
    right: 20px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d2d0d0;
}
.bellaria_msg_box .close_button:before,
.bellaria_msg_box .close_button:after{
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.bellaria_msg_box .close_button:before{
	width: 14px;
	height: 2px;
	margin-left: -7px;
	margin-top: -1px;
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
.bellaria_msg_box .close_button:after{
	width: 2px;
	height: 14px;
	margin-left: -1px;
	margin-top: -7px;
	-webkit-transform: rotate( 225deg );
	-ms-transform: rotate( 225deg );
	-moz-transform: rotate( 225deg );
	transform: rotate( 225deg );
}
.bellaria_msg_box.warn{
	border-color: #ffc000;
}
.bellaria_msg_box.warn .msg_icon,
.bellaria_msg_box.warn .title{
	color: #ffc000;
}
.bellaria_msg_box.warn .msg_icon:not(.fa):before{
	content: "\f103";
}
.bellaria_msg_box.error{
	border-color: #ff5555;
}
.bellaria_msg_box.error .msg_icon,
.bellaria_msg_box.error .title{
	color: #ff5555;
}
.bellaria_msg_box.error .msg_icon:not(.fa):before{
	content: "\f102";
}
.bellaria_msg_box.info{
	border-color: #41b6e2;
}
.bellaria_msg_box.info .msg_icon,
.bellaria_msg_box.info .title{
	color: #41b6e2;
}
.bellaria_msg_box.info .msg_icon:not(.fa):before{
	content: "\f105";
}
/*\info boxes*/
/* testimonials */
.testimonial .content_wrap{
	padding: 0 15px;
	text-align: center;
	margin-top: 25px;
}
.testimonial .testimonial_img{
	text-align: center;
}
.testimonial .testimonial_img_wrap{
	display: inline-block;
}
.testimonial .testimonial_img .testimonial_img_wrap img{
	border-radius: 50%;
	border: 4px solid;
}
.testimonial .testimonial_img .div_left,
.testimonial .testimonial_img .div_right{
    display: inline-block;
    width: 65px;
	height: 21px;
    margin-top: 30px;
    vertical-align: top;
}
.testimonial .testimonial_img .div_left{
	margin-right: 10px;
}
.testimonial .testimonial_img .div_right{
	margin-left: 10px;
}
.testimonial .testimonial_name{
	margin-bottom: 5px;
	margin-top: 25px;
}
/* \testimonials */
/*icon*/
.bellaria_icon_wrapper{
	display: inline-block;
	margin: 5px;
}
.bellaria_icon{
	display: inline-block;
	width: 75px;
	height: 75px;
	line-height: 75px;
	font-size: 35px;
	text-decoration: none;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 1;
}
.bellaria_icon .icon_shape_wrap{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.bellaria_icon_wrapper > .bellaria_icon{
	display: block;
	margin: auto;
}
.bellaria_icon.mini{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 25px;
}
.bellaria_icon.small{
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 28px;
}
.bellaria_icon.medium{
	width: 85px;
	height: 85px;
	line-height: 85px;
	font-size: 50px;
}
.bellaria_icon.large{
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-size: 60px;
}
.bellaria_icon.extra_large{
	width: 150px;
	height: 150px;
	line-height: 150px;
	font-size: 75px;
}
.bellaria_icon.hovered:hover{
	opacity: 0.8;
}
.bellaria_icon.hovered:hover{
	color: #fff;
}
.bellaria_icon.hovered:hover .icon_shape svg{
	fill: #000;
}
/*/icon*/
/*banner*/
.bellaria_banner{
	position: relative;
	z-index: 1;
}
.bellaria_banner.with_button{
	margin-bottom: 35px;
}
.banner_wrapper{
	position: relative;
	z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
	border-radius: 20px;
}
.banner_wrapper:before,
.banner_wrapper:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner_wrapper:after{
	width: 50%;
}
.right_overlay .banner_wrapper:after{
	left: initial;
	right: 0;
}
.bellaria_banner .banner_table{
	display: table;
	width: 100%;
	height: 100%;
	min-height: 190px;
	padding: 40px 20px;
	box-sizing: border-box;
}
.bellaria_banner .banner_table .banner_cell{
	display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 100%;
	color: #fff;
}
.bellaria_banner .banner_table.top .banner_cell{
	vertical-align: top;
}
.bellaria_banner .banner_table.bottom .banner_cell{
	vertical-align: bottom;
}
.bellaria_banner .banner_table.center .banner_cell{
	vertical-align: middle;
}
.bellaria_banner .banner_button{
	position: absolute;
	z-index: 1;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
}
.bellaria_banner .banner_title{
	margin-bottom: 0;
    color: inherit;
    white-space: pre;
}
.bellaria_banner .banner_offer{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 5px;
	color: inherit;
}
.bellaria_banner .banner_descr{
	font-size: 15px;
	margin-bottom: 5px;
	opacity: 0.7;
}
/*\banner*/
/*tab & accordion*/
.vc_tta.vc_tta-tabs.vc_general .vc_tta-panels .vc_tta-panel-body{
	padding: 10px 25px;
}
.vc_tta.vc_tta-accordion.vc_general .vc_tta-panels .vc_tta-panel-body{
	padding: 0px 20px;
    padding-left: 60px;
    padding-bottom: 5px;
	position: relative;
	overflow: visible;
	z-index: 1;
	font-size: 16px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading{
	border-style: none !important;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title{
	font-size: 23px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before,
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:after{
	content: '';
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before{
	width: 18px;
    height: 4px;
    left: 11px;
    top: 18px;
    border-radius: 4px;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:after{
    width: 4px;
    height: 18px;
    left: 18px;
    top: 11px;
    border-radius: 4px;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:before{
	transform: rotate(180deg);
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:after{
	transform: rotate(90deg);
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:before,
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title:after{
	background: #fff;
}
body .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a{
	position: relative;
	font-size: 23px;
	padding: 9px 20px;
	padding-left: 55px;
}
body .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a{
	color: #fff;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panels{
	border: 3px solid #edecec;
    border-radius: 24px !important;
    padding: 10px;
	background: #ffffff;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active{
	border-radius: 24px;
	padding: 4px;
	color: #fff;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body{
	border-radius: 24px;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel{
	position: relative;
	z-index: 1;
	overflow: visible;
	padding: 4px;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel.vc_active:not(:last-child){
	margin-bottom: 10px;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel:not(:last-child):not(.vc_active){
	margin-bottom: 20px;
}
body.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel:not(:last-child):not(.vc_active):before{
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	width: 100%;
	background: #edecec;
	bottom: -10px;
	left: 0;
}
.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: 0;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel{
	background-color: transparent;
	overflow: hidden;
}
.vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title{
	position: relative;
	z-index: 1;
}
.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-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.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;
}
body .vc_tta.vc_general.vc_tta-tabs .vc_tta-tab{
	text-align: center;
	padding-bottom: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list{
	margin-bottom: -30px;
	background: #f6f5f5;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.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;
	color: #000;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tab:before{
	display: none;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab>a{
	font-size: 23px;
    padding: 12px 30px;
}
.vc_tta.vc_general.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tab.vc_active>a{
	color: #fff;
}
.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 .vc_tta-panel-heading .vc_tta-panel-title{
	font-size: 1em;
	background: #f6f5f5;
	border-radius: 10px;
}
.vc_tta.vc_general.vc_tta-tabs.vc_tta-tabs-position-top .vc_active .vc_tta-panel-heading .vc_tta-panel-title{
	color: #ffffff;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel{
	margin-bottom: 10px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panels-container{
	z-index: 3;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body{
	border: 0 !important;
}
.vc_tta.vc_general .vc_tta-panel + .vc_tta-panel{
	margin-top: -1px;
}
.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: inherit;
	font-family: inherit;
	color: inherit;
	font-weight: 500;
}
.vc_toggle .vc_toggle_icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	margin-right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px 0;
	border-style: solid;
	border-width: 1px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
}

.vc_toggle.vc_toggle_active .vc_toggle_icon{
	color: #fff;
}
.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;
}
.vc_toggle_title + .vc_toggle_content{
	margin-top: 5px;    
}
.vc_toggle + .vc_toggle{
	margin-top: 10px;
}
/*\tab & accordion*/
/*progress bar*/
.bellaria_pb{
	position: relative;
	z-index: 1;
}
.bellaria_pb_bar{
	display: block;
    position: relative;
    height: 5px;
    background-color: #e3e3e3;
    margin-top: 8px;
    border-radius: 8px;
}
.bellaria_pb .bellaria_pb_title{
    font-size: 17px;
    margin-bottom: 10px;
}
.bellaria_pb .indicator{
	position: absolute;
    bottom: 15px;
    right: -25px;
}
.bellaria_pb_progress{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
}
.bellaria_pb_progress:before{
    content: '';
    position: absolute;
    z-index: 0;
    top: -5px;
    right: -12px;
    width: 17px;
    height: 17px;
    border: 5px solid;
    box-sizing: border-box;
    border-radius: 50%;
    border-color: inherit;
	background: #ffffff;
}
/*\progress bar*/
/* milestone */
.bellaria_milestone{
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
	max-width: 210px;
	margin-left: auto;
	margin-right: auto;
}
.bellaria_milestone_content{
	position: relative;
	z-index: 1;
	color: #000;
	margin-bottom: 20px;
}
.bellaria_milestone .bellaria_milestone_title{
	font-size: 24px;
	margin-top: 0;
	line-height: inherit;
	font-weight: 600;
}
.bellaria_milestone .odometer.bellaria_milestone_number{
	position: absolute;
	z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}
.bellaria_milestone_number .odometer-inside{
	font-size: 44px;
	color: inherit;
	direction: ltr;
	font-weight: 600;
}
.bellaria_milestone_number.odometer.odometer-auto-theme,
.bellaria_milestone_number.odometer.odometer-theme-default{
	font-family: inherit;
	line-height: 1;
}
.odometer.odometer-auto-theme .odometer-digit{
	padding-right: 3px;
}

/* \milestone */

/* services column */
.bellaria_service{
	text-align: center;
	clear: left;
}
.bellaria_services_data .bellaria_services_title{
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
.bellaria_services_icon .icon{
	display: inline-block;
	text-align: center;
	color: #000;
	position: relative;
	z-index: 1;
	line-height: 1;
	transition: all 0.5s;
}
.bellaria_services_divider{
	margin-bottom: 5px;
}
.bellaria_services_divider img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bellaria_services_desc p span{
	display: block;
}
.bellaria_services_data{
	position: relative;
	z-index: 1;
}
.bellaria_services_media{
    position: relative;
    z-index: 1;
    margin: auto;
    width: 180px;
    font-size: 80px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.bellaria_services_frame{
	width: 100%;
}
.bellaria_service.with_frame .bellaria_services_image{
	max-width: 70%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate3d(-50%,-50%,0);
}
.bellaria_service.with_frame .bellaria_services_icon{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.bellaria_service .bellaria_services_desc{
	overflow: hidden;
	margin-bottom: 15px;
}
.bellaria_service.icon_center .bellaria_services_icon{
	text-align: center;
}
.bellaria_service.icon_center .bellaria_services_desc p{
	margin-bottom: 0;
}
.bellaria_service.icon_left .bellaria_services_media{
	float: left;
	margin-right: 20px;
}
.bellaria_service.icon_right .bellaria_services_media{
	float: right;
	margin-left: 20px;
}
.bellaria_service.icon_left,
.bellaria_service.icon_left .bellaria_services_title,
.bellaria_service.icon_left .bellaria_services_desc,
.bellaria_service.icon_left .bellaria_services_button{
	text-align: left;
}
.bellaria_service.icon_right,
.bellaria_service.icon_right .bellaria_services_title,
.bellaria_service.icon_right .bellaria_services_desc,
.bellaria_service.icon_right .bellaria_services_button{
	text-align: right;
}
.bellaria_service.small .bellaria_services_media{
	width: 130px;
	height: 130px;
    font-size: 60px;
}
.bellaria_service.regular .bellaria_services_media{
	width: 180px;
	height: 180px;
    font-size: 80px;
}
.bellaria_service.large .bellaria_services_media{
    width: 220px;
    height: 220px;
    font-size: 100px;
}
.bellaria_service.full_width .bellaria_services_media{
    width: 100%;
    font-size: 130px;
}
.bellaria_service.none_frame .bellaria_services_media{
	width: auto;
	height: auto;
}
.bellaria_services_frame > svg{
	transition: all 0.5s;
}
/* \services column */

/* social icons */
.cws_social_icons.cws_soc_icon_align_left{
	text-align: left;
}
.cws_social_icons.cws_soc_icon_align_right{
	text-align: right;
}
.cws_social_icons.cws_soc_icon_align_center{
	text-align: center;
}
.cws_social_icons .cws_icon{
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	position: relative;
	z-index: 1;
}
.cws_social_icons .cws_icon:last-child{
	margin-right: 0;
}
.cws_social_icons.icon_size_regular .cws_icon{
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.cws_social_icons.icon_size_small .cws_icon{
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.cws_social_icons.icon_size_large .cws_icon{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.cws_social_icons .cws_icon > svg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
/* \social icons */

/* benefits */
.benefits_media{
	position: relative;
	z-index: 1;
	padding-top: 50px;
	overflow: hidden;
}
.benefits_icon{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
}
.benefits_icon .icon{
    width: 88px;
    height: 88px;
    position: relative;
    text-align: center;
    margin: auto;
    font-size: 40px;
    line-height: 88px;
    color: #fff;
    background: black;
    border-radius: 50%;
    border: 6px solid #fff;
}
.benefits_icon .icon_shape{
	left: 1px;
	top: 2px;
}
.benefits_icon .icon_shape svg{
	stroke: #fff;
	stroke-width: 4px;
}
.benefits_icon .icon > i > svg{
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,-50%);
	fill: #fff;
}
.benefits_hover_content{
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 0;
    height: 100%;
    transition: all 0.5s ease-out;
    padding: 50px 20px 0 20px;
    text-align: center;
    color: #fff;
}
.sec_desc .benefits_media:hover .benefits_hover_content{
    top: 45%;
}
.benefits_hover_content:before{
	content: '';
    position: absolute;
    z-index: -1;
    top: 5%;
    left: -30%;
    width: 150%;
    height: 150%;
    opacity: 0.5;
    transform: rotate(5deg);
    background: #fff;
    transition: all 0.5s ease-out;
    transition-delay: 0.2s;
}
.sec_desc .benefits_media:hover .benefits_hover_content:before{
    opacity: 0.9;
    transition-delay: 0s;
}
.benefits_content_wrap{
	text-align: center;
	margin-top: 25px;
}
.benefits_button{
	margin-top: 25px;
}
/* \benefits */

/* processes */
.cws_sc_processes_wrap{
	margin-left: -15px;
	margin-right: -15px;
}
.cws_sc_processes_wrap .bellaria_process_column{
	width: 100%;
	float: left;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	z-index: 1;
}
.cws_sc_processes_wrap.vertical .bellaria_process_column{
	margin-bottom: 150px;
	padding-bottom: 20px;
}
.cws_sc_processes_wrap.col_2.horizontal .bellaria_process_column{
	width: 50%;
}
.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column{
	width: 33.33%;
}
.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column{
	width: 25%;
}
.bellaria_process_column{
	transition: all 0.5s;
	opacity: 0;
}
.bellaria_process_column .process_title{
	margin-top: 15px;
	margin-bottom: 5px;
	color: inherit;
}
.bellaria_process_column .process_item{
	min-height: 130px;
}
.cws_sc_processes_wrap.horizontal .bellaria_process_column .process_item{
	position: relative;
	z-index: 1;
}
.bellaria_process_column .process_icon i{
	font-size: 120px;
}
.cws_sc_processes_wrap.horizontal .process_line{
	position: absolute;
    z-index: 1;
    top: 50%;
    right: -29%;
    width: 50%;
    height: 3px;
    background: #393b3f;
}
.cws_sc_processes_wrap.vertical .process_line{
	position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    height: 130px;
    background: #393b3f;
}
.cws_sc_processes_wrap.col_1.horizontal .bellaria_process_column .process_line{
	display: none;
}
.cws_sc_processes_wrap.horizontal .bellaria_process_column.active .process_line_active{
	position: absolute;
	z-index: 1;
	width: 70%;
	height: 100%;
	top: 0;
	left: 0;
}
.cws_sc_processes_wrap.horizontal .bellaria_process_column.active.prev_active .process_line_active{
	width: 100%;
}
.cws_sc_processes_wrap.vertical .bellaria_process_column.active .process_line_active{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 80%;
	top: 0;
	left: 0;
}
.cws_sc_processes_wrap.vertical .bellaria_process_column.active.prev_active .process_line_active{
	height: 100%;
}
.cws_sc_processes_wrap.horizontal .process_line_circle{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -17px;
    width: 38px;
    height: 38px;
    margin-left: -19px;
    border: 3px solid #393b3f;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
	line-height: 34px;
}
.cws_sc_processes_wrap.vertical .process_line_circle{
    position: absolute;
    z-index: 1;
    left: -17px;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 3px solid #393b3f;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
	line-height: 34px;
}
.bellaria_process_column .process_line_circle:before{
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	color: #fff;
}
.bellaria_process_column .process_descr{
	padding: 0 10px;
	opacity: 0.7;
}
.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(4n+4) .process_line,
.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column:nth-child(3n+3) .process_line,
.cws_sc_processes_wrap.col_2.horizontal .bellaria_process_column:nth-child(2n+2) .process_line,
.cws_sc_processes_wrap.simple .process_line{
	display: none;
}
.bellaria_process_column:last-child .process_line{
	display: none !important;
}
/* \processes */

/* pricing plan */
.bellaria_pricing_plan{
	border: 4px solid #bfeae9;
	border-radius: 10px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.bellaria_module.bellaria_pricing_plan{
	margin-bottom: 30px !important;
}
.pricing_plan{
	text-align: center;
}
.bellaria_pricing_plan .pricing_plan_img{
	height: 70px;
    position: relative;
    z-index: 1;
    max-width: 60%;
    margin: auto;
}
.bellaria_pricing_plan .pricing_plan_img img{
	position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    max-width: 100%;
    transform: translateX(-50%);
}
.bellaria_pricing_plan .pricing_title{
	position: relative;
	z-index: 1;
}
.bellaria_pricing_plan .pricing_plan_title{
	padding: 10px 15px;
	padding-bottom: 22%;
	text-align: center;
	margin: 0;
	color: #fff;
}
.bellaria_pricing_plan .pricing_plan_svg_wrap,
.bellaria_pricing_plan .title_bg{
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.bellaria_pricing_plan .title_bg{
    display: block;
    width: 100%;
    height: auto;
}
.bellaria_pricing_plan .pricing_plan_svg_wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.bellaria_pricing_plan .pricing_highlighted{
	position: absolute;
	z-index: 2;
	top: -15px;
	right: -15px;
	width: 78px;
	height: 78px;
	text-align: center;
}
.bellaria_pricing_plan .pricing_highlighted h5{
	line-height: 78px;
}
.pricing_plan_price .main_price_part{
	line-height: 1;
}
.pricing_plan_price .currency{
	font-size: 24px;
	line-height: 1;
	vertical-align: super;
}
.pricing_plan_price .currency{

}
.pricing_plan .price_desc{
    font-size: 14px;
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    margin-top: 20px;
}
.pricing_plan_content > *{
	margin: 0 !important;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid ;
}
.pricing_plan_content ul li{
	padding: 4px 12px 4px 40px;
}
.pricing_plan_content{
	padding: 0 20px;
	margin-top: 25px;
}
.pricing_plan_button{
	position: relative;
	z-index: 1;
	padding: 12px 30px 15px 30px;
	text-align: center;
}
.pricing_plan_button .bellaria_button_wrapper{
	display: block;
}
/* \pricing plan */

.bellaria_sc_carousel > .bellaria_wrapper > p{
	display: none;
}
.bellaria_sc_carousel li.item{
	padding-left: 0;
}
.bellaria_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 #59ab66;
	border-radius: 8px;
	line-height: 64px;
	font-size: 40px;
	color: #59ab66;
	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;
}
/*call to action*/
.cta_wrapper{
	position: relative;
	z-index: 1;
	padding: 45px 30px;
	overflow: hidden;
}
.cta_wrapper:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.cta_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.style_2 .cta_overlay{
	width: 60%;
}
.style_2.left_overlay .cta_overlay{
	left: -10%;
	transform: skew(-15deg);
}
.style_2.right_overlay .cta_overlay{
	right: -10%;
	left: initial;
	transform: skew(15deg);
}
.style_3 .cta_overlay{
	width: 30%;
}
.style_3.left_overlay .cta_overlay{
	left: -5%;
	transform: skew(15deg);
}
.style_3.right_overlay .cta_overlay{
	right: -5%;
	left: initial;
	transform: skew(-15deg);
}
.cta_content{
	position: relative;
	z-index: 1;
}
.bellaria_cta.style_2.right_overlay .cta_description{
	padding-left: 55%;
}
.bellaria_cta.style_2.left_overlay .cta_description{
	padding-right: 55%;
}
.bellaria_cta.style_2 .bellaria_button_wrapper{
	position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
}
.bellaria_cta.style_2.button_small .bellaria_button_wrapper{
	margin-top: -55px;
	margin-left: -55px;
}
.bellaria_cta.style_2.button_regular .bellaria_button_wrapper{
	margin-top: -70px;
	margin-left: -70px;
}
.bellaria_cta.style_2.button_large .bellaria_button_wrapper{
	margin-top: -80px;
	margin-left: -80px;
}
.bellaria_cta.style_2 .bellaria_button{
	min-width: 0;
    padding: 0;
    border-radius: 50%;
}
.bellaria_cta.style_2.button_small .bellaria_button{
	width: 110px;
	height: 110px;
	line-height: 110px;
}
.bellaria_cta.style_2.button_regular .bellaria_button{
	width: 140px;
	height: 140px;
	line-height: 140px;
}
.bellaria_cta.style_2.button_large .bellaria_button{
	width: 160px;
	height: 160px;
	line-height: 160px;
}

.bellaria_cta.style_3.left_overlay .cta_description{
	padding-left: 25%;
}
.bellaria_cta.style_3.right_overlay .cta_description{
	padding-right: 25%;
}
.cta_offer_wrap{
	position: absolute;
	z-index: 2;
    top: 50%;
    width: 25%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
}
.right_overlay .cta_offer_wrap{
    right: 0;
}
.left_overlay .cta_offer_wrap{
    left: 0;
}
.cta_offer{
	font-size: 60px;
	line-height: 1;
	margin-bottom: 10px;
}
.cta_offer_descr{
	font-size: 23px;
	line-height: 1;
	margin-bottom: 10px;
}
/*\call to action*/
/************
* \SHORTCODES
************/

/***********
* TOP PANEL
***********/

.bar_item{
	display: table-cell;
}
.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.5s ease;
	transition: all 0.5s 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.5s ease;
	transition: all 0.5s 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,
.searchform .screen-reader-text{
	text-align: center;
	text-decoration: none;
}
.bar_element,
.searchform .screen-reader-text:before{
	display: block;
	font-size: 18px;
}
.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);  
}
.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;
	font-size: 21px;
}

/************
* \TOP PANEL
************/

/********
* HEADER
*********/

#site_header,
#sticky_box,
#mobile_header{
	position: relative;
}
#site_header,
#mobile_header,
#mobile_menu_wrapper{
	background-color: #ffffff;
	z-index: 4;
}
#site_header .menu_wave{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: inherit;
	-webkit-mask-position: bottom;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    padding-bottom: 20px;
    margin-bottom: -20px;
} 
#sticky_box{
	background-color: rgba( 255, 255, 255, 0.952941 );
}
#mobile_header .bellaria_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) .bellaria_layout_container{
	width: calc(100% - 80px);
	margin: 0 40px;
}
.site_header.bg_gradient_overlay{
	background: linear-gradient(180deg, rgba(45,45,45,0.6), rgba(0,0,0,0));
}
.menu_wrapper{
	display: flex;
	justify-content: center;
	min-height: 100px;
}
.menu_wrapper .menu-left-part,
.menu_wrapper .menu-right-part{
	flex: 1 1 auto;
    flex-basis: 50%;
    align-self: center;
}
.menu_wrapper .menu-left-part{
	text-align: right;
}
.menu_wrapper .menu-right-part{
	text-align: left;
}
.menu_wrapper .menu-part{
	display: flex;
	min-width: 65px;
}
.main_menu.a_center_flex{
	text-align: inherit;
}
.menu_wrapper.a_center{
	justify-content: center;
}
.menu_wrapper.a_left{
	justify-content: flex-start;
}
.menu_wrapper.a_right{
	justify-content: flex-end;
}
.site_header .bellaria_layout_container.flex_center{
	justify-content: center;
}
.site_header .bellaria_layout_container.a_right_flex{
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;  
}
.site_header .bellaria_layout_container.a_center_flex{
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;  
}
.header_covers_slider #site_header{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.menu_wrapper .lang_bar{
	display: flex;
    align-items: center;
    margin-left: 10px;
}
.menu_wrapper .lang_bar li:before{
	display: none;
}
.menu_wrapper .wpml-ls-legacy-dropdown{
	width: 7em;
	margin-top: -4px;
}
.menu_wrapper .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	-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: 15px;
    margin-top: 20px;
    border: 0;
    opacity: 0;
	transition: all 0.5s;
}
.menu_wrapper .wpml-ls-sub-menu:after{
	content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: -1;
    left: 0;
    top: -20px;
}
.menu_wrapper .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	padding-right: 10px;
}
.menu_wrapper .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li a{
	padding: 5px 15px;
}
.menu_wrapper .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:first-child a{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 10px;
}
.menu_wrapper .wpml-ls-legacy-dropdown .wpml-ls-sub-menu li:last-child a{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-bottom: 10px;
}
.menu_wrapper .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{
	opacity: 1;
}
.wpml-ls-statics-footer .wpml-ls-slot-footer:before{
	display: none;
}
/*******
** 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;
	position: relative;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sticky.site_header .header_logo{
	align-self: center;
}
.site_header .header_logo.a_left{
	float: left;
}
.site_header .header_logo.a_right{
	float: right;
}
.site_header .header_logo.a_center{
	justify-content: center;
	margin-left: 10px;
	margin-right: 10px;
	flex: 0 0 auto;
}
#sticky.site_header .header_logo.a_center{
	align-self: center;
}
.site_header.logo_center .bellaria_layout_container{
	display: block;
}
.site_header.logo_center:not(#sticky) .header_logo_img{
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
.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{
	display: inline-block;  
}
.main_menu > .menu-item > a,
.main_menu > .menu-item > span,
.main_menu .sandwich_switcher > .switcher,
#mobile_header .sandwich_switcher > .switcher{
	display: inline-block;     
}
.main_menu.sandwich .sandwich_switcher,
#mobile_header .sandwich_switcher{
	display: flex;
    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;
	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.pointer{
	padding: 20px 15px; 
}
.main_menu > .menu-item:first-child:before,
.main_menu > .header_logo ~ .menu-item:first-child:before{
    display: none !important;
}
.main_menu > .menu-item:after{
	content: '';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border: 3px solid;
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
}
.main_menu > .menu-item.current-menu-item:after,
.main_menu > .menu-item.current-menu-ancestor:after,
.main_menu > .menu-item.current-menu-parent:after,
.main_menu > .menu-item:hover:after{
	opacity: 1;
	transform: scale(1);
}
.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;
}
.cws_megamenu_item .megamenu_item_column_title span{
	position: relative;
	z-index: 1;
	padding-left: 15px;
}
.cws_megamenu_item .megamenu_item_column_title span:before{
	content: '';
    z-index: 1;
    top: 1px;
    left: 0;
    width: 3px;
    height: 20px;
    position: absolute;
    background: #ef5f3b;
}
.main_menu .cws_megamenu_item .widget .menu .menu-item > a{
	position: relative;
	z-index: 1;
}
.main_menu .cws_megamenu_item .widget .menu .menu-item > a:before{
    position: absolute;
    top: 4px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    font-size: 16px;
    line-height: 1;
}
#main_menu.main_menu > .menu-item.current_page_ancestor,
#main_menu.main_menu .sub-menu > .menu-item.current-menu-ancestor{
	color: red;
}
.main_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;
}
.main_menu:not(#mobile_menu) .menu-item-object-megamenu_item:hover > span:before{
	opacity: 1;
	transition: all 0.5s;
}
.main_menu:not(#mobile_menu) .sub-menu{
    position: absolute;
    z-index: 2;
    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: 15px;
    padding: 15px 0;
    max-height: 0;
    opacity: 0; 
    position: absolute;
    transform: scale(0.4);
    transform-origin: 10% top;
    text-align: center;
    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) .menu-item-object-megamenu_item .sub-menu{
    transform: scale(1);
}
.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: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 .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: 3px;
	left: 3px;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	box-sizing: border-box;
	border: 3px solid;
	opacity: 0.4;
	border-radius: 15px;
}
.main_menu.alt > .menu-item > .sub-menu{
	border-top-style: none;
}
.main_menu:not(#mobile_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 .sub-menu .menu-item > a{
	padding: 2px 40px 10px;
	position: relative;
	z-index: 1;
	display: inline !important;
	line-height: 40px !important
}
.main_menu .sub-menu .menu-item > a:after{
	background-color: white;
    content: "";
    height: 2px;
    left: 50%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: -2px;
    width: 30px;
    margin-left: -15px;
}
.main_menu .sub-menu .menu-item:last-child > a:after{
	display: none;
}
.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: -4px;
}
.main_menu .menu-item.right .sub-menu .menu-item > span{
	right: initial;
	left: -2px;
	top: 3px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mobile_menu.main_menu .menu-item.right .sub-menu .menu-item > span {
    left: initial;
    right: 0;
    transform: rotate(0deg);
}
#mobile_menu.main_menu .menu-item.right .sub-menu .menu-item.active > span {
    transform: rotate(90deg);
}
.main_menu .sub-menu .menu-item > span.pointer{
	padding: 0 10px;
}
.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{
	opacity: 0;
	visibility: hidden;
}
#site_header .main_menu .menu-item:hover > .sub-menu,
#sticky .main_menu .menu-item:hover > .sub-menu{
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
    -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.menu-item-object-megamenu_item:hover > .sub-menu,
#sticky .main_menu .menu-item.menu-item-object-megamenu_item:hover > .sub-menu{
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
}
.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(35,35,35,0.96);
}
.menu_search_wrap .container{
	max-width: 1170px;
	width: calc(100% - 60px);
	display: block;
	top: 50%;
	transform: translateY(-50%);
	height: auto;
	position: relative;
	z-index: 1;
	margin: auto;
	transform: scale3d(0.3,0.3,0.3);
	transition: all 0.3s;
}
#header_wrapper.search-on .menu_search_wrap .container{
    transform: scale3d(1,1,1);
}
.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 );
}
.bellaria_extra_button,
.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;
	font-size: 21px;
}
.menu_search_button:before{
    content: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.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;
}

/********
** \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: super;
}
.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;
}
.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;   
}
.header_wrap_menu{
	display: flex;
}
.header_wrap_menu .menu_search_button,
.header_wrap_menu .sandwich_switcher{
	margin-left: 12px;
}
.header_wrap_menu .top_panel_woo_minicart{
	margin-top: 10px;
}

/*****************
** \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.5s ease;
	transition: all 0.5s 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);
	padding-right: 30px;
	text-align: center;
}
#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;
	position: relative;
	z-index: 1;
}
#header_wrapper{
	margin-top: 0 !important;
	position: relative;
	z-index: 3;
}
#header_img_bg{
	background-size: cover;
	background-position: center center;
}
#header_img_bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#header_img_bg:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background: #7fd5d2;
}
#page_title,
#page_title_section .bread-crumbs{
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#page_title{
	font-weight: 300;
	margin-bottom: 10px;
	color: #fff;
}
.page_title_content{
	position: relative;
	z-index: 2;
	padding-top: 120px;
	padding-bottom: 100px;
}
.bread-crumbs .delimiter{
	padding: 0 10px;
	color: #fff;
}
#page_title_section .bread-crumbs a{
	color: inherit;
	text-decoration: none;
}
/********************
image bg
********************/
.cws-content > div.vc_row{
	background-image: none !important;
	background-color: transparent !important;
}
.cws-content > div.vc_row .cws-image-bg-wrap,
.cws-content > div.vc_row .cws-image-bg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
	padding: 0 !important;
	margin: 0 !important;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.cws-content > .cws-image-bg-wrap,
.cws-content > .cws-image-bg{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2;
	padding: 0 !important;
	margin: 0 !important;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.vc_row.vc_video-bg-container,
.vc_row.vc_video-bg-container .vc_video-bg{
	-webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
}
.vc_row.vc_video-bg-container .vc_video-bg{
	-webkit-mask-position: bottom;
}
/********************
\image bg
********************/


/*********************
* \PAGE TITLE SECTION
*********************/

/*********
* WIDGETS
*********/

.sidebar{
	overflow: visible;
}
.widget .widgettitle,
.widget .widgettitle:not(:first-child){
	margin-top: auto;
}
.widget_icon{
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}
.widget.custom_color input[type='submit']{
	color: #fff;
}
ul li.widget{
	padding-left: 0;
	position: relative;
	z-index: 1;
}
ul.sidebar li.widget,
.sidebar ul li.widget{
	border: 4px solid #edecec;
    border-radius: 20px;
}
ul li.widget.widget_search,
ul li.widget.widget_product_search{
	border: 0;
}
ul li.widget.widget_text img{
	border-radius: 10px;
}
.widgets_shapes ul li.widget:not(.widget_search):not(.widget_product_search):before{
	content: '';
    background-image: url(../img/fw_img/widget_div.jpg);
    width: 87px;
    height: 36px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -43px;
}
.sidebar ul li.widget:not(.widget_search):not(.widget_product_search):before{
	content: '';
}
.widgets_shapes ul li.widget:not(.widget_search):not(.widget_product_search):after{
	content: '';
    background-image: url(../img/fw_img/widget_div_bot.jpg);
    width: 26px;
    height: 25px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -16px;
	left: 50%;
    margin-left: -13px;
}
ul li.widget.widget_product_search:before{
	content: '';
}
.sidebar .widget:not(.widget_search):not(.widget_product_search){
    padding: 20px 15px;
}
.sidebar .widget + .widget:not(.widget_search):not(.widget_product_search){
	margin: 0px;
    padding: 20px 15px;
    margin-top: 60px;
}
.sidebar .widget + .widget.widget-bellaria-latest-posts{
	padding: 20px 10px;
}
.sidebar .widget + .widget.widget_tag_cloud{
	padding: 20px;
}
.widget .widgettitle,
.widget .widget_header{
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
	z-index: 1;
	text-align: center;
}
.widget .widget_header .widgettitle{
	padding-bottom: 0;
	border-bottom-style: none;
	margin-bottom: auto;
}
.sidebar .widget .widgettitle > svg{
	display: none;
}
.widget_header,
.bellaria_sc_carousel_header{
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.widget_header > *,
.bellaria_sc_carousel_header > *{
	display: table-cell;
}
.widget_header .widgettitle,
.bellaria_sc_carousel_header > h2{
	width: 100%;
}
.widget_header .carousel_nav{
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	padding-right: 3px;
}
.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;
	color: #fff;
	background: #000;
	font-size: 10px;
	cursor: pointer;
	opacity: 0.2;
}
.widget_header .carousel_nav > *:hover{
	opacity: 0.5;
}
.widget_header .carousel_nav > * + *{
	margin-left: 2px;
}
.widget_header .carousel_nav > .prev:before,
.widget_header .carousel_nav > .next:before,
.bellaria_sc_carousel .carousel_nav > .prev:before,
.bellaria_sc_carousel .carousel_nav > .next:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}
.widget_header .carousel_nav > .prev:before,
.bellaria_sc_carousel .carousel_nav > .prev:before{
	content: "\f104";
}
.widget_header .carousel_nav > .next:before,
.bellaria_sc_carousel .carousel_nav > .next:before{
	content: "\f105";
}
.bellaria_sc_carousel .carousel_nav > .prev,
.bellaria_sc_carousel .carousel_nav > .next{
	position: absolute;
	z-index: 1;
	top: 23%;
	font-size: 30px;
	color: #d3dbdd;
	cursor: pointer;
}
.bellaria_sc_carousel .carousel_nav > .prev{
	left: 5%;
}
.bellaria_sc_carousel .carousel_nav > .next{
	right: 5%;
}
.bellaria_sc_carousel.arrow .carousel_nav > .prev,
.bellaria_sc_carousel.arrow .carousel_nav > .next{
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -12px; 
	font-size: 29px;
	color: #d3dbdd;
	cursor: pointer;
}
.bellaria_sc_carousel.arrow .carousel_nav > .prev{
	left: 0;
}
.bellaria_sc_carousel.arrow .carousel_nav > .next{
	right: 0;
}

.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:not(.widget_text) ul>li{
	padding: 0;
	font-size: 16px;
}
.widget.widget_archive ul>li,
.widget.widget_categories ul>li,
.widget.widget_product_archive ul>li,
.widget.widget_product_categories ul>li{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
	border-radius: 30px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
}
.widget.widget_archive ul>li:nth-child(even),
.widget.widget_categories ul>li:nth-child(even),
.widget.widget_product_archive ul>li:nth-child(even),
.widget.widget_product_categories ul>li:nth-child(even){
	background: transparent;
}
.widget.widget_categories ul>li,
.widget.widget_meta ul>li,
.widget.widget_product_categories ul>li,
.widget.widget_product_meta ul>li{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
}
.widget.widget_categories ul>li>a,
.widget.widget_meta ul>li>a,
.widget.widget_product_categories ul>li>a,
.widget.widget_product_meta ul>li>a{
	color: #363636;
}
.widget ul>li:first-child{
	margin-top: 0;
}
.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 ul>li:last-child{
	border-bottom-style:none;
}

.widget:not(.widget_text) ul>li:before{
	content: "";
}
.widget ul>li.recentcomments{
	padding-left: 40px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.widget ul>li.recentcomments .comment-author-link{
	display: block;
}
.widget ul>li.recentcomments:before,
.widget ul>li.recentcomments:after{
	line-height: 25px;
}
.widget ul#recentcomments>li.recentcomments:before{
	font-family: cwsicon;
	content: '\f11a';
	padding-top: 0;
	padding-bottom: 0;
	font-size: 25px;
	margin-top: 4px;
	text-align: center;
	z-index: 2;
}
.widget ul li a{
	text-decoration: none;
	font-weight: 500;
}
[id*="bellaria_text_widget_"] > a{
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
	font-weight: 600;
	font-size: 12px;
}

#recentcomments{
	overflow: visible;
}
/* widget calendar */
#wp-calendar{
	width: 100%;
	border-collapse: collapse;
}
#wp-calendar caption{
	padding-bottom: 15px;
	font-weight: 600;
}
#wp-calendar th,
#wp-calendar td{
	text-align: center;
	padding: 5px 3px;
	border-radius: 0;
	font-weight: 600;
	border: 0;
}
#wp-calendar th:first-child{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-left: 10px;
}
#wp-calendar th:last-child{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-right: 10px;
}
#wp-calendar a{
	display: inline-block;
	text-decoration: none;
}
#wp-calendar td:not(#prev):not(#next) a{
	position: relative;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}
#wp-calendar td#prev,
#wp-calendar td#next{
	font-size: 0;
}
#wp-calendar td#prev a,
#wp-calendar td#next a{
	color: #ef5f3b;
}
#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 calendar */
/* widget tags */
.widget .tagcloud a{
    position: relative;
    z-index: 1;
    padding: 0px 12px;
    font-size: 14px !important;
    color: #fff;
    display: inline-block;
    margin-bottom: 9px;
    border-radius: 30px;
}
/* \widget tags */
/* widget about */
.widget-bellaria-about{
	text-align: center;
}
.widget-bellaria-about .image_wrap,
.widget-bellaria-about .user_description{
	margin-bottom: 20px;
}
.widget-bellaria-about .image_wrap{
	position: relative;
	z-index: 1;
}
.widget-bellaria-about .image_wrap:before{
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
}
.widget-bellaria-about .bellaria_button_wrapper .bellaria_button{
	background: #ff6c3a;
    border-color: #ff6c3a;
}
.widget-bellaria-about .bellaria_button_wrapper .bellaria_button.alt:hover{
	color: #fff;
}
/* \widget about */
/* widget search */
.widget .searchform > div{
	position: relative;
}
.widget .searchform input,
.widget .woocommerce-product-search input{
	display: block;
	width: 100%;
	padding-right: 50px;
	border-radius: 30px;
    border-width: 4px;
    font-size: 15px;
    line-height: 38px;
	border-style: solid;
	border-color: #edecec;
	padding: 0px 10px;    
}
.widget .woocommerce-product-search > button,
.widget .searchform .search-submit,
.widget .searchform .screen-reader-text,
.widget.woocommerce .woocommerce-product-search .search-submit,
.widget.woocommerce .woocommerce-product-search .screen-reader-text{
	position: absolute;
    top: 5px;
    right: 6px;
    width: 54px;
    height: 36px;
    color: #fff;
    border-color: #e3dfd9;
    border: 0;
}
.widget .searchform .search-submit,
.widget .woocommerce-product-search > button{
	min-width: 0 !important;
	padding: 0;
	border-radius: 0;
	opacity: 0;
	z-index: 2;    
}
.widget .searchform .screen-reader-text,
.widget .woocommerce-product-search .screen-reader-text{
	font-size: 0;
	text-align: center;
	border-style: solid;
	z-index: 2;
	border-radius: 30px;
}
.widget .searchform .screen-reader-text:before,
.widget.woocommerce .woocommerce-product-search .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: "\f002";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.widget .searchform .search-submit:hover{
	background-color: transparent;
}
/* \widget search */
.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{
	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: 15px 10px;
	border-bottom: 0;
	border-radius: 10px;
}
.widget_carousel .owl-wrapper-outer{
	margin-bottom: 15px;
}
.widget_post_list .widget_post:nth-child(even){
	background: #f8f8f8;
}
.widget_post_list .widget_post .widget_post_media{
	border-radius: 10px;
}
.widget_post_list.widget_carousel .owl-buttons{
	position: absolute;
	z-index: 1;
	top: -3px;
	right: 0;
	margin-top: 0;
}
.widget_post_list.widget_carousel .owl-buttons > *{
	display: inline-block;
	font-size: 0;
	width: 20px;
	height: 20px;
	background: #000;
	opacity: 0.5;
	text-align: center;
	line-height: 20px;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s;
}
.widget_post_list.widget_carousel .owl-buttons > *:hover{
	opacity: 0.7;
}
.widget_post_list.widget_carousel .owl-buttons > *:first-child{
	margin-right: 5px;
}
.widget_post_list.widget_carousel .owl-buttons > *:before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 14px;
}
.widget_post_list.widget_carousel .owl-buttons > .owl-prev:before{
	content: "\f104";
	padding-right: 2px;
}
.widget_post_list.widget_carousel .owl-buttons > .owl-next:before{
	content: "\f105";
	padding-left: 2px;
}
.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;
}
.widget .widget_post_title{
	font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: auto;
    line-height: 1.2;
}
.widget .cwsstaff_post_terms{
	margin: 0;
}
.widget .cwsstaff_post_media{
	margin-bottom: 0;
}
.widget_post_terms a{
	text-decoration: none;
}
.widget_post_data > * + *{
	margin-top: 5px;
}

.widget-bellaria-cws-staff ul li{
	padding-left: 0;
}
.widget-bellaria-cws-staff ul li:before{
	display: none;
}
.widget.widget_nav_menu {
    padding-left: 15px;
}

/**********
* \WIDGETS
**********/

/********
* FOOTER
********/

#footer_widgets .widget{
	margin-bottom: auto;
	margin-top: 0;
}
#footer_widgets .widget:before,
#footer_widgets .widget:after{
	display: none;
}
#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;
	color: inherit;
	overflow: visible;  
}
#footer_widgets .widget{
	width: 100%;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0 15px;
}
#footer_widgets .widget.widget_media_image img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#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{
	

}
#footer_widgets .widgettitle > span{
	font-size: 30px;
	line-height: 1;
}
#footer_widgets .widgettitle > svg{
	fill: #ffffff;
	max-width: 53px;
	max-height: 26px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#footer_widgets .widget_header .widgettitle{
	padding: 0;
	border-radius: 0;
	font-size: inherit;
	line-height: inherit;
	background-color: transparent !important;
}
#footer_widgets .widget_icon{
	float: right;
	margin-right: auto;
	margin-left: 10px;
	margin-top: auto;
}
#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:not(.widget_text) 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:not(:first-child){
	padding-top: 5px;
}
#footer_widgets .widget_post_list .widget_post:last-child{
	border-bottom-style: none;
	padding-bottom: 0;
}
#footer_widgets input:not(.wpcf7-submit),
#footer_widgets textarea{
	background-color: #ffffff;
}
#footer_widgets .wpcf7 input:not(.wpcf7-submit),
#footer_widgets .wpcf7 textarea{
	background-color: rgba(255,255,255,0.5);
	border: 0;
}
#footer_widgets input::-webkit-input-placeholder,
#footer_widgets input::-moz-placeholder,
#footer_widgets input:-moz-placeholder,
#footer_widgets input:-ms-input-placeholder,
#footer_widgets textarea::-webkit-input-placeholder,
#footer_widgets textarea::-moz-placeholder,
#footer_widgets textarea:-moz-placeholder,
#footer_widgets textarea:-ms-input-placeholder{
	color: #4b4342;
}

#footer_icl a{
	text-decoration: none;
}

/*********
* \FOOTER
*********/

/************
* COPYRIGHTS
************/
#footer{
	position: relative;
	z-index: 1;
	color: #fff;
}
#footer:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#footer.fixed{
	position: fixed;
	z-index: -1;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
}
#document.boxed #footer{
	max-width: 1250px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.2);
}
#site_footer{
	padding: 30px 0;
	font-size: 0.866667em;
	line-height: 1.53846em;
	background: rgba(0,0,0,0.3);
}
#site_footer > div{
	line-height: 25px;
}
#site_footer .wpml_language_switch{
	float: right;
	margin-left: 50px;
}
#site_footer > div:after{
	display: none;
}
#site_copyrights{
	text-align: center;
}
#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;
	margin-left: 5px;
}
.widget_carousel .owl-pagination{
	margin: 0;
}
.owl-pagination .owl-page{
	display: inline-block;
	margin: 3px;
	margin-left: 5px;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	opacity: 0.6;
}
.owl-pagination .owl-page.active{
	opacity: 1;
}
.wpb_text_column .owl-pagination .owl-page:last-child{  /* composer fix */
	margin-bottom: 3px;
}

.bellaria_sc_carousel .owl-carousel{
	margin-left: -15px;
	margin-right: -15px;
}
.bellaria_sc_carousel .owl-carousel img{
	border-radius: 10px;
}
.bellaria_sc_carousel .owl-item{
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}

.bellaria_sc_carousel .gallery.owl-carousel .gallery-item,
.bellaria_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,
.cws-content > div.vc_row > .cws-image-bg{
	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;
}
.vc_row + .vc_row,
.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;
	overflow: hidden;
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
}
.vc_images_carousel .vc_carousel-control {
	opacity: 1;
}
.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;
	background: transparent;
	font-family: 'Font Awesome 5 Free' !important;
	text-align: center;
	color: #000;
	font-size: 20px !important;
	text-shadow: none;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;   
}
.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:hover .icon-prev{
	color: #000 !important;
}
.vc_images_carousel .vc_carousel-indicators{
	bottom: 5px !important;
}
.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: #000 !important;
}
.vc_images_carousel .vc_carousel-indicators li.vc_active{
	background-color: #000 !important;
}
.vc_images_carousel .vc_item a img{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s 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>.bellaria_module{
	width: 100%;
}
.vc_pie_chart.font_white{
	color: #fff;
}
.vc_pie_chart.font_white .wpb_pie_chart_heading{
	color: #fff;
}
.vc_pie_chart .wpb_pie_chart_heading{
	margin-top: 10px;
    font-size: 25px;
}
body .vc_pie_chart .vc_pie_chart_back{
	border-color: #eaeaea !important;
}
body .vc_pie_chart .vc_pie_chart_value{
	font-size: 48px;
}

/******
** ROW STEP
******/
.row_step{
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    margin-left: -80px;
    margin-top: -80px;
    text-align: center;
}
.row_step .row_step_link{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: inherit;
}
.row_step .row_step_bg{
	position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 2px 0px 15px -2px rgba(0,0,0,1);
}
.row_step .row_step_text{
	margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.row_step .row_step_number{
	margin: 0;
    line-height: 1;
    font-weight: 600;
}
.row_step .row_step_icon,
.row_step .row_step_number,
.row_step .row_step_text{
	color: inherit;
}
/******
** \ROW STEP
******/

/******
** 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.wpb_row.vc_row-fluid.vc_row-no-padding{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.vc_row.top_line{
	border-top: 3px solid #f2f2f2 !important;
}
.vc_row.bottom_line{
	border-bottom: 3px solid #f2f2f2 !important;
}
.vc_background-style{
	display: none;
}
#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;
}
.post_title_wrap{
	margin-top: 25px;
	margin-bottom: 25px;
}
.posts_grid_4 .post_title_wrap{
	margin-bottom: 20px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_title_wrap,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_title_wrap,
.posts_grid_fw_img.img_right .post_post .post_title_wrap,
.posts_grid_checkerboard .post_post:nth-child(even) .post_post_header{
	flex-direction: row-reverse;
	text-align: right;
}
.post_title.post_post_title{
	margin-top: 0;
	margin-bottom: 0;
}
.post_title.post_post_title a{
	position: relative;
	z-index: 1;
}
.search_posts_grid .post_title.post_post_title{
	line-height: 1.7;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_post_content_wrapper .date,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_content_wrapper .date,
.posts_grid_fw_img.img_right .post_post .post_post_content_wrapper .date{
	margin-right: initial;
	margin-left: 20px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_post_content,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_content,
.posts_grid_fw_img.img_right .post_post .post_post_content{
	text-align: right;
}
.post_info_wrap {
    margin-bottom: 20px;
}
.post_single .post_info_wrap {
    margin-bottom: 30px;
}
.post_grid_post .links.area {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_info_wrap,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_info_wrap,
.posts_grid_fw_img.img_right .post_post:nth-child(even) .post_info_wrap{
	flex-direction: row-reverse;
}
.single_sidebar .posts_grid_checkerboard .post_post:nth-child(even) .post_info_wrap,
.double_sidebar .posts_grid_checkerboard .post_post:nth-child(even) .post_info_wrap{
	text-align: right;
}
.post_post_header{
	margin-bottom: 10px;
    background: #f8f8f8;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
}
.single_sidebar section:not(.posts_grid_1) .post_post_header,
.double_sidebar section:not(.posts_grid_1) .post_post_header,
.posts_grid_3 .post_post_header,
.posts_grid_4 .post_post_header{
	display: inline-block;
	text-align: left;
	margin-bottom: 10px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_post_header,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_header,
.posts_grid_fw_img.img_right .post_post .post_post_header{
	margin-right: initial;
	margin-left: 20px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .post_post_header > *,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_header > *,
.posts_grid_fw_img.img_right .post_post .post_post_header > *{
	margin-right: initial;
	margin-left: 20px;
}
.single_sidebar .posts_grid_checkerboard .post_post:nth-child(even) .post_post_header,
.double_sidebar .posts_grid_checkerboard .post_post:nth-child(even) .post_post_header{
	text-align: right;
	margin-left: 0;
}
.posts_grid_4 .post_post_header{
	flex-direction: column; 
}
.posts_grid_4 .post_post_header .info,
.posts_grid_4 .post_post_header .comments_link{
	justify-content: flex-start;
}
.vc_row:not([data-vc-full-width="true"]) .posts_grid_4 .post_info_wrap{
	display: block;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 10px;
	text-align: left;
}
.post_post_header .v_sep{
	border-left-color: #fff;
}
.post_post_header > *{
    display: inline-block;
    color: #4b4342;
    margin-right: 20px;
    line-height: 20px;
}
.post_post_header .post_terms a{
	color: inherit;
}
.single_sidebar section:not(.posts_grid_1) .post_post_header > *,
.double_sidebar section:not(.posts_grid_1) .post_post_header > *,
.posts_grid_3 .post_post_header > *,
.posts_grid_4 .post_post_header > *{
	display: inline-block;
}
.single-product .product_meta span > a{
	line-height: 28px;
    display: inline-block;
}
.post_post_header .info_icon{
	margin-right: 5px;
}
.post_info_wrap .info_icon,
.reply .reply_icon{
	position: relative;
	z-index: 1;
	width: 15px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 8px;
}
.reply .reply_icon{
	margin-right: initial;
	margin-left: 8px;
	padding-left: initial;
	padding-right: 1px;
	color: #fff;
}
.post_info_wrap .info_icon .figure_wrap svg{
	fill: #e9e7de;
	stroke: #e9e7de;
}
.post_post_header .comments_link:only-child{
	min-height: 3.533333em; 
}
.post_post_header .like a{
	color: inherit;
}
.post_post_header .like .sl-icon.liked:before,
.post_post_header .like .sl-icon.unliked:before{
	font-family: 'Font Awesome 5 Free';
	text-align: center;
	margin-right: 5px;
}
.post_post_header .like .sl-icon.liked:before{
	content: '\f004';
	font: 400 normal 15px/1em 'Font Awesome 5 Free';

}
.post_post_header .like .sl-icon.unliked:before{
	content: '\f004';
	font-weight: 900;
}
.floated_media.cwsstaff_posts_grid_post_floated_media{
	margin-right: 0;
}
.search_posts_grid .floated_media_wrapper{
	margin-bottom: 10px;
}
.search_posts_grid .post_content{
	margin-top: 10px;
	margin-bottom: 10px;
}
.search_posts_grid .post_content.post_post_content .more-link{
	margin-top: 0;
}
.search_posts_grid .floated_media{
	margin-right: 0;
	float: left;
}
.search_posts_grid .posts_grid_divider{
	margin-top: 50px;
}
.post_grid_post .floated_media_wrapper{
	margin-right: 30px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .floated_media_wrapper,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .floated_media_wrapper,
.posts_grid_fw_img.img_right .post_post .floated_media_wrapper{
	margin-right: initial;
	margin-left: 30px;
}
.posts_grid_checkerboard .post_post:nth-child(even) .floated_media,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .floated_media,
.posts_grid_fw_img.img_right .post_post .floated_media{
	margin-right: initial;
	margin-left: -30px;
}
.posts_grid_medium .floated_media_wrapper,
.posts_grid_checkerboard .floated_media_wrapper,
.posts_grid_fw_img.img_check .floated_media_wrapper,
.posts_grid_fw_img.img_right .floated_media_wrapper,
.posts_grid_small .floated_media_wrapper,
.posts_grid_fw_img .floated_media_wrapper{
	float: left;
}
.posts_grid_checkerboard .post_post:nth-child(even) .floated_media_wrapper,
.posts_grid_fw_img.img_check .post_post:nth-child(even) .floated_media_wrapper,
.posts_grid_fw_img.img_right .post_post .floated_media_wrapper{
	float: right;
}
.floated_media_wrapper.cwsstaff_posts_grid_post_floated_media_wrapper{
	float: none;
}
.comments-area{
	margin-top: 80px;
}
.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;
}
.single_post_floated_media,
.post_single_post_media{
	margin-bottom: 30px;
}
.post_grid_post .post_posts_grid_post_media,
.post_single .post_single_post_media{
	display: block;
	margin-bottom: 10px;
}
.post_single.type-cp_recipe .post_single_post_media{
	text-align: left;
}
.format-video .post_post_media,
.format-audio .post_post_media{
	display: block;
	margin-bottom: 20px;
}
.post_media,
.pic{
	position: relative;
	overflow: hidden;
	height: 100%;
	display: inline-block;
	border-radius: 20px;
}
.pic > img,
.blocks-gallery-item img{
	border-radius: 20px;
}
.video .post_media{
	display: block;
}
.format-link .post_media{
	overflow: visible;
	display: block;
}
.single_post_media.post_media,
.portfolio_item_post .post_post_media.post_media,
.portfolio_item_post .post_post_media .pic{
	display: block;
	border-radius: 10px;
}
.cwsportfolio_post.post_single .pic{
	overflow: visible;
	height: initial;
}
.post_single.slider .post_media{
	height: initial;
}
.post_post_media .date{
	position: absolute;
	z-index: 1;
	min-width: 84px;
	min-height: 84px;
	top: 10px;
	left: 12px;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 0 25px;
	box-sizing: border-box;
}
.no_image:not(.format-video):not(.format-audio) .post_post_media .date{
	position: relative;
	float: left;
	margin-right: 20px;
}
.format-link .post_post_media .date,
.format-quote .post_post_media .date{
	border: 4px solid #edecec;
}
.format-link .post_post_media .post_title_wrap,
.format-quote .post_post_media .post_title_wrap{
	padding: 24px 130px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}
.format-quote .quote_wrap{
	padding: 20px 130px 0;	
	box-sizing: border-box;
	text-align: center;
}
.format-quote .post_media.no_date .quote_wrap{
	padding: 20px 20px 0;
}
.format-quote .author_name{
	display: inline-block;
}
.format-quote .author_status{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}
.post_posts_grid .pic .quote_wrap,
.post_single_post_media .pic .quote_wrap{
	position: absolute;
	z-index: 2;
	width: 100%;
	max-height: 100%;
	padding: 30px 130px;
	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 .date span:first-child{
	font-size: 28px;
	display: block;
	margin-top: 12px;
}
.cwsportfolio_post.post_single .pic +.pic{
	margin-top: 30px;
}
.pic > img,
.pic.link_post > a > img{
	/*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.link_post > a > img{
	width: 100%;
}
.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);
}
.hover_on .pic .hover-effect{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.8s ease-out;
	background: rgba(0,0,0,0.3);
}
.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{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	width: 44px;
	height: 48px;
	margin: 2px;
	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:hover .links a{
	-webkit-transform: scale(1) rotate(0);
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	opacity: 1; 
}
.post_posts_grid .pic.link_post > a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.post_post:not(.format-audio):not(.format-video):not(.format-gallery) .post_no_image_wrap,
.post_single.format-link .post_single_post_media,
.post_single.format-quote .post_single_post_media{
	border: 4px solid #edecec;
	border-radius: 20px;
	position: relative;
	z-index: 1;
	padding-bottom: 25px;
	overflow: visible;
}
.post_single.format-link .post_single_post_media,
.post_single.format-quote .post_single_post_media{
	margin-bottom: 30px;
}
.post_single.format-quote .post_single_post_media:before,
.post_single.format-quote .post_single_post_media:after{
    content: '“';
    font-size: 60px;
    position: absolute;
    left: 50%;
    top: -13px;
	margin-left: -22px;
	line-height: 0.9;
	height: 20px;
	width: 44px;
	background: #fff;
}
.post_single.format-quote .post_single_post_media:after{
    content: '”';
    bottom: -13px;
    top: initial;
}
.post_post:not(.format-audio):not(.format-video):not(.format-gallery) .post_no_image_wrap .post_posts_divider{
	position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -57px;
}
.post_post:not(.format-audio):not(.format-video):not(.format-gallery) .post_no_image_wrap .post_posts_divider:before{
	display: none;
}
.format-quote .post_no_image_wrap:before{
    content: '“';
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 50%;
    width: 44px;
    height: 20px;
    margin-left: -22px;
    font-size: 80px;
    line-height: 0.9;
    text-align: center;
    background: #ffffff;
}
.post_posts_grid .pic.link_post .hover-effect{
	opacity: 0.6;
}
.post_post_media .link{
	display: block;
	font-size: 2.4em;
	line-height: 1.2;
	text-align: center;
	word-break: break-all;
}
.post_posts_grid .pic.link_post .link,
.post_single_post_media .pic.link_post .link{
	position: absolute;
	z-index: 2;
	width: 100%;
	max-height: 100%;
	padding: 30px 130px;
	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: 24px 130px;
	position: relative;
	z-index: 1;
	border-radius: 20px;
	margin-bottom: 10px;
}
.post_post_media.no_date > .link{
	padding: 24px;
}
.post_posts_grid .posts_grid_small{
	font-size: 1.8em;   
}

.post_post_media .video{
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.post_post_media .video iframe,
.post_post_media .audio.soundcloud iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.format-gallery .post_posts_grid_post_media .pic img{
	width: 100%;
}
.post_post_media .video p{
	text-indent: 0;
}
.post_post_media .video iframe{
	border-radius: 20px;
}

.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.bellaria_module{
	margin-bottom: auto;
	padding: 40px 40px 0px 40px;
}

.gallery_post_carousel_nav,
.bellaria_sc_carousel.arrow .carousel_nav > .prev, 
.bellaria_sc_carousel.arrow .carousel_nav > .next{
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	line-height: 44px;
	margin-top: -25px;
	font-size: 30px;
	border-radius: 50%;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: transparent;
	border: 3px solid #ffffff;
	box-sizing: border-box;
	opacity: 0;
}
.gallery_post_carousel_nav:after{
	content: '';
    position: absolute;
    z-index: 1;
    width: 20px;
    top: 20px;
    left: 12px;
    border-bottom: 3px solid #ffffff;
    transition: all 0.5s;
}
.bellaria_sc_carousel.arrow:hover .carousel_nav > .prev,
.bellaria_sc_carousel.arrow:hover .carousel_nav > .next{
	opacity: 0.5;
}
.bellaria_sc_carousel.arrow .carousel_nav > .prev:hover, 
.bellaria_sc_carousel.arrow .carousel_nav > .next:hover{
	opacity: 0.7;
}
.post_format-post-format-gallery:hover .gallery_post_carousel_nav{
	opacity: 1;
}
.gallery_post_carousel_nav.prev,
.bellaria_sc_carousel.arrow .carousel_nav > .prev{
	left: 10px;
}
.post_format-post-format-gallery .gallery_post_carousel_nav.prev:hover{
	background: #ffffff;
}
.gallery_post_carousel_nav.prev:before,
.gallery_post_carousel_nav.next:before{
	content: "";
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 12px;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    transform: rotate(-45deg);
    transition: all 0.5s;
}
.gallery_post_carousel_nav.next:before{
    transform: rotate(135deg);
    left: initial;
    right: 12px;
}
.gallery_post_carousel_nav.next,
.bellaria_sc_carousel.arrow .carousel_nav > .next{
	right: 10px; 
}
.post_format-post-format-gallery .gallery_post_carousel_nav.next:hover{
	background: #ffffff;
}
.bellaria_sc_carousel.arrow:hover .carousel_nav > .prev{
	left: 25px;
}
.bellaria_sc_carousel.arrow:hover .carousel_nav > .next{
	right: 25px;
}
.gallery_post_carousel{
	z-index: 1;
}
.gallery_post_carousel_nav{
	z-index: 2;
}
.portfolio_item_post .gallery_post_carousel_nav{
	background: transparent;
	z-index: 3;
}
.portfolio_item_post .gallery_post_carousel_nav.prev{
	left: -20px;
	opacity: 0;
}
.portfolio_item_post .gallery_post_carousel_nav.next{
	right: -20px;
	opacity: 0;
}
.portfolio_item_post:hover .gallery_post_carousel_nav.prev{
	left: 10px;
	opacity: 0.7;
}
.portfolio_item_post:hover .gallery_post_carousel_nav.next{
	right: 10px;
	opacity: 0.7;
}
.posts_grid_4 .portfolio_item_post:hover .gallery_post_carousel_nav.prev{
	left: -5px;
}
.posts_grid_4 .portfolio_item_post:hover .gallery_post_carousel_nav.next{
	right: -5px;
}

.owl-carousel.carousel_nav .owl-buttons .owl-prev,
.owl-carousel.carousel_nav .owl-buttons .owl-next{
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	opacity: 0.5;
	font-size: 0;
	transition: all 0.5s;
	cursor: pointer;
}
.owl-carousel.carousel_nav .owl-buttons .owl-prev:hover,
.owl-carousel.carousel_nav .owl-buttons .owl-next:hover{
	opacity: 0.7;
}
.owl-carousel.carousel_nav .owl-buttons .owl-prev:before{
	content: "\f104";
	font-size: 16px;
}
.owl-carousel.carousel_nav .owl-buttons .owl-next:before{
	content: "\f105";
	font-size: 16px;
}
.owl-carousel.carousel_nav .owl-buttons .owl-prev{
	left: -30px;
	opacity: 0;
}
.owl-carousel.carousel_nav .owl-buttons .owl-next{
	right: -30px;
	opacity: 0;
}
.owl-carousel.carousel_nav:hover .owl-buttons .owl-prev{
	left: 10px;
	opacity: 0.7;
}
.owl-carousel.carousel_nav:hover .owl-buttons .owl-next{
	right: 10px;
	opacity: 0.7;
}

.more-link{
	min-width: 130px;
	padding: 7px 20px;
}
.post_post_content_wrapper .post_posts_grid_post_content{
	font-weight: 300;
	margin-bottom: 10px;
	padding: 20px 0;
}
.posts_grid_3 .post_post_content_wrapper .post_posts_grid_post_content{
	padding-top: 0;
}
.posts_grid_fw_img.posts_grid_carousel .bellaria_wrapper{
	overflow: visible;
}
.posts_grid_fw_img .post_grid_post.item{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
	margin: 0;
}
.posts_grid_fw_img .post_grid_post:before{
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.posts_grid_fw_img .post_grid_post .back_img{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.post_post_content_wrapper{
	position: relative;
	z-index: 0;
}
.post_single .post_post_content_wrapper{
	margin-bottom: 40px;
}
.post_post_content_wrapper .more-link{
	margin-bottom: 20px;
}
.post_post_content_wrapper img,
.cwsportfolio_single_content img{
	border-radius: 20px;
}
.post_post.no_image:not(.format-audio):not(.format-video):not(.format-gallery) .post_post_content_wrapper{
	margin: 0 30px;
	margin-bottom: 15px;
}
.posts_grid_3 .post_grid_post,
.posts_grid_2 .post_grid_post,
.posts_grid_1 .post_grid_post{
	padding-top: 0;
}

.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{
	margin-top: 5px;
}
* + .post_post_terms{
	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 */
.pagination{
	position: relative;
	z-index: 1;
	text-align: center;
}
.full_width_style .pagination{
	margin: 0 15px;
}
.pagination .page_links{
    text-align: center;
    margin-top: 30px;
    display: inline-block;
    border: 3px solid #edecec;
    border-radius: 30px;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.pagination .page_links:before,
.pagination .page_links:after{
	content: '';
	position: absolute;
	z-index: 1;
	height: 3px;
	width: 70%;
	top: 18px;
	background: #edecec;
}
.pagination .page_links:before{
	left: calc(100% + 13px);
}
.pagination .page_links:after{
	right: calc(100% + 13px);
}
.pagination .page_links > *{
	font-size: 18px;
    display: inline-block;
    padding: 8px 9px;
    vertical-align: middle;
}
.pagination .page_links > *:first-child{
	padding-left: 15px;
}
.pagination .page_links > *:last-child{
	padding-right: 15px;
}
.pagination .page-numbers.next,
.pagination .page-numbers.prev {
	font-size: 13px;
	color: #edecec;
}
.woocommerce .pagination .page-numbers.next .wrap,
.woocommerce .pagination .page-numbers.prev .wrap{
	display: none;
}
.cwsportfolio.single.related .carousel_nav_panel{
	margin-top: 40px;
}
/* \pagination */
.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.filter{
	display: none;
}
.select_filter .filter_wrap{
	display: none;
}
.select2-container.filter{
	margin-bottom: 30px;
}
.filter_wrap{
	margin-bottom: 30px !important;
	text-align: center;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.filter_wrap .filter:before{
	content: '';
}
.filter_wrap .filter{
    cursor: pointer;
    display: inline-block;
    padding: 0 40px;
    vertical-align: top;
}
.filter_wrap .filter h5{
	transition: all 0.5s;
	margin-bottom: 0;
}
.filter_wrap .filter_svg{
    display: inline-block;
    z-index: 1;
    vertical-align: top;
	width: 23px;
    height: 23px;
}
.filter_wrap .filter:last-child .filter_svg{
    display: none;
}
.filter_wrap .filter_shape{
    width: 47px;
    display: block;
    margin: auto;
    opacity: 1;
    transition: all 0.5s;
}
.filter_wrap .filter:not(.active) .filter_shape{
	opacity: 0;
}
.posts_grid .widget_header:not(:only-child){
	margin-bottom: 20px;
}

.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper,
.post_posts_grid.posts_grid_checkerboard .floated_media > .floated_media_wrapper,
.post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper{
	width: 570px;
}
.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper{
	width: 370px;
}
.post_posts_grid .post_grid_post.format-link .floated_media > .floated_media_wrapper,
.post_posts_grid .post_grid_post.format-quote .floated_media > .floated_media_wrapper{
	width: 100%;
}
.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper,
.post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper,
.post_posts_grid.posts_grid_checkerboard .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 );
}
.single_sidebar .post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper,
.single_sidebar .post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper,
.single_sidebar .post_posts_grid.posts_grid_checkerboard .floated_media > .floated_media_wrapper,
.single_sidebar .post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper,
.double_sidebar .post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper,
.double_sidebar .post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper,
.double_sidebar .post_posts_grid.posts_grid_checkerboard .floated_media > .floated_media_wrapper,
.double_sidebar .post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper{
	max-width: calc( 50% - 30px );
}
.post_posts_grid.posts_grid_small .floated_media_wrapper .post_posts_grid_post_media:before,
.post_posts_grid.posts_grid_fw_img .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;
}
.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: 14px;
}
.latest_post_post_media .link{
	position: absolute;
	z-index: 1;
	width: 44px;
	height: 48px;
	top: 50%;
	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-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.latest_post_post:hover .latest_post_post_media > * > .figure_wrap{
	opacity: 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.5s;
	transition: all 0.5s;
	-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{
	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{
	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.5s;
	transition: all 0.5s;
}
.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.5s;
	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
***********/
.portfolio_item_post .item_content{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 0.5s;
}
.portfolio_item_post img{
	width: 100%;
}
.cwsportfolio_posts_grid .bellaria_wrapper{
	overflow: visible;
}
.cwsportfolio_posts_grid.dynamic_content{
	text-align: center;
}
.cwsportfolio_posts_grid.dynamic_content .hexgrid-inner-wrapper{
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.cwsportfolio_posts_grid.dynamic_content .bellaria_load_more{
	margin-top: 30px;
}
.cwsportfolio_posts_grid.posts_grid_2 hr.posts_grid_divider:before,
.cwsportfolio_posts_grid.posts_grid_3 hr.posts_grid_divider:before,
.cwsportfolio_posts_grid.posts_grid_4 hr.posts_grid_divider:before{
	display: none;
}
.portfolio_item_post .item_content .carousel_link{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.portfolio_item_post .item_content .video_link{
	position: absolute;
	z-index: 1;
	width: 30px;
    height: 35px;
    bottom: 10px;
    right: 10px;
}

.posts_grid .cwsportfolio_post_title:not(:last-child){
	margin-bottom: 0.5em;
}
.posts_grid .cwsportfolio_post_title{
	font-size: 24px;
	font-weight: 500;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.posts_grid.posts_grid_hex_style_2 .cwsportfolio_post_title,
.posts_grid.posts_grid_hex_style .cwsportfolio_post_title{
	text-transform: uppercase;
}
.posts_grid .cwsportfolio_post_title a:hover{
	color: inherit;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_title{
	margin-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_title a .div_left,
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_title a .div_right{
	display: inline-block;
	width: 39px;
	height: 13px;
	transition: all 0.5s;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_title a .div_left{
	margin-right: 10px;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_title a .div_right{
	margin-left: 10px;
}
.post_single .cwsportfolio_post_title{
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;   
}
.cwsportfolio_post_terms{
	position: relative;
	z-index: 1;
	color: #fff;
}
.cwsportfolio_post_terms > *{
	vertical-align: middle;
}
.cwsportfolio_post_terms a{
	font-size: 0.866667em;
	text-decoration: none;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_terms,
.posts_grid .portfolio_item_post.under_img .cwsportfolio_post_terms a{
	color: #363636;
}
.posts_grid .cwsportfolio_posts_grid_post_content{
	color: #fff;
	opacity: 0.8;
}
.portfolio_item_grid_post{
	margin-bottom: 30px;
}
.posts_grid_showcase .portfolio_item_grid_post{
	margin-bottom: -2px;
	height: 400px;
}
.posts_grid.posts_grid_showcase .item .pic {
    background-position: center center;
    background-size: cover;
}
.portfolio_item_post{
	position: relative;
	z-index: 1;
}
.portfolio_item_post:not(.under_img) .item_shadow_box{
	display: block;
	position: absolute;
	top: 10%;
	bottom: 25px;
	left: 10%;
	right: 10%;
	z-index: -1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-shadow: 0 15px 50px 0 transparent;
	box-shadow: 0 15px 50px 0 transparent;
	-webkit-transition: box-shadow .3s ease; 
	-moz-transition: box-shadow .3s ease;
	transition: box-shadow .3s ease;
}
.portfolio_item_post:hover .item_shadow_box{
	-webkit-box-shadow: 0 30px 100px 0 rgba(0,0,0,0.85);
	box-shadow: 0 30px 100px 0 rgba(0,0,0,0.85);
}
.portfolio_item_post:hover{
	z-index: 2;
}
.portfolio_item_post .hover-effect{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0s;
	padding: 0;
	border-radius: 10px;
    overflow: hidden;
}
.hover-effect > svg{
	max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.portfolio_item_post .links.area{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}
.portfolio_item_post .links.video,
.cwsportfolio_post .links.video{
	z-index: 2;
    color: #fff;
    opacity: 0.5;
    font-size: 40px;
	padding: 0;
	height: auto;
	transition-delay: 0.01s;
}
.posts_grid_4 .portfolio_item_post .links.video{
	font-size: 30px;
}
.portfolio_item_post .links.video:hover,
.cwsportfolio_post .links.video:hover{
	opacity: 0.9;
}
.portfolio_item_post .links_wrap{
	position: relative;
	z-index: 2;
	transform: translateY(-10px);
	transition: all 0.5s;
	margin-bottom: 15px;
}
.portfolio_item_post.under_img .links_wrap{
	margin-bottom: 0;
}
.portfolio_item_post .links_wrap .links{
	color: #363636;
	font-size: 20px;
	width: 70px;
	height: 70px;
	line-height: 66px;
	text-align: center;
}
.portfolio_item_post .links_wrap .links .icon_shape{
	left: 1px;
}
.portfolio_item_post .links_wrap .links .icon_shape svg{
	stroke: transparent;
}
.portfolio_item_post .links_wrap .links:before{
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.portfolio_item_post:hover .links_wrap{
	transform: translateY(0);
}
.portfolio_item_post .links_wrap .links:hover:before{
	opacity: 0.7;
}
.portfolio_item_post.hoverbi .hover-effect:before{
	position: absolute;
	z-index: -1;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s,-webkit-transform 0.35s;
	transition: opacity 0.35s,transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.portfolio_item_post.hoverbi2 .hover-effect:before,
.portfolio_item_post.hoverbi2 .hover-effect:after{
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.1s,-webkit-transform 0.35s;
	transition: opacity 0.1s,transform 0.35s;
}
.portfolio_item_post.hoverbi2 .hover-effect:before{
	border-top: 1px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.portfolio_item_post.hoverbi2 .hover-effect:after{
	border-right: 1px solid rgba(255,255,255,.5);
	border-left: 1px solid rgba(255,255,255,.5);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
} 
.portfolio_item_post.hoverbi:hover .hover-effect:before,
.portfolio_item_post.hoverbi2:hover .hover-effect:before,
.portfolio_item_post.hoverbi2:hover .hover-effect:after{
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
} 
.portfolio_item_post.hoverbi2:hover .hover-effect:before,
.portfolio_item_post.hoverbi2:hover .hover-effect:after{
	transition-delay: 0.1s;
}
.portfolio_item_post.hoversr .pic img,
.portfolio_item_post.hoversr .cover_img img{
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0);
	-o-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transition: -webkit-transform .7s ease-in-out;
	-moz-transition: -moz-transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
}
.portfolio_item_post:not(.hover_none).hoversr:hover .pic img,
.portfolio_item_post:not(.hover_none).hoversr:hover .cover_img img{
	-webkit-transform: scale(1.06) rotate(2deg);
	-moz-transform: scale(1.06) rotate(2deg);
	-o-transform: scale(1.06) rotate(2deg);
	transform: scale(1.06) rotate(2deg);
}
.portfolio_item_post.hoverzb .pic img,
.portfolio_item_post.hoverzb .cover_img img{
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.portfolio_item_post:not(.hover_none).hoverzb:hover .pic img,
.portfolio_item_post:not(.hover_none).hoverzb:hover .cover_img img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}
.posts_grid_hex_style .portfolio_item_post{
	padding: 0 5px;
}
.posts_grid_hex_style.posts_grid_3 .portfolio_item_post{
	width: 400px;
	margin-top: -105px;
}
.posts_grid_hex_style.posts_grid_4 .portfolio_item_post{
	width: 300px;
	margin-top: -70px;
}
.posts_grid_hex_style.posts_grid_5 .portfolio_item_post{
	width: 240px;
	margin-top: -60px;
}
.posts_grid_hex_style_2.posts_grid_3 .portfolio_item_post{
	width: 470px;
}
.posts_grid_hex_style_2.posts_grid_4 .portfolio_item_post{
	width: 360px;
}
.posts_grid_hex_style_2.posts_grid_5 .portfolio_item_post{
	width: 290px;
}
.cwsportfolio_content_wrap,
.video .cover_img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.video .cover_img {
	background: transparent;
}
.cover_img img{
	width: 100%;
	display: block;
}
.portfolio_item_post:not(.hoverdir) .cwsportfolio_content_wrap{
	opacity: 0;
}
.hoverdir .cwsportfolio_content_wrap{
	background: rgba(0,0,0,0.5);
	top: 100%;
}
.cwsportfolio_content_wrap > .post_title,
.cwsportfolio_content_wrap > .post_terms,
.cwsportfolio_content_wrap > .post_content{
	padding: 0 15%;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	transition-delay: 0s;
}
.cwsportfolio_content_wrap > .cwsportfolio_post_title.post_title{
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.portfolio_item_post:not(.hoverdir) .cwsportfolio_content_wrap > .post_title,
.portfolio_item_post:not(.hoverdir) .cwsportfolio_content_wrap > .post_terms,
.portfolio_item_post:not(.hoverdir) .cwsportfolio_content_wrap > .post_content,
.portfolio_item_post:not(.hoverdir) .cwsportfolio_content_wrap > .links.video{
	top: 10px;
}
.cwsportfolio_content_wrap > .post_title a:hover{
	opacity: 0.7;
}
.posts_grid .portfolio_item_post.under_img .cwsportfolio_posts_grid_post_content{
	color: #000;
}
.portfolio_item_post .pic .links{
	height: 100%;
	z-index: 2;
}
.portfolio_item_post:not(.hoverdir) .pic .hover-effect{
	background: #000;
}
.portfolio_item_post:not(.hoverdir):hover .pic .hover-effect{
	opacity: 0;
}
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap{
	opacity: 1;
}
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .post_title,
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .post_terms,
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .post_content,
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .links.video{
	top: 0;
}
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .cwsportfolio_post_title + *{
	transition-delay: .05s;
}
.portfolio_item_post:not(.hoverdir):hover .cwsportfolio_content_wrap > .cwsportfolio_post_title + * + * {
	transition-delay: .05s;
}
/*portfolio single*/
.post_single.flex_col{
	display: flex;
	margin: 0 -15px;
}
#page.full_width > .bellaria_layout_container{
	margin-top: 20px;
}
.post_single.flex_col.reverse{
	flex-direction: row-reverse;
}
.single_col .post_media,
.single_col .cwsportfolio_single_content{
	margin: 0 15px;
}
.single_col_25{
	width: 25%;
}
.single_col_33{
	width: 33.33%;
}
.single_col_50{
	width: 50%;
}
.single_col_66{
	width: 66.66%;
}
.single_col_75{
	width: 75%;
}
.cwsportfolio_single_content .gallery{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cwsportfolio_single_content{
	position: relative;
	z-index: 1;
}
.post_single.bot .cwsportfolio_single_content{
	margin-top: 20px;
}
#page.full_width .cwsportfolio_single_content{
	margin-top: 0;
}
.single-cwsportfolio #page.full_width > .post_post_media,
.single-post #page.full_width > .post_post_media{
	transition: all 0.5s ease-in-out;
	height: 0;
	opacity: 0;
}
#page.full_width .post_single.flex_col{
	margin: 0 !important;
}
/*\portfolio single*/
.cwsportfolio_post .cwsportfolio_content_wrap{
	opacity: 0;
}
.cwsportfolio_post:hover .cwsportfolio_content_wrap{
	opacity: 1;
}
.cwsportfolio_post .links.area {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}
.portfolio_item_post .side_load{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.portfolio_item_post .side_load .load_bg{
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 1;
	background: red;
}
.portfolio_item_post .side_load .load_wrap{
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.portfolio_item_post .side_load .load_wrap h3{
	font-size: 40px;
	display: flex;
	z-index: 1;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.portfolio_item_post .old_article{
	position: relative;
	z-index: 2;
	height: 400px;
}
.portfolio_item_post .content_ajax{
	position: absolute;
	z-index: 1;
	width: calc(100% - 30px);
	top: 0;
	left: 15px;
}
article.portfolio_item_post.prev{
	transform: translateY(-100%);
	transition: all 1s;
}
article.portfolio_item_post.next{
	transform: translateY(100%);
	transition: all 1s;
}
.posts_grid_showcase .portfolio_item_grid_post.current{
	max-height: none;
	top: 0 !important;
}
.posts_grid_showcase .portfolio_item_grid_post.cur .content_ajax .cwsportfolio_post{
	margin-bottom: 40px;
}
.posts_grid_showcase .portfolio_item_grid_post.current .content_ajax{
	position: relative;
	left: 0;
	width: 100%;
}
.posts_grid_showcase .content_ajax .bellaria_layout_container{
	margin-top: 15px;
}
.posts_grid_showcase .back_link_case{
	text-align: center;
	margin-top: 30px;
}
.posts_grid_showcase .back_link_case i{
	margin-right: 5px;
}
.posts_grid_showcase .back_link_case a{
	color: #000;
	font-weight: 700;
}
.posts_grid_showcase .back_link_case a:hover i{
	animation: left 1.5s infinite ease;
}
@keyframes left {
	0% { transform:translateX(0) }
	50% { transform:translateX(-10px) }
	100% { transform:translateX(0) }
}

body.portfolio_fw .back_button{
	height: 0;
	display: block;
}
body.portfolio_fw .back_button:hover{
	color: #fff;
}
/* portfolio single related */
.cwsportfolio.single.related .carousel_nav_panel{
	text-align: center;
}
.cwsportfolio.single.related .carousel_nav_panel .prev,
.cwsportfolio.single.related .carousel_nav_panel .next {
	cursor: pointer;
	text-align: center;
	display: flex;
}
.cwsportfolio.single.related .carousel_nav_panel .prev{
	flex-direction: row-reverse;
}
.cwsportfolio.single.related .carousel_nav_panel .prev .wrap,
.cwsportfolio.single.related .carousel_nav_panel .next .wrap{
	overflow: hidden;
}
.cwsportfolio.single.related .carousel_nav_panel .prev .wrap span,
.cwsportfolio.single.related .carousel_nav_panel .next .wrap span{
	transform: translateX(calc(100% - 1px));
    display: block;
    padding: 5px 10px;
    padding-right: 0;
    border: 1px solid #cccccc;
    border-right: 0;
    border-color: transparent;
    transition: all 0.5s ease-out;
    text-transform: uppercase;
    font-weight: 600;
}
.cwsportfolio.single.related .carousel_nav_panel .prev .wrap span{
	transform: translateX(calc(-100% + 2px));
	padding-left: initial;
	padding-right: 10px;
	border-right: 1px solid transparent;
	border-left: 0;
}
.cwsportfolio.single.related .carousel_nav_panel .prev_section:hover .wrap span,
.cwsportfolio.single.related .carousel_nav_panel .next_section:hover .wrap span{
	transform: translateX(0);
	border-color: #ccc;
}
.cwsportfolio.single.related .carousel_nav_panel .prev_section:hover i,
.cwsportfolio.single.related .carousel_nav_panel .next_section:hover i{
	border-color: #ccc;
}
.cwsportfolio.single.related .carousel_nav_panel .prev i,
.cwsportfolio.single.related .carousel_nav_panel .next i{
    z-index: 2;
    position: relative;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-left: 0;
    line-height: 24px;
    border-color: transparent;
    transition: all 0.5s ease-out;
}
.cwsportfolio.single.related .carousel_nav_panel .prev i{
	border-left: 1px solid transparent;
	border-right: 0;
}
.cwsportfolio.single.related .carousel_nav_panel{
	margin-top: 40px;
}
.cwsportfolio.single.related .carousel_nav_panel .prev_section{
	float: left;
}
.cwsportfolio.single.related .carousel_nav_panel .next_section{
	float: right;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link{
	width: 22px;
    height: 22px;
    margin-top: 6px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span{
	position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border: 1px solid #cfd0d0;
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(1){
	top: 0;
	left: 0;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(2){
	top: 0;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(3){
	top: 0;
	left: 16px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(4){
	top: 8px;
	left: 0;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(5){
	top: 8px;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(6){
	top: 8px;
	left: 16px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(7){
	top: 16px;
	left: 0;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(8){
	top: 16px;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link span:nth-child(9){
	top: 16px;
	left: 16px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(1){
	top: -2px;
	left: -2px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(2){
	top: -2px;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(3){
	top: -2px;
	left: 18px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(4){
	top: 8px;
	left: -2px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(5){
	top: 8px;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(6){
	top: 8px;
	left: 18px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(7){
	top: 18px;
	left: -2px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(8){
	top: 18px;
	left: 8px;
}
.cwsportfolio.single.related .carousel_nav_panel .back_link:hover span:nth-child(9){
	top: 18px;
	left: 18px;
}
.cwsportfolio.single.related .item{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
/* \ portfolio single related */


/************
* \PORTFOLIO
************/

/*******
* STAFF
*******/
.posts_grid .cwsstaff_post.item{
	text-align: center;
}
.cwsstaff_post_media{
	display: block;
	margin-bottom: 15px;
}
.cwsstaff_photo{
	border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.cwsstaff_photo img{
	border: 10px solid #fff;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.cwsstaff_photo:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 10px solid;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 0.5;
}
.cwsstaff_hover_content{
	position: absolute;
	z-index: 1;
	top: 58%;
	left: 0;
	width: 100%;
	transition: all 0.5s ease-out;
	opacity: 0;
}
.cwsstaff_post_media:hover .cwsstaff_hover_content{
	opacity: 1;
}
.cwsstaff_post_content{
	margin-top: 10px;
}
.cwsstaff_post.item{
	text-align: center;
}
.cwsstaff_post_title{
	font-size: 30px;
	line-height: 1.388889em;
	margin: auto;
	margin-bottom: 0;
	transition: all 0.5s ease-out;
}
.cwsstaff_post_title > svg{
    width: 58px;
    display: block;
    margin: 4px auto;
    transition: all 0.5s;
}
.cwsstaff_post_terms > a{
	color: inherit;
	font-size: 16px;
}
.cwsstaff_post_terms{
	font-weight: 400;
}
.cwsstaff_social_links.post_social_links a{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
	font-size: 24px;
	line-height: 44px;
	position: relative;
	z-index: 1;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid;
	box-sizing: border-box;
}
.cwsstaff_social_links.post_social_links a:nth-child(2){
	transition-delay: 0.1s;
}
.cwsstaff_social_links.post_social_links a:nth-child(3){
	transition-delay: 0.2s;
}
.cwsstaff_social_links.post_social_links a:nth-child(4){
	transition-delay: 0.3s;
}
.cwsstaff_social_links.post_social_links a:hover{
	background: #fff;
}
.cwsstaff_post_media:not(.single_post_media):hover .cwsstaff_social_links a:nth-child(1){
	transform: translateY(-10px);
}
.cwsstaff_post_media:not(.single_post_media):hover .cwsstaff_social_links a:nth-child(2){
	transform: translateY(-10px);
	transition-delay: 0.1s;
}
.cwsstaff_post_media:not(.single_post_media):hover .cwsstaff_social_links a:nth-child(3){
	transform: translateY(-10px);
	transition-delay: 0.2s;
}
.cwsstaff_post_media:not(.single_post_media):hover .cwsstaff_social_links a:nth-child(4){
	transform: translateY(-10px);
	transition-delay: 0.3s;
}
.cwsstaff_posts_grid.dynamic_content{
	text-align: center;
}
/*single staff*/
.cwsstaff_post_media.single_post_media{
	max-width: 370px;
	float: left;
	margin-right: 30px;
	overflow: visible;
	text-align: center;
}
.cwsstaff_post.post_single .cwsstaff_post_title{
	font-size: 36px;
	margin-bottom: 0;
}
.single_post_content.cwsstaff_post_content{
	padding: 0;
}
.cwsstaff_post_media.single_post_media div+div{
	margin-top: 10px;
}
/*\single staff*/
/********
* \STAFF
********/

/********
* COOKED
********/

/*cooked grid*/

.cooked-recipe .cooked-recipe-excerpt{
	display: none;
}
.cooked-recipe .cooked-recipe-wrap{
	border-radius: 20px;
	overflow: hidden;
}
.cooked-recipe-grid .cooked-recipe-image{
	background: transparent;
}
.cooked-recipe-grid .cooked-recipe-image:after{
	display: none;
}
.cooked-recipe-grid .cooked-recipe-inside,
.cooked-recipe-grid .cooked-recipe-card-content{
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: calc(100% - 40px);
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	background: rgba(255,255,255,0.85);
	margin: 20px;
	border-radius: 15px;
	padding-bottom: 2px;
	padding-top: 12px;
}
.cooked-recipe-grid .cooked-recipe-name,
.cooked-recipe-grid .cooked-recipe-card-title{
	font-size: 24px;
}
.cooked-recipe-grid .cooked-recipe-info>span{
	padding-left: 0;
}
.cooked-recipe-grid .cooked-recipe-info strong{
	display: inline-block;
    margin-right: 10px;
    font-size: 0.9em;
}
.cooked-recipe-grid .cooked-recipe-card-modern, 
.cooked-recipe-grid .cooked-recipe-card-modern-centered{
	border-radius: 20px;
}
.cooked-recipe-grid .cooked-recipe-info span.cooked-author-avatar img{
	display: none;
}
.cooked-recipe-grid .cooked-recipe-info{
	margin-top: 8px;
}
.cooked-recipe-search .cooked-browse-select{
	border-radius: 6px;
}
.cooked-recipe-search .cooked-sortby-wrap,
.cooked-recipe-search .cooked-sortby-wrap:hover{
	background: transparent;
}
.cooked-recipe-search input[type=text]{
	vertical-align: top;
}
.cooked-recipe-search .cooked-sortby-wrap .select2-chosen{
	line-height: 34px;
}
.cooked-recipe-search .cooked-sortby-wrap .select2-choice{
	border-radius: 0;
}
.cooked-recipe-search .cooked-fields-wrap>.cooked-browse-search{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.cooked-recipe-search .cooked-browse-search-button{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
/*cooked category*/
.cp_recipe_posts_grid .cp_recipe{
	padding: 0 15px;
}
.cp_recipe_posts_grid .cp_recipe .post-thumbnail img{
	border-radius: 10px;
}
.cp_recipe_posts_grid .cp_recipe .entry-content{
	margin-top: 10px;
}
.cp_recipe_posts_grid .cp_recipe .entry-content h2{
	margin-bottom: 0;
	font-size: 30px;
}
.cp_recipe_posts_grid .cp_recipe .entry-title{
	margin-bottom: 10px;
}
.cooked-recipe-grid .cooked-recipe {
    margin: 0 1.5% 3% !important;
}
/********
* \COOKED
********/

/************
* 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: block;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
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
******/
.bellaria_module,
.widget{
	margin-bottom: 30px;
}
.bellaria_module:only-child,
.widget:only-child{
	margin-bottom: auto;
}
.posts_grid .bellaria_grid{
	margin-left: -15px;
	margin-right: -15px;
}
.cwsportfolio_posts_grid.posts_grid_carousel .bellaria_grid,
.cwsportfolio_posts_grid.posts_grid_carousel .bellaria_carousel{
	margin-left: -10px;
	margin-right: -10px;
}
.cwsportfolio_posts_grid.posts_grid_carousel{
	overflow: hidden;
}
.cwsportfolio_posts_grid.posts_grid_carousel.carousel_nav{
	overflow: visible;
}
.posts_grid .item{
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	margin: 0;
	margin-bottom: 50px;
}
.posts_grid.posts_grid_1 .item:last-child .cws_divider{
	display: none;
}
.posts_grid .post_grid_post.no_image {
	padding-bottom: 17px;
}
.post_grid_post.no_image .post_post_header .date{
	display: none;
}
.post_grid_post.no_image.format-standard .post_post_header .date{
	display: inline-block;
}
.cwsportfolio_posts_grid.posts_grid .item{
	margin-bottom: 0px;
}
.cwsportfolio_posts_grid.posts_grid .bellaria_grid:not(.masonry) .item{
	margin-bottom: 20px;
}
.post_post.sticky-post .post_no_image_wrap{
	background: #f8f8f8;
	border-color: transparent !important;
}
.post_post.sticky-post .post_no_image_wrap .cws_divider{
	display: none;
}
.cwsportfolio_posts_grid.posts_grid .item{
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
} 
.cwsportfolio_posts_grid.posts_grid .owl-carousel .item{
	padding-top: 0;
}
.cwsportfolio_posts_grid.wide_style .portfolio_item_grid_post{
	margin: 0;
	padding: 0;
}
.posts_grid.posts_grid_showcase .item{
	padding: 0 15px;
	overflow: hidden;
}
.posts_grid .item,
.grid-size{
	width: 100%;
}
.posts_grid_2 .item,
.grid_col_6,
.posts_grid_2 .grid-size{
	width: 50%;
}
.posts_grid_3 .item,
.grid_col_4,
.posts_grid_3 .grid-size{
	width: 33.333333%;
}
.posts_grid_4 .item,
.grid_col_3,
.posts_grid_4 .grid-size{
	width: 25%;
}

.posts_grid_5 .item,
.grid_col_2,
.posts_grid_5 .grid-size{
	width: 20%;
}

.posts_grid .item.hidden{
	opacity: 0;
}
.bellaria_load_more.hiding{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}
.bellaria_carousel .item{
	width: 100%;
}
.bellaria_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 .owl-page{
	cursor: pointer;
	background: rgba(255,255,255,0.6);
	border-color: rgba(255,255,255,0.6);
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(even) .cwsstaff_posts_grid_post_floated_media{
	float: right;
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cwsstaff_posts_grid_post_floated_media{
	float: left;
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .bellaria_cwsstaff_posts_grid_post_data{
	text-align: left;
	margin-left: 230px;
	margin-top: 20px;
	padding-right: 20px;
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(even) .bellaria_cwsstaff_posts_grid_post_data{
	text-align: right;
	margin-right: 230px;
	margin-top: 20px;
	padding-left: 20px;
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cwsstaff_post{
	position: relative;
	z-index: 1;
}
.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .owl-item:nth-child(odd) .cwsstaff_post:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 20px;
	right: -1px;
	height: 80%;
	border-right: 2px dashed #7796ab;
}

/*******
* \GRID
*******/

/*************
** SHAPE
*************/
.icon_shape{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.icon_shape svg{
	fill: transparent;
	stroke: #000;
	stroke-width: 2px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.icon_shape.shadow svg{
	fill: #fff;
}
/*************
** \SHAPE
*************/

/**********
* COMMENTS
***********/

#comments .comment_section{
	padding-top: 10px;
}
#comments .avatar_section{
	float: left;
	margin-right: 30px;
}
#comments .avatar{
	display: block;
    border-radius: 50%;
}
#comments .author_name{
	font-style: normal;
	font-weight: 600;
}
#comments .author_name a{
	color: #363636;
}
#comments .comment_date{
	color: #9b9b9b;
	margin-right: 10px;
}
#comments .comment_content{
	margin: 8px 0 12px 0;
}
.comment_body{
	padding-bottom: 30px;
}
.comment_list > .comment:last-child .comment_body{
	border-bottom: 0;
}
.comment_list{
	border-bottom: 1px solid #e6e7e5;
	margin-bottom: 40px;
	margin-top: 40px;
}
#comments .comment-reply-link{
    font-weight: 600;
    padding: 5px 20px;
    min-width: 100px;
}
#comments .comments_children{
	padding-left: 65px;
	padding-top: 20px;
	background: #f8f8f7;
}
#comments .comment_list > * + *{
	margin-top: 20px;
}

#commentform{
	margin-left: -10px;
	border: 4px solid #f8f8f8;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 20px 30px 0 20px;
	background: #f8f8f8;
}
#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 .submit:hover{
	color: #fff;
}
#commentform p:first-child{
	margin-bottom: 10px;
}
#commentform p{
	margin-bottom: 30px;
}
#commentform .form-submit{
	text-indent: 0;
	text-align: 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{
	font-size: 36px;
	text-align: center;
}

/***********
* \COMMENTS
************/

/***************
* SCROLL TO TOP 
***************/

#scroll_to_top{
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    width: 50px;
    height: 50px;
    line-height: 49px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.5s;
}
#scroll_to_top:hover{
	color: #ffffff;
}
#scroll_to_top > svg{
    transition: all 0.5s;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
}
/****************
* \SCROLL TO TOP 
****************/

/*****
* 404
*****/

#banner_404{
    margin: 80px 0 85px;
    text-align: center;
    padding: 0 20%;
}
#banner_404 > p{
	font-size: 0.9em;
}
#banner_404 > * + *{
	margin-top: 30px;
}
#banner_404_top{
    font-weight: 600;
    font-size: 150px;
    color: #313131;
    line-height: 1em;
    display: block;
}
#banner_404_title{
	color: #000;
	font-size: 2.3em;
	text-transform: uppercase;
}
/******
* \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: #e0e6ea;
}
.woocommerce .woocommerce-ordering .select2-container .select2-choice {
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	background: #f2f2f2
}
.select2-container .select2-choice{
	padding: 6px 10px;
	border-radius: 0;
	text-align: left;
}
.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: "\f107";
	line-height: 42px;
}
.select2-search input[type="text"]{
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	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: 8px 10px;
}
.select2-results .select2-result + .select2-result{
	border-top: 1px solid #f1f1f1;
}
.select2-results .select2-highlighted{
	background-color: transparent;
	color: inherit;
	color: #59ab66;
}
.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;
	border-radius: 10px;
}
.select2-container .select2-selection--single{
	border-radius: 0px;
    padding: 10px;
    box-sizing: content-box;
}

/********************************
** 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: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
}

/*********************************
** \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;
}
@media screen and ( max-width: 980px ) {
	#site_header{
		display: none;
	}
}

/*************
** 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 > .bellaria_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{
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	-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:last-of-type{
	border-bottom-style: none;
}
#mobile_menu .sub-menu .menu-item:first-of-type{
	border-top: 1px solid transparent;  
}
#mobile_menu.main_menu .sub-menu .menu-item > a:after,
#mobile_menu.main_menu > .menu-item:after,
#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{
	padding-left: 20px;
}
#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 .sub-menu .menu-item > a:before{
	left: -15px;
}
#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;    
	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.5s ease;
	transition: all 0.5s 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 .bellaria_layout_container{
	display: block;
}
#mobile_header #site_header{
	padding-top: 20px;
	padding-bottom: 20px;
}
#mobile_header .site_header .bellaria_layout_container > * + *,
#mobile_header .site_header .bellaria_layout_container + .bellaria_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;
}
body .loader_overlay {
	width: 150px;
	height: 150px;
	background: transparent;
	-webkit-box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
	box-shadow: 0px 0px 0px 2000px rgba(255, 255, 255, 0.67), 0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
	border-radius: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs {
	z-index: -2;
	width: 100px;
	height: 100px;
	top: -120px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__top {
	position: relative;
	width: 100px;
	height: 100px;
	-webkit-transform-origin: 50px 50px;
	transform-origin: 50px 50px;
	-webkit-animation: rotate 10s infinite linear;
	animation: rotate 10s infinite linear;
}
body .loader_cogs__top div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__top div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__top div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__top div.top_part {
	width: 100px;
	border-radius: 10px;
	position: absolute;
	height: 100px;
	background: #f98db9;
}
body .loader_cogs__top div.top_hole {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__left {
	position: relative;
	width: 80px;
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	top: 28px;
	-webkit-transform-origin: 40px 40px;
	transform-origin: 40px 40px;
	animation: rotate_left 10s .1s infinite reverse linear;
	left: -24px;
	height: 80px;
}
body .loader_cogs__left div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__left div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__left div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__left div.left_part {
	width: 80px;
	border-radius: 6px;
	position: absolute;
	height: 80px;
	background: #97ddff;
}
body .loader_cogs__left div.left_hole {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
body .loader_cogs__bottom {
	position: relative;
	width: 60px;
	top: -65px;
	-webkit-transform-origin: 30px 30px;
	transform-origin: 30px 30px;
	-webkit-animation: rotate_left 10.2s .4s infinite linear;
	animation: rotate_left 10.2s .4s infinite linear;
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
	left: 79px;
	height: 60px;
}
body .loader_cogs__bottom div:nth-of-type(1) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
body .loader_cogs__bottom div:nth-of-type(2) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
body .loader_cogs__bottom div:nth-of-type(3) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
body .loader_cogs__bottom div.bottom_part {
	width: 60px;
	border-radius: 5px;
	position: absolute;
	height: 60px;
	background: #ffcd66;
}
body .loader_cogs__bottom div.bottom_hole {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: white;
	position: absolute;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

/* Animations */
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
	}
	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg);
	}
}
@keyframes rotate_left {
	from {
		-webkit-transform: rotate(16deg);
		transform: rotate(16deg);
	}
	to {
		-webkit-transform: rotate(376deg);
		transform: rotate(376deg);
	}
}
@-webkit-keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg);
	}
}
@keyframes rotate_right {
	from {
		-webkit-transform: rotate(4deg);
		transform: rotate(4deg);
	}
	to {
		-webkit-transform: rotate(364deg);
		transform: rotate(364deg);
	}
}
/*****
* MAILCHIMP
*****/
.mc4wp-form{
	position: relative;
	z-index: 1;
}
#mc_embed_signup input, 
.mc4wp-form .mc4wp-form-fields input{
	line-height: 40px;
    margin: 0;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
    width: 100%;
    border-radius: 4px;
}
.mc4wp-form .mc4wp-form-fields > p:first-child{
	width: calc(100% - 70px);
	display: inline-block;
}
#mc_embed_signup .clear, 
.mc4wp-form .mc4wp-form-fields > p + p, 
.mc4wp-form .mc4wp-form-fields .clear {
    width: 60px;
    height: 42px;
    text-align: center;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background: #aba4a2;
    border-radius: 4px;
    transition: all 0.5s;
}
#mc_embed_signup .clear input, 
.mc4wp-form .mc4wp-form-fields .clear input, 
.mc4wp-form .mc4wp-form-fields > p + p input {
    font-size: 0 !important;
    padding: 0;
    width: auto;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: auto !important;
    border: 0;
    z-index: 2;
    left: 0;
    top: 0;
    background: transparent !important;
}
#mc_embed_signup .clear:before, 
.mc4wp-form .mc4wp-form-fields .clear:before, 
.mc4wp-form .mc4wp-form-fields > p + p:before {
	content: "\f127";
    font-family: "cwsicon";
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
}
/********
* \MAILCHIMP
********/

/********
* \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,
#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;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor{
	text-align: inherit;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
	right: 10px;
}
#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: #353535;  
}
#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);
}
.wpml-ls-menu-item .wpml-ls-flag+span{
	margin-left: 0;
}
body > .wpml-ls-statics-footer{
	display: none;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{
	margin-bottom: 0;
}
/******
* \WPML
******/

.my_param_block{
	display: inline-block;
}

/************
* 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;
	}
	.vc_col-sm-4 .bellaria_milestone .bellaria_milestone_title {
		font-size: 1em;
		margin-top: -10px;
	}
	.vc_col-sm-4 .bellaria_milestone .odometer-inside {
		font-size: 30px;
	}
	.vc_col-md-4 .vc_column-inner ,
	.vc_col-sm-6 .vc_column-inner {
		padding-bottom: 20px;
	}
	.md-p-0 .vc_column-inner{
		padding: 0 !important;
	}
	.md-m-0 .vc_column-inner{
		margin: 0 !important;
	}
	.posts_grid_fw_img .post_grid_post .back_img{
		background-attachment: scroll;
	}
	#comments .comments_children {
	    padding-left: 50px;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column{
		width: 33.33%;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(3n) .process_line{
		display: none;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(4n) .process_line{
		display: block;
	}
}
@media screen and ( max-width: 1020px ){

	.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .cwsstaff_posts_grid_post_floated_media {
		float: none !important;
	}
	.cwsstaff_posts_grid.posts_grid_2.posts_grid_carousel .bellaria_cwsstaff_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 .cwsstaff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media{
		margin-right: auto;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media > .floated_media_wrapper,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media > .floated_media_wrapper{
		float: none;
		margin-right: auto;     
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .bellaria_cwsstaff_posts_grid_post_data,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .bellaria_cwsstaff_posts_grid_post_data{
		padding: 0;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .bellaria_cwsstaff_posts_grid_post_data:not(:only-child),
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .bellaria_cwsstaff_posts_grid_post_data:not(:only-child){
		margin-top: 20px;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_photo img,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_photo img{
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post{
		color: inherit;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post > .bellaria_wrapper,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post > .bellaria_wrapper{
		background-color: transparent !important;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post .cwsstaff_posts_grid_post_data_divider,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post .cwsstaff_posts_grid_post_data_divider{
		background-color: #fff;
	}
	#page.single_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_post.posts_grid_post .post_social_links,
	#page.double_sidebar .cwsstaff_posts_grid.posts_grid_2 .cwsstaff_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.cwsstaff_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 .bellaria_service.icon_right .bellaria_services_icon,
	.vc_col-sm-4 .bellaria_service.icon_left .bellaria_services_icon{
		float: none;
		margin: 0;
	}
	.vc_col-sm-4 .bellaria_service.icon_right .bellaria_services_desc,
	.vc_col-sm-4 .bellaria_service.icon_left .bellaria_services_desc{
		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_fw_img .floated_media_wrapper,
	.post_posts_grid.posts_grid_medium .floated_media_wrapper{
		float: none;
	} 
	.post_post_header{
		margin-bottom: 10px;
	}
	.post_info_wrap{
		display: block;
		margin-bottom: 20px;
		margin-top: 20px;
		padding-top: 20px;
		text-align: left;
	}
	#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;
	}
	.post_single.flex_col{
		display: block;
	}
	.post_single.flex_col .single_col{
		width: 100% !important;
	}
	.post_posts_grid .post_title.post_post_title {
	    font-size: 1.5em;
	}
	.cwsportfolio_posts_grid.hexagon_grid.posts_grid_3 .bellaria_grid{
		padding-top: 20px;
	}
	.posts_grid_hex_style.posts_grid_3 .portfolio_item_post{
		margin-top: -20px;
	}
	.posts_grid_checkerboard .post_post:nth-child(even) .floated_media, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .floated_media, 
	.posts_grid_fw_img.img_right .post_post .floated_media{
		margin-left: initial;
		margin-right: -30px;
	}
	.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_checkerboard .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper{
		float: left;
		margin-left: initial;
		margin-right: 30px;
	}
	.posts_grid_checkerboard .post_post:nth-child(even) .post_post_header, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_header,
	.posts_grid_fw_img.img_right .post_post .post_post_header,
	.posts_grid_checkerboard .post_post:nth-child(even) .post_post_header > *, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_header > *, 
	.posts_grid_fw_img.img_right .post_post .post_post_header > *,
	.posts_grid_checkerboard .post_post:nth-child(even) .post_post_content_wrapper .date, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_content_wrapper .date, 
	.posts_grid_fw_img.img_right .post_post .post_post_content_wrapper .date{
		margin-right: 10px;
		margin-left: initial;
	}
	.posts_grid_checkerboard .post_post:nth-child(even) .post_title_wrap, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_title_wrap, 
	.posts_grid_fw_img.img_right .post_post .post_title_wrap,
	.posts_grid_checkerboard .post_post:nth-child(even) .post_post_content, 
	.posts_grid_fw_img.img_check .post_post:nth-child(even) .post_post_content, 
	.posts_grid_fw_img.img_right .post_post .post_post_content{
		text-align: left;
	}
	.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column,
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column{
		width: 50%;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(2n) .process_line,
	.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column:nth-child(2n) .process_line{
		display: none;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(3) .process_line,
	.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column:nth-child(3) .process_line{
		display: block;
	}
}

@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 .bellaria_pricing_plan .pricing_plan_price{
		font-size: 57px;
	}
	.vc_column_container.vc_col-sm-3 .bellaria_pricing_plan .pricing_plan_button .bellaria_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%;
	}
	#site_footer .bellaria_layout_container > *{
		display: block;
	}
	#site_footer{
		text-align: center;
	}
	#site_footer .bellaria_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%;
	}

	.bellaria_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;
	}
	.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: 730px ){
	.posts_grid_hex_style.posts_grid_3 .portfolio_item_post,
	.posts_grid_hex_style.posts_grid_4 .portfolio_item_post,
	.posts_grid_hex_style.posts_grid_5 .portfolio_item_post{
		width: 110px;
	}
	.cwsportfolio_posts_grid:not(.posts_grid_carousel) .portfolio_item_post.hex_style{
		margin-top: -30px;
	}
	.cwsportfolio_posts_grid.posts_grid .item{
		padding: 5px;
	}
	.cwsportfolio_posts_grid.posts_grid_showcase.posts_grid .item,
	.cwsportfolio_posts_grid.posts_grid_showcase.posts_grid .old_article{
		padding: 0;
		height: auto;
	}
	.portfolio_item_post .side_load .load_wrap h3{
		font-size: 20px;
	}
	.posts_grid_showcase.posts_grid .bellaria_grid{
		margin: 0;
	}
	.portfolio_item_post .content_ajax{
		left: 0;
		width: 100%;
	}
	.posts_grid_3 .portfolio_item_post.hex_style .hover-effect,
	.posts_grid_4 .portfolio_item_post.hex_style .hover-effect,
	.posts_grid_5 .portfolio_item_post.hex_style .hover-effect{
	    width: 94px;
	    left: 1px;
	    top: 2px;
	}
	.portfolio_item_post.hex_style .links_wrap {
		right: 31%;
		transform: translateX(0); 
		margin-right: 0; 
		margin-bottom: 0; 
	}
	.portfolio_item_post:hover .links_wrap .links{
		font-size: 12px;
	}
}
@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: 660px ){
	.cwsportfolio_posts_grid.hexagon_grid.posts_grid_4 .bellaria_grid{
		padding-top: 20px;
	}
	.posts_grid_hex_style.posts_grid_4 .portfolio_item_post{
		margin-top: -20px;
	}
}
@media screen and ( max-width: 600px ){
	body.admin-bar #sticky{
		margin-top: auto;
	}   
	.filter_wrap .filter {
		margin: 0 20px 10px 20px;
	}
	.filter_wrap{
		margin-bottom: 10px !important;
	}
	.large_type .latest_post_post .latest_post_post_media {
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 120px;
		display: block;
	}
	.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) .bellaria_layout_container {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.product .woo_product_post_title.posts_grid_post_title,
	.product .bellaria_after_shop_loop_item_title_wrapper{
		margin: 0 10px;
	}
	.cta_title {
	    font-size: 26px;
	    white-space: normal;
	}
	.posts_grid.hexagon_grid.hex_mobile .owl-item > .item.hex_style_2 {
	    width: 120px !important;
	}
	.posts_grid.hexagon_grid.hex_mobile .owl-item > .item.hex_style {
	    width: 108px !important;
	    margin-top: 0;
	}
	#banner_404 {
	    padding: 0 10%;
	}
	#banner_404_top {
	    font-size: 100px;
	}
	.post_posts_grid .pic.link_post .link, 
	.post_single_post_media .pic.link_post .link{
		font-size: 28px;
	}
	.post_posts_grid.posts_grid_medium .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_fw_img .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_checkerboard .floated_media > .floated_media_wrapper, 
	.post_posts_grid.posts_grid_small .floated_media > .floated_media_wrapper {
	    margin-bottom: 20px;
	    max-width: 100% !important;
	}
	.woocommerce-tabs .wc-tabs > li {
	    float: none;
	    border-bottom: 2px solid #e0e6ea;
	    text-align: left;
	}
	.cws_sc_processes_wrap.col_2.horizontal .bellaria_process_column,
	.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column,
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column{
		width: 100%;
	}
	.cws_sc_processes_wrap.col_4.horizontal .bellaria_process_column:nth-child(1n) .process_line,
	.cws_sc_processes_wrap.col_3.horizontal .bellaria_process_column:nth-child(1n) .process_line,
	.cws_sc_processes_wrap.col_2.horizontal .bellaria_process_column:nth-child(1n) .process_line{
		display: none;
	}
}
@media screen and ( max-width: 470px ) {
	.cwsportfolio_posts_grid.hexagon_grid .bellaria_grid{
		padding-top: 0;
	}
	.pagination .page_links > *{
		margin: 0 5px;
	}
}
@media screen and ( max-width: 479px ){

	.floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media{
		margin-right: auto;
	}
	.floated_media.posts_grid_post_floated_media.cwsstaff_posts_grid_post_floated_media > .floated_media_wrapper{
		float: none;
		margin-right: auto;
	}
	.bellaria_cwsstaff_posts_grid_post_data{
		padding: 0;
	}
	.bellaria_cwsstaff_posts_grid_post_data:not(:only-child){
		margin-top: 20px;
	}
	.cwsstaff_posts_grid .cwsstaff_photo img{
		margin-left: auto;
		margin-right: auto;
		border-radius: 6px;
	}
	.cwsstaff_post.posts_grid_post{
		color: inherit;
	}
	.cwsstaff_post.posts_grid_post > .bellaria_wrapper{
		background-color: transparent !important;
	}
	.cwsstaff_post.posts_grid_post .cwsstaff_posts_grid_post_data_divider{
		background-color: #fff;
	}
	.cwsstaff_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%;
	}

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

	.bellaria_banner .banner_wrapper > *,
	.bellaria_banner .banner_title,
	.bellaria_banner.icon_left .banner_wrapper > *,
	.bellaria_banner.icon_left .banner_title{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#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 ) {
	.cwsportfolio_single_content{
		padding: 40px;
	}
	.cws_social_icons.icon_size_regular .cws_icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}   
@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;
	}
	.cwsportfolio_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;
}
.blocks-gallery-grid, .wp-block-gallery {
    width: 100%;
}

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