/*-------------------------------------
[Master Stylesheet]
Project: Sirona Premium Wordpress Theme

[Table of contents]
1. Base theme Grid
2. Plugins
    2.1 Isotope
    2.3 Contact Form 7
    2.4 Slick Slider
    2.5 Datepicker
3. Content Area
4. Footer
5. Typography
6. Header
7. Blog
8. Widgets

---------------------------------------*/
/* BASE AND GRID */
/*Fix Elementor animation*/
body:not(.page-loaded) .animated{
	animation-name: none !important;
}
html{
	position: relative;
}
body{
	position: relative;
	right: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow-x: hidden !important;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	-webkit-transition: right .3s ease;
	-moz-transition: right .3s ease;
	-ms-transition: right .3s ease;
	transition: right .3s ease;

	-webkit-overflow-scrolling: touch;
}
body.admin-bar{
	min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px){
	body.admin-bar{
		min-height: calc(100vh - 46px);
	}
}
body,
html{
	margin: 0;
	padding: 0;
}
pre{
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
	border: 1px #eeeeee solid;
	border-radius: 5px;
	margin-bottom: 17px;
}
form,
fieldset{
	margin-bottom: 0;
}
label,
legend{
	font-weight: inherit;
	display: block;
	margin-bottom: 5px;
}
abbr[title],
acronym[title]{
	text-decoration: none;
}
input[type='checkbox'],
input[type='radio']{
	display: inline;
	margin: 3px;
	vertical-align: middle;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea,
select{
	max-width: 100%;
	font-size: 16px;
	line-height: 25px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	outline: none;
	margin: 0 0 16px 0;
	font-weight: 300;
	width: 100%;
	padding: 11px 20px;
	transition: all 300ms;
	height: 49px;
	background: #f5f6f7;
	color: #949494;
}
.gt3_form label,
.wpcf7-form .label,
.wrapper_404 label,
.widget .gt3_search_form label,
#respond #commentform p[class*="comment-form-"] > label{
	color: #a7acb6;
}
select{
	margin-top: 20px;
	margin-bottom: 0;
}
.search_box select{
	margin-top: 0;
}
.top_footer select,
.gt3_widget select{
	margin-top: 5px;
}
textarea{
	height: 160px;
	resize: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #a7acb6;
}
input:-moz-placeholder,
textarea:-moz-placeholder{
	color: #a7acb6;
}
input::-moz-placeholder,
textarea::-moz-placeholder{
	color: #a7acb6;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
	color: #a7acb6;
}
p + form{
	margin-top: 18px;
}
.gt3_form input[type="date"],
.gt3_form input[type="email"],
.gt3_form input[type="number"],
.gt3_form input[type="password"],
.gt3_form input[type="search"],
.gt3_form input[type="tel"],
.gt3_form input[type="text"],
.gt3_form input[type="url"],
.gt3_form select{
	margin-bottom: 0;
}
/* Placeholder */
::-webkit-input-placeholder{
	opacity: 1 !important;
	color: inherit !important;
}
:-moz-placeholder{ /* Firefox 18- */
	opacity: 1 !important;
	color: inherit !important;
}
::-moz-placeholder{ /* Firefox 19+ */
	opacity: 1 !important;
	color: inherit !important;
}
:-ms-input-placeholder{
	opacity: 1 !important;
	color: inherit !important;
}
/* WebKit browsers */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder{
	color: transparent !important;
}
/* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder{
	color: transparent !important;
}
/* Mozilla Firefox 19+ */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder{
	color: transparent !important;
}
/* Internet Explorer 10+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder{
	color: transparent !important;
}
input[type='button'],
input[type='reset'],
input[type='submit']{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'],
button{
	display: inline-block;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	color: #ffffff;
	border-radius: 0;
	outline: none;
	width: auto;
	height: 49px;
	cursor: pointer;
	padding: 11px 25px;
	line-height: 23px;
	margin: 0 0 25px 0;
	font-size: 16px;
	font-weight: 400;
	text-transform: none;
	border: none;
}
input[type='submit']:hover,
button:hover{
	color: #ffffff;
}
[class*=span]{
	float: left;
	min-height: 1px;
}
.gt3_clear:before,
.gt3_clear:after{
	display: table;
	content: ' ';
}
.gt3_clear:after{
	clear: both;
}
.text-uppercase{
	text-transform: uppercase;
}
.page-link{
	clear: both;
	margin: 0 0 1.5em;
	padding: 1.5em 0 2em;
}
/* search by categories */
.gt3_cat_search input#s{
	float: left;
}
select#gt3_product_cat{
	display: none;
}
.gt3-search_cat-select{
	float: left;
}
#gt3_cat_search input#s{
	width: 345px;
	height: 55px;
	padding: 13px 28px 12px;
	border-right: none;
}
#gt3_cat_search span.gt3-search_cat-line{
	position: absolute;
	top: 3px;
	bottom: 0;
	left: 347px;
	height: 25px;
}
#gt3_cat_search #s{
	float: left;
}
span.gt3-search_cat-line:before{
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 25px;
	margin-top: 12px;
	content: '';
	border-right: 1px solid #e3e6e8;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default{
	font-family: inherit;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 225px;
	height: 55px;
	padding: 14px 90px 14px 20px;
	text-align: left;
	border-top: 1px solid #e3e6e8;
	border-bottom: 1px solid #e3e6e8;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 24px !important;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered:focus{
	outline: none;
}
.gt3-search_cat-select span.select2-selection.select2-selection--single{
	display: inline;
	border-color: #fcfcfc;
	border-radius: 0;
	outline: none;
	background-color: #fcfcfc;
}
.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: 0;
	right: 69px;
	width: 20px;
	height: 100%;
}
.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow b{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -2px;
	margin-left: -4px;
	border-width: 5px 4px 0 4px;
	border-style: solid;
	border-color: #232325 transparent transparent transparent;
}
span.select2.select2-container{
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	vertical-align: middle;
}
span.select2.select2-container.select2-container--default{
	height: 40px;
	border-color: #f3f3f3;
	border-radius: 0;
	outline: none;
}

/* Search Widget */
.gt3_search_form label{
	/*display: none !important;*/
}
.search_form{
	position: relative;
	z-index: 1;
}
.search_form .search_text{
	font-size: 16px;
	line-height: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 49px;
	padding: 11px 20px;
	margin: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: #f5f6f7;
	color: #a7acb6;
}
.widget_product_search .gt3_search_form{
	position: relative;
}
.widget_search .search_form .search_submit,
.widget_product_search .gt3_search_form .search_submit{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border-left: 20px #f5f6f7 solid;
}
.search_result_form form.search_form.gt3_search_form,
.gt3_404_search form.search_form.gt3_search_form{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 30px;
	width: 100%;
	max-width: 390px;
}
/* Posts Widget */
.widget.widget_posts .recent_posts{
	padding: 0;
	margin: 0;
}
.widget.widget_posts .recent_posts li:before{
	display: none;
}
.widget.widget_posts .recent_posts li{
	padding: 10px 0;
	margin: 0;
	position: relative;
}
.widget.widget_posts .recent_posts li:not(:last-child){
	margin-bottom: 10px;
}
.widget.widget_posts .recent_posts li.with_img{
	padding-left: 93px;
}
.recent_posts_content > a{
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 64px;
}
.recent_posts_content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 64px;
}
.widget.widget_posts .recent_posts img{
	max-width: 64px;
	border-radius: 50%;
}
.widget.widget_posts .recent_posts .post_title,
.recent_posts_content .recent_post__cont,
.widget.widget.widget_rss ul li a,
.rssSummary,
.widget_rss cite{
	font-size: 1em;
	font-size: .889em;
	line-height: 1.5;
}
.widget.widget_posts .recent_posts .post_title,
.widget.widget.widget_rss ul li a{
	font-weight: 400;
}
.widget.widget.widget_rss ul li a{
	display: inline-block;
}
.widget.widget_posts .recent_posts .listing_meta{
	line-height: 0;
	margin-bottom: 0;
	display: none;
}
.widget.widget_posts .recent_posts .listing_meta span,
.has_post_boxed_content .listing_meta span{
	font-weight: inherit;
	opacity: 0.7;
}
.has_post_boxed_content .listing_meta_wrap + .blogpost_title{
	margin-top: 0;
	padding-bottom: 8px;
}
.recent_posts_content .recent_post__cont,
.rssSummary{
	padding-top: 5px;
}
.widget-title{
	margin: 0;
	padding: 0 0 19px 0;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
}
.top_footer .widget-title{
	padding: 0 27px 14px 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: .2em;
}
aside .widget .widget-title + ul{
	padding-top: 20px !important;
	border-top: 1px rgba(148, 148, 148, 0.1) solid;
}
aside .widget_text .widget-title,
aside .widget_nav_menu .widget-title{
	margin-bottom: 20px;
	border-bottom: 1px rgba(148, 148, 148, 0.1) solid;
}
.widget_rss .widget-title{
	padding-bottom: 0;
}
.widget-title .rsswidget{
	line-height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.widget .widget-title ~ .gt3-button-cat-wrap-open{
	display: block;
}
.widget_mailchimpsf_widget .widget-title{
	margin: 0 !important;
	line-height: 1.5 !important;
}
ul.select2-results__options{
	position: relative;
	z-index: 5555;
	width: 100%;
	background-color: #ffffff;
}
ul.select2-results__options li{
	font-size: 16px;
	line-height: 1;
	position: relative;
	display: block;
	float: none;
	margin: 0;
	padding: 8px 20px;
	list-style: none;
	background: #ffffff;
}
.select2-results__option.loading-results{
	/*display: none;*/
}
.select2-container--default .select2-selection--single{
	outline: unset;
}
.select2-container--open .select2-dropdown--below{
	border-radius: 0;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--focus{
	visibility: hidden;
	opacity: 0;
}
.gt3-search_cat-select span.select2.select2-container.select2-container--default.select2-container--open{
	visibility: visible;
	opacity: 1;
}
@media only screen and (max-width: 1199px){
	#gt3_cat_search input#s{
		width: 220px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 220px;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		max-width: 225px;
		height: 55px;
	}
}
@media only screen and (max-width: 991px){
	#gt3_cat_search input#s{
		font-size: 12px;
		width: 185px;
		height: 40px;
		padding: 13px 18px 12px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 185px;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		font-size: 12px;
		max-width: 170px;
		height: 40px;
		padding: 8px 70px 8px 20px;
	}
	span.gt3-search_cat-line:before{
		margin-top: 5px;
	}
	.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
		right: 50px;
	}
	ul.select2-results__options li,
	.select2-dropdown,
	.select2-container--default .select2-search--dropdown .select2-search__field{
		font-size: 12px;
	}
}
@media only screen and (max-width: 479px){
	#gt3_cat_search input#s{
		width: 150px;
		padding: 13px 13px 12px;
	}
	#gt3_cat_search span.gt3-search_cat-line{
		left: 150px;
	}
	.gt3-search_cat-select .select2-container .select2-selection--single .select2-selection__rendered{
		display: none;
	}
	.gt3-search_cat-select span.select2.select2-container.select2-container--default{
		max-width: 100%;
		margin-left: auto;
		padding-right: 58px;
		background: transparent;
	}
	.gt3-search_cat-select{
		position: absolute;
		z-index: 0;
		right: 0;
		width: 100%;
		pointer-events: none;
	}
	#gt3_cat_search input#s{
		width: 230px;
	}
	div#gt3_cat_search{
		position: relative;
	}
	.gt3-search_cat-select span.select2-selection.select2-selection--single{
		border: none;
		background-color: transparent;
	}
	.gt3-search_cat-select .select2-container--default .select2-selection--single .select2-selection__arrow{
		pointer-events: auto;
	}
	.select2-results__options .select2-results__option--highlighted{
		font-weight: 800;
	}
}
/* search by categories end */

/* widget custom post list */
.widget_gt3_posts_list_widget .gt3_posts_list > li{
	padding: 10px 0;
	margin: 0;
	position: relative;
}
.widget_gt3_posts_list_widget .gt3_posts_list > li:not(:last-child){
	margin-bottom: 10px;
}
.widget_gt3_posts_list_widget .gt3_posts_list > li .gt3_recent_posts_content{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 64px;
}
.widget_gt3_posts_list_widget .gt3_posts_list .gt3_posts_list__image{
	height: 64px;
	margin-right: 18px;
}
.widget_gt3_posts_list_widget .gt3_posts_list .gt3_posts_list__image img{
	max-width: 64px;
	border-radius: 50%;
}
.gt3_recent_posts_title{
	font-family: inherit;
}
.widget_gt3_posts_list_widget .gt3_posts_list .recent_post__cont{
	font-size: 0.9em;
	line-height: 1.6em;
}
.widget_gt3_posts_list_widget .gt3_recent_posts_title{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}
/* Team */

.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_posts_list__image{
	height: 92px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
}
.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_posts_list__image:after{
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	pointer-events: none;
	background-color: #16a59c;
	opacity: .1;
}
.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_posts_list__image img{
	max-width: 100px;
	border-radius: unset;
}
.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_recent_posts_taxonomy{
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: .2em;
	font-weight: 700;
}
.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_recent_posts_taxonomy a:hover{
	color: inherit;
}
.widget_gt3_posts_list_widget .gt3_posts_list.gt3_posts_list--type_team .gt3_recent_posts_title{
	font-size: 18px;
	font-weight: 700;
}
/* end widget custom post list */

.container,
#container{
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
.fullwidth-wrapper #container{
	width: auto;
}
div.gt3_detect_rev_slider:before,
div.gt3_detect_rev_slider:after{
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	display: block;
	content: '';
}
div.gt3_detect_rev_slider:before{
	left: 0;
}
div.gt3_detect_rev_slider:after{
	right: 0;
}
.container:after,
.container:before,
#container:after,
#container:before{
	line-height: 0;
	display: table;
	content: '';
}
.container:after,
#container:after{
	clear: both;
}
.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row:after,
.row:before{
	line-height: 0;
	display: table;
	content: '';
}
.row:after{
	clear: both;
}
.row [class*=span]{
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.clearfix:after,
.clearfix:before{
	line-height: 0;
	display: table;
	content: '';
}
.clear,
.clearfix:after{
	clear: both;
}
.container,
#container{
	width: 1170px;
	max-width: 100%;
}
.main_content .container,
.main_content #container{
	max-width: 100%;
}
@media only screen and (min-width: 768px){
	.row .span12{
		width: 100%;
	}
	.row .span11{
		width: 91.66666666666666%;
	}
	.row .span10{
		width: 83.33333333333334%;
	}
	.row .span9{
		width: 75%;
	}
	.row .span8{
		width: 66.66666666666666%;
	}
	.row .span7{
		width: 58.333333333333336%;
	}
	.row .span6{
		width: 50%;
	}
	.row .span5{
		width: 41.66666666666667%;
	}
	.row .span4{
		width: 33.33333333333333%;
	}
	.row .span3{
		width: 25%;
	}
	.row .span1-5{
		width: 20%;
	}
	.row .span2{
		width: 16.666666666666664%;
	}
	.row .span1{
		width: 8.333333333333332%;
	}
}
@media (min-width: 1200px){
	[class*=span]{
		float: left;
		min-height: 1px;
	}
	.row:after,
	.row:before{
		line-height: 0;
		display: table;
		content: '';
	}
	.row:after{
		clear: both;
	}
}
ul{
	padding: 0;
	margin: 0;
}
li ul{
	padding-bottom: 0;
	padding-left: 17px;
}
.fullwidth-wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 30px;
}
/*base*/
::selection{
	opacity: 1;
}
::-moz-selection{
	opacity: 1;
}
p{
	margin: 0 0 18px 0;
	padding: 0;
	word-break: break-word;
}
p:last-child{
	padding: 0;
	margin-bottom: 0;
}
a,
a:hover,
a:focus{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration: none;
	outline: none !important;
}
.blog_content a:focus{
	text-decoration: underline;
}
img{
	max-width: 100%;
	height: auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: top;
	outline: none !important;
}
.a-center{
	text-align: center;
}
.a-left{
	text-align: left;
}
.a-right{
	text-align: right;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}
.dn{
	display: none;
}
.ui-loader{
	display: none !important;
}
.bypostauthor{
	padding: 0;
}
.wp-caption.aligncenter{
	margin-right: auto;
	margin-left: auto;
}
/* theme_icon-arrows */
body [class*='theme_icon-arrows'],
.gt3_module_button .button-icon,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
.button_type_default .widget-button-icon{
	font-size: 16px;
	position: relative;
	display: inline-block;
	width: 24px;
	height: 10px;
}
body .theme_icon-arrows-right,
.gt3_module_button .button-icon,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
.button_type_default .widget-button-icon{
	right: 0;
	margin: auto 0 auto 1em;
}
body .theme_icon-arrows-left{
	left: 0;
	margin: auto 1em auto 0;
}
body [class*='theme_icon-arrows']:before,
.gt3_module_button .button-icon:before,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
.button_type_default .widget-button-icon:before{
	font-size: inherit;
	position: absolute;
	z-index: 1;
	top: 4px;
	width: 18px !important;
	margin-left: 0;
	content: '';
	border-top: 2px solid;
	border-top-color: inherit;
}
body .theme_icon-arrows-right:before,
.gt3_module_button .button-icon:before,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
.button_type_default .widget-button-icon:before{
	left: 0;
}
body .theme_icon-arrows-left:before{
	right: 0;
}
body [class*='theme_icon-arrows']:after,
.gt3_module_button .button-icon:after,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
.button_type_default .widget-button-icon:after{
	font-size: inherit;
	position: absolute;
	z-index: 1;
	top: 0;
	margin-left: 0;
	content: '';
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
body .theme_icon-arrows-right:after,
.gt3_module_button .button-icon:after,
.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
.button_type_default .widget-button-icon:after{
	right: 0;
	border-left: 6px solid;
	border-left-color: inherit;
}
body .theme_icon-arrows-left:after{
	left: 0;
	border-right: 6px solid;
	border-right-color: inherit;
}
@media only screen and (max-width: 1023px){
	body [class*='theme_icon-arrows'],
	.gt3_module_button .button-icon,
	.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon,
	.elementor-widget-price-box-gt3 .button_type_default .price-button-icon,
	.button_type_default .widget-button-icon{
		width: 22px;
		height: 9px;
	}
	body [class*='theme_icon-arrows']:before,
	.gt3_module_button .button-icon:before,
	.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:before,
	.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:before,
	.button_type_default .widget-button-icon:before{
		top: 3px;
	}
	body [class*='theme_icon-arrows']:after,
	.gt3_module_button .button-icon:after,
	.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
	.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
	.button_type_default .widget-button-icon:after{
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	body .theme_icon-arrows-right:after,
	.gt3_module_button .button-icon:after,
	.elementor-widget-image-box-gt3 .button_type_default .imagebox-button-icon:after,
	.elementor-widget-price-box-gt3 .button_type_default .price-button-icon:after,
	.button_type_default .widget-button-icon:after{
		border-left: 5px solid;
	}
	body .theme_icon-arrows-left:after{
		border-right: 5px solid;
	}
}
/* theme_icon-arrows end */

/* Text meant only for screen readers. */
.screen-reader-text{
	position: absolute !important;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	white-space: nowrap;
}
.screen-reader-text:focus{
	font-size: .875rem;
	font-weight: bold;
	line-height: normal;
	z-index: 100000; /* Above WP toolbar. */
	top: 5px;
	left: 5px;
	display: block;
	clip: auto !important;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	color: #21759b;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption{
	max-width: 100%;
}
.gallery .gallery-item img{
	border: none !important;
}
.blog_content > .wp-caption,
.blog_content > .gallery{
	margin-bottom: 17px;
}
.blog_content > .gallery{
	margin-bottom: 17px !important;
}
.wp-caption-text{
	margin-top: 6px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}
.hideme{
	display: none;
}
.clear{
	font-size: 0;
	display: table;
	clear: both;
	height: 0;
}
.custom_bg{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
}
.custom_bg.img_bg{
	background-size: cover;
}
form,
body,
iframe{
	margin: 0;
	padding: 0;
}
iframe{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: 0;
}
img,
table,
iframe{
	border: 0;
}
table{
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
}
table td,
table th{
	padding: 5px 10px;
	text-align: left;
}
table tbody tr,
table thead tr,
table tfoot tr{
	border: 1px solid #f9f9f9;
}
table tbody th,
table tfoot th{
	border-right: 1px solid #f5f6f7;
}
.blog_post_preview.format-standard .blog_content table tbody tr,
.blog_post_preview.format-standard .blog_content table thead tr,
.blog_post_preview.format-standard .blog_content table tfoot tr,
.blog_post_preview.format-standard .blog_content table tbody th,
.blog_post_preview.format-standard .blog_content table tfoot th{
	border-color: rgba(0, 0, 0, 0.2);
}
.blog_post_preview.format-standard .blog_content table{
	margin-bottom: 30px;
}
p:empty{
	display: none;
	margin: 0;
}
/* P L U G I N S */
/**** Isotope Filtering ****/
/*.isotope-item{
	z-index: 2;
}
.isotope-hidden.isotope-item{
	z-index: 1;
	pointer-events: none;
}*/
/**** Isotope CSS3 transitions ****/
/*.isotope,
.isotope .isotope-item{
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	transition-duration: .8s;
}
.isotope{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}*/
/**** disabling Isotope CSS3 transitions ****/
/*.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition{
	-webkit-transition-duration: unset;
	-moz-transition-duration: unset;
	transition-duration: unset;
}*/
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
/*.isotope.infinite-scrolling{
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}*/
/* Contact Form 7 */
.wpcf7-form label,
.gt3_form label{
	font-size: 20px;
	font-weight: 300;
	line-height: 20px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 3px;
}
.wpcf7-form .wpcf7-radio{
	margin-bottom: 25px;
	display: block;
}
.wpcf7-form .wpcf7-radio label{
	font-size: 14px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 20px;
}
.wpcf7-form span.wpcf7-list-item{
	margin: 0 15px 0 0;
}
.wpcf7-form .select_plus,
.gt3_form .select_plus{
	font-weight: 500;
	line-height: inherit;
	position: absolute;
	right: 11px;
	bottom: 0;
}
.wpcf7-form > div{
	clear: both;
}
.wpcf7-submit.wpcf7-submit--wide{
	display: block;
	width: 100%;
}
.wpcf7-submit.wpcf7-submit--no_margin{
	margin: 0 !important;
}
.gt3-wpcf7-subscribe-style input[type="date"],
.gt3-wpcf7-subscribe-style input[type="email"],
.gt3-wpcf7-subscribe-style input[type="number"],
.gt3-wpcf7-subscribe-style input[type="password"],
.gt3-wpcf7-subscribe-style input[type="search"],
.gt3-wpcf7-subscribe-style input[type="tel"],
.gt3-wpcf7-subscribe-style input[type="text"],
.gt3-wpcf7-subscribe-style input[type="url"],
.gt3-wpcf7-subscribe-style textarea,
.gt3-wpcf7-subscribe-style select{
	background-color: transparent !important;
	border-bottom: 1px solid #e3e3e4;
	padding-left: 5px;
}
.cf7_white_style input[type="date"],
.cf7_white_style input[type="email"],
.cf7_white_style input[type="number"],
.cf7_white_style input[type="password"],
.cf7_white_style input[type="search"],
.cf7_white_style input[type="tel"],
.cf7_white_style input[type="text"],
.cf7_white_style input[type="url"],
.cf7_white_style textarea,
.cf7_white_style select{
	background-color: #ffffff !important;
}
.wpcf7-form h6{
	letter-spacing: 2px;
}
.wpcf7-form span.select2.select2-container,
.gt3_form span.select2.select2-container{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid;
}
.wpcf7-form span.select2.select2-container span{
	display: block;
	opacity: 0;
}
.wpcf7-form .select2-container .select2-selection--single,
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px;
}
.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 40px;
}
.wpcf7-form select{
	color: transparent;
}
.wpcf7-form span.select2.select2-container{
	max-width: 100%;
	border-color: #dfdfdf;
}
.wpcf7-form .select2-dropdown,
.wpcf7-form .select2-container--default .select2-search--dropdown .select2-search__field{
	display: block;
	border: 1px solid rgba(243, 243, 243, 1);
	background-color: #ffffff;
}
.wpcf7-form .select2-container{
	font-size: 12px;
	display: block;
}
.wpcf7-form .select2-results__option{
	line-height: 35px;
	padding: 0 0 0 15px;
}
.wpcf7-form .select2-container ul.select2-results__options{
	padding: 0;
	letter-spacing: .2em;
}
.wpcf7-form .select2-results__option[aria-selected='true']{
	background-color: #f7f7f7;
}
.wpcf7-form .select2-search{
	display: block;
	padding: 3px;
}
.wpcf7-form span.label{
	left: 10px;
	top: 7px;
}
.wpcf7-form .wpcf7-date{
	cursor: pointer;
}
.wpcf7-form .wpcf7-date:after{
	font-family: Theme_icon;
	content: '\f110';
	bottom: 1em;
	right: 6px;
	position: absolute;
}
.wpcf7-form .wpcf7-form-control:not([type='submit']){
	background-color: #f5f6f7;
	color: inherit;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 12px 21px;
	height: 45px;
	margin-bottom: 6px;
}
.wpcf7-form .wpcf7-form-control.gt3-special-field:not([type='submit']){
	padding: 5px 10px;
	height: 35px;
	background-color: unset;
}
.site_wrapper .wpcf7-form .wpcf7-form-control.gt3-special-field:not([type='submit']){
	padding: 6px 10px;
}
.wpcf7-form textarea.wpcf7-form-control:not([type='submit']){
	height: 160px;
	display: block;
}
.wpcf7-form textarea.wpcf7-form-control.gt3-special-field:not([type='submit']){
	height: 70px;
}
.wpcf7-form input[type='submit']{
	font-size: 14px;
	height: 49px;
	margin-top: 29px;
	min-width: 160px;
	max-width: 100%;
	letter-spacing: 0.2em;
	font-weight: 400;
	border: 1px solid transparent;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
	border-radius: unset;
}
.wpcf7-form input[type='submit'].gt3-special-field{
	min-width: 213px;
	height: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wpcf7-form input[type="submit"]:hover{
	background: #ffffff;
	border-color: currentColor;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 25px;
}
form.wpcf7-form input.wpcf7-form-control.button_size_large{
	font-size: 12px;
	line-height: 30px;
	letter-spacing: .2em;
	font-weight: 400;
	padding: 7px 56px;
}
div.wpcf7-response-output{
	position: relative;
	z-index: 1;
	margin-right: 0;
	margin-left: 0;
	padding: .344em 1em .344em 50px;
	color: #ffffff;
	border: none;
	background-color: #255379;
}
div.wpcf7-response-output:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	margin-top: -9px;
	content: '\f05a';

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
div.wpcf7-validation-errors{
	background-color: #c24747;
}
div.wpcf7-validation-errors:before{
	content: '\f057';
}
div.wpcf7-mail-sent-ok{
	background-color: #0fa55d;
}
div.wpcf7-mail-sent-ok:before{
	content: '\f058';
}
span.wpcf7-not-valid-tip{
	font-weight: 400;
	padding-top: 5px;
	color: #d61d1d;
}
.wpcf7-form .wpcf7-form-control-wrap,
.gt3_form [class*='span']{
	margin-bottom: 0;
}
#comments .gt3_form [class*='span']{
	margin-bottom: 6px;
}
/* end Contact Form 7 */

/* gt3_form */
.gt3_form [class*='span']{
	position: relative;
}
.gt3_form label,
.wpcf7-form .label,
.wrapper_404 label,
.mc_merge_var label,
.gt3_search_form label,
#respond #commentform p[class*='comment-form-'] > label{
	position: absolute;
	top: 11px;
	left: 20px;
	display: block;
	margin: 0;
	pointer-events: none;
	opacity: 1;
	line-height: 23px;
	font-size: 16px;
	color: inherit;
	z-index: 1;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.site_wrapper .wpcf7-form span.label{
	top: 18px;
}
.site_wrapper .wpcf7-form .wpcf7-form-control:not([type='submit']){
	margin-top: 12px;
}
.site_wrapper .wpcf7-form .label,
.site_wrapper .wpcf7-form .wpcf7-form-control.gt3-special-field:not([type='submit']){
	font-size: 18px;
}
.gt3_form label.gt3_onfocus,
.wpcf7-form .label.gt3_onfocus,
.wrapper_404 label.gt3_onfocus,
.mc_merge_var label.gt3_onfocus,
.gt3_search_form label.gt3_onfocus,
.wpcf7-form select.gt3_onfocus,
#respond #commentform p[class*='comment-form-'] > label.gt3_onfocus{
	opacity: 0;
}
/* gt3_form end */

/* UI Datepicker */
.ui-datepicker{
	display: none;
}
#ui-datepicker-div{
	min-width: 320px;
}
.admin-bar #ui-datepicker-div{
	margin-top: -32px;
}
#ui-datepicker-div,
.ui-datepicker-inline{
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .2em;
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 3px;
	background-color: #ffffff;
	margin: 10px 0;
}
#ui-datepicker-div .ui-datepicker-year,
.ui-datepicker-inline .ui-datepicker-year{
	display: inline;
}
#ui-datepicker-div .ui-icon,
.ui-datepicker-inline .ui-icon{
	font-size: 0;
}
#ui-datepicker-div .ui-icon:before,
.ui-datepicker-inline .ui-icon:before{
	font-size: inherit;
	position: absolute;
	z-index: 1;
	top: calc(50% - 1px);
	left: 0;
	background-color: currentColor;
	width: 100%;
	margin-left: 0;
	content: '';
	height: 2px;
	opacity: .5;
}
#ui-datepicker-div .ui-icon:after,
.ui-datepicker-inline .ui-icon:after{
	top: 50%;
	position: absolute;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	width: 7px;
	height: 7px;
	right: 0;
	border: 1px solid currentColor;
	content: '';
	border-left: transparent;
	border-top: transparent;
	display: block;
	margin-top: -4px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#ui-datepicker-div .ui-icon-circle-triangle-w:after,
.ui-datepicker-inline .ui-icon-circle-triangle-w:after{
	right: auto;
	left: 0;
}
#ui-datepicker-div .ui-icon-circle-triangle-e:after,
.ui-datepicker-inline .ui-icon-circle-triangle-e:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#ui-datepicker-div .ui-datepicker-prev,
.ui-datepicker-inline .ui-datepicker-prev{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	cursor: pointer;
	margin: 0 15px;
}
#ui-datepicker-div .ui-datepicker-next,
.ui-datepicker-inline .ui-datepicker-next{
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
	cursor: pointer;
	margin: 0 15px;
}
#ui-datepicker-div .ui-datepicker-header,
.ui-datepicker-inline .ui-datepicker-header{
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0;
	padding: 0 23px;
	text-align: center;
}
#ui-datepicker-div table thead tr,
.ui-datepicker-inline table thead tr{
	border: none;
	border-top: 1px solid rgba(243, 243, 243, 1);
	border-bottom: 1px solid rgba(243, 243, 243, 1);
}
#ui-datepicker-div table tbody tr,
.ui-datepicker-inline table tbody tr{
	border: none;
}
#ui-datepicker-div table td,
.ui-datepicker-inline table td{
	padding: 5px;
	text-align: center;
}
#ui-datepicker-div table td.ui-datepicker-unselectable,
.ui-datepicker-inline table td.ui-datepicker-unselectable{
	color: #cecece;
}
#ui-datepicker-div table td a,
.ui-datepicker-inline table td a{
	padding: 0 5px;
	color: inherit;
}
#ui-datepicker-div table td.ui-datepicker-today a,
.ui-datepicker-inline table td.ui-datepicker-today a{
	display: block;
	border-radius: 4px;
	font-weight: 900;
}
#ui-datepicker-div table td.ui-datepicker-current-day a,
.ui-datepicker-inline table td.ui-datepicker-current-day a{
	font-weight: 900;
	border-bottom: 1px solid;
}
#ui-datepicker-div table th,
.ui-datepicker-inline table th{
	font-weight: 500;
	text-align: center;
	background-color: #f7f7f7;
}
#ui-datepicker-div table th.ui-datepicker-week-end,
.ui-datepicker-inline table th.ui-datepicker-week-end{
	color: #ffffff;
	background-color: #969696;
}
.wpcf7-form .date-wrapper .label ~ .your-date > .wpcf7-date::-webkit-datetime-edit{
	opacity: 1;
	-webkit-transition: opacity 300ms 100ms;
	-moz-transition: opacity 300ms 100ms;
	-ms-transition: opacity 300ms 100ms;
	-o-transition: opacity 300ms 100ms;
	transition: opacity 300ms 100ms;
}
.wpcf7-form .date-wrapper .label:not(.gt3_onfocus) ~ .your-date > .wpcf7-date::-webkit-datetime-edit{
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity: 0;
}
.wpcf7-form .date-wrapper .label ~ .your-date > .wpcf7-date::-webkit-clear-button,
.wpcf7-form .date-wrapper .label ~ .your-date > .wpcf7-date::-webkit-inner-spin-button,
.wpcf7-form .date-wrapper .label ~ .your-date > .wpcf7-date::-webkit-calendar-picker-indicator{
	display: none !important;
}
/* UI Datepicker end */

/* C O N T E N T   A R E A */
.main_wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gt3-page-title + .site_wrapper > .main_wrapper{
	padding-top: 0;
}
.main_wrapper.like_fullscreen_type{
	padding: 0;
}
.site_wrapper{
	position: relative;
	z-index: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
}
.main_wrapper > .container.container-sidebar_none > .row{
	margin-right: 0;
	margin-left: 0;
}
.main_wrapper > .container.container-sidebar_none > .row > .content-container{
	padding-left: 0;
	padding-right: 0;
}
.pp_page .site_wrapper{
	min-height: 50vh;
}
.row.sidebar_left .content-container{
	float: right;
}
/* F O O T E R */
.main_footer{
	font-size: 1em;
	position: relative;
}
.main_footer:empty{
	display: none;
}
.main_footer_wrapper{
	padding: 24px 0 26px 0;
}
.copyright{
	font-size: 14px;
}
.copyright p,
.pre_footer p{
	margin-bottom: 0;
}
.main_footer .pre_footer{
	padding-left: 20px;
	padding-right: 20px;
}
.copyright a{
	color: inherit;
}
.pre_footer a{
	font-weight: 600;
}
.footer_rounded_icon .gt3_icon_link{
	padding: 0.5em;
	border-radius: 2em;
	width: 1.3em;
	height: 1.3em;
	line-height: 1.3em;
	text-align: center;
	position: relative;
	z-index: 1;
}
.footer_rounded_icon .gt3_icon_link:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 2em;
	background-color: currentColor;
	opacity: 0.2;
	z-index: 0;
	transition: all .2s ease-in-out;
}
.footer_rounded_icon .gt3_icon_link:hover:before{
	opacity: 0.5;
}
.main_footer .copyright{
	font-weight: 300;
}
.main_footer .copyright > .container > .row{
	padding-top: 20px;
	padding-bottom: 20px;
}
.main_footer .gt3_footer_social_icons{
	color: #b8bec3;
}
.main_footer .copyright_footer_menu{
	float: right;
	padding: 0;
}
.main_footer .copyright_footer_menu li{
	display: inline;
	margin-left: 40px;
	padding: 0;
}
.main_footer .copyright_footer_menu li a{
	color: inherit;
}
.main_footer .copyright_footer_menu li a:hover{
	color: #b0b0b0;
}
.gt3_mobile_visible{
	display: none;
}
.gt3_footer_flex_wrapp{
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
@media only screen and (max-width: 767px){
	div + .gt3_mailchimp_minimal,
	div + .footer_rounded_icon{
		margin-top: 15px;
	}
	.gt3_mailchimp_minimal{
		min-width: auto !important;
		width: 90%;
	}
	.gt3_footer_flex_wrapp{
		-webkit-justify-content: center;
		justify-content: center;
	}
	.copyright .span12{
		text-align: center;
	}
	.copyright .span12 *{
		float: none !important;
	}
	.main_footer .copyright_footer_menu li:first-child{
		margin-left: 0;
	}
	.gt3_mobile_hidden{
		display: none;
	}
	.gt3_mobile_visible{
		display: inline-block;
	}
}
/* T Y P O G R A P H Y */
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
	font-size: inherit !important;
}
.align-left{
	text-align: left;
}
.align-center{
	text-align: center;
}
.align-right{
	text-align: right;
}
.alignleft{
	float: left;
	margin: 0 30px 15px 0;
}
.alignright{
	float: right;
	margin: 0 0 15px 30px;
}
.aligncenter{
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.large-text{
	font-size: 24px;
}
.small-text{
	font-size: 16px;
	line-height: 24px;
}
.gt3_icon_link{
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}
.gt3_header_builder_text_component .gt3_icon_link{
	vertical-align: baseline;
}
.gt3_header_builder__section--top .gt3_header_builder_text_component .gt3_icon_link{
	vertical-align: middle;
}
/* Page Title */
.gt3-page-title_wrapper{
	overflow-x: hidden; /* added in single prod mobile */
}
.gt3-page-title{
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-repeat: repeat;
	box-sizing: content-box;
	position: relative;
}
@media only screen and (max-width: 767px){
	.gt3-page-title{
		padding-right: 0 !important;
		padding-left: 0 !important;
		height: 200px !important;
	}
}
.gt3-page-title__inner{
	display: table-row;
	vertical-align: middle;
	height: 100%;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
	display: table-cell;
	content: '';
}
.gt3-page-title .container{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.gt3-page-title.gt3-page-title_vert_align_top .container{
	vertical-align: top;
	padding-top: 50px;
}
.gt3-page-title.gt3-page-title_vert_align_bottom .container{
	vertical-align: bottom;
	padding-bottom: 50px;
}
.gt3-page-title__content{
	display: table;
	width: 100%;
	position: relative;
}
.gt3_breadcrumb{
	font-size: 1em;
}
.gt3-page-title__content .page_title,
.gt3-page-title__content .gt3_breadcrumb{
	display: table-row;
	vertical-align: middle;
}
.gt3-page-title__content .page_title{
	width: 100%;
	display: block;
	z-index: 1;
	box-sizing: border-box;
}
.gt3-page-title__content .page_title h1{
	color: inherit;
}
.gt3-page-title__content .page_title h1,
h1.portfolio_title_content{
	font-size: 38px;
	line-height: 1.33;
	text-transform: uppercase;
}
.gt3-page-title_horiz_align_left .gt3-page-title__content .page_title,
.gt3-page-title_horiz_align_left .gt3-page-title__content .gt3_breadcrumb{
	display: block;
}
.gt3-page-title_horiz_align_right .gt3-page-title__content .page_title,
.gt3-page-title_horiz_align_right .gt3-page-title__content .gt3_breadcrumb{
	display: block;
}
.gt3-page-title_horiz_align_right .gt3-page-title__content .page_title h1:before{
	margin-left: 35px;
	margin-right: -130px;
}
@media only screen and (max-width: 1550px){
	.single .gt3-page-title__content .page_title h1:before{
		display: none;
	}
}
.gt3-page-title__content .page_sub_title{
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	padding-bottom: 10px;
	max-width: 700px;
}
.gt3-page-title__content .page_sub_title > div{
	position: relative;
}
.gt3-page-title__content .page_sub_title > div:before{
	content: '';
	display: inline-block;
	width: 52px;
	border-top: 1px solid;
	position: absolute;
	vertical-align: middle;
	top: calc(0.75em - 1px);
	margin-left: -78px;
}
.gt3-page-title__content h1 + .page_sub_title{
	padding-top: 25px;
}
.gt3-page-title__content .gt3_breadcrumb a{
	margin: 0;
	padding: 0 1px;
	color: inherit;
}
.gt3-page-title__content .gt3_breadcrumb .current{
	font-weight: 300;
	margin: 0;
	padding: 0 1px;
}
.gt3-page-title__content .breadcrumbs{
	white-space: nowrap;
}
.gt3-page-title.gt3-page-title_horiz_align_right .breadcrumbs:before{
	margin: 0 2px 0 10px;
}
.gt3-page-title.gt3-page-title_horiz_align_right .gt3-page-title__content{
	direction: rtl;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb,
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title_meta,
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_page_title_cats{
	text-align: center;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .page_sub_title div{
	padding-top: 12px;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title + .gt3_breadcrumb > div{
	padding-top: 10px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}
.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
	font-size: 16px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .gt3_breadcrumb{
	font-size: 12px;
	opacity: .6;
}
@media only screen and (max-width: 767px){
	.gt3-page-title__content .page_title,
	.gt3-page-title__content .gt3_breadcrumb{
		display: block;
	}
	.gt3-page-title__content .page_title + .gt3_breadcrumb{
		padding-top: 5px;
	}
	.gt3-page-title__content .page_title h1,
	h1.portfolio_title_content{
		font-size: 30px;
		line-height: 140%;
	}
	.gt3-page-title__content .page_sub_title{
		font-size: 12px;
	}
	.gt3-page-title__content h1 + .page_sub_title{
		padding-top: 15px;
	}
	.gt3-page-title__content .breadcrumbs{
		white-space: normal;
	}
}
.gt3-page-title .page_title_meta{
	line-height: 25px;
	padding-top: 7px;
	font-size: 14px;
}
.gt3-page-title .page_title_meta.cpt_portf{
	line-height: 18px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: none;
}
.gt3-page-title .page_title_meta *{
	color: inherit;
}
.gt3-page-title .page_title_meta span:after{
	content: '|';
	margin-left: 10px;
	margin-right: 8px;
}
.gt3-page-title .page_title_meta span:last-child:after{
	display: none;
}
.gt3-page-title .page_title_meta a{
	transition: all 300ms;
}
.gt3-page-title .page_title_meta a:hover{
	opacity: 0.75;
}
.gt3_page_title_cats{
	padding: 5px 0;
}
.gt3_page_title_cats a{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
	padding: 7px 8px;
	font-weight: 400;
	margin: 0 5px 5px 0;
	background: rgba(35, 35, 37, 0.23);
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 0;
	border: 1px rgba(255, 255, 255, 0.23) solid;
	transition: all 300ms;
}
.gt3_page_title_cats a:hover{
	border: 1px rgba(255, 255, 255, 0) solid;
}
.gt3_page_title_cats a:last-child{
	margin-right: 0;
}
.blog_content .gt3_page_title_cats{
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 0;
}
.page_title_post_link{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: none;
	transition: all 0ms;
}
.page_title_post_link{
	color: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}
.page_title_post_link.prev_link span:before,
.page_title_post_link.prev_link span:after,
.page_title_post_link.next_link span:before,
.page_title_post_link.next_link span:after{
	display: block;
	position: absolute;
	left: -20px;
	width: 20px;
	content: '';
	top: 50%;
	margin-top: -1px;
	border-left: 0;
	border-right: 0;
	border-top: 1px;
	border-bottom: 0;
	border-style: solid;
}
.page_title_post_link.next_link span,
.page_title_post_link.prev_link span{
	display: block;
	padding: 0 23px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}
.page_title_post_link.next_link,
.page_title_post_link.prev_link{
	border: none;
}
.page_title_post_link.prev_link span:after,
.page_title_post_link.next_link span:after{
	left: auto;
	right: -20px;
}
.page_title_post_link.prev_link:before,
.page_title_post_link.next_link:before{
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: -19px;
	width: 10px;
	opacity: 1;
	height: 10px;
	color: inherit;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.gt3-page-title_has_img_bg .page_title_post_link{
	display: block;
}
.page_title_post_link.prev_link{
	left: -6px;
	transform: rotate(-90deg);
}
a.page_title_post_link.prev_link,
a.page_title_post_link.next_link{
	top: calc(50% - 17px);
}
.page_title_post_link.next_link{
	right: -20px;
	transform: rotate(-90deg);
}
.page_title_post_link.next_link:before{
	right: -19px;
	left: auto;
	border-width: 1px 1px 0 0;
}
.page_title_post_link.next_link{
	right: -6px;
}
/* end Page Title */

/* Blockquotes */
blockquote,
.blog_post_media--quote .quote_text,
.blog_post_media__link_text{
	position: relative;
	z-index: 1;
	font-weight: inherit;
	padding: 0 0 0 43px;
	margin: 1em 0 1em 0;
	font-size: 24px;
	line-height: 1.25;
}
.blog_post_media--quote .quote_text,
.blog_post_media__link_text{
	margin: 3px 0 18px 0;
}
.blog_post_media--quote .quote_text a{
	color: inherit;
}
blockquote:before,
.blog_post_media--quote .quote_text:before,
.blog_post_media__link_text:before{
	content: '\f111';
	position: absolute;
	left: -1px;
	top: 0;
	font-size: 32px;
	line-height: 45px;
	font-family: Theme_icon;
}
.blog_post_media__link_text:before{
	font-family: Theme_icon;
	content: '\f10d';
	font-size: 28px;
	left: 0;
	line-height: inherit;
	font-weight: inherit;
}
.quote_author,
blockquote cite,
blockquote code{
	position: relative;
	margin-left: 43px;
	margin-bottom: 16px;
	color: inherit;
	font-size: 14px;
	line-height: 1.5;
}
.quote_author:before,
blockquote cite:before,
blockquote code:before{
	position: absolute;
	left: -30px;
	top: 50%;
	width: 18px;
	height: 0;
	border-top: 2px solid;
	content: '';
}
.quote_image{
	width: 75px;
	vertical-align: middle;
	border-radius: 50%;
}
.quote_image + .quote_author{
	margin-top: 7px;
}
blockquote p{
	line-height: inherit;
}
blockquote p:last-child{
	margin-bottom: 0 !important;
	padding-top: 0;
}
blockquote cite,
blockquote code{
	margin: 9px 0;
	padding: 0;
	display: block;
	font-style: normal;
}
blockquote cite:before,
blockquote code:before{
	left: -30px;
}
blockquote cite br:first-child{
	display: none;
}
blockquote[style="text-align:right"] cite:before,
blockquote[style="text-align:right"] code:before{
	right: 0px;
	left: auto;
}
blockquote[style="text-align:right"] cite,
blockquote[style="text-align:right"] code{
	padding-right: 35px;
}
blockquote cite a,
blockquote code a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
.elementor-element-custom_font_size blockquote{
	font-size: inherit;
	line-height: inherit;
	margin-top: 0;
}
.elementor-element-custom_font_size blockquote:before{
	top: 8%;
}
.elementor-element-custom_font_size cite,
.elementor-element-custom_font_size code{
	font-size: 0.7em;
	line-height: 1.5;
	display: inline-block;
}
.elementor-element-custom_font_size p{
	margin-bottom: 10px;
}
.elementor-element-custom_font_size p:last-child{
	margin-bottom: 0;
}
.elementor-element-custom_font_size cite:before,
.elementor-element-custom_font_size code:before{
	color: inherit;
}
.wp-block-pullquote blockquote{
	border: none;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 0;
}
.wp-block-pullquote blockquote:before{
	display: none;
}
.wp-block-pullquote blockquote cite:before{
	display: none;
}
.wp-block-pullquote blockquote p{
	font-weight: 400;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5;
}
.wp-block-pullquote{
	border-bottom: 4px solid #f0f2f7;
	border-top: 4px solid #f0f2f7;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 26px;
	margin-bottom: 26px;
	text-align: center;
}
.wp-block-pullquote.is-style-solid-color{
	padding-top: 15px;
	padding-bottom: 15px;
}
.wp-block-quote.is-style-large{
	font-size: 32px;
	margin: 26px 0px;
	padding: 30px 43px;
}
.wp-block-quote.is-style-large p{
	font-size: inherit;
	line-height: inherit;
}
body .wp-block-quote.is-large cite,
body .wp-block-quote.is-large footer,
body .wp-block-quote.is-style-large cite,
body .wp-block-quote.is-style-large footer{
	text-align: left;
}
body .wp-block-quote.is-style-large .quote_author:before{
	top: 76%;
}
/* End Blockquotes */

/* wp-block-button */
.wp-block-button{
	margin-bottom: 15px;
}
/* end wp-block-button */

/* hr */
hr{
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #e0e1dc;
}
hr.wp-block-separator{
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}
hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots{
	width: 100%;
}
/* end hr */

/* Dropcap */

/*FORMS*/

/* Default listing */
dl{
	margin-bottom: 20px;
}
dl dt{
	font-weight: 600;
}
dl dd{
	margin: 0 0 20px 0;
}
.main_wrapper ul li,
.main_footer ul li{
	position: relative;
	padding: 0 0 5px 5px;
	list-style: none;
}
.main_footer ul li:last-child{
	padding-bottom: 0;
}
.main_footer ul li li{
	padding-left: 10px;
}
.main_footer ul li{
	padding-left: 0;
}
.main_footer ul{
	padding: 0;
}
.content-container ul > li:before,
ul.square > li:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 7px;
	height: 7px;
	background: currentColor;
	margin-bottom: 3px;
}
.widget_custom_html ul.square > li a:before,
ul.wp-block-archives li:before,
ul.wp-block-categories li:before,
ul.wp-block-latest-posts li:before{
	display: none !important;
}
.elementor-widget-sidebar ul > li:before,
.content-container ul > li.product:before{
	content: '';
	display: none !important;
}
.top_footer strong{
	font-weight: 600;
}
.top_footer a{
	color: inherit;
}
.main_wrapper #main_content ul[class*='gt3_list_'] li{
	padding: 0 0 8px 0;
	list-style: none;
}
.main_wrapper #main_content ul[class*='gt3_list_'] li:before,
.main_wrapper .elementor-section ul[class*='gt3_list_'] li:before{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	line-height: 1em;
	position: static;
	right: auto;
	display: inline-block;
	margin-right: 9px;
	content: '\f00c';
	vertical-align: baseline;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_wrapper #main_content ul.gt3_list_check_circle li:before,
.main_wrapper .elementor-section ul.gt3_list_check_circle li:before{
	content: '\f05d';
}
.main_wrapper #main_content ul.gt3_list_check_square li:before,
.main_wrapper .elementor-section ul.gt3_list_check_square li:before{
	content: '\f046';
}
.main_wrapper #main_content ul.gt3_list_angle_left li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_left li:before{
	content: '\f104';
}
.main_wrapper #main_content ul.gt3_list_angle_right li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_right li:before{
	content: '\f105';
}
.main_wrapper #main_content ul.gt3_list_angle_up li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_up li:before{
	content: '\f106';
}
.main_wrapper #main_content ul.gt3_list_angle_down li:before,
.main_wrapper .elementor-section ul.gt3_list_angle_down li:before{
	content: '\f107';
}
.main_wrapper #main_content ul.gt3_list_plus li:before,
.main_wrapper .elementor-section ul.gt3_list_plus li:before{
	content: '\f067';
}
.main_wrapper #main_content ul.gt3_list_times li:before,
.main_wrapper .elementor-section ul.gt3_list_times li:before{
	content: '\f00d';
}
.main_wrapper #main_content ul.gt3_list_caret_down li:before,
.main_wrapper .elementor-section ul.gt3_list_caret_down li:before{
	content: '\f0d7';
}
.main_wrapper #main_content ul.gt3_list_disc li:before,
.main_wrapper .elementor-section ul.gt3_list_disc li:before{
	content: "\2022";
}
ul.gt3_list_disc li:before{
	content: "\2022" !important;
	display: inline-block !important;
	margin-right: 10px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_wrapper #main_content ul.gt3_list_line li:before,
.main_wrapper .elementor-section ul.gt3_list_line li:before{
	width: 26px;
	height: 1px;
	content: '';
	vertical-align: middle;
	background-color: currentColor;
}
.main_wrapper .sidebar-container ul li a:before{
	display: none;
}
.main_wrapper .sidebar-container .widget_categories ul li > a,
.main_wrapper .sidebar-container .widget_product_categories ul li > a,
.main_wrapper .sidebar-container .widget_layered_nav ul li > a,
.main_wrapper .sidebar-container .widget_archive ul li > a{
	display: inline-block;
	padding-right: 5px;
	padding-left: 0;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-ms-transition: color 400ms;
	transition: color 400ms;
	letter-spacing: 0;
	text-transform: uppercase;
	color: inherit;
}
.main_wrapper ol{
	margin: 0 0 0 0;
	padding: 8px 0 20px 0;
	list-style: none;
	counter-reset: li;
}
.main_wrapper ul ol{
	padding-bottom: 0;
}
.main_wrapper ol:not(.commentlist) ol{
	padding: 7px 0 0 17px;
}
.main_wrapper li ol{
	margin-bottom: 0;
}
.main_wrapper ol > li,
.main_wrapper ul > li,
.commentlist .comment_content ol > li,
.commentlist .comment_content ul > li{
	position: relative;
	padding: 0 0 6px 0;
}
.commentlist .comment_content{
	font-size: 16px;
	line-height: 1.5;
}
.main_wrapper ol > li{
	list-style: none;
	counter-increment: li;
}
.main_wrapper ol > li:before{
	content: "." counter(li);
	font-size: inherit;
	font-weight: 400;
	width: auto;
	line-height: 27px;
	display: inline-block;
	margin-left: 0;
	margin-right: 0.3em;
	text-align: right;
	direction: rtl;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main_wrapper ol[start] > li:before,
.main_wrapper ol[reversed] > li:before{
	opacity: 0;
}
.main_wrapper ol.mixed > li:before{
	opacity: 1 !important;
}
.main_wrapper ol[reversed] > li{
	counter-increment: li-revers -1;
}
.main_wrapper ol[reversed] > li:before{
	content: '.' counter(li-revers);
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-ms-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	transition: opacity 200ms;
}
.main_wrapper ul > li:last-child,
.main_wrapper ol > li:last-child{
	padding-bottom: 0;
}
.contentarea ul{
	margin: 0 0 18px 0;
	padding: 0 0 0 16px;
}
.contentarea ul > li ul,
.contentarea ul > li ol,
.contentarea ol > li ul,
.contentarea ol > li ol{
	margin-bottom: 0;
}
.contentarea ol ol,
.contentarea ol ul,
.contentarea ul ol,
.contentarea ul ul{
	padding-bottom: 0;
}
.typo_list ol,
.typo_list ul,
.typo_list li:last-child{
	padding-bottom: 0;
}
/* C U S T O M   C L A S S E S */

/*WPML*/
#lang_sel_list{
	display: inline-block !important;
	float: right !important;
	margin-left: -10px;
	padding: 11px 25px 0 0;
}
/* main header */

/* ie9 */
.ie_9 .bottom_header{
	display: table !important;
	width: 100% !important;
}
.ie_9 .bottom_header > .header_side{
	display: table-cell !important;
}
.ie_9 .icon-position-left .icon_container,
.ie_9 .icon-position-left .stat_count_wrapper,
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows,
.ie_9 .gt3_module_title h2,
.ie_9 .gt3_module_title h3{
	display: table-cell !important;
}
.ie_9 .gt3_module_title .external_link,
.ie_9 .gt3_module_title .carousel_arrows{
	text-align: right !important;
}
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Centeralignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Rightalignside .header_side_container > nav,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > div,
.ie_9 .main_header.header_vottom_vertical_order > .bottom_header_wrapper .Leftalignside .header_side_container > nav{
	height: 100% !important;
}
/* ie9 end */

.header_side_container{
	display: inline-block;
	height: 100%;
	max-height: 100%;
	vertical-align: middle;
	white-space: nowrap;
}
.Leftalignside{
	text-align: left;

	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.Rightalignside{
	text-align: right;

	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.Leftalignside .header_side_container > div,
.Leftalignside .header_side_container > nav{
	padding-right: 40px;
}
.Leftalignside .header_side_container > *:last-child{
	padding-right: 0;
}
.Rightalignside .header_side_container > div,
.Rightalignside .header_side_container > nav{
	padding-left: 40px;
}
.Rightalignside .header_side_container > *:first-child{
	padding-left: 0;
}
.Centeralignside .header_side_container > div,
.Centeralignside .header_side_container > nav{
	padding-right: 20px;
	padding-left: 20px;
}
.bottom_header.empty_center_side .Leftalignside,
.bottom_header.empty_center_side .Rightalignside{
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.Centeralignside{
	text-align: center;
}
.bottom_header .header_bar{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.bottom_header .header_bar p{
	margin-bottom: 0;
}
#sbc-search{
	display: flex;
}
/* end main header */

/* logo */
.logo_container{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	margin-right: 60px;
	vertical-align: middle;
}
@media only screen and (max-width: 767px){
	.logo_container{
		margin-right: 20px;
	}
}
.logo_container:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.logo_container a{
	display: inline-block;
	vertical-align: middle;
	color: inherit;
}
.logo_container img{
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}
.logo_container .site-title{
	color: inherit;
}
.logo_container .sticky_logo{
	display: none;
}
.sticky_header .logo_container .sticky_logo{
	display: block;
}
.sticky_header .logo_container.sticky_logo_enable .site-title,
.sticky_header .logo_container.sticky_logo_enable .default_logo,
.logo_container.mobile_logo_enable .mobile_logo,
.logo_container.tablet_logo_enable .tablet_logo{
	display: none;
}
body.single.single-gallery .sticky_header{
	display: none;
}
@media only screen and (max-width: 1199px){
	.logo_container.tablet_logo_enable .default_logo,
	.logo_container.tablet_logo_enable .site-title,
	.sticky_header .logo_container.tablet_logo_enable .sticky_logo + .tablet_logo{
		display: none;
	}
	.logo_container.tablet_logo_enable .tablet_logo{
		display: block;
	}
}
@media only screen and (max-width: 767px){
	.logo_container.mobile_logo_enable .default_logo,
	.logo_container.tablet_logo_enable.mobile_logo_enable .tablet_logo,
	.logo_container.mobile_logo_enable .site-title{
		display: none;
	}
	.logo_container.mobile_logo_enable .mobile_logo{
		display: block;
	}
	.sticky_header .logo_container.mobile_logo_enable.sticky_logo_enable .mobile_logo{
		display: none;
	}
}
/* end logo */

/* menu style */
.main-menu,
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	font-weight: 500;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	margin: 0 -12px;
}
.main-menu > ul:after,
.main-menu > div > ul:after{
	display: table;
	clear: both;
	content: '';
}
.main-menu > ul > li,
.main-menu > div > ul > li{
	height: 100%;
}
.main-menu > ul > li,
.main-menu > div > ul > li{
	margin: 0 10px;
}
.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
	margin: 0;
	padding: 0 10px;
	opacity: 1;
	color: inherit;
	position: relative;
	z-index: 1;
	display: block;
}
.main-menu > ul > li > a > span,
.main-menu > div > ul > li > a > span{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	position: relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.main-menu > ul > li > a:before,
.main-menu > div > ul > li > a:before,
.column_menu > ul > li > a:before,
.column_menu > div > ul > li > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	opacity: 0;
	border-top: 1px solid;
	will-change: transform;
}
.main-menu > ul > li.current-menu-item > a > span,
.main-menu > div > ul > li.current-menu-item > a > span,
.main-menu > ul > li > a:hover > span,
.main-menu > div > ul > li > a:hover > span,
.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children.current-menu-item > a:after,
.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children > a:hover:after{
	/*opacity: .7;*/
}
.main-menu ul li,
.column_menu ul li{
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.main-menu ul li ul.sub-menu,
.column_menu ul li ul.sub-menu{
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 290px;
	padding: 20px 0;
	margin-left: 0;
	opacity: 0;
	z-index: 555;
	visibility: hidden;
	text-align: left;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	/*	-webkit-box-shadow: 8px 14px 51px 0 rgba(4, 25, 44, 0.13);
		-moz-box-shadow: 8px 14px 51px 0 rgba(4, 25, 44, 0.13);
		box-shadow: 8px 14px 51px 0 rgba(4, 25, 44, 0.13);*/
}
.main-menu ul li ul.sub-menu ul.sub-menu,
.column_menu ul li ul.sub-menu ul.sub-menu{
	-webkit-box-shadow: inset 51px 0 51px -51px rgba(4, 25, 44, 0.13);
	-moz-box-shadow: inset 51px 0 51px -51px rgba(4, 25, 44, 0.13);
	box-shadow: inset 51px 0 51px -51px rgba(4, 25, 44, 0.13);
}
.main-menu > ul > li:nth-last-of-type(1) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-of-type(2) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-of-type(3) > .sub-menu .sub-menu{
	-webkit-box-shadow: inset -51px 0 51px -51px rgba(4, 25, 44, 0.13);
	-moz-box-shadow: inset -51px 0 51px -51px rgba(4, 25, 44, 0.13);
	box-shadow: inset -51px 0 51px -51px rgba(4, 25, 44, 0.13);
}
.mobile_menu_container .main-menu ul li ul.sub-menu{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.main-menu ul li.gt3_megamenu_active ul.sub-menu{
	padding: 7px 0 9px;
}
.main-menu > ul > li:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 18px;
	content: '';
}
.main-menu ul li:hover > ul{
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.main-menu ul li ul ul.sub-menu{
	top: 0;
	left: 100%;
	margin-top: -20px;
}
.main-menu ul li ul.sub-menu li{
	display: block;
	float: none;
}
.main-menu a{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
.main-menu ul li ul li > a > span{
	position: relative;
}
.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children > a:after{
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	padding-left: 4px;
	display: inline-block;
	margin: -2px 0 0 0;
	vertical-align: middle;
}
.font-awesome-4-shim .gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children > a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.gt3_header_builder_menu_component .main-menu > ul li.menu-item-has-children .menu-item-has-children > a:after{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	right: 0;
	top: 8px;
}
.gt3_header_builder > .mobile_menu_container .main-menu > ul li.menu-item-has-children > a:after{
	display: none;
}
.main-menu ul li ul .menu-item{
	padding: 12px 40px;
	/*margin: 0 40px;*/
}
.main-menu ul li ul .menu-item + .menu-item:before{
	content: '';
	position: absolute;
	left: 37px;
	right: 37px;
	top: 0;
	height: 0;
	border-top: 1px solid rgba(218, 218, 218, 0.3);
}
.main-menu ul li ul .menu-item > a{
	line-height: 24px;
	display: block;
	width: 100%;
	opacity: 1;
	color: inherit;
	position: relative;
}
.top-menu.main-menu ul li ul .menu-item > a{
	font-size: 1em;
}
.elementor-widget-gt3-core-gallerypackery .hover_type4 .wrapper .img:after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
	pointer-events: none;
	opacity: 0;
	background-color: #343845;
}
.main-menu ul li ul .menu-item > a:hover,
.main-menu ul li ul .menu-item.current-menu-item > a{
	opacity: 1;
}
.main-menu > ul > li.menu-on-other-side > .sub-menu{
	right: 0;
	left: auto;
}
.main-menu > ul > li.menu-on-other-side > .sub-menu .sub-menu{
	right: 100%;
	left: auto;
}
.main-menu > ul > li > .sub-menu .sub-menu:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	width: 4px;
	content: '';
}
.main-menu > ul > li.menu-on-other-side > .sub-menu .sub-menu:after{
	right: -4px;
	left: auto;
}
.Leftalignside .main-menu ul li ul{
	right: auto;
	left: 0;
}
.Leftalignside .main-menu > ul > li ul .sub-menu{
	right: auto;
	left: 101%;
}
.gt3_header_builder .menu_item_line{
	position: absolute;
	bottom: 0;
	height: 4px;
	opacity: 1;
	/*-webkit-transition: width .4s, left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
	-moz-transition: width .4s, left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);
	transition: width .4s, left .6s cubic-bezier(0.21, 0.53, 0.01, 0.96);*/
	-webkit-transition: opacity 300ms, visibility 300ms;
	-moz-transition: opacity 300ms, visibility 300ms;
	-ms-transition: opacity 300ms, visibility 300ms;
	-o-transition: opacity 300ms, visibility 300ms;
	transition: opacity 300ms, visibility 300ms;
}
.gt3_header_builder .menu_item_line.hide{
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0ms, visibility 0ms;
	-moz-transition: opacity 0ms, visibility 0ms;
	-ms-transition: opacity 0ms, visibility 0ms;
	-o-transition: opacity 0ms, visibility 0ms;
	transition: opacity 0ms, visibility 0ms;
}
.gt3_megamenu_triangle_container{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.gt3_megamenu_triangle{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 1px;
	margin-left: -30px;
}
.gt3_megamenu_triangle:after,
.gt3_megamenu_triangle:before{
	display: none;
}
.main-menu > ul > li.menu-on-other-side > .sub-menu:before,
.main-menu > ul > li.menu-on-other-side > .sub-menu:after{
	right: 20px;
	left: auto;
	display: none;
}
/* end menu style */

/* mega menu */
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu{
	right: auto !important;
	left: 50% !important;
	width: auto;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li{
	display: table-cell;
	width: 230px;
	min-width: 230px;
	padding-right: 30px;
	padding-left: 30px;
	vertical-align: baseline;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li,
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	width: 190px;
	min-width: 190px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	position: relative;
	right: auto !important;
	left: auto !important;
	margin-top: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	border: none;
	background-color: transparent;
}
.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:before,
.gt3_header_builder__container .main-menu > ul > li.gt3_megamenu_active > ul:after{
	display: none;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul > li{
	padding-right: 0;
	padding-left: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active:hover > .sub-menu > li > ul{
	visibility: visible;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:hover{
	z-index: 2;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a{
	font-size: 1em;
	font-weight: 400;
	margin-top: 17px;
	margin-bottom: 7px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a > span:after{
	opacity: 0;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > a:hover > span:after{
	opacity: 1;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:after{
	display: none;
}
.gt3_header_builder__container .main-menu .sub-menu.gt3_menu_background_active{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div.mobile_menu_container .main-menu .sub-menu.gt3_menu_background_active{
	background-image: none !important;
}
div.mobile_menu_container .main-menu .gt3_megamenu_active > .sub-menu{
	left: 0 !important;
	padding-right: 0 !important;
	padding-left: 15px !important;
}
/* end mega menu */

/* sticky header */
.sticky_header{
	position: fixed;
	z-index: 100000;
	top: 0;
	right: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
}
.sticky_header .column_menu > .menu{
	visibility: hidden;
}
.add_space_between_content_and_viewport .sticky_header > .container{
	width: -webkit-calc(100% - 74px);
	width: calc(100% - 74px);
}
.sticky_header.header_sticky_shadow{
	box-shadow: 0 4px 10px -5px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
	top: 32px;
}
.sticky_header.sticky_on{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.sticky_header.sticky_on .column_menu > .menu{
	visibility: visible;
}
/* end sticky header */
@media screen and (max-width: 780px){
	.admin-bar .sticky_header{
		top: 46px;
	}
}
@media screen and (max-width: 600px){
	.admin-bar .sticky_header{
		top: 0;
	}
}
@media screen and (max-width: 599px){
	div[id*=wpadminb]{
		top: -46px !important;
	}
}
/* header responsive */
@media (max-width: 1499px){
	.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > div,
	.bottom_header:not(.empty_center_side) .Leftalignside .header_side_container > nav{
		padding-right: 10px;
	}
	.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > div,
	.bottom_header:not(.empty_center_side) .Rightalignside .header_side_container > nav{
		padding-left: 10px;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a > span,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a > span{
		font-size: .9em;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
		padding: 0 7px;
	}
}
@media (max-width: 1249px){
	.Leftalignside .header_side_container > div,
	.Leftalignside .header_side_container > nav{
		padding-right: 10px;
	}
	.Rightalignside .header_side_container > div,
	.Rightalignside .header_side_container > nav{
		padding-left: 10px;
	}
	.main-menu > ul > li > a,
	.main-menu > div > ul > li > a{
		padding: 0 7px;
	}
	.bottom_header:not(.empty_center_side) .main-menu > ul > li > a,
	.bottom_header:not(.empty_center_side) .main-menu > div > ul > li > a{
		padding: 0 5px;
	}
	.bottom_header:not(.empty_center_side) .bottom_header_right,
	.bottom_header:not(.empty_center_side) .bottom_header_left{
		display: none;
	}
}
@media (max-width: 991px){
	.top_header .top-menu > .menu{
		font-size: .75em;
	}
	.main-menu > ul > li > a,
	.main-menu > div > ul > li > a{
		padding: 0 10px;
	}
	.top_header_wrapper .main-menu > ul > li > a,
	.top_header_wrapper .main-menu > div > ul > li > a{
		margin: 0;
		padding: 0 7px;
	}
	.gt3_twitter .twitter_text a{
		word-break: break-all;
	}
}
/* Navigation Toggle */
.mobile-navigation-toggle,
.mobile-navigation_column-toggle{
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: none;
	overflow: visible;
	width: 40px;
	height: 24px;
	height: 100%;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-align: center;
	vertical-align: middle;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
	background-color: #ffffff;
}
.toggle-box{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 24px;
	vertical-align: middle;
}
.toggle-inner{
	top: 50%;
	display: block;
	margin-top: -1px;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
	position: absolute;
	width: 25px;
	height: 0;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-top: 2px solid;
}
.toggle-inner:before,
.toggle-inner:after{
	display: block;
	content: '';
}
.toggle-inner:before{
	top: -9px;
}
.toggle-inner:after{
	bottom: -7px;
}
.mobile-navigation-toggle:before,
.mobile-navigation_column-toggle:before{
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mobile-navigation-toggle .toggle-inner,
.mobile-navigation_column-toggle .toggle-inner{
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .1s;
}
.mobile-navigation-toggle .toggle-inner:before,
.mobile-navigation_column-toggle .toggle-inner:before{
	transition: top .1s .14s ease, opacity .1s ease;
}
.mobile-navigation-toggle .toggle-inner:after,
.mobile-navigation_column-toggle .toggle-inner:after{
	transition: bottom .1s .14s ease, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s .14s ease, transform .1s cubic-bezier(.55, .055, .675, .19), -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
}
.mobile-navigation-toggle.is-active .toggle-inner,
.mobile-navigation_column-toggle.is-active .toggle-inner{
	transition-delay: .14s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-navigation-toggle.is-active .toggle-inner:before,
.mobile-navigation_column-toggle.is-active .toggle-inner:before{
	top: 0;
	transition: top .1s ease, opacity .1s .14s ease;
	opacity: 0;
}
.mobile-navigation-toggle.is-active .toggle-inner:after,
.mobile-navigation_column-toggle.is-active .toggle-inner:after{
	bottom: 0;
	transition: bottom .1s ease, -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	transition: bottom .1s ease, transform .1s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .1s .14s cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.mobile_menu_container.sticky_on{
	position: fixed;
	left: 0;
	width: 100%;
	overflow-y: auto;
}
.mobile_menu_container:not(.sticky_on){
	max-height: none !important;
}
.mobile_menu_container,
.mobile_column_menu_container{
	font-size: 0;
	line-height: 0;
}
.mobile_menu_container .main-menu,
.mobile_column_menu_container .main-menu{
	z-index: 0;
	display: none;
	width: 100%;
	height: auto;
}
.mobile_menu_container .main-menu > ul > li > a,
.mobile_menu_container .main-menu > div > ul > li > a{
	width: 100%;
	padding: 0;
}
.mobile_menu_container .main-menu > ul.mobile_view_on,
.mobile_menu_container .main-menu > div > ul.mobile_view_on{
	position: relative;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	text-align: left;
}
.mobile_menu_container .main-menu ul.mobile_view_on li{
	display: block;
	float: none;
	height: auto;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
.mobile_menu_container .main-menu ul.mobile_view_on li a{
	padding: 10px 0 10px 0;
	line-height: 20px;
}
.main-menu .mobile_switcher{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	cursor: pointer;
}
.column_menu .mobile_switcher{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.mobile_menu_container .main-menu ul li ul li.menu-item-has-children:after,
.mobile_menu_container .main-menu > ul > li.menu-item-has-children > a:after{
	display: none;
}
.main-menu .mobile_switcher:before,
.column_menu .mobile_switcher:before{
	position: absolute;
	right: 16px;
	bottom: calc(50% - 5px);
	display: inline-block;
	width: 4px;
	height: 8px;
	line-height: 8px;
	content: '\f0da';
	font-family: FontAwesome;
	font-size: 12px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.main-menu .mobile_switcher.is-active:before,
.column_menu .mobile_switcher.is-active:before{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.font-awesome-4-shim .main-menu .mobile_switcher:before,
.font-awesome-4-shim .column_menu .mobile_switcher:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.mobile_menu_container .main-menu ul li ul .menu-item + .menu-item:before{
	display: none;
}
.mobile_menu_container .main-menu ul li ul{
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-top: 0;
	padding: 0 0 0 15px;
	-webkit-transition: 0ms;
	transition: all 0ms;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	border: none;
	background-color: transparent;
}
.mobile_menu_container .main-menu > ul > li > ul:before,
.mobile_menu_container .main-menu > ul > li > ul:after{
	display: none;
}
.mobile_menu_container .main-menu ul li ul ul{
	top: 0;
	left: 0 !important;
	margin: 0;
}
.mobile_menu_container .main-menu ul li ul li:hover > a{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/* gt3_currency_switcher && gt3_lang_switcher */
.gt3_currency_switcher,
.gt3_lang_switcher{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.gt3_currency_switcher:after,
.gt3_lang_switcher:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
}
.gt3_currency_switcher > a:after,
.gt3_lang_switcher > a:after{
	font-size: .875em;
	content: ' +';
}
.gt3_currency_switcher ul,
.gt3_lang_switcher ul{
	position: absolute;
	z-index: 555;
	top: 100%;
	right: 0;
	display: block;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: auto;
	min-width: 230px;
	margin-top: 6px;
	padding: 10px 0;
	list-style: none;
	-webkit-transition: all .2s .2s;
	-moz-transition: all .2s .2s;
	-ms-transition: all .2s .2s;
	transition: all .2s .2s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	text-align: left;
	opacity: 0;
	border: 1px solid rgba(243, 243, 243, 1);
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: none;
}
.gt3_currency_switcher ul li,
.gt3_lang_switcher ul li{
	font-size: 1em;
	line-height: 1.6;
	padding: 5px 25px 5px 20px;
}
.gt3_currency_switcher:hover ul,
.gt3_lang_switcher:hover ul{
	visibility: visible;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
/* end gt3_currency_switcher */

/* B L O G */
.blog_item_description{
	margin-bottom: 17px;
}
.gt3_module_blog,
.gt3_module_featured_posts{
	text-align: left;
}
.gt3_module_blog .blog_post_preview .blogpost_title i{
	color: inherit;
}
.gt3_module_blog .blog_post_preview:not(.format-quote):not(.format-link):not(.format-standard):not(.format-video) .packery_content_wrap:before,
.gt3_module_blog .blog_post_preview.format-video .packery_content_wrap:before,
.gt3_module_blog .blog_post_preview.format-standard .packery_content_wrap:before{
	content: "";
	display: block;
	position: absolute;
	width: 31px;
	height: 24px;
	background-image: url("../img/icons/camera.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 31px 24px;
	left: 30px;
	top: 5px;
}
.gt3_module_blog .blog_post_preview.format-video .packery_content_wrap:before{
	top: 3px;
	background-image: url("../img/icons/video.png");
	background-size: 30px 19px;
	width: 30px;
	height: 19px;
}
.gt3_module_blog .blog_post_preview.format-standard .packery_content_wrap:before{
	top: 4px;
	left: 36px;
	background-image: url("../img/icons/text.png");
	background-size: 26px 30px;
	width: 26px;
	height: 30px;
}
.gt3_module_blog .blog_post_preview.format-standard .packery_content_wrap .icon_custom_svg{
	font-size: 30px;
	position: absolute;
	left: 31px;
	top: 2px;
}
.gt3_module_blog .packery_content_wrap .icon_custom_svg svg{
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
.gt3_module_blog.items4 .blog_post_preview h2 a{
	line-height: inherit;
}
.gt3_module_blog .blog_post_preview h2 a{
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
.blog_content .gt3_module_button a{
	font-size: 1em;
	font-weight: 500;
	line-height: 14px;
	padding: 0;
	border: none;
}
.blog_content .gt3_module_button a:hover{
	padding: 0;
	border: none;
	background-color: transparent;
}
.blog_alignment_center .blog_post_preview{
	text-align: center;
}
.blog_alignment_right .blog_post_preview{
	text-align: right;
}
.blog_alignment_justify .blog_post_preview{
	text-align: justify;
}
.spacing_beetween_items_30{
	margin: -30px 0 0 -30px;
}
.spacing_beetween_items_25{
	margin: -25px 0 0 -25px;
}
.spacing_beetween_items_20{
	margin: -20px 0 0 -20px;
}
.spacing_beetween_items_15{
	margin: -15px 0 0 -15px;
}
.spacing_beetween_items_10{
	margin: -10px 0 0 -10px;
}
.spacing_beetween_items_5{
	margin: -5px 0 0 -5px;
}
.spacing_beetween_items_30 .item_wrapper{
	padding-top: 30px;
	padding-left: 30px;
}
.spacing_beetween_items_25 .item_wrapper{
	padding-top: 25px;
	padding-left: 25px;
}
.spacing_beetween_items_20 .item_wrapper{
	padding-top: 20px;
	padding-left: 20px;
}
.spacing_beetween_items_15 .item_wrapper{
	padding-top: 15px;
	padding-left: 15px;
}
.spacing_beetween_items_10 .item_wrapper{
	padding-top: 10px;
	padding-left: 10px;
}
.spacing_beetween_items_5 .item_wrapper{
	padding-top: 5px;
	padding-left: 5px;
}
.spacing_beetween_items_5 .blog_post_preview{
	margin-bottom: 5px;
}
.spacing_beetween_items_10 .blog_post_preview{
	margin-bottom: 10px;
}
.spacing_beetween_items_15 .blog_post_preview{
	margin-bottom: 15px;
}
.spacing_beetween_items_20 .blog_post_preview{
	margin-bottom: 20px;
}
.spacing_beetween_items_25 .blog_post_preview{
	margin-bottom: 25px;
}
.spacing_beetween_items_30 .blog_post_preview{
	margin-bottom: 30px;
}
.gt3_module_related_posts .spacing_beetween_items_30 .blog_post_preview{
	margin-bottom: 40px;
}
.gt3_module_featured_posts .slick-list .slick-slide{
	padding-right: 0;
	padding-left: 0;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content,
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content .listing_meta{
	margin-bottom: 0;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content .listing_meta,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content .listing_meta{
	margin-bottom: 5px;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content > .listing_meta_wrap,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content > .listing_meta_wrap,
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content > .blogpost_title{
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-audio .blog_content > .listing_meta_wrap{
	-webkit-order: -2;
	-ms-flex-order: -2;
	order: -2;
}
.elementor-widget-gt3-core-blog .blog_post_preview.format-link .blog_content > .blogpost_title,
.elementor-widget-gt3-core-blog .blog_post_preview.format-quote .blog_content > .blogpost_title{
	display: none;
}
/* Slider */
.blog_post_preview.format-gallery .slick-slide{
	position: relative;
	padding: 0;
}
.blog_post_preview.format-gallery .slick-list:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 150px;
	content: '';
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging{
	position: absolute;
	left: auto;
	top: auto;
	right: 104px;
	bottom: 28px;
	padding: 0;
	margin: 0;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #ffffff;
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li span{
	padding: 0 2px;
}
.blog_post_preview.format-gallery .gt3_custom_slick_paging li:before,
.blog_post_preview.format-gallery .gt3_custom_slick_paging li:not(.slick-active),
.slider-wrapper.oneImage .gt3_custom_slick_paging{
	display: none;
}
.blog_post_preview.format-gallery .slick-arrow{
	width: 40px;
	height: 24px;
	background: none;
	font-size: 0;
	line-height: 0;
	padding: 0;
	bottom: 28px;
	top: auto;
	border-radius: 0;
	transition: opacity 0.3s;
	opacity: 1;
}
.blog_post_preview.format-gallery .slick-arrow:hover{
	opacity: 0.7;
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow{
	left: auto;
	right: 138px;
}
.blog_post_preview.format-gallery .slick-next.slick-arrow{
	left: auto;
	right: 28px;
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow:before,
.blog_post_preview.format-gallery .slick-next.slick-arrow:before{
	width: 100%;
	position: absolute;
	left: 0;
	top: 11px;
	right: auto;
	background: #ffffff;
	height: 1px;
	content: '';
	border: none;
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow:after,
.blog_post_preview.format-gallery .slick-next.slick-arrow:after{
	top: 4px;
	right: 2px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 14px;
	height: 14px;
	border: 1px #ffffff solid;
	content: '';
}
.blog_post_preview.format-gallery .slick-prev.slick-arrow:after{
	border-right: transparent;
	border-bottom: transparent;
	right: auto;
	left: 2px;
}
.blog_post_preview.format-gallery .slick-next.slick-arrow:after{
	border-left: transparent;
	border-top: transparent;
}
/* Slider end */

/*module carousel*/
.gt3_module_carousel .spacing_beetween_items_30,
.gt3_module_carousel .spacing_beetween_items_25,
.gt3_module_carousel .spacing_beetween_items_20,
.gt3_module_carousel .spacing_beetween_items_15,
.gt3_module_carousel .spacing_beetween_items_10,
.gt3_module_carousel .spacing_beetween_items_5{
	margin-left: 0;
}
.gt3_module_carousel .spacing_beetween_items_30 .item_wrapper{
	padding-right: 15px;
	padding-left: 15px;
}
.gt3_module_carousel .spacing_beetween_items_25 .item_wrapper{
	padding-right: 12.5px;
	padding-left: 12.5px;
}
.gt3_module_carousel .spacing_beetween_items_20 .item_wrapper{
	padding-right: 10px;
	padding-left: 10px;
}
.gt3_module_carousel .spacing_beetween_items_15 .item_wrapper{
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.gt3_module_carousel .spacing_beetween_items_10 .item_wrapper{
	padding-right: 5px;
	padding-left: 5px;
}
.gt3_module_carousel .spacing_beetween_items_5 .item_wrapper{
	padding-right: 2.5px;
	padding-left: 2.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_30 .slick-list{
	margin-right: -15px;
	margin-left: -15px;
}
.gt3_module_featured_posts .spacing_beetween_items_25 .slick-list{
	margin-right: -12.5px;
	margin-left: -12.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_20 .slick-list{
	margin-right: -10px;
	margin-left: -10px;
}
.gt3_module_featured_posts .spacing_beetween_items_15 .slick-list{
	margin-right: -7.5px;
	margin-left: -7.5px;
}
.gt3_module_featured_posts .spacing_beetween_items_10 .slick-list{
	margin-right: -5px;
	margin-left: -5px;
}
.gt3_module_featured_posts .spacing_beetween_items_5 .slick-list{
	margin-right: -2.5px;
	margin-left: -2.5px;
}
.isotope_blog_items{
	margin-top: 0 !important;
}
.isotope_blog_items .item_wrapper{
	padding-top: 0 !important;
}
.isotope_blog_items .blog_post_preview{
	float: left;
	margin-right: 0 !important;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview{
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
.items2 .blog_post_preview{
	width: calc(50% - .5px);
}
.items3 .blog_post_preview{
	width: calc(33.3333% - .5px);
}
.items4 .blog_post_preview{
	width: calc(25% - .5px);
}
.blog_post_preview.element,
.gt3_module_carousel .blog_post_preview{
	margin-right: 0;
}
.per_column_wrap .blog_post_preview{
	display: block;
	width: 100%;
	margin-right: 0;
}
.blog_post_media,
.elementor-widget-gt3-core-blog .blog_post_media{
	margin-bottom: 35px;
}
a > .blog_post_media{
	overflow: hidden;
}
.gt3_module_related_posts .blog_post_media{
	margin-bottom: 25px;
}
.blog_post_media .slider-wrapper{
	overflow: hidden;
}
.items2 .blog_post_media .slider-wrapper{
	margin-bottom: -1px;
}
.blog_content .blog_post_media .blog_post_media-animate{
	-webkit-transition: -webkit-transform 4s;
	-moz-transition: -moz-transform 4s;
	-ms-transition: -ms-transform 4s;
	transition: transform 4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.blog_content:hover .blog_post_media .blog_post_media-animate{
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.blog_post_media img{
	max-width: 100%;
	height: auto;
}
.gt3_module_blog.items1 .blog_post_media img{
	width: 100%;
}
.format-audio .blog_post_media{
	padding-bottom: 110px;
}
.format-video .blog_post_media,
.format-audio .blog_post_media{
	position: relative;
	width: 100%;
	max-width: fit-content;
	padding-bottom: 62%;
}
body:not(.single) .format-audio .blog_post_media{
	padding-bottom: 110px;
}
.format-video .blog_post_media.has_post_thumb{
	padding-bottom: 0;
}
.blog_post_media .gt3_video_wrapper__thumb{
	position: relative;
	z-index: 1;
	visibility: visible;
	-webkit-transition: opacity 400ms 200ms, visibility 400ms 200ms;
	-moz-transition: opacity 400ms 200ms, visibility 400ms 200ms;
	-ms-transition: opacity 400ms 200ms, visibility 400ms 200ms;
	transition: opacity 400ms 200ms, visibility 400ms 200ms;
	opacity: 1;
}
.blog_post_media .gt3_video_wrapper__thumb.play_video{
	visibility: hidden;
	opacity: 0;
}
.blog_post_media .gt3_video__play_iframe{
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding-bottom: 0;
	-webkit-transition: opacity 400ms 200ms;
	-moz-transition: opacity 400ms 200ms;
	-ms-transition: opacity 400ms 200ms;
	transition: opacity 400ms 200ms;
	opacity: 0;
}
.blog_post_media .gt3_video__play_iframe.play_video{
	opacity: 1;
}
.format-video .blog_post_media iframe,
.format-audio .blog_post_media iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.format-video .gt3_video__play_button{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	display: inline-block;
	box-sizing: border-box;
	width: 86px;
	height: 86px;
	cursor: pointer;
	vertical-align: middle;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.23);
	transition: all 300ms;
	margin: -43px 0 0 -43px;
}
.format-video .gt3_video__play_button > svg{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-35%, -45%);
	transform: translate(-35%, -45%);
	fill: #ffffff;
}
.blog_post_preview{
	margin-bottom: 40px;
}
.blog_post_preview.format-standard .blog_content,
.blog_post_preview.format-quote .blog_content,
.blog_post_preview.format-link .blog_content,
.blog_post_preview.format-audio .blog_content{
	padding: 35px 40px;
	background: #f5f6f7;
}
span.elementor-drop-cap{
	float: left;
	text-align: center;
	line-height: 1;
	font-size: 60px;
	margin-right: 10px;
}
span.elementor-drop-cap span.elementor-drop-cap-letter{
	font-size: 60px;
	font-weight: 700;
}
.search .listing_meta{
	margin-bottom: 0;
}
.search .blogpost_title{
	margin-bottom: 0;
	margin-top: 0;
}
.gt3_module_featured_posts .listing_meta.upper_text *{
	text-transform: uppercase;
}
.listing_meta{
	line-height: 1.6;
	display: block;
	margin-bottom: 8px;
}
.listing_meta span{
	display: inline;
	vertical-align: middle;
}
.gt3_module_featured_posts .listing_meta{
	margin-bottom: 4px;
}
.gt3_module_blog.packery_wrapper .blog_post_media.blog_post_media--quote .post_media_info{
	padding-right: 10px;
}
.gt3_module_blog.packery_wrapper .blog_post_preview .blog_content .packery_content_wrap{
	padding: 0 50px 0 80px;
}
.gt3_module_blog.packery_wrapper .packery_content_wrap{
	position: absolute;
	z-index: 1;
	bottom: 75px;
}
.gt3_module_blog.packery_wrapper .blog_post_preview.format-quote .packery_content_wrap,
.gt3_module_blog.packery_wrapper .blog_post_preview.format-link .packery_content_wrap{
	position: absolute;
	z-index: 1;
	bottom: 149px;
}
.gt3_module_blog.packery_wrapper .packery_blog_item_1 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_4 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_9 .item_wrapper .blog_content .packery_content_wrap,
.gt3_module_blog.packery_wrapper .packery_blog_item_12 .item_wrapper .blog_content .packery_content_wrap{
	padding: 0;
	padding-left: 80px;
	padding-right: 22.5%;
}
.listing_meta span:last-child:after{
	display: none;
}
.listing_meta > span,
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
.widget.widget_recent_entries .post-date,
.widget.widget_rss .rss-date{
	opacity: .5;
	font-weight: inherit;
}
.top_footer .widget.widget_recent_entries ul li > a{
	color: inherit;
}
.listing_meta a{
	/*vertical-align: middle;*/
	color: inherit;
}
.listing_meta span.post_comments .post_comments_icon{
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
}
.listing_meta span.post_comments .post_comments_icon .icon_custom_svg{
	vertical-align: baseline;
}
.listing_meta span.post_comments .post_comments_icon svg{
	color: inherit;
	fill: currentColor;
	width: 12px;
	height: auto;
	vertical-align: middle;
	overflow: visible;
	max-height: 12px;
}
.listing_meta span.post_author{
	text-transform: none;
	letter-spacing: 0;
}
.blog_post_preview .listing_meta span{
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.blog_post_preview:not(.has_post_boxed_content) .listing_meta span:hover{
	opacity: 1;
}
.listing_meta span.post_category a:after{
	content: ',';
	margin-right: 5px;
	color: inherit !important;
}
.listing_meta span.post_category a:last-child:after{
	content: '';
	margin-right: 0;
}
.blog_post_preview .gt3_page_title_cats,
.listing_meta span.post_comments_text{
	display: none;
}
.single-post .single_meta .blog_content .blogpost_title{
	margin-top: 17px;
	margin-bottom: 17px;
}
.single-post .gt3_module_title h2{
	margin-bottom: 25px;
}
.blogpost_title{
	position: relative;
	padding-bottom: 5px;
}
.blogpost_title:first-child{
	margin-bottom: 0;
}
.gt3_module_related_posts .blogpost_title{
	margin-top: 4px;
}
.gt3_module_related_posts .format-standard-image .blogpost_title{
	margin-bottom: 0;
}
.gt3_module_related_posts .blogpost_title a{
	color: inherit;
}
/* gt3_author_box */
.gt3_author_box{
	position: relative;
	padding: 49px 50px 45px 173px;
	margin-top: 50px;
	border-top: none;
	min-height: 100px;
	background: #f5f6f7;
}
.gt3_author_box__avatar{
	width: 85px;
	height: 85px;
	position: absolute;
	left: 49px;
	top: 49px;
}
.gt3_author_box__avatar img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.gt3_author_box__name{
	margin: 0 0 6px 0 !important;
}
/* end gt3_author_box */

.blog_content .listing_meta .post_comments a:before{
	content: "\f075";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin: 0 7px;
	display: inline-block;
	line-height: inherit;
}
.blog_content .listing_meta .post_author a:before,
.search .blog_content .listing_meta .post_author a:before{
	content: "\f007";
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	margin: 0 7px;
	display: inline-block;
	line-height: inherit;
}
.blog_post_media--link .blog_post_media__link_text a{
	color: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-size: inherit;
}
.blog_post_media--link .blog_post_media__link_text p{
	position: relative;
	margin-bottom: 0;
	color: inherit;
	font-size: 14px;
	line-height: 21px;
	padding-top: 18px;
}
.blog_post_media--link .blog_post_media__link_text p a{
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}
.packery_wrapper .blog_post_media--link .blog_post_media__link_text a,
.single .blog_post_media--link .blog_post_media__link_text a{
	display: inline-block;
}
.single .single_meta .blog_post_media{
	margin-top: 10px;
}
.single .single_meta .listing_meta{
	margin-bottom: 5px;
}
.blog_post_media.blog_post_media--quote,
.blog_post_media.blog_post_media--link{
	margin-bottom: 0;
}
.format-audio .blog_post_media{
	margin-bottom: 20px;
	margin-top: 9px;
}
.blogpost_title i,
.page_title i{
	font-size: .9em;
	margin-right: 10px;
}
.blogpost_title i.fa-thumb-tack,
.page_title i.fa-thumb-tack{
	line-height: 32px;
	width: 32px;
	text-align: center;
}
.page_title i.fa-thumb-tack{
	line-height: 40px;
	width: 40px;
}
.blog_post_media--quote,
.blog_post_media--link{
	position: relative;
}
.blog_post_media--quote:after,
.blog_post_media--link:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_module_featured_posts .blogpost_title{
	padding-bottom: 0;
}
.gt3_module_featured_posts .blogpost_title a{
	line-height: inherit;
}
.gt3_module_featured_posts .blogpost_title i{
	margin-right: 12px;
}
.post_media_info{
	position: relative;
	display: inline-block;
	float: left;
}
.blog_post_media--quote .post_media_info + .quote_text{
	padding-left: 95px;
	min-height: 65px;
}
.blog_post_media--quote .post_media_info + .quote_text:before{
	display: none;
}
.blog_content p{
	margin-bottom: 17px;
}
.blog_content p:last-child{
	margin-bottom: 0;
}
.blog_content h1,
.blog_content h2,
.blog_content h3,
.blog_content h4,
.blog_content h5,
.blog_content h6,
#main_content > h1,
#main_content > h2,
#main_content > h3,
#main_content > h4,
#main_content > h5,
#main_content > h6,
.comment_content > h1,
.comment_content > h2,
.comment_content > h3,
.comment_content > h4,
.comment_content > h5,
.comment_content > h6{
	margin-top: 10px;
	margin-bottom: 10px;
}
.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .listing_meta span,
.search .blog_post_preview .listing_meta span{
	margin-right: 15px;
}
.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .listing_meta span:last-child,
.search .blog_post_preview .listing_meta span:last-child{
	margin-right: 0;
}
.elementor-widget-gt3-core-flipbox .gt3_services_box.without_flip.type1 .gt3_services_img_bg:before{
	transition: all 400ms;
}
/* single post */
.single-portfolio #main_content,
.single-team #main_content,
.single #main_content > .blog_post_preview{
	margin-bottom: 50px;
}
.single #main_content > .blog_post_preview .blog_content{
	margin: 0;
	padding: 0;
	background: none;
}
.blog_post_preview .blog_content > ul,
.blog_post_preview .blog_content > ol{
	overflow: hidden;
}
.blog_post_preview .blog_content > ul{
	padding-bottom: 17px;
	padding-left: 15px;
}
.blog_post_preview .blog_content > ol{
	margin-bottom: 17px;
}
/* Comments */
#comments{
	margin: 0 0 55px 0;
	padding: 0;
}
#comments:empty{
	font-size: 0;
	line-height: 0;
	height: 0;
	margin: 0 !important;
}
#main_content #comments h2{
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 8px;
}
#respond{
	padding: 0;
	margin: 0;
}
.commentlist #respond{
	margin-bottom: 25px;
}
.gt3_comments_pagination + #respond{
	padding-top: 10px;
}
#respond form#commentform [class^='span'],
#respond form#commentform > p{
	padding: 0;
}
#respond form#commentform > p.comment-form-cookies-consent{
	clear: both;
	position: relative;
}
#respond form#commentform .span6{
	width: calc(50% - 3px);
}
#respond form#commentform *:not(.span6) ~ .span6 ~ .span6{
	float: right;
}
#respond .form_field{
	width: 100%;
}
p.form-submit{
	margin-bottom: 0;
}
.comment-reply-title{
	margin-bottom: 22px;
}
.comment-reply-title,
.comment-reply-title small{
	line-height: 1.6;
	font-size: 16px;
	text-transform: uppercase;
}
#cancel-comment-reply-link:hover{
	color: inherit;
}
p.comment-notes{
	margin-bottom: 20px;
}
ol.commentlist{
	position: relative;
	margin: -5px 0 0 0;
	padding: 0;
	list-style: none;
}
ol.commentlist > li,
ol.commentlist .children > li{
	list-style: none;
	border-top: 1px rgba(148, 148, 148, 0.1) solid;
}
ol.commentlist > li:first-child{
	border-top: none;
}
ol.commentlist > li > ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist > li,
ol.commentlist .children > li,
ul.commentlist li{
	margin: 0;
	padding: 0;
}
ol.commentlist > li:before,
ol.commentlist > li:after,
.commentlist .comment:before{
	display: none;
}
ol.commentlist li .stand_comment{
	padding: 36px 0 26px 112px;
	position: relative;
}
ol.commentlist li.pingback .stand_comment,
ol.commentlist li.trackback .stand_comment{
	padding-left: 0;
}
.thiscommentbody{
	min-height: 78px;
}
ol.commentlist li .commentava{
	position: absolute;
	z-index: 5;
	top: 33px;
	left: 0;
	width: 85px;
	height: 85px;
}
ol.commentlist li .commentava img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
#comments ol.commentlist ul.children{
	padding: 0;
	margin: 0;
}
#comments ol.commentlist ul.children .stand_comment{
	margin-left: 80px;
}
#comments ol.commentlist ul.children ul.children .stand_comment{
	margin-left: 160px;
}
.comment_info{
	padding-right: 90px;
}
.comment_author_says{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 0;
}
.comment_author_says span{
	font-weight: 300;
}
.comment_info a,
#cancel-comment-reply-link{
	transition: color .3s;
}
.comment_info .listing_meta{
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	color: inherit;
}
.comment_info .listing_meta *{
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}
.comment_content p{
	margin: 0;
	padding: 0;
	line-height: 24px;
}
.comment-reply-link{
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	z-index: 1;
	top: 36px;
	right: 0;
	bottom: auto;
	display: inline-block;
}
.comment-reply-link .post_comments_icon{
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
}
.comment-reply-link .icon_custom_svg{
	vertical-align: middle;
}
.comment-reply-link .icon_custom_svg svg{
	width: 12px;
	height: auto;
	max-height: 12px;
	fill: currentColor;
}
.learn_more{
	line-height: 21px;
}
.gt3_module_button a.learn_more{
	margin-bottom: 0;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor.alignment_center{
	text-align: center;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor.alignment_right{
	text-align: right;
}
.gt3_module_title .carousel_arrows a span,
.blog_type1 .blogpost_title a span{
	position: relative;
	display: inline-block;
	width: 0;
	height: 1px;
	margin-left: 9px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	vertical-align: middle;
}
.gt3_module_title .carousel_arrows a span:before,
.blog_type1 .blogpost_title a span:before{
	position: absolute;
	z-index: 5;
	top: -4px;
	right: 0;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-width: 1px;
	border-style: solid;
	border-top: none;
	border-left: none;
}
.gt3_module_title .carousel_arrows a.left_slick_arrow span:before{
	right: auto;
	left: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child{
	display: block !important;
	margin-left: -2px;
}
.blog_post_info > div{
	margin-right: 10px;
}
.blog_post_info > div:last-child{
	margin-right: 0;
}
.blog_post_info,
.gt3_module_button_list{
	line-height: 21px;
}
.blog_post_info,
.blog_post_preview .gt3_module_button_list{
	float: right;
	display: inline-block;
	vertical-align: top;
	width: auto;
}
.blog_post_preview .gt3_module_button_list,
.blog_post_preview .single_meta .listing_meta_wrap{
	float: left;
}
.blog_post_info{
	font-size: 14px;
	font-weight: 700;
}
.post_share_block{
	position: relative;
}
.post_share_block > a{
	display: block;
	position: relative;
	transition: color 300ms;
	-webkit-transition: color 300ms;
	line-height: inherit;
	text-align: center;
	margin-left: 2px;
	color: inherit;
}
.post_share_block > a:before{
	font-family: 'FontAwesome';
	font-weight: normal;
	content: "\f1e0";
	line-height: inherit;
	padding: 0;
	opacity: 1;
	margin: 0 7px;
	color: inherit;
}
.post_share_wrap{
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
	font-size: 0;
	line-height: 0;
	z-index: 555;
	box-shadow: none;
	visibility: hidden;
}
.post_share_block:hover > .post_share_wrap ul li{
	opacity: 1 !important;
	visibility: visible !important;
}
.blog_post_preview.format-standard .post_share_block:hover > .post_share_wrap ul li,
.blog_post_preview.format-quote .post_share_block:hover > .post_share_wrap ul li,
.blog_post_preview.format-link .post_share_block:hover > .post_share_wrap ul li,
.blog_post_preview.format-audio .post_share_block:hover > .post_share_wrap ul li{
	background: #f5f6f7;
}
.post_share_wrap ul{
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}
.post_share_wrap ul li{
	margin: 0;
	text-align: center;
	line-height: 21px;
	width: 25px;
	height: 21px;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	opacity: 0 !important;
	visibility: hidden;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}
.post_share_wrap ul li:nth-child(1){
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.post_share_wrap ul li:nth-child(2){
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.post_share_wrap ul li:nth-child(3){
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.post_share_wrap ul li:nth-child(4){
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.post_share_wrap ul li:nth-child(5){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(1){
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(2){
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(3){
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(4){
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.post_share_block:hover > .post_share_wrap ul li:nth-child(5){
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.post_share_wrap ul li:before{
	display: none;
}
.post_share_wrap a{
	display: block;
}
.post_share_wrap a span{
	display: block;
	line-height: 21px;
	width: 25px;
	font-size: 14px;
	transition: transform 300ms;
	-webkit-transition: -webkit-transform 300ms;
}
.post_share_wrap a .fa-twitter{
	color: #55acee;
}
.post_share_wrap a .fa-facebook{
	color: #3b5999;
}
.post_share_wrap a .fa-pinterest{
	color: #bd081c;
}
.post_share_wrap a .fa-linkedin{
	color: #0077b5;
}
.post_share_wrap a .fa-envelope{
	color: #dd4b39;
}
.post_share_wrap a .fa{
	transition: all 300ms;
}
.post_share_wrap a:hover .fa{
	opacity: 0.7;
}
/* Likes */
.likes_block,
.post_share_block,
.likes_block span{
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
}
.likes_block .icon{
	margin: 0 3px 0 0;
	transition: transform 300ms;
	-webkit-transition: -webkit-transform 300ms;
}
.likes_block .icon:before{
	margin: 0;
	font-size: inherit;
}
.likes_block{
	cursor: pointer;
}
.likes_block.already_liked{
	cursor: default;
}
.likes_block.already_liked .icon:before{
	content: "\f004";
	color: #dd4b39;
}
.like_count,
.like_title{
	transition: color 300ms;
	-webkit-transition: color 300ms;
}
.like_count:empty{
	display: none;
}
.post_block_info{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	/*margin-top: 44px;*/
}
.post_block_info > div{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
	float: none;
}
.post_block_info > div.blog_post_info{
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	min-width: 110px;
	text-align: right;
}
.has_post_boxed_content .blog_post_info{
	display: none;
}
.has_post_boxed_content .gt3_module_button_list{
	padding-bottom: 35px;
}
.has_post_boxed_content .blog_content{
	border-radius: 0;
	padding-left: 30px;
	padding-right: 30px;
}
.has_post_boxed_content .blog_content .blog_post_media{
	margin-left: -30px;
	margin-right: -30px;
	width: calc(100% + 60px);
}
.elementor-widget-gt3-core-blog .has_post_boxed_content .blog_post_media{
	margin-bottom: 30px;
}
/* Pager Block */
ul.pagerblock,
.page-link,
.gt3_comments_pagination{
	margin: 0 0 30px 0;
	padding: 30px 0;
	list-style: none;
	clear: both;
	text-align: left;
}
.gt3_comments_pagination:empty{
	display: none;
}
ul.pagerblock li:before,
ul.pagerblock li:after{
	display: none !important;
}
ul.pagerblock li,
.page-link .page-number,
.gt3_comments_pagination .page-numbers{
	display: inline-block;
	margin: 3px 3px 0 0;
	padding: 0;
	vertical-align: top;
}
ul.pagerblock li a,
ul.pagerblock li span,
.page-link .page-number,
.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers{
	font-size: 0.667em;
	font-weight: 700;
	line-height: 39px;
	display: block;
	width: 39px;
	height: 39px;
	padding: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	text-align: center;
	text-transform: uppercase;
	border: none;
	background: #f9f9f9;
}
.page-link .page-number,
.gt3_comments_pagination .page,
.gt3_comments_pagination .page-numbers{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
}
ul.pagerblock li a i,
ul.pagerblock li span i{
	font-size: 1.2em;
}
.pagerblock li a:hover,
.pagerblock li a:focus{
	color: inherit;
}
ul.pagerblock li a.current,
ul.pagerblock li a.current:hover,
.page-link > span.page-number,
.page-link span.current .page-number,
.gt3_comments_pagination .page-numbers.current{
	color: #ffffff;
	cursor: default;
}
/* Style Scroll */

.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar{
	width: 5px;
	background-color: #a7a7a8;
}
.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.sidebar-container.span3 .gt3_widget > ul::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar{
	width: 5px;
	padding-left: 5px;
	background-color: #a7a7a8;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.gt3_header_builder_cart_component__cart-container::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar{
	width: 5px;
	padding-left: 5px;
	background-color: #a7a7a8;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
}
.select2-container--default.select2-container--open .select2-results > .select2-results__options.select2-results__options::-webkit-scrollbar-thumb{
	background-color: #a7a7a8;
}
/* ! Style Scroll */

/* Select 2 */
span.select2-dropdown{
	border-color: rgba(245, 246, 247, 1);
}
.select2-container--default span.select2-selection--multiple,
.select2-container--default.select2-container--focus span.select2-selection--multiple{
	border-color: rgba(245, 246, 247, 1);
	border-radius: 0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered{
	display: block;
	height: 49px;
	padding: 0 7px;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li{
	margin: 0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice{
	margin: 6px 2px;
	border: none;
	background-color: transparent;
}
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove{
	font-weight: 400;
	margin-right: 3px;
	-webkit-transition: color 200ms;
	-moz-transition: color 200ms;
	-ms-transition: color 200ms;
	transition: color 200ms;
	color: inherit;
}
.select2-container--default .select2-selection--multiple span.select2-selection__choice__remove:hover{
	color: red;
}
.select2-container--default li.select2-results__option:focus{
	outline: none;
}
.select2-container--default li.select2-results__option[aria-selected=true],
.select2-container--default li.select2-results__option[data-selected=true]{
	font-weight: 300;
	background-color: #fafafa;
}
/* Select 2 end */

/* WIDGET STYLES */
aside > .widget,
.main_footer .widget{
	position: relative;
}
aside > .widget + .widget,
.elementor-widget-sidebar > .elementor-widget-container > .widget + .widget,
.elementor-widget-sidebar > .widget + .widget,
.main_footer .widget + .widget{
	margin-top: 40px;
}
.main_footer .widget.widget_text + .widget.widget_custom_html{
	margin-top: 30px;
}
.main_footer .widget.widget_recent_entries ul li:before,
.main_footer .widget.widget_recent_entries ul li a:before{
	display: none;
}
.main_footer .widget.widget_recent_entries ul li{
	font-size: .889em;
	line-height: 1.67;
	margin-bottom: 20px;
}
.main_footer .widget.widget_recent_entries ul li:last-child{
	margin-bottom: 0;
}
.main_footer .widget.widget_recent_entries ul li:not(:last-child):after{
	content: '';
	display: block;
	margin: 20px -2px 0;
	height: 1px;
	background-color: rgba(240, 240, 240, 0.1);
}
.main_footer .widget.widget_recent_entries .post-date,
.main_footer .widget.widget_rss .rss-date{
	opacity: 1;
}
.main_footer .widget.widget_recent_entries a{
	display: inline-block;
}
.main_footer .widget.widget_recent_entries .post-date{
	margin-top: 9px;
	display: block;
}
aside > .widget:last-child{
	margin-bottom: 35px;
}
.main_footer .widget .gt3_social a{
	line-height: 1.1;
	color: inherit;
}
.main_footer .widget_categories ul li .post_count{
	color: inherit;
}
.widget .gt3-button-cat-wrap-open{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	display: none;
	width: 15px;
	cursor: pointer;
	text-align: center;
}
.widget .gt3-button-cat-wrap-open:before{
	font-family: Theme_icon;
	line-height: 20px;
	display: inline-block;
	content: '\f106';
	-webkit-transition: transform .3s;
	-moz-transition: transform .3s;
	-ms-transition: transform .3s;
	transition: transform .3s;
}
.widget.open .gt3-button-cat-wrap-open:before{
	-webkit-transform: rotate3d(1, 0, 0, 180deg);
	-moz-transform: rotate3d(1, 0, 0, 180deg);
	-ms-transform: rotate3d(1, 0, 0, 180deg);
	transform: rotate3d(1, 0, 0, 180deg);
}
.widget.widget_text ul li a:before,
.widget.widget_product_categories ul li a:before,
.widget.widget_nav_menu ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.main_wrapper ul li a:before,
.widget.main_footer ul li a:before,
ul.wp-block-archives li a:before,
ul.wp-block-categories li a:before,
ul.wp-block-latest-posts li a:before{
	content: "\2022";
	display: inline-block;
	margin-right: 10px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #c7cad0;
	-webkit-transition: color 400ms;
	-moz-transition: color 400ms;
	-ms-transition: color 400ms;
	transition: color 400ms;
}
.widget.main_footer ul li:before{
	color: inherit;
}
.wp-block-latest-comments li:before{
	display: none !important;
}
.sidebar-container.span3 .gt3_widget ul.children,
.sidebar-container.span3 .gt3_widget ul.menu ul.sub-menu{
	padding-top: 9px;
}
.calendar_wrap thead{
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
}
.widget .calendar_wrap table{
	width: calc(100% + .5px);
	margin: 0;
	position: relative;
}
.widget .calendar_wrap table > *{
	border-left: 10px solid;
	border-right: 10px solid;
}
.widget .calendar_wrap table > tbody{
	border-color: #ffffff;
	line-height: 2.8;
}
.widget .calendar_wrap table > tfoot{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 4.25;
}
.widget .calendar_wrap table td{
	width: calc(100% / 7);
	padding: 5px 0;
	text-align: center;
	color: #1e2428;
	font-weight: 700;
	font-size: 16px;
}
.gt3_widget ul li,
#main_content ul.wp-block-archives li,
#main_content ul.wp-block-categories li,
#main_content ul.wp-block-latest-posts li{
	padding: 0;
}
#main_content ul.wp-block-archives,
#main_content ul.wp-block-categories,
#main_content ul.wp-block-latest-posts{
	margin-bottom: 30px;
}
.gt3_widget > ul > li,
.gt3_widget ul li,
#main_content ul.wp-block-archives li,
#main_content ul.wp-block-categories li,
#main_content ul.wp-block-latest-posts li{
	position: relative;
	margin-top: 0;
	margin-bottom: 15px;
}
.gt3_widget > ul > li:last-child{
	margin-bottom: 0;
}
.widget.widget_text p + ul{
	margin-top: 20px;
}
.widget.widget_text ul,
.widget.widget_archive ul,
.widget.widget_product_categories ul,
.widget.widget_categories ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_recent_entries ul,
.widget.widget_nav_menu ul,
ul.wp-block-archives,
ul.wp-block-categories,
ul.wp-block-latest-posts{
	margin: 0;
	padding: 0;
}
.widget.widget_text ul ul,
.widget.widget_archive ul ul,
.widget.widget_product_categories ul ul,
.widget.widget_categories ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_recent_comments ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_nav_menu ul ul,
#main_content ul.wp-block-archives ul,
#main_content ul.wp-block-categories ul,
#main_content ul.wp-block-latest-posts ul{
	/*margin-top: 0;*/
	margin-top: 15px;
	margin-left: 15px;
}
.widget.widget_text ul li,
.widget.widget_archive ul li,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul > li,
.widget.widget_product_categories ul li,
.widget.widget_categories ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_nav_menu ul li,
#main_content ul.wp-block-archives li,
#main_content ul.wp-block-categories li,
#main_content ul.wp-block-latest-posts li{
	font-size: 0.667em;
	line-height: 1.3;
	font-weight: 400;
}
aside .widget.widget_text ul li,
.widget.widget_text ul li li,
.widget.widget_archive ul li li,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul > li li,
.widget.widget_product_categories ul li li,
.widget.widget_categories ul li li,
.widget.widget_pages ul li li,
.widget.widget_meta ul li li,
.widget.widget_recent_comments ul li li,
.widget.widget_recent_entries ul li li,
.widget.widget_nav_menu ul li li,
#main_content ul.wp-block-archives li li,
#main_content ul.wp-block-categories li li,
#main_content ul.wp-block-latest-posts li li{
	font-size: 1em;
}
.widget.widget_text ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_archive ul li a,
.widget.widget_pages ul li a,
.widget.widget_categories ul li a,
.widget.widget_recent_entries ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li a,
.widget.main_wrapper ul li a,
.widget.main_footer ul li a,
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a{
	font-size: inherit;
	line-height: inherit;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span.count,
.widget_product_categories ul li .post_count,
.widget_categories ul li .post_count,
.widget_archive ul li .post_count{
	position: absolute;
	top: 0;
	right: 0;
	pointer-events: none;
}
.widget.widget_recent_entries > ul > li,
.widget_recent_comments > ul > li,
.gt3_widget.widget_meta > ul > li,
.gt3_widget.widget_pages > ul > li,
.gt3_widget.widget_product_categories > ul > li,
.gt3_widget.widget_categories > ul > li,
.gt3_widget.widget_archive > ul > li,
.gt3_widget.woocommerce.widget_product_categories > ul > li,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul > li{
	padding-top: 0;
	padding-bottom: 0;
}
.widget.gt3_widget.woocommerce.widget_price_filter form{
	margin-top: 21px;
}
.widget.widget_layered_nav.woocommerce-widget-layered-nav ul li a{
	padding: 0;
}
.widget.gt3_widget.widget_categories ul,
.widget.gt3_widget.woocommerce.widget_product_categories .product-categories{
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_product_categories ul li:before,
.widget_categories ul li:before{
	line-height: inherit !important;
}
.widget.widget_recent_entries li:after{
	display: table;
	clear: both;
	content: '';
}
.widget_flickr:after{
	display: table;
	clear: both;
	content: '';
}
.main_footer .textwidget p{
	font-size: 16px;
	line-height: 1.9em;
	margin-bottom: 10px;
}
.main_footer .textwidget p:last-child{
	margin-bottom: 0;
}
.flickr_widget_wrapper{
	margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image{
	position: relative;
	z-index: 1;
	width: calc(33.33% - 10px);
	max-width: 120px;
	height: calc(33.33% - 10px);
	max-height: 120px;
	display: inline-block;
	vertical-align: top;
}
.flickr_badge_image > a:before{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	transition: opacity 300ms;
	opacity: 0;
	background: #000000;
}
.flickr_badge_image > a:hover:before{
	opacity: .3;
}
.calendar_wrap{
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 370px;
	border: none;
	background-color: #ffffff;
}
.calendar_wrap tr{
	border: none;
}
.calendar_wrap caption{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 4.25;
	/*margin: -10px -11px 10px -10px;*/
	color: #ffffff;
	border-bottom: none;
}
.widget .calendar_wrap table td#today{
	/*font-weight: 500;*/
	position: relative;
	z-index: 1;
}
.widget .calendar_wrap table td#prev{
	padding: 0 0 0 10px;
	text-align: left;
	font-size: inherit;
}
.widget .calendar_wrap table td#next{
	padding: 0 10px 0 0;
	text-align: right;
	font-size: inherit;
}
.widget .calendar_wrap table td#prev a:not(:hover),
.widget .calendar_wrap table td#next a:not(:hover){
	color: #ffffff;
}
.widget .calendar_wrap table tfoot td.pad{
	display: none;
}
.widget .calendar_wrap table th{
	padding: 5px 0;
	text-align: center;
}
.widget .calendar_wrap table th:nth-last-child(1),
.widget .calendar_wrap table th:nth-last-child(2){
	opacity: .5;
}
.widget .calendar_wrap tbody td > a{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
	height: 100%;
	color: inherit;
}
.main_footer .calendar_wrap tbody,
.main_footer .widget .calendar_wrap table td#today{
	color: inherit;
}
.widget .calendar_wrap tbody td > a:before{
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	max-width: 100%;
	margin: auto;
	content: '';
	border-radius: 50%;
	border: 1px solid;
}
/* Tag Cloud */
.widget .tagcloud{
	overflow: hidden;
	margin: 0 -5px 0 0;
}
.tagcloud a{
	font-size: 14px !important;
	font-weight: 300;
	line-height: 16px;
	letter-spacing: 0;
	text-transform: lowercase;
	padding: 7px 8px;
	border-radius: 0;
	border: 1px solid #f9f9f9;
	background: #f9f9f9;
	color: #949494;
	margin: 0 5px 5px 0;
	white-space: nowrap;
	display: inline-block;
}
.tagcloud a:hover{
	border: 1px solid #f6f7f8;
	background: #ffffff;
}
.single_post_tags .tagcloud{
	margin-top: -10px;
}
.single_post_tags .tagcloud a{
	margin: 5px 2px 0 0;
}
.main_footer .tagcloud a{
	color: inherit;
	border-color: CurrentColor;
	background: transparent;
}
.main_footer .tagcloud a:hover{
	color: #ffffff;
}
/* Instagram */
.widget #sb_instagram{
	padding: 10px 0 0 0 !important;
}
.widget #sbi_images{
	width: calc(100% + 9px) !important;
	margin: 0 0 0 -9px !important;
	padding: 0 !important;
}
.widget #sb_instagram #sbi_images .sbi_item{
	margin: 0 !important;
	padding: 0 0 9px 9px !important;
	border: none !important;
}
.content-container #sb_instagram #sbi_images .sbi_item{
	overflow: hidden;
}
.content-container #sb_instagram .sbi_photo_wrap a{
	position: relative;
	-webkit-transition: -webkit-transform 7s;
	-moz-transition: -moz-transform 7s;
	-ms-transition: -ms-transform 7s;
	transition: transform 7s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.content-container #sb_instagram .sbi_photo_wrap a:hover{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
#sb_instagram .sbi_photo_wrap a,
#sb_instagram .sbi_photo_wrap a:hover{
	opacity: 1 !important;
}
.widget #sb_instagram .sbi_photo_wrap a:before{
	font-family: Theme_icon;
	font-size: 30px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	content: '\f103';
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	transition: opacity .4s;
	text-align: center;
	opacity: 0;
	color: #ffffff;

	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.widget #sb_instagram .sbi_photo_wrap a:hover:before{
	opacity: 1;
}
#sb_instagram{
	position: relative;
}
#sb_instagram #sbi_load{
	position: absolute;
	bottom: 0;
}
#sb_instagram #sbi_load .sbi_follow_btn{
	margin-left: 0;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a{
	font-size: 14px;
	line-height: 15px;
	padding: 6px 15px;
	border-radius: 0;
}
/* Image Widget */
img.rounded,
.elementor img.rounded{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/* Text Widget */
.textwidget{
	font-size: 0.9em;
	line-height: 1.5;
}
.textwidget p:last-of-type{
	margin-bottom: 0;
}
.textwidget:after{
	display: table;
	clear: both;
	content: '';
}
.textwidget img{
	max-width: 100%;
	margin: 0 0 25px 0;
	vertical-align: top;
}
.textwidget img.aligncenter{
	margin: 0 auto 25px auto;
}
.textwidget a img{
	margin: 0 auto;
}
.textwidget strong + br{
	margin-bottom: 15px;
}
.alignfull{
	width: 100vw;
	max-width: none;
	margin-left: calc((1170px - 100vw) / 2);
}
#main_content.gt3_module_blog .alignfull{
	width: 100%;
	margin-left: 0;
}
.alignfull img{
	border-radius: 0;
}
@media only screen and (max-width: 1200px){
	.alignfull{
		margin-left: calc((950px - 100vw) / 2);
	}
}
@media only screen and (max-width: 992px){
	.alignfull{
		margin-left: calc((728px - 100vw) / 2);
	}
}
@media only screen and (max-width: 768px){
	.alignfull{
		margin-left: calc((560px - 100vw) / 2);
	}
}
@media only screen and (max-width: 600px){
	.alignfull{
		margin-left: calc((420px - 100vw) / 2);
	}
}
@media only screen and (max-width: 480px){
	.alignfull{
		margin-left: -5vw;
	}
}
#main_content .wp-block-gallery{
	padding-left: 0;
}
#main_content .wp-block-gallery .blocks-gallery-image figcaption,
#main_content .wp-block-gallery .blocks-gallery-item figcaption{
	box-sizing: border-box;
}
#main_content .wp-block-gallery .blocks-gallery-item{
	padding: 0;
}
#main_content .wp-block-gallery .blocks-gallery-item:before{
	display: none !important;
}
#main_content .wp-block-audio{
	margin: 0;
}
/* Dropcap */
.gt3_dropcaps,
.dropcap{
	font-family: inherit;
	font-size: 52px;
	line-height: 1;
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	text-transform: uppercase;
}
/* footer widget style */
.top_footer{
	font-weight: 300;
}
@media only screen and (min-width: 1100px){
	.top_footer .row{
		margin-right: -2.5%;
		margin-left: -2.5%;
	}
	.gt3_custom_padding_tab.elementor-widget-gt3-core-tabs .gt3_tabs_wrapper > ul > li:last-child a{
		margin-right: 0 !important;
	}
	.top_footer .row [class*=span]{
		padding-right: 2.5%;
		padding-left: 2.5%;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
	.top_footer .row [class*=span]{
		display: inline-block;
		float: none;
		width: 50%;
		margin-bottom: 35px;
		vertical-align: top;
	}
	.top_footer .row [class*=span]:nth-last-child(1),
	.top_footer .row [class*=span]:nth-last-child(2){
		margin-bottom: 0;
	}
}
.top_footer .widget_nav_menu .menu .menu-item{
	line-height: 1.75em;
	margin-bottom: 10px;
	padding: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:hover,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item{
	padding-left: 0;
}
.top_footer .widget_nav_menu .menu .menu-item:before,
.top_footer .widget_nav_menu .menu .menu-item.current-menu-item:before{
	display: none;
}
.top_footer .widget_nav_menu .menu .menu-item .menu-item{
	padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu{
	padding-top: 5px;
}
.top_footer .widget_nav_menu .menu .menu-item + .menu-item{
	border-top: none;
}
/* end footer widget style  */

/* END WIDGET STYLES */

::-moz-selection{
	color: #ffffff;
}
::selection{
	color: #ffffff;
}
/* page 404 */
body.error404 .gt3-page-title{
	margin-bottom: 0 !important;
}
.wrapper_404{
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}
.wrapper_404 p{
	font-size: 1.125em;
	margin-bottom: 53px;
	padding-top: 10px;
}
.wrapper_404 .number_404{
	font-size: 130px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 28px;
}
.wrapper_404{
	padding: 80px 0;
	padding-top: 120px;
	min-height: 67vh;
	position: relative;
	white-space: nowrap;
	text-align: center;
}
.search-no-results .wrapper_404{
	padding: 0;
	margin-top: 10px;
}
.search-no-results .wrapper_404 h2{
	font-weight: 400;
}
.search-no-results .wrapper_404:before{
	height: auto;
}
.wrapper_404:before{
	display: inline-block;
	height: 60vh;
	content: '';
	vertical-align: middle;
}
.container_vertical_wrapper{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	white-space: normal;
}
span.highlighter{
	display: inline-block;
	padding-right: .05em;
	padding-left: .05em;
}
.gt3_title_line{
	line-height: inherit;
	position: relative;
	z-index: 1;
	width: 140px;
	margin-left: -140px;
	float: left;
}
.gt3_title_line.right{
	float: right;
	margin-left: auto;
	margin-right: -140px;
}
.gt3_title_line:before{
	content: '';
	display: inline-block;
	width: 110px;
	border-top: 1px solid;
	position: absolute;
	vertical-align: middle;
	top: calc(50% - 1px);
	opacity: 0.65;
}
.gt3_title_line.right:before{
	left: auto;
	right: 0;
}
.gt3_title_line span{
	width: inherit;
	display: inline-block;
}
.wrapper_404 .container{
	width: 100%;
}
/* back_to_top */
.back_to_top_container{
	position: fixed;
	z-index: 3;
	right: 40px;
	bottom: 40px;
	pointer-events: none;
}
#back_to_top{
	display: block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	transition: all .3s;
	text-align: center;
	pointer-events: none;
	opacity: 0;
	color: #ffffff;
	border-radius: 0;
}
#back_to_top:after{
	content: '\f077';
	font: normal normal normal 13px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	position: absolute;
	right: 18px;
	top: 17px;
	height: 24px;
	transition: all 300ms;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.font-awesome-4-shim #back_to_top:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
#back_to_top.show{
	pointer-events: auto;
	opacity: .9;
}
#back_to_top.show:hover,
#back_to_top.show:hover:after{
	color: #ffffff;
}
/* end back_to_top */

/* RS Slider */
.gt3_custom_button{
	letter-spacing: 1px;
}
.gt3_custom_button i{
	font-size: 17px;
	line-height: 23px;
	display: inline-block;
	padding: 1px 3px 0 3px;
	vertical-align: top;
}
.gt3_custom_button:hover i{
	color: #ffffff;
}
.pp_block h2{
	margin-bottom: 30px;
}
#main_content .wrapper_404 h2{
	font-size: 14px;
	color: inherit;
}
.search_result_form,
.post-password-form{
	max-width: 500px;
	margin: 0 auto;
	padding: 0 30px;
}
.search_result_form .search_text,
.post-password-form input[type=password]{
	width: 100%;
	margin-bottom: 20px;
}
.post-password-form input[type=password]{
	margin-top: 5px;
}
.blog_post_preview.format-standard .post-password-form input[type=password]{
	background-color: #ffffff;
}
.format-standard .blog_content .post-password-form,
.format-audio .blog_content .post-password-form,
.format-quote .blog_content .post-password-form,
.format-link .blog_content .post-password-form{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0;
}
/* Call Back */
.body_pp .gt3-page-title{
	display: none;
}
.body_pp .gt3-page-title + .site_wrapper > .main_wrapper{
	padding-top: 40px;
}
/*preloader*/
.gt3_preloader_full{
	z-index: 1001 !important;
}
/* linear preloader */
.gt3_linear-loading{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	background-color: #2b3258;
}
.gt3_preloader_image_on .gt3_linear-loading-center-absolute{
	-webkit-animation: logo-appear 12s ease;
	animation: logo-appear 12s ease;
	-webkit-animation-delay: 400ms;
	animation-delay: 400ms;
	opacity: 0;
}
.gt3_linear-loading-center{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
.gt3_linear-loading-center:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_linear-loading-center-absolute{
	display: inline-block;
	vertical-align: middle;
}
.gt3_linear-loading-center-absolute .gt3_linear-object{
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	width: 150px;
	height: 2px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
.gt3_linear-loading-center-absolute .gt3_linear-object:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 0;
	content: '';
	-webkit-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	animation: loading-bar 1.4s ease;
	animation-iteration-count: infinite;
	opacity: 1;
	border-top: 2px solid;
}
@keyframes loading-bar{
	0%,
	100%{
		transform: translate(-30px, 0);
	}
	50%{
		transform: translate(130px, 0);
	}
}
@-webkit-keyframes loading-bar{
	0%,
	100%{
		-webkit-transform: translate(-30px, 0);
	}
	50%{
		-webkit-transform: translate(130px, 0);
	}
}
@keyframes logo-appear{
	0%{
		opacity: 0;
	}
	8%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes logo-appear{
	0%{
		opacity: 0;
	}
	8%{
		opacity: 1;
	}
	100%{
		opacity: 1;
	}
}
@-webkit-keyframes object_one{
	25%{
		-webkit-transform: translate(0, -40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_one{
	25%{
		-webkit-transform: translate(0, -40px) rotate(-180deg);
		transform: translate(0, -40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_two{
	25%{
		-webkit-transform: translate(40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_two{
	25%{
		-webkit-transform: translate(40px, 0) rotate(-180deg);
		transform: translate(40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_three{
	25%{
		-webkit-transform: translate(-40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_three{
	25%{
		-webkit-transform: translate(-40px, 0) rotate(-180deg);
		transform: translate(-40px, 0) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
@-webkit-keyframes object_four{
	25%{
		-webkit-transform: translate(0, 40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
	}
}
@keyframes object_four{
	25%{
		-webkit-transform: translate(0, 40px) rotate(-180deg);
		transform: translate(0, 40px) rotate(-180deg);
	}
	100%{
		-webkit-transform: translate(0, 0) rotate(-180deg);
		transform: translate(0, 0) rotate(-180deg);
	}
}
/* linear preloader end */

/* circle preloader */
@keyframes gt3_circle-fade_out{
	from{
		opacity: 1;
	}
	to{
		opacity: 0;
	}
}
.gt3_circle-fade_out{
	animation-name: gt3_circle-fade_out;
}
@keyframes gt3_circle-fade_in{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.gt3_circle-fade_in{
	animation-name: gt3_circle-fade_in;
}
@keyframes gt3_circle-preloader_in{
	0%{
		transform: scale(.5);
		opacity: 0;
	}
	25%{
		transform: scale(1.4);
		opacity: 1;
	}
	60%{
		transform: scale(1);
		opacity: 1;
	}
}
@keyframes gt3_circle-preloader_out{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	25%{
		transform: scale(1.4);
		opacity: 1;
	}
	60%{
		transform: scale(.5);
		opacity: 0;
	}
	100%{
		transform: scale(.5);
		opacity: 0;
	}
}
.gt3_circle-animated{
	animation-duration: 1s;

	animation-fill-mode: both;
}
.gt3_circle-overlay{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;

	justify-content: center;
}
.gt3_circle-overlay .gt3_circle-preloader svg{
	animation-name: gt3_circle-preloader_in;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;

	animation-fill-mode: forwards;
}
.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-out svg{
	animation-name: gt3_circle-preloader_out;
}
.gt3_circle-overlay .gt3_circle-preloader.gt3_circle-animate .gt3_circle-outer{
	animation-duration: 2.3s;
	animation-timing-function: linear;
	animation-delay: 1s;
	opacity: 1;
}
.gt3_circle-overlay .gt3_circle-preloader .gt3_circle-logo{
	line-height: 1px;
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 5px;
	animation-delay: .5s;
	text-align: center;
	opacity: 0;
}
.gt3_circle-preloader{
	position: relative;
	display: flex;
	align-items: center;
	width: 200px;
	height: 200px;
}
.gt3_circle-preloader.gt3_circle-animate{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.gt3_circle-preloader svg{
	position: absolute;
	top: 0;
}
.gt3_circle-outer{
	opacity: 0;

	fill: transparent;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-dasharray: 99;
	stroke-dashoffset: 502;
}
.gt3_circle-outer.gt3_circle-loading{
	-webkit-transition: stroke-dashoffset .8s ease;
	-moz-transition: stroke-dashoffset .8s ease;
	-ms-transition: stroke-dashoffset .8s ease;
	transition: stroke-dashoffset .8s ease;
}
.gt3_circle-background{
	opacity: .5;

	stroke: #ffffff;
	stroke-width: 2;
	fill: transparent;
}
.gt3_circle-animate .gt3_circle-outer{
	animation-duration: 10s;
	animation-timing-function: ease;
	opacity: 1;
}
/* circle preloader end */

/* theme preloader start */
.gt3_theme_prl-preloader svg{
	overflow: visible;
	box-sizing: border-box;
}
.gt3_theme_prl-overlay{
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;

	justify-content: center;
}
.gt3_theme_prl-overlay .gt3_theme_prl-preloader .gt3_theme_prl-logo{
	line-height: 1px;
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	opacity: 1;
}
.gt3_theme_prl-preloader{
	position: relative;
	display: flex;
	align-items: center;
	width: 200px;
	height: 200px;
}
.gt3_theme_prl-preloader svg{
	position: absolute;
	top: 0;
	-webkit-animation: spin_theme_preloader 1.6s linear infinite;
	-moz-animation: spin_theme_preloader 1.6s linear infinite;
	animation: spin_theme_preloader 1.6s linear infinite;
}
.gt3_theme_prl-background{
	stroke: #ffffff;
	stroke-width: 2;
	fill: transparent;
}
@-moz-keyframes spin_theme_preloader{
	100%{
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin_theme_preloader{
	100%{
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin_theme_preloader{
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/* theme preloader end */

/* GT3 Header Builder */
.gt3_header_builder{
	position: relative;
	z-index: 1000;
}
.gt3_header_builder.header_over_bg{
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
}
.body_pp .gt3_header_builder.header_over_bg{
	position: relative;
}
.gt3_header_builder__section-container{
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
	display: none;
}
.gt3_header_builder__section-container.container_full{
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
}
@media only screen and (max-width: 767px){
	.gt3_header_builder__section-container.container_full{
		margin-right: 10px;
		margin-left: 10px;
		padding-right: 0;
		padding-left: 0;
	}
}
.gt3_header_builder__section .header_side,
.gt3_header_builder__section.not_empty_center_side .header_side.center{
	position: relative;
	height: 100%;

	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
.gt3_header_builder__section .header_side.left,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--left-align{
	text-align: left;
}
.gt3_header_builder__section .header_side.right,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--right-align{
	text-align: right;
}
.gt3_header_builder__section .header_side.center,
.gt3_header_builder__section .header_side.header_side--custom-align.header_side--center-align{
	text-align: center;
}
.gt3_header_builder__section.not_empty_center_side .header_side,
.gt3_header_builder__section .header_side.header_side--custom-align,
.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0;
	flex: 1 1 0;
}
.gt3_header_builder .header_side_container:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_header_builder_component{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	white-space: normal;
}
.gt3_header_builder a{
	color: inherit;
}
@media only screen and (max-width: 379px){
	.gt3_header_builder_component{
		margin-right: 4px;
		margin-left: 5px;
	}
}
.gt3_header_builder_menu_component{
	margin-right: 10px;
	margin-left: 10px;
}
/*.gt3_header_builder_search_component,*/
.gt3_header_builder_burger_sidebar_component{
	margin-right: 6px;
	margin-left: 6px;
}
.gt3_header_builder_component:first-of-type{
	margin-left: 0;
}
.gt3_header_builder_component:last-of-type{
	margin-right: 0;
}
.gt3_header_builder_component p{
	margin-bottom: 0;
}
.gt3_header_builder__section[class*="gt3_header_builder__section--top"] .gt3_header_builder_component.gt3_header_builder_text_component{
	font-size: 12px;
}
.gt3_header_builder .gt3_header_builder_cart_component > a{
	color: inherit;
}
.gt3_header_builder_cart_component .buttons .button{
	color: #ffffff;
}
.gt3_header_builder_delimiter_component{
	width: 0;
	height: 15px;
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	opacity: 1;
	border-left: 1px solid rgba(235, 240, 242, 1);
}
div[class*="gt3_header_builder__section--top"] .gt3_header_builder__section-container{
	z-index: 3;
}
div[class*="gt3_header_builder__section--middle"] .gt3_header_builder__section-container{
	z-index: 2;
}
div[class*="gt3_header_builder__section--bottom"] .gt3_header_builder__section-container{
	z-index: 1;
}
.gt3_header_builder_empty_space_component{
	height: 10px;
	width: 30px;
	padding: 0;
}
.gt3_header_builder__section--show_on_tablet,
.gt3_header_builder__section--show_on_mobile{
	display: none;
}
.gt3_header_builder .column_menu .gt3-menu-categories-title{
	position: relative;
	display: inline-block;
	width: 240px;
	padding: 18px 30px;
	cursor: pointer;
	color: #ffffff;
}
.gt3_header_builder .column_menu .gt3-menu-categories-title i{
	line-height: inherit;
	float: right;
}
.gt3_header_builder .column_menu > div,
.gt3_header_builder .column_menu > ul{
	margin: 0;
}
.gt3_header_builder_menu_component .column_menu{
	position: relative;
	width: 300px;
}
.gt3_header_builder_menu_component .column_menu ul{
	visibility: hidden;
	opacity: 0;
}
.gt3_header_builder_menu_component .column_menu ul{
	z-index: 555;
	visibility: visible;
	-webkit-transition: visibility 300ms ease, opacity 300ms;
	-moz-transition: visibility 300ms ease, opacity 300ms;
	-ms-transition: visibility 300ms ease, opacity 300ms;
	transition: visibility 300ms ease, opacity 300ms;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
	box-shadow: 0 1px 20px -2px rgba(66, 71, 76, .09);
}
.gt3_header_builder_menu_component .column_menu .menu{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
}
.sticky_header .gt3_header_builder_menu_component .column_menu .menu{
	display: none;
}
.gt3_header_builder_menu_component .column_menu .menu li ul{
	position: absolute;
	z-index: 555;
	top: 0;
	right: 0;
	display: block;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	opacity: 0;
}
.gt3_header_builder_menu_component .column_menu .menu li:hover > ul{
	visibility: visible;
	opacity: 1;
}
.gt3_header_builder_menu_component .column_menu .menu li a span{
	padding-left: 10px;
}
.gt3_header_builder_menu_component .column_menu > ul > li > ul:before,
.gt3_header_builder_menu_component .column_menu > ul > li > ul:after,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:before,
.gt3_header_builder_menu_component .column_menu .gt3_megamenu_triangle:after,
.gt3_header_builder_menu_component .column_menu ul li ul li > a > span:after{
	display: none;
}
.gt3_header_builder .left .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
	right: auto;
	left: 101%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.gt3_header_builder .right .gt3_header_builder_menu_component .column_menu > ul > li .sub-menu{
	right: 101%;
	left: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
.header_side.right .gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
	text-align: left;
}
.gt3_header_builder_menu_component .column_menu ul li ul .menu-item > a{
	font-size: 16px;
	line-height: 1;
	display: block;
	padding: 17px 0 18px;
}
.gt3_header_builder_menu_component .column_menu ul li ul.sub-menu{
	border-radius: 0;
}
.gt3_header_builder_menu_component .column_menu .menu li{
	position: relative;
	display: block;
	float: none;
	height: auto;
	margin: 0;
	padding: 0 15px;
}
.gt3_header_builder_menu_component .column_menu .menu > li > a{
	font-size: 16px;
	line-height: 1;
	position: relative;
	z-index: 1;
	display: block;
	padding: 17px 0 18px;
}
.gt3_header_builder_menu_component .column_menu ul > li:not(:last-child) > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: '';
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	opacity: 1;
	border-top: 1px solid #f3f4f4;

	will-change: transform;
}
.gt3_custom_header_btn a{
	line-height: 24px;
	font-size: 12px;
	letter-spacing: 2px;
	display: inline-block;
	padding: 0 12px;
	border-radius: 12px;
	background: #232325;
	color: #ffffff;
	font-weight: bold;
	transition: all 300ms;
}
.gt3_custom_header_btn a{
	background: #ffffff;
}
.gt3_custom_header_btn a:hover{
	color: #ffffff;
}
.gt3_custom_header_btn a:hover{
	color: #ffffff !important;
}
.gt3_custom_header_btn{
	line-height: 0;
}
.gt3_header_builder + script + .site_wrapper h1.portfolio_title_content,
.gt3_header_builder + .site_wrapper h1.portfolio_title_content{
	margin-top: 50px;
}
@media only screen and (max-width: 1199px){
	.gt3_header_builder .sticky_header{
		display: none;
		height: 0;
	}
	.gt3_header_builder .sticky_header.sticky_header--tablet{
		display: block;
		height: auto;
	}
	.gt3_header_builder_menu_component .main-menu,
	.gt3_header_builder .menu_item_line{
		display: none;
	}
	.gt3_header_builder_menu_component .mobile-navigation-toggle,
	.gt3_header_builder_menu_component .mobile-navigation_column-toggle{
		display: inline-block;
	}
	.gt3_header_builder > .mobile_menu_container .main-menu > ul{
		display: none;
	}
	.gt3_header_builder > .mobile_menu_container .main-menu{
		display: block;
	}
	.gt3_header_builder > .mobile_menu_container .gt3_header_builder_component{
		display: block;
	}
	.gt3_header_builder_component.gt3_header_builder_menu_component{
		height: 100%;
	}
	.gt3_header_builder_menu_component .column_menu{
		position: relative;
		display: flex;
		width: auto;
		height: 100%;
	}
	.gt3_header_builder .column_menu .gt3-menu-categories-title{
		font-size: 0;
		line-height: 10px;
		width: auto;
		margin: auto;
		padding: 15px;
	}
	.gt3_header_builder .column_menu .gt3-menu-categories-title i{
		font-size: 16px;
	}
	.gt3_header_builder_menu_component .column_menu .menu{
		width: 320px;
		width: 100vw;
	}
	.gt3_header_builder_menu_component .column_menu > ul.menu > li ul.sub-menu{
		position: relative;
		top: 0;
		left: 0;
		display: none;
		visibility: visible;
		-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		transition: unset;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
	.gt3_header_builder_empty_space_component{
		width: 12px;
	}
	.gt3_header_builder__section--hide_on_tablet{
		display: none;
	}
	.gt3_header_builder__section--show_on_tablet{
		display: block;
	}
}
@media only screen and (max-width: 1200px){
	.gt3_header_builder.header_over_bg--tablet-off{
		position: relative;
	}
}
@media only screen and (max-width: 991px){
	div[class*="gt3_header_builder__section--top"]{
		font-size: 11px;
		line-height: 1.2;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal{
		padding: 0;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal ul{
		padding: 0;
		white-space: nowrap;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a{
		padding: 0 0 0 10px;
	}
	div[class*="gt3_header_builder__section--top"] .wpml-ls-legacy-list-horizontal a span{
		display: none;
	}
}
@media only screen and (max-width: 767px){
	.gt3_header_builder .sticky_header.sticky_header--mobile{
		display: block;
		height: auto;
	}
	.gt3_header_builder__section.not_empty_center_side .header_side,
	.gt3_header_builder__section .header_side.header_side--custom-align,
	.gt3_header_builder__section.not_empty_center_side .header_side.header_side--custom-align{
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	.gt3_header_builder__section--hide_on_mobile,
	.search_cat_mobile_hide{
		display: none;
	}
	.gt3_header_builder__section--show_on_mobile{
		display: block;
	}
	.gt3_header_builder.header_over_bg:not(.header_over_bg--mobile){
		position: relative;
	}
	.gt3_header_builder.header_over_bg--mobile{
		position: absolute;
	}
	.gt3_header_builder_empty_space_component{
		width: 3px;
	}

}
/* menu component */
.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
	margin-left: 60px;
}
.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
	/*margin-left: 54px;*/
	margin-left: 5px;
}
@media only screen and (max-width: 1200px){
	.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
		margin-left: 3px;
	}
}
@media only screen and (max-width: 767px){
	.gt3_header_builder_component + .gt3_header_builder_component.gt3_header_builder_menu_component{
		margin-left: 5px;
	}
	.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
		margin-left: 3px;
	}
	.logo_container img{
		height: auto !important;
	}
	.header_side_container .logo_container{
		max-width: 70px;
		white-space: nowrap;
	}
}
/* end menu component */

/* search in header */
.gt3_header_builder_search_component{
	margin: 0;
	padding: 0 11px;
	background-color: rgba(255, 255, 255, .5);
}
.header_search{
	display: inline-block;
	height: auto !important;
	vertical-align: middle;
}
.header_search__container{
	line-height: 40px;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 48px;
	height: 100%;
	text-align: center;
}
.header_search .header_search__icon{
	cursor: pointer;
}
.header_search .header_search__icon > i,
.header_search__inner .search_form:after{
	font-family: Theme_icon;
	font-size: inherit;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header_search .header_search__icon > i:before,
.header_search__inner .search_form:after{
	content: '\f101';
}
.header_search.ct-search-open .header_search__icon > i:before{
	content: '\f102';
}
.header_search__inner .search_form:after{
	position: absolute;
	top: 0;
	right: 13px;
	font-size: 15px;
	font-weight: 700;
}
.header_search:before{
	position: absolute;
	content: '';
}
.header_search .header_search__inner{
	position: absolute;
	z-index: 1;
	top: 100%;
	right: -11px;
	visibility: hidden;
	padding-top: 8px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	width: 200px;
}
.header_side.left .header_search .header_search__inner{
	right: auto;
	left: -11px;
}
.header_search.ct-search-open .header_search__inner{
	visibility: visible;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.header_search__inner .search_form{
	position: relative;
	z-index: 1;
	padding-right: 40px;
	border-radius: 3px;
}
.gt3_search_type-classic .header_search__inner .search_form{
	border: 1px solid rgba(235, 240, 242, 1);
	background-color: rgba(251, 251, 251, 1);
}
.header_search__inner .search_submit{
	font-size: 0;
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent !important;
	box-shadow: none;
	margin: 0;
}
.header_search__inner .gt3_search_form label{
	line-height: inherit;
	top: 0;
	font-weight: 400;
	left: 7px;
}
.header_search__inner .search_text{
	font-size: 14px;
	height: 40px;
	padding: 0 20px;
	user-select: none;
	color: inherit;
	border: none;
	outline: none;
	background-color: transparent;
	box-shadow: none;
}
.header_search__inner .search_text::-webkit-input-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text:-moz-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text::-moz-placeholder{
	opacity: .7 !important;
}
.header_search__inner .search_text:-ms-input-placeholder{
	opacity: .7 !important;
}
.top_header .header_search{
	height: auto !important;
}
.gt3_search_type-is_open{
	padding-right: 0;
}
.gt3_search_type-is_open .header_search__container{
	width: auto;
}
.gt3_search_type-is_open .header_search .header_search__icon{
	display: none;
}
.gt3_search_type-is_open .header_search .header_search__inner{
	position: static;
	width: 275px;
	visibility: visible;
	opacity: 1;
	padding: 0;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	transform: unset;
}
.gt3_search_type-is_open .header_search__inner .search_form{
	border-top: none;
	border-bottom: none;
}
.gt3_search_type-is_open .header_search__inner .search_text{
	height: inherit;
	line-height: inherit;
	font-size: 16px;
	font-weight: 400;
	padding-left: 7px;
	padding-right: 10px;
}
.gt3_search_type-is_open .header_search__inner .search_form{
	padding-right: 54px;
}
.gt3_search_type-is_open .header_search__inner .search_submit{
	width: 54px;
}
.gt3_search_type-is_open .header_search__inner .search_form:after{
	right: 19px;
}
/* end search in header */

/* burger sidebar */
.gt3_header_builder_burger_sidebar_component{
	font-size: 0;
	line-height: 0;
	padding: 0 3px;
	cursor: pointer;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 19px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	-ms-transition: width 200ms;
	transition: width 200ms;
	border-top: 3px solid;
	border-radius: 3px;
}
@media only screen and (max-width: 1199px){
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
		border-top: 2px solid;
		border-radius: 2px;
	}
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
	top: 8px;
	width: 17px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
	top: 16px;
	width: 21px;
}
.gt3_header_builder_burger_sidebar_component:hover .burger_sidebar_icon span{
	width: 100%;
}
.gt3_header_builder__burger_sidebar{
	position: fixed;
	z-index: 9999;
	top: 0;
	right: -420px;
	bottom: 0;
	width: 390px;
	max-width: calc(100% - 50px);
	-webkit-transition: right .3s ease-in-out, left .3s ease-in-out;
	-moz-transition: right .3s ease-in-out, left .3s ease-in-out;
	transition: right .3s ease-in-out, left .3s ease-in-out;
	background-color: #ffffff;
}
.gt3_header_builder__burger_sidebar.active{
	right: 0;
}
.gt3_header_builder__burger_sidebar-cover{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	content: '';
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
}
.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover{
	visibility: visible;
	cursor: url(../img/close.png) 16 16, default;
	opacity: 1;
}
body.admin-bar .gt3_header_builder__burger_sidebar{
	top: 32px;
}
.gt3_burger_sidebar_container{
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: scroll;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 407px;
	padding: 40px 40px;
	background: #ffffff;
}
@media only screen and (max-width: 1199px){
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
		top: 5px;
		left: 0;
		width: 12px !important;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:nth-child(2){
		display: none;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span:last-child{
		top: 12px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 767px){
	.gt3_burger_sidebar_container{
		width: 100%;
		padding: 40px 25px;
	}
}
.gt3_burger_sidebar_container ul li{
	list-style: none;
	line-height: 1;
}
body.active_burger_sidebar{
	right: 150px;
}
/* login component */
.gt3_header_builder_login_component{
	line-height: 0;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.gt3_header_builder_login_component .user_avatar{
	display: inline-block;
	vertical-align: middle;
}
.gt3_header_builder_login_component .user_login{
	vertical-align: middle;
	margin-left: .8em;
}
.gt3_header_builder_login_component p{
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	display: inline-block;
	width: auto;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	text-rendering: auto;
}
.gt3_header_builder__login-modal{
	position: fixed;
	z-index: 1000;
	top: 5%;
	left: 5%;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	text-align: center;
	opacity: 0;
}
.gt3_header_builder__login-modal.active{
	visibility: visible;
	opacity: 1;
}
.gt3_header_builder__login-modal:before{
	position: relative;
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.gt3_header_builder__login-modal_container{
	position: relative;
	z-index: 2;
	display: inline-block;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 100%;
	padding: 70px 40px 30px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateY(60px);
	-moz-transform: translateY(60px);
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	text-align: left;
	vertical-align: middle;
	background: #ffffff;
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal_container{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.gt3_header_builder__login-modal.without_register .gt3_header_builder__login-modal_container,
.gt3_header_builder__login-modal.user_logged_in .gt3_header_builder__login-modal_container{
	width: 570px;
}
.gt3_header_builder__login-modal_container .col2-set .col-1,
.gt3_header_builder__login-modal_container .col2-set .col-2{
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	padding: 0 30px;
}
.gt3_header_builder__login-modal_container .col2-set .col-1{
	border-right: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
	border-left: 1px solid #eff0ed;
}
.gt3_header_builder__login-modal_container .col2-set .col-2{
	margin-left: -1px;
}
.gt3_header_builder__login-modal_footer{
	margin: 60px -40px -30px;
	padding: 15px 70px;
	text-align: center;
	background-color: #f8f8f8;
}
.gt3_header_builder__login-modal_footer .nsl-container-buttons{
	align-items: center !important;
}
.gt3_header_builder__login-modal_footer .nsl-container-buttons > a{
	max-width: none !important;
	display: inline-block !important;
	width: auto !important;
}
.gt3_header_builder__login-modal_footer .nsl-container-buttons > a .nsl-button{
	padding: 5px 22px;
	font-size: 14px;
	border-radius: 0;
}
.gt3_header_builder__login-modal_footer .nsl-container-buttons > a .nsl-button .nsl-button-label-container{
	margin: 0 8px 0 8px;
}
.gt3_header_builder__login-modal-close{
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.gt3_header_builder__login-modal-close:before,
.gt3_header_builder__login-modal-close:after{
	position: absolute;
	top: 14px;
	left: 0;
	width: 28px;
	height: 2px;
	content: '';
	background: #2b2c30;
}
.gt3_header_builder__login-modal-close:before{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gt3_header_builder__login-modal-close:after{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.gt3_header_builder__login-modal-cover{
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100vw;
	height: 100vh;
	content: '';
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
	opacity: 0;
	background: rgba(0, 0, 0, .7);
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover{
	visibility: visible;
	cursor: url(../img/close.png) 16 16, default;
	opacity: 1;
}
#customer_login input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 30px white inset;
}
@media (max-width: 991px){
	#customer_login.col2-set .col-1,
	#customer_login.col2-set .col-2{
		width: 100% !important;
		border-right: none !important;
	}
	#customer_login.col2-set .col-1{
		margin-bottom: 20px;
	}
	#customer_login.col2-set .col-2{
		border-left: none !important;
	}
	.gt3_header_builder__login-modal_footer{
		margin-top: 15px;
		padding: 25px 35px;
	}
	.gt3_header_builder__login-modal_footer .gt3_module_button{
		margin: 5px 0;
	}
}
@media (max-width: 767px){
	#customer_login h2,
	.gt3_header_builder__login-modal_container h2{
		font-size: 24px !important;
		line-height: 32px !important;
	}
}
@media (max-width: 479px){
	.gt3_header_builder__login-modal_footer .gt3_module_button a{
		font-size: 12px;
		line-height: 16px;
	}
}
/* GT3 Header Builder end

/* RS Slider start */
.tp-bullets.custom .tp-bullet{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	border: 1px rgba(255, 255, 255, 0.3) solid;
	background: transparent;
	transition: all 300ms;
}
.tp-bullets.custom .tp-bullet.selected{
	border: 1px rgba(255, 255, 255, 1) solid;
	background: #ffffff;
}
.tparrows.custom{
	width: 41px !important;
	height: 13px !important;
	opacity: 1;
	transition: opacity 300ms;
	background: none !important;
}
.tp-leftarrow.tparrows.custom:before,
.tp-rightarrow.tparrows.custom:before{
	display: none !important;
}
.tp-leftarrow.tparrows.custom:after,
.tp-rightarrow.tparrows.custom:after{
	background-image: url(../img/rev_arrows.png) !important;
}
.tp-leftarrow.tparrows.custom:after,
.tp-rightarrow.tparrows.custom:after{
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
	background-size: 41px 26px !important;
	position: absolute;
	top: 0;
	left: 0;
}
.tp-rightarrow.tparrows.custom.noSwipe:after{
	background-position: 0 -13px !important;
}
.tp-leftarrow.tparrows.custom.noSwipe:hover,
.tp-rightarrow.tparrows.custom.noSwipe:hover{
	opacity: 0.5;
}
body .custom.tparrows:hover,
body .custom.tparrows{
	background: transparent;
}
.rev_slider_wrapper{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.gt3_social{
	margin-bottom: 0;
	padding-bottom: 30px;
}
.gt3_header_builder .gt3_social{
	font-size: .875em;
}
.gt3_social a{
	line-height: 1;
	display: inline-block;
	margin-right: 20px;
	padding-right: 0;
	box-shadow: inset 0 0 0 0 currentColor;
}
.gt3_social a:last-child{
	margin-right: 0;
}
.gt3_social a:hover,
.gt3_custom_text .gt3_social a:hover,
.share_wrap a:hover span:not(.fa){
	box-shadow: inset 0 -1px 0 0 currentColor;
}
/* RS Slider end */

/* Isotope */
.isotope-filter{
	font-weight: 500;
	padding-top: 0;
	letter-spacing: .04em;
	text-transform: uppercase;
	margin-bottom: 52px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 85px;
}
.isotope-filter a{
	padding: 2px 0;
	font-size: 14px;
	letter-spacing: .143em;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .4s;
	margin-right: 30px;
}
@media only screen and (min-width: 1250px){
	.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .isotope-filter{
		max-width: 1190px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding-left: 0;
		padding-right: 0;
	}
	.isotope-filter a{
		margin-right: 38px;
	}
	.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .isotope-filter{
		max-width: 1190px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
}
.isotope-filter a:last-child{
	margin-right: 0;
}
.isotope-filter a:hover,
.isotope-filter a.active{
	opacity: 1;
}
@media only screen and (max-width: 767px){
	.isotope-filter a{
		font-size: 12px;
		margin-right: 20px;
		line-height: 18px;
		text-transform: capitalize;
	}
}
/* Isotope end */

/* mailchimp content */
#mc_display_rewards,
.mc_form_inside br,
#mc-indicates-required{
	display: none;
}
.mc_form_inside{
	position: relative;
}
.mc_form_inside .mc_merge_var input,
.mc_form_inside .mc_signup_submit input{
	width: 100%;
	height: 46px;
}
#mc_signup_form #mc_subheader{
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
	color: inherit;
	font-weight: inherit;
	font-family: inherit;
}
.mc_form_inside .mc_merge_var{
	position: relative;
	margin: 0;
}
.mc_error_msg{
	color: red;
}
.mc_success_msg{
	color: green;
}
.mc_error_msg,
.mc_success_msg{
	font-size: 16px;
	line-height: 1.5;
	display: block;
}
.mc_form_inside{
	position: relative;
}
.mc_form_inside .mc_signup_submit{
	margin: 0;
	transition: background 300ms, color 300ms;
	-webkit-transition: background 300ms, color 300ms;
	color: #ffffff;
	position: relative;
}
.mc_form_inside .mc_signup_submit input,
.mc_form_inside .mc_signup_submit button{
	display: block;
	width: 100% !important;
	text-align: center;
	margin: 0 !important;
	color: inherit !important;
	position: relative;
	z-index: 5;
	font-size: 12px;
	letter-spacing: .2em;
}
.main_footer .mc_form_inside .mc_signup_submit input,
.main_footer .mc_form_inside .mc_signup_submit button{
	background: transparent !important;
}
.mc_form_inside.has_only_email .mc_signup_submit{
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
}
.mc_custom_border_hdr{
	margin: 0;
	padding: 0 0 14px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
}
.gt3_mailchimp_minimal .mc_form_inside.has_only_email .mc_signup_submit{
	opacity: 0;
}
.gt3_mailchimp_minimal .mc_form_inside.has_only_email .mc_signup_submit input{
	font-size: 0;
}
.gt3_mailchimp_minimal .mc_form_inside.has_only_email:after{
	content: "\f0e0";
	position: absolute;
	top: 50%;
	left: auto;
	right: 20px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: -0.5em;
	height: 1em;
	pointer-events: none;
}
.gt3_mailchimp_minimal .mc_form_inside.has_only_email:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: currentColor;
	opacity: 0.2;
	z-index: 0;
}
.gt3_mailchimp_minimal .mc_form_inside.has_only_email .mc_merge_var .mc_input{
	background-color: transparent;
}
.mc_form_inside.has_only_email input[type="text"]{
	margin: 0;
}
body #mc_signup_submit{
	margin-top: 0;
}
.main_footer .mc_form_inside.has_only_email .mc_signup_submit input[type="submit"],
.main_footer .mc_form_inside.has_only_email .mc_signup_submit button{
	font-size: 0;
	padding-left: 13px;
	width: 50px !important;
}
.main_footer .mc_form_inside.has_only_email .mc_signup_submit{
	background-color: transparent;
}
.main_footer .mc_form_inside.has_only_email .mc_signup_submit:before{
	content: '\f10e';
	font-size: 24px;
	font-family: Theme_icon;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	line-height: 46px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
}
.main_footer .mc_form_inside.has_only_email .mc_signup_submit:hover:before{
	color: #ffffff
}
.main_footer .mc_form_inside.has_only_email .mc_signup_submit:after{
	display: none;
}
.main_footer .mc_custom_border_hdr{
	display: none;
}
.main_footer .mc_form_inside{
	text-align: center;
}
/* ! mailchimp content */

/* PixProof */
body .mfp-container{
	margin: 0;
	padding: 0;
}
body .mfp-container .mfp-content{
	width: 100%;
	height: 100%;
}
body .mfp-wrap{
	z-index: 999999;
}
.mfp-content .mfp-figure figure{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.mfp-content img.mfp-img{
	margin: auto;
	padding: 0;
}
.mfp-content .mfp-close:after,
.mfp-content .mfp-figure .mfp-close:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 26px;
	height: 0;
	margin: auto;
	content: '';
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all .2s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	border-top: 2px solid rgba(255, 255, 255, .5);
}
.mfp-content .mfp-figure .mfp-close:before{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mfp-content .mfp-figure .mfp-close{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border-width: 2px;
	border-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
}
.mfp-content .mfp-figure figure{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.mfp-container button.mfp-arrow-right,
.mfp-container button.mfp-arrow-left{
	cursor: pointer;
	opacity: 1;
}
.mfp-container button.mfp-arrow-right:hover{
	opacity: .8;
	border-color: transparent;
	border-left-color: white;
}
.mfp-container button.mfp-arrow-left:hover{
	opacity: .8;
	border-color: transparent;
	border-right-color: white;
}
.mfp-bottom-bar{
	top: auto;
	bottom: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.mfp-container div.mfp-bottom-bar .mfp-title{
	margin: 0;
}
.mfp-bottom-bar a#popup-selector{
	font-size: 1em;
	line-height: 1em;
	padding-left: 30px;
	color: white;
}
.mfp-bottom-bar .mfp-counter{
	position: relative;
}
.mfp-bottom-bar span.mfp-counter{
	font-size: 1em;
	line-height: 1em;
	padding-right: 30px;
}
.proof_gallery .lap-and-up-one-quarter.one-half{
	width: 49.6%;
}
.proof_gallery .grid__item{
	margin-bottom: 12px;
	margin-bottom: .75rem;
}
.proof_gallery .separator{
	border: none;
}
.proof_gallery .proof-photo.gallery-item{
	margin: 0;
	padding: 0 4px 4px 0;
}
div#pixproof_gallery{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -4px;

	-moz-flex-direction: row;
}
.proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
	width: 16.6%;
	max-width: 16.6%;
}
@media only screen and (min-width: 900px){
	.proof_gallery .lap-and-up-one-quarter.one-half{
		width: 24.9%;
	}
	.proof_gallery .button-download{
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media only screen and (max-width: 1023px){
	.proof_gallery .gallery-columns-5 .proof-photo.gallery-item,
	.proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
		width: 24.95%;
		max-width: 24.95%;
	}
}
@media only screen and (max-width: 600px){
	.proof_gallery .gallery-columns-3 .proof-photo.gallery-item,
	.proof_gallery .gallery-columns-5 .proof-photo.gallery-item,
	.proof_gallery .gallery-columns-6 .proof-photo.gallery-item{
		width: 49.95%;
		max-width: 49.95%;
	}
}
.proof_gallery li:before{
	display: none !important;
}
.proof-photo__container{
	overflow: hidden;
}
.proof_gallery .img_wrap{
	padding-top: 100%;
}
.proof_gallery .img_wrap img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.proof_gallery .proof-photo__bg{
	width: 100%;
}
.proof_gallery .img_wrap img[data-ratio='portrait']{
	width: 100%;
	height: auto;
	max-height: none;
}
.proof_gallery .img_wrap img[data-ratio='landscape']{
	width: auto;
	max-width: none;
	height: 100%;
}
/* End PixProof */

.body_pp .site_wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}
#main_content ul.slick-dots > li:before,
#main_content ul > li.elementor-icon-list-item:before,
#main_content ul > li.elementor-editor-element-setting:before,
#main_content ul.page-numbers > li:before,
#main_content ul.tabs > li:before,
#main_content ul.gt3_product_list_nav > li:before,
ul[class*=select2] > li:before,
#add_payment_method #payment ul.payment_methods li:before,
#main_content ul.variable-items-wrapper > li:before,
#main_content ul.elementor-select-preset-list > li:before,
.woocommerce-cart #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce ul.order_details li:before{
	display: none !important;
}
.page_nav_ancor a{
	padding: 5px 50px 5px 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
	line-height: 48px;
	opacity: 0.34;
	font-weight: 700;
	transition: all .4s;
}
.page_nav_ancor a:first-child{
	padding-left: 0;
}
.page_nav_ancor a:hover,
.page_nav_ancor a:active{
	opacity: 1;
}
.portfolio_wrapper .img_wrap{
	position: relative;
}
.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper,
.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.gt3_module_blog.packery_wrapper .spacing_beetween_items_0 .blog_post_preview .item_wrapper,
.gt3_module_blog.packery_wrapper .spacing_beetween_items_0 .blog_post_preview .item_wrapper .blog_content{
	position: relative;
}
.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper .item{
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-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;
	padding: 0% 9% 0% 9%;
	width: 100%;
}
@media only screen and (min-width: 1280px){
	.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
	.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_1 .isotope_wrapper .static_info_text_block .item_wrapper .item,
	.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_2 .isotope_wrapper .static_info_text_block .item_wrapper .item,
	.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper.show_type_packery.packery_type_4 .isotope_wrapper .static_info_text_block .item_wrapper .item{
		width: 580px;
		max-width: 580px;
		padding-left: 0;
	}
	.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper,
	.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper{
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
@media only screen and (max-width: 1279px){
	.elementor-element.elementor-widget-gt3-core-blog .elementor-widget-container .gt3_module_blog .isotope_blog_items .static_info_text_block .item_wrapper .item,
	.elementor-element.elementor-widget-gt3-core-portfolio .elementor-widget-container .portfolio_wrapper .isotope_wrapper .static_info_text_block .item_wrapper .item{
		padding-left: 8% !important;
		padding-right: 8% !important;
	}
}
/* Map */
.gt3_core_elementor_map{
	position: relative;
	padding-bottom: 28.7%;
}
.map-core-canvas img{
	max-width: none;
	max-height: none;
}
.map-core-canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.gmnoprint,
.gm-style-cc,
.map-core-canvas button[type='button'],
.map-core-canvas a img{
	opacity: 0 !important;
	visibility: hidden !important;
	transition: opacity 300ms, visibility 300ms;
}
.gt3_core_elementor_map:hover .gmnoprint,
.gt3_core_elementor_map:hover .gm-style-cc,
.gt3_core_elementor_map:hover .map-core-canvas button[type='button'],
.gt3_core_elementor_map:hover .map-core-canvas a img{
	opacity: 1 !important;
	visibility: visible !important;
}
/* The location pointed to by the popup tip. */
.popup-tip-anchor{
	height: 0;
	position: absolute;
	/* The max width of the info window. */
	width: 214px;
}
/* The bubble is anchored above the tip. */
.popup-bubble-anchor{
	position: absolute;
	width: 100%;
	bottom: /* TIP_HEIGHT= */ 8px;
	left: 0;
}
/* The popup bubble itself. */
.popup-bubble-content{
	position: absolute;
	top: 0;
	left: 0;
}
.map_info_marker{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 214px;
	height: 214px;
	background: #f9f9f9;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	pointer-events: none;
}
.map_info_marker:after{
	position: absolute;
	right: 9px;
	top: 22px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 17px 0 17px;
	border-color: #f9f9f9 transparent transparent transparent;
}
.map_info_marker_content{
	position: absolute;
	left: 30px;
	right: 30px;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.marker_info_desc{
	color: #949494;
}
.map_info_marker_content{
	font-size: 12px;
	line-height: 1.5;
}
.marker_info_street_number{
	font-size: 30px;
}
.marker_info_divider{
	height: 32px;
	position: relative;
}
.marker_info_divider:after{
	height: 3px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: '';
	background: #949494;
	opacity: 0.2;
}
@media only screen and (max-width: 1000px){
	.gt3_core_elementor_map{
		min-height: 350px;
		padding-bottom: 0;
	}
	.map_info_marker{
		display: none;
	}
}
@media (min-width: 1025px){
	.elementor-widget-gt3-core-googlemap.enable_section_map_height,
	.elementor-widget-gt3-core-googlemap.enable_section_map_height .elementor-widget-container,
	.elementor-widget-gt3-core-googlemap .section_map_height-yes{
		height: 100%;
	}
	.gt3_core_elementor_map.section_map_height-yes{
		padding: 0;
	}
}
/* Prev | Next Fullwidth links */
.prev_next_links_fullwidht{
	margin-bottom: 65px;
}
.prev_next_links_fullwidht .link_item{
	position: relative;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	font-size: 14px;
}
.prev_next_links_fullwidht .link_item > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
}
.prev_next_links_fullwidht .link_item:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 19, 26, 0);
	content: '';
	transition: background 300ms;
}
.prev_next_links_fullwidht .link_item:hover:after{
	background: rgba(0, 19, 26, 0.2);
}
.prev_next_links_fullwidht .link_item.has_img_bg:after{
	background: rgba(0, 19, 26, 0.34);
}
.prev_next_links_fullwidht .link_item.has_img_bg:hover:after{
	background: rgba(0, 19, 26, 0.5);
}
.prev_next_links_fullwidht .link_item .link_item_wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
	padding: 50px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.post_link_label{
	display: inline-block;
	position: relative;
	line-height: inherit;
}
.post_link_label span{
	display: block;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: inherit;
	letter-spacing: 2px;
}
.post_link_label span:before,
.post_link_label span:after{
	display: block;
	position: absolute;
	left: -20px;
	width: 20px;
	height: 1px;
	content: '';
	background: #ffffff;
	top: 50%;
	margin-top: -1px;
}
.post_link_label span:after{
	left: auto;
	right: -20px;
}
.prev_next_links_fullwidht .link_item .links_title{
	font-size: 24px;
	line-height: 1.39;
	font-weight: 700;
}
@media only screen and (min-width: 768px){
	.prev_next_links_fullwidht.prev_next_posts .post_link_label:before{
		content: '';
		position: absolute;
		top: -webkit-calc(50% - 6px);
		top: calc(50% - 6px);
		left: -18px;
		width: 10px;
		opacity: 1;
		height: 10px;
		border-width: 0 0 1px 1px;
		border-style: solid;
		border-radius: 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item + .link_item .post_link_label:before{
		right: -20px;
		left: auto;
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.prev_next_links_fullwidht.prev_next_posts{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item{
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-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;
		min-width: 50%;
	}
	.prev_next_links_fullwidht .link_item .link_item_wrapper{
		padding: 165px 80px 170px 80px;
	}
	.prev_next_links_fullwidht .link_item .links_title{
		font-size: 36px;
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item:first-child .link_item_wrapper{
		padding-left: 0;
		text-align: right;
		margin-right: 0;
		margin-left: auto;
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item:last-child .link_item_wrapper{
		padding-right: 0;
		text-align: left;
		margin-right: auto;
		margin-left: 0;
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item_wrapper{
		max-width: 500px;
	}
	.prev_next_links_fullwidht.prev_next_posts .post_link_label{
		position: absolute;
		right: 3px;
		top: 50%;
		transform: rotate(-90deg);
		-webkit-transform: translateY(-50%) rotate(-90deg);
	}
	.prev_next_links_fullwidht.prev_next_posts .link_item:last-child .post_link_label{
		right: auto;
		left: 3px;
	}
}
/* Prev-Next Links */
.single_prev_next_posts{
	display: none;
	background: transparent;
	font-size: 0;
	line-height: 0;
	padding: 0 25px;
	margin: 65px 0 0 0;
	position: relative;
}
.single_prev_next_posts .container{
	border: 1px rgba(148, 148, 148, 0.2) solid;
	border-left: none;
	border-right: none;
	padding: 21px 0;
}
.single_prev_next_posts .fleft{
	display: inline-block;
	text-align: left;
	width: 50%;
	padding-right: 14px;
	box-sizing: border-box;
}
.single_prev_next_posts .fright{
	display: inline-block;
	text-align: right;
	width: 50%;
	padding-left: 14px;
	box-sizing: border-box;
}
.port_back2grid{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 28px;
	height: 28px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.port_back2grid span{
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	transition: all 500ms;
	background: #949494;
	opacity: 0.2;
}
.port_back2grid:hover span{
	opacity: 1;
}
.port_back2grid_box1{
	left: 0;
	top: 0;
}
.port_back2grid_box2{
	left: 0;
	bottom: 0;
}
.port_back2grid_box3{
	right: 0;
	top: 0;
}
.port_back2grid_box4{
	right: 0;
	bottom: 0;
}
.single_prev_next_posts a{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	color: rgba(148, 148, 148, 1);
	display: inline-block;
}
.single_prev_next_posts a:hover{
	color: rgba(148, 148, 148, 0.8);
}
@media only screen and (min-width: 768px){
	.single_prev_next_posts .gt3_post_navi:after{
		display: block;
		content: attr(data-title);
		text-transform: none;
		font-size: 16px;
		transition: all 300ms;
	}
	.single_prev_next_posts .fleft a,
	.single_prev_next_posts .fright a{
		position: relative;
	}
	.single_prev_next_posts .fleft a{
		padding-left: 58px;
	}
	.single_prev_next_posts .fright a{
		padding-right: 58px;
	}
	.single_prev_next_posts .fleft a:before,
	.single_prev_next_posts .fright a:before{
		border-top: 1px #c0c0c0 solid;
		content: '';
		transition: all 300ms;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		position: absolute;
		top: 50%;
		width: 39px;
		display: block;
	}
	.single_prev_next_posts .fleft a:after,
	.single_prev_next_posts .fright a:after{
		top: 50%;
		position: absolute;
		transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		width: 14px;
		height: 14px;
		border: 1px #c0c0c0 solid;
		content: '';
		border-left: transparent;
		border-top: transparent;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		display: block;
		margin-top: -7px;
		transition: all 300ms;
	}
	.single_prev_next_posts .fleft a:before{
		left: 0;
	}
	.single_prev_next_posts .fleft a:after{
		left: 1px;
	}
	.single_prev_next_posts .fright a:after{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.single_prev_next_posts .fright a:before{
		right: 0;
	}
	.single_prev_next_posts .fright a:after{
		right: 1px;
	}
	.single_prev_next_posts .fleft a:hover:after,
	.single_prev_next_posts .fleft a:hover:before{
		margin-left: -5px;
	}
	.single_prev_next_posts .fright a:hover:after,
	.single_prev_next_posts .fright a:hover:before{
		margin-right: -5px;
	}
}
.single .format-standard-image .blog_post_media{
	display: none;
	visibility: hidden;
}
.single.visible_blog_post_media .format-standard-image .blog_post_media,
.single .gt3_module_featured_posts .format-standard-image .blog_post_media{
	display: block;
	visibility: visible;
}
h1.blogpost_title_content{
	margin-bottom: 10px;
}
h1.blogpost_title_content + .blog_post_media{
	margin-top: 20px;
}
/* Single Post Info */

.gt3_module_related_posts .blog_content p{
	color: inherit !important;
}
.sidebar_right .elementor-section.elementor-section-stretched,
.sidebar_left .elementor-section.elementor-section-stretched{
	max-width: 100%;
	left: auto !important;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta{
	line-height: 21px;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta > span,
div:not(.packery_wrapper) .blog_post_preview .listing_meta a{
	line-height: inherit;
	display: inline-block;
	vertical-align: top;
	margin: 0 !important;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta *{
	color: inherit;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta span:after{
	content: '|';
	margin-left: 8px;
	margin-right: 6px;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta span:last-child:after{
	display: none;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta a{
	transition: all 300ms;
}
div:not(.packery_wrapper) .blog_post_preview .listing_meta .post_author a:before,
div:not(.packery_wrapper) .blog_post_preview .listing_meta .post_comments a:before{
	display: none;
}
.gt3_module_blog:not(.packery_wrapper) .blog_post_preview .blogpost_title{
	padding-bottom: 13px;
	margin-bottom: 0;
}
.gt3_module_button_list{
	visibility: visible;
	opacity: 1;
	transition: all 400ms;
}
.gt3_module_button_list a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: 700;
	line-height: inherit;
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	-ms-transition: color 300ms;
	-o-transition: color 300ms;
	transition: color 300ms;
	position: relative;
	padding-right: 32px;
	text-transform: uppercase;
}
.gt3_module_button_list a:before,
.gt3_module_button_list a:after{
	position: absolute;
	right: 4px;
	top: 10px;
	width: 17px;
	border-top: 1px solid;
	content: '';
	-webkit-transition: right 300ms;
	-moz-transition: right 300ms;
	-ms-transition: right 300ms;
	-o-transition: right 300ms;
	transition: right 300ms;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.elementor-widget-gt3-core-blogboxed .module_type1 .item_wrapper .gt3_module_button_list a:before,
.elementor-widget-gt3-core-blogboxed .module_type1 .item_wrapper .gt3_module_button_list a:after{
	/*	-webkit-transition: unset;
		-moz-transition: unset;
		-ms-transition: unset;
		-o-transition: unset;
		transition: unset;*/
}
.gt3_module_button_list a:after{
	top: 6px;
	right: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 7px;
	height: 7px;
	content: '';
	border: 1px solid;
	border-top-color: transparent;
	border-left-color: transparent;
}
.gt3_module_button_list a:hover:before,
.gt3_module_button_list a:hover:after{
	right: 0;
}
.gt3_module_button_list a:hover:after{
	right: 1px;
}
.sidebar-container.span3{
	margin-bottom: 40px;
}
.isotope-filter > a{
	display: inline-block;
}
.gt3_module_blog.packery_wrapper{
	opacity: 0;
	visibility: hidden;
	-webkit-animation: all 500ms;
	-o-animation: all 500ms;
	animation: all 500ms;
}
.gt3_module_blog.packery_wrapper.blog_packery_loaded{
	opacity: 1;
	visibility: visible;
}
.mc_merge_var label,
.search_result_form .search_form label,
.gt3_404_search .search_form label{
	left: 20px;
}
.gt3_404_search input[type="submit"],
.search_result_form input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	border-left: 20px #f5f6f7 solid;
}
.gt3_theme_prl-logo{
	font-size: 0;
	line-height: 0;
}
.custom_icons_fonts .elementor-widget-wrap span.elementor-button-icon{
	font-size: 20px;
}
.widget .post_count:before{
	content: '(';
}
.widget .post_count:after{
	content: ')';
}
.widget .rss-date{
	display: block;
}
.widget_rss cite{
	display: block;
	text-align: right;
}
.top_footer .gt3_widget.widget_archive > ul,
.gt3_widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav > ul,
.top_footer .gt3_widget.widget_product_categories > ul,
.top_footer .gt3_widget.widget_categories > ul,
.top_footer .gt3_widget.widget_pages > ul{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 6px;
	line-height: 1.6;
}
.widget .children > li:last-child{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.page #comments{
	margin-top: 35px;
}
.gt3_module_blog.packery_wrapper .blog_post_preview .blog_content .listing_meta{
	margin-bottom: 2px;
}
.gt3_module_blog.packery_wrapper .blog_item_description{
	line-height: 1.667;
}
@media screen and (max-width: 767px){
	.gt3_module_blog.packery_wrapper .blog_item_description{
		display: none;
	}
	.mt_10.elementor-widget-image-box .elementor-image-box-content h5.elementor-image-box-title{
		margin-top: 10px;
	}
}
.archive .gt3-page-title{
	margin-bottom: 50px;
}
.archive .format-quote .elementor-text-editor p span,
.archive .format-link .elementor-text-editor p span{
	color: inherit !important;
}
.archive .format-quote .elementor-element,
.archive .format-link .elementor-element{
	max-width: 100%;
	left: auto !important;
}
#main_content .page-link{
	padding-bottom: 0;
	padding-top: 0;
}
#main_content .page-link a{
	font-weight: 400;
}
#main_content .page-link a:hover{
	color: inherit;
}
@media only screen and (max-width: 1025px) and (min-width: 768px){
	.main_wrapper .sidebar-container .widget_categories ul li > a,
	.main_wrapper .sidebar-container .widget_product_categories ul li > a,
	.main_wrapper .sidebar-container .widget_layered_nav ul li > a{
		padding-right: 0;
		display: inline;
	}
	.post_count{
		display: none !important;
	}
	.widget_nav_menu li ul,
	.widget_product_categories li ul,
	.widget_categories li ul,
	.widget_pages li ul{
		padding-left: 0;
	}
	.widget .calendar_wrap table td{
		font-size: 14px;
	}
	.widget .calendar_wrap table th{
		font-size: 16px;
	}
	.widget .calendar_wrap tbody td > a:before{
		width: 19px;
		height: 19px;
	}
}
.widget .calendar_wrap tbody td > a{
	/*color: #ffffff;*/
	/*font-size: 0.8em;*/
}
.gt3-page-title-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all 300ms;
	opacity: 1;
}
.page-loaded .gt3-page-title-fill{
	opacity: 0;
}
.gt3-page-title__inner.has_fill_inner .gt3-page-title__content{
	position: relative;
	z-index: 1;
}
/* Elementor Buttons */
.elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a,
.elementor-widget-gt3-core-pricebox .price_button-elementor a{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.2em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor.size_normal a{
	min-width: 215px;
	text-align: center;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor.button_icon_icon:not(.hover_type2) .elementor_gt3_btn_icon,
.elementor-widget-gt3-core-button .elementor-widget-gt3-addon-advanced-button .gt3_module_button_elementor.button_icon_icon a.hover_type2 .gt3_module_button__cover.front .elementor_btn_icon_container .elementor_gt3_btn_icon,
.elementor-widget-gt3-core-button .icon_svg_btn,
.elementor-widget-gt3-core-button .elementor_gt3_btn_text,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type2 .gt3_module_button__container .gt3_module_button__cover.front,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type4 .gt3_module_button__container .gt3_module_button__cover.front .elementor_gt3_btn_text,
.elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a:not(.hover_type2):not(.hover_type5),
.portfolio_wrapper .elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor:not(.hover_type2):not(.hover_type4):not(.hover_type5) a:hover .elementor_gt3_btn_text{
	color: #ffffff;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor a:last-child,
.elementor-element.elementor-widget-gt3-core-button .gt3_module_button_elementor a:not(.hover_type2):not(.hover_type5){
	margin-bottom: 0;
}
.elementor-widget-gt3-core-button .btn_icon_position_right .elementor_btn_icon_container .gt3_icon_default{
	display: inline-block;
	width: 0;
	height: 10px;
	position: relative;
}
.elementor-widget-gt3-core-button .btn_icon_position_right .elementor_btn_icon_container .gt3_icon_default:before{
	top: 4px;
}
.elementor-widget-gt3-core-button .btn_icon_position_right .elementor_btn_icon_container .gt3_icon_default:after{
	top: 1px;
}
.elementor-widget-gt3-core-button .btn_icon_position_right .elementor_btn_icon_container .gt3_icon_default:after{
	/*top: 8px;*/
}
.elementor-widget-gt3-core-button .btn_icon_position_right .elementor_btn_icon_container .gt3_icon_default:before{
	/*top: 11px;*/
}
/* Elementor Buttons Hover */
.elementor-widget-gt3-core-button .gt3_module_button_elementor:not(.hover_type2):not(.hover_type3):not(.hover_type4):not(.hover_type5):not(.hover_type6) a:hover,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type2 .gt3_module_button__container span.gt3_module_button__cover.back,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type3:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type4:hover .gt3_module_button__cover:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type5 .gt3_module_button__container .gt3_module_button__cover.back:after,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type6:hover:before,
.elementor-widget-gt3-core-button .gt3_module_button_elementor .hover_type6:hover:after,
.elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor:not(.hover_type2):not(.hover_type4):not(.hover_type5) a{
	background: #ffffff;
}
.elementor-widget-gt3-core-button.gt3_portfolio_view_more_link_wrapper .gt3_module_button_elementor:not(.hover_type2):not(.hover_type4):not(.hover_type5) a{
	padding: 12px 34px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.main_wrapper ul > li.gt3_widget_product_list:before{
	display: none;
}
.elementor-widget-gt3-core-button .gt3_module_button_elementor .button_size_elementor_large:not(.hover_type2):not(.hover_type5),
input[type='submit'].button_size_large{
	padding: 17px 65px;
}
/* Portfolio */
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_4 .wrapper .text_wrap,
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_7 .wrapper .text_wrap,
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.show_type_packery .packery_blog_item_8 .wrapper .text_wrap{
	text-align: left;
}
body .elementor-widget-gt3-core-portfolio .static_info_text_block.blog_post_preview{
	margin-bottom: 0;
}
.static_info_text_block .content{
	margin-top: 0;
}
.static_info_text_block .content p:last-child{
	margin-bottom: 0;
}
.static_info_link span.static_info_icon i{
	display: none;
}
.static_info_link span.static_info_icon{
	display: inline-block;
	vertical-align: top;
	line-height: inherit;
	transition: all 300ms;
	position: relative;
	border: none;
	border-radius: 0;
	width: 28px;
}
.static_info_link span.static_info_icon:before,
.static_info_link span.static_info_icon:after{
	position: absolute;
	right: 4px;
	top: 10px;
	width: 28px;
	border-top-style: solid;
	border-top-width: 1px;
	content: '';
	transition: all 300ms;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.static_info_link span.static_info_icon:after{
	top: 5px;
	right: 5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	content: '';
	border-left: transparent;
	border-top: transparent;
}
.static_info_link a:hover span.static_info_icon:before,
.static_info_link a:hover span.static_info_icon:after{
	right: 0;
}
.static_info_link a:hover span.static_info_icon:after{
	right: 1px;
}
.elementor-section-boxed .elementor-widget-gt3-core-portfolio .text_wrap{
	padding: 25px 30px;
}
.elementor-section-boxed .elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6 .text_wrap{
	padding: 10px 0;
	padding-bottom: 20px;
}
.elementor-widget-gt3-core-portfolio .portfolio_wrapper.hover_type6 .text_wrap .title{
	transition: color 300ms;
}
/* Team */
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .team-infobox{
	padding: 15px 0;
}
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .item-team-member .item_wrapper,
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .item-team-member:nth-child(even) .item_wrapper{
	background: transparent;
	box-shadow: none;
}
.elementor-widget-gt3-core-team .module_team.type2 .team_has_grid_gap .team-positions{
	margin-top: 0;
}
@media screen and (min-width: 600px) and (max-width: 997px){
	.elementor-widget-gt3-core-team .module_team .items3 .item_list > li{
		width: 33.333333%;
	}
}
/* Testimonials */
.elementor-testimonial-wrapper .elementor-testimonial-content{
	margin-bottom: 39px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left > canvas,
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right > canvas{
	display: inline-block;
	width: 37px;
	float: left;
	margin-right: 18px;
	margin-top: 5px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right > canvas{
	float: right;
	margin-right: 0;
	margin-left: 18px;
}
.elementor-testimonial-wrapper.elementor-testimonial-text-align-left .elementor-testimonial-content,
.elementor-testimonial-wrapper.elementor-testimonial-text-align-right .elementor-testimonial-content{
	overflow: hidden;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{
	margin-bottom: 17px;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details > div{
	display: inline-block;
}
/* GT3 tooltip */
.gt3_custom_tooltip{
	display: inline-block;
	font-style: italic;
	position: relative;
	z-index: 1;
	cursor: pointer;
}
.gt3_custom_tooltip:before,
.gt3_custom_tooltip:after{
	position: absolute;
	z-index: 5;
	content: attr(data-gt3-tooltip);
	left: 50%;
	bottom: 100%;
	color: #ffffff;
	white-space: nowrap;
	padding: 0 12px 0 8px;
	border-radius: 2px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	font-style: italic;
	transition: all 300ms;
	visibility: hidden;
	display: inline-block;
	opacity: 0;
}
.gt3_custom_tooltip:after{
	content: '';
	padding: 0;
	border-radius: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5.5px 0 5.5px;
	bottom: auto;
	top: 0;
}
.gt3_custom_tooltip:hover:before,
.gt3_custom_tooltip:hover:after{
	visibility: visible;
	opacity: 1;
}
.gt3-line-icon{
	position: relative;
	z-index: 1;
}
.gt3-line-icon:before{
	content: "";
	width: 25px;
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: middle;
	font-family: inherit;
	display: inline-block;
}
.gt3_styled_list{
	list-style: none;
}
.gt3_styled_list .gt3_list__icon{
	margin-right: 10px;
}
.gt3_styled_list li:before{
	display: none !important;
}
.row.row_margin_min{
	margin-right: -3px;
	margin-left: -3px;
}
.row.row_margin_min [class*="span"]{
	padding-right: 3px;
	padding-left: 3px;
}
/* elemntor custom text editor style */
.elementor-element-custom_color h1,
.elementor-element-custom_color h2,
.elementor-element-custom_color h3,
.elementor-element-custom_color h4,
.elementor-element-custom_color h5,
.elementor-element-custom_color h6{
	color: inherit;
}
.elementor-element-custom_font_weight h1,
.elementor-element-custom_font_weight h2,
.elementor-element-custom_font_weight h3,
.elementor-element-custom_font_weight h4,
.elementor-element-custom_font_weight h5,
.elementor-element-custom_font_weight h6{
	font-weight: inherit;
}
.elementor-element-custom_line_height h1,
.elementor-element-custom_line_height h2,
.elementor-element-custom_line_height h3,
.elementor-element-custom_line_height h4,
.elementor-element-custom_line_height h5,
.elementor-element-custom_line_height h6{
	line-height: inherit;
}
.elementor-element-custom_font_size h1,
.elementor-element-custom_font_size h2,
.elementor-element-custom_font_size h3,
.elementor-element-custom_font_size h4,
.elementor-element-custom_font_size h5,
.elementor-element-custom_font_size h6{
	font-size: inherit;
}
.elementor-element-custom_font_family h1,
.elementor-element-custom_font_family h2,
.elementor-element-custom_font_family h3,
.elementor-element-custom_font_family h4,
.elementor-element-custom_font_family h5,
.elementor-element-custom_font_family h6{
	font-family: inherit;
}
/* end elemntor custom text editor style */

/* elementor frontend editor */
body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section:hover,
div#elementor-add-new-section:hover{
	z-index: 1000;
}
/* end elementor frontend editor */

.elementor-element-custom_line_height p{
	line-height: inherit !important;
}
.margin_none .elementor-container{
	margin: 0 !important;
}
/* Fix for elementor row inner */
/*.elementor-column-wrap .elementor-container .elementor-row{
	margin-left: -10px;
	margin-right: -10px;
	width: calc(100% + 20px);
}*/
/* end Fix for elementor row inner */

/* gt3_team_single */
.container.gt3_team_single .sidebar_none #main_content > .elementor{
	margin-right: -10px;
	margin-left: -10px;
}
/* end gt3_team_single */

/* gt3_styled_link */
.gt3_styled_link.gt3_styled_link__underline{
	text-decoration: underline
}
.gt3_styled_link.gt3_styled_link__underline_on_hover:hover{
	text-decoration: underline
}
/* gt3_styled_link */

.widget.widget_recent_comments > ul > li a{
	opacity: 0.8;
}
.widget.widget_recent_comments > ul > li a:hover{
	opacity: 1;
}
.top_footer input[type="date"],
.top_footer input[type="email"],
.top_footer input[type="number"],
.top_footer input[type="password"],
.top_footer input[type="search"],
.top_footer input[type="tel"],
.top_footer input[type="text"],
.top_footer input[type="url"],
.top_footer textarea,
.top_footer select{
	background: #f9f9f9;
	color: #949494;
}
.top_footer .widget_search .search_form .search_submit,
.top_footer .widget_product_search .gt3_search_form .search_submit{
	border-left-color: #f9f9f9;
}
.top_footer .widget_nav_menu .sub-menu{
	margin-left: 0;
	margin-top: 0;
}
.wp-block-embed{
	margin: 0 0 1em 0 !important;
}
.sidebar_right .alignfull,
.sidebar_left .alignfull{
	width: 100%;
	margin-left: 0;
}
#main_content .post_count:before{
	content: '(';
}
#main_content .post_count:after{
	content: ')';
}
h1.portfolio_title_content{
	margin-bottom: 35px;
}
body .has_post_boxed_content .blog_content .blogpost_title{
	font-size: 24px !important;
}
body .rev_slider .tp-tab{
	display: inline-flex;
	align-items: center;
	padding-left: 70px;
	padding-right: 60px;
	color: #ffffff;
	border-top-color: rgba(255, 255, 255, 0.4);
	border-top-width: 1px;
	border-top-style: solid;
	transition: all 300ms;
}
body .rev_slider .tp-tab.selected{
	border-top-color: rgba(255, 255, 255, 1);
}
body .rev_slider .tp-tab .tp-tab-title{
	font-family: inherit !important;
	font-weight: inherit !important;
	background: transparent !important;
	display: block !important;
	text-align: start !important;
	line-height: 1.333 !important;
	text-transform: uppercase;
}
body .rev_slider .tp-tab:before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 46px;
	height: 46px;
	content: '';
	border-style: solid;
	border-width: 4px;
	border-radius: 50%;
	color: inherit;
	opacity: 0.4;
}
body .rev_slider .tp-tabs-inner-wrapper > .tp-tab{
	counter-increment: div;
}
body .rev_slider .tp-tab:after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: inherit;
	content: "0" counter(div);
}
body .rev_slider .tp-caption > strong{
	font-size: inherit !important;
	line-height: inherit !important;
}
/* search result */
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team .item-team-member{
	margin-bottom: 60px;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team .item1 .item-team-member{
	width: 100%;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team.type3 .item_wrapper .team_img{
	width: 260px;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .item{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_search_result_team_info,
.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_single_team_info{
	width: calc(50% - 130px);
	padding-left: 50px;
	box-sizing: border-box;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team.type3 .team-infobox{
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team.type3 .team-infobox .search_team_title__text a{
	color: inherit;
}
.gt3_team_search_result.elementor-widget-gt3-core-team .module_team.type3 .member-short-desc{
	font-size: inherit;
}
@media only screen and (max-width: 768px){
	.gt3_team_search_result.elementor-widget-gt3-core-team .module_team.type3 .item_wrapper .team_img{
		width: 100%;
		margin-bottom: 30px;
	}
	.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_search_result_team_info,
	.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_single_team_info{
		width: calc(50% - 15px);
		padding-left: 0;
	}
	.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_search_result_team_info{
		margin-right: 30px;
	}
}
@media only screen and (max-width: 600px){
	.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_search_result_team_info,
	.gt3_team_search_result.elementor-widget-gt3-core-team .item .gt3_single_team_info{
		width: 100%;
		margin-bottom: 30px;
	}
}
/* end search result */

/* Timetable Title Text */
.mptt-shortcode-wrapper .gt3_timetable_title_text{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 147px;
	margin-bottom: 37px;
}
.mptt-shortcode-wrapper .gt3_mptt-menu_wrapper{
	position: relative;
}
.mptt-shortcode-wrapper .gt3_mptt-menu_wrapper:after{
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	line-height: 1em;
	content: '\f0d7';
	display: inline-block;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 22px;
	margin: auto;
	height: 16px;
	pointer-events: none;
}
.font-awesome-4-shim .mptt-shortcode-wrapper .gt3_mptt-menu_wrapper:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.mptt-shortcode-wrapper .mptt-menu{
	font-size: 14px;
	font-weight: 700;
	width: 370px;
	max-width: 100%;
	margin: 0;
	height: 62px;
	border: 1px solid #f5f6f7;
	background-color: #ffffff;
	color: inherit;
	text-transform: uppercase;
	cursor: pointer;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode{
	table-layout: fixed;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tr.mptt-shortcode-row th{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	color: inherit;
	border-width: 4px;
	background-color: transparent;
	padding: 15px 1rem;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody tr{
	border: none;
	background-color: #f5f6f7;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody tr:nth-child(2n+2){
	background-color: #ffffff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td{
	border: 4px solid #ffffff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.event{
	color: #ffffff;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody td.mptt-shortcode-hours{
	width: 110px;
	padding: 0 15px !important;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container{
	font-size: 14px;
	font-weight: 400;
	outline: #ffffff solid 4px;
	/*min-height: 45px;
	-webkit-transition: min-height 300ms;
	-moz-transition: min-height 300ms;
	-ms-transition: min-height 300ms;
	-o-transition: min-height 300ms;
	transition: min-height 300ms;*/
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-title{
	text-decoration: none !important;
	margin: 0 20px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-title,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .timeslot,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-description{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 8px;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .timeslot{
	font-size: 16px;
	font-weight: 700;
	color: #f7fafb;
	opacity: .7;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-subtitle,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-user,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-description{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45em;
}
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-inner-event-content:before,
.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-inner-event-content:after{
	content: '';
	display: block;
	padding-top: 10px;
}
.content-container ul.mptt-menu > li:before{
	display: none;
}
@media screen and (max-width: 1199px){
	.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-title,
	.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .timeslot,
	.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-subtitle,
	.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-user,
	.mptt-shortcode-wrapper .mptt-shortcode-table.mptt-theme-mode tbody .mptt-event-container .event-description{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 4px;
	}
}
@media screen and (max-width: 767px){
	.mptt-shortcode-wrapper .gt3_timetable_title_text{
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		height: 230px;
	}
	.mptt-shortcode-wrapper .gt3_mptt-menu_wrapper,
	.mptt-shortcode-wrapper .mptt-menu{
		width: 100%;
	}
}
/* !Timetable Title Text */

.mejs-container{
	margin-bottom: 17px;
}
/* Gutenberg */
.wp-block-cover,
.wp-block-media-text{
	margin-bottom: 20px;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container .editor-block-list__block-edit{
	color: #f8f9f9;
}
/* ! Gutenberg */

footer select {
	background:transparent !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}

/* Custom CSS */
.content-container .white-bullets-list ul > li:before {
	background: rgba(255,255,255, 0.5);
	position: absolute;
	left: 0;
	top: 12px;
}
.content-container .white-bullets-list ul > li {
	position: relative;
	padding-left: 20px;
}
.gt3_custom_video_icon .elementor-custom-embed-play i {
	background: currentColor;
	opacity: 1 !important;
	text-shadow: none;
	border-radius: 50%;
	font-size: 70px;
	border: none;
}
.gt3_custom_video_icon .elementor-custom-embed-play i:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 13px;
	border-color: transparent transparent transparent #1a5c99;
	content: '';
	margin-left: 1px;
}
.gt3_custom_video_icon .elementor-custom-embed-play:hover i {
	color: #1a5c99 !important;
}
.gt3_custom_video_icon .elementor-custom-embed-play:hover i:after {
	border-color: transparent transparent transparent #ffffff !important;
}
.gt3_custom_video_icon .elementor-custom-embed-play i {
	transition: none;
}

.gt3_box_hovered-white .elementor-row > .elementor-element * {
	transition: color 400ms;
}

.gt3_box_hovered-white .elementor-row > .elementor-element ul {
	transition: all 300ms;
	opacity: 0;
	visibility: hidden;
}

.gt3_box_hovered-white .elementor-row > .elementor-element ul > li:before {
	background: rgba(255,255,255, 0.5);
}

.gt3_box_hovered-white .elementor-row > .elementor-element:hover ul {
	opacity: 1;
	visibility: visible;
}

.gt3_box_hovered-white .elementor-row > .elementor-element:hover *,
.gt3_box_hovered-white .elementor-row > .elementor-element:hover .gt3-core-imagebox-content * {
	color: #fff;
}

.frame_loading {
	position: relative;
}
.frame_statistic {
	width: 100% !important;
	max-width: 100% !important;
	overflow: hidden;
}
.frame_statistic > iframe {
	width:100% !important;
	height:540px;
	border:none;
	max-width: 100% !important;
}
.frame_loading > iframe {
	opacity: 0;
	visibility: hidden;
	transition: all 400ms;
}
div:not(.frame_loading) > iframe {
	opacity: 1;
	visibility: visible;
}
.frame_loading:after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 30px;
	height: 30px;
	background:url(../img/loading_icon.svg) no-repeat center;
	content: '';
	transition: all 400ms;
}

.search .gt3_header_builder {
	position: relative !important;
	left: auto !important;
	top: auto !important;
	margin-bottom: 60px;
}
.search.search-no-results .content-container.span8 {
	width: 100%;
}
.search.search-no-results .content-container.span4 {
	display: none;
}
/*
.fa {
	font-family: "FontAwesome" !important;
	font-weight: normal !important;
}
*/
