/*-------------------------------------
[Master Stylesheet]
Project: ZOYA Premium Wordpress Theme

[Table of contents]
1. Base theme Grid
2. Plugins
    2.1 Isotope
    2.2 Nivo
    2.3 Contact Form 7
    2.4 Slick Slider
3. Content Area
4. Footer
5. Typography
6. Header
7. Blog
8. Widgets

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

/* BASE AND GRID */
*, *:after, *:before{
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
body{
	position: relative;
	right: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
	-webkit-transition: right .3s ease;
	-moz-transition: right .3s ease;
	transition: right .3s ease;
	-webkit-overflow-scrolling: touch;
}
body,
html{
	margin: 0;
	padding: 0;
}
pre{
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q{
	font-style: italic;
	opacity: .8;
}
abbr[title],
acronym[title]{
	display: inline-block;
	border-bottom: 1px dotted;
	text-decoration: none;
	line-height: 20px;
}
form,
fieldset{
	margin-bottom: 0;
}
textarea{
	min-height: 60px;
	font-family: inherit;
}
label,
legend{
	display: block;
	margin-bottom: 4px;
	font-weight: 700;;
}
input[type='checkbox'],
input[type='radio']{
	display: inline-block;
	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'],
select,
textarea{
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0 19px;
	max-width: 100%;
	width: 380px;
	outline: none;
	background-color: #f8f9fa;
	border: 1px #ededef solid;
	font-weight: 400;
	font-size: 15px;
	line-height: 48px;
}
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{
	-webkit-appearance: none;
}
.mc_form_inside .mc_signup_submit {

}
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select{
	height: 50px;
	font-family: inherit;
}
textarea{
	height: 150px;
	line-height: 1.6;
	padding-top: 12px;
	padding-bottom: 12px;
}
input[type='submit'],
button,
.wp-block-button .wp-block-button__link{
    display: inline-block;
    margin-bottom: 20px;
    padding: 13px 31px;
    outline: none;
    border: none;
    vertical-align: top;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.6em;
	font-size: 11px;
	cursor: pointer;
	border-radius: 50px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
button.wp-block-search__button{
	margin-bottom: 0;
}
.sidebar-container.gt3_span4 input[type='submit'],
.sidebar-container.gt3_span4 button{
	padding: 0 30px;
}
input[type='submit']:hover,
button:hover{
	color: #ffffff;
}
[class*=gt3_span]{
	float: left;
	min-height: 1px;
}
textarea::-webkit-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
textarea:-moz-placeholder{
	color: inherit !important;
	/* Firefox 18- */
	font-family: inherit !important;
}
textarea::-moz-placeholder{
	color: inherit !important;
	/* Firefox 19+ */
	font-family: inherit !important;
}
textarea:-ms-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='text']::-webkit-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='text']:-moz-placeholder{
	color: inherit !important;
	/* Firefox 18- */
	font-family: inherit !important;
}
input[type='text']::-moz-placeholder{
	color: inherit !important;
	/* Firefox 19+ */
	font-family: inherit !important;
}
input[type='text']:-ms-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='email']::-webkit-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='email']:-moz-placeholder{
	color: inherit !important;
	/* Firefox 18- */
	font-family: inherit !important;
}
input[type='email']::-moz-placeholder{
	color: inherit !important;
	/* Firefox 19+ */
	font-family: inherit !important;
}
input[type='email']:-ms-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='url']::-webkit-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='url']:-moz-placeholder{
	color: inherit !important;
	/* Firefox 18- */
	font-family: inherit !important;
}
input[type='url']::-moz-placeholder{
	color: inherit !important;
	/* Firefox 19+ */
	font-family: inherit !important;
}
input[type='url']:-ms-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='tel']::-webkit-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
input[type='tel']:-moz-placeholder{
	color: inherit !important;
	/* Firefox 18- */
	font-family: inherit !important;
}
input[type='tel']::-moz-placeholder{
	color: inherit !important;
	/* Firefox 19+ */
	font-family: inherit !important;
}
input[type='tel']:-ms-input-placeholder{
	color: inherit !important;
	font-family: inherit !important;
}
.fullwidth-wrapper{
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
}
.container,
#container{
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}
.fullwidth-wrapper #container{
	width: auto;
}
.container-full-width{
	overflow: hidden;
}
.container:after,
.container:before,
#container:after,
#container:before{
	display: table;
	content: '';
	line-height: 0;
}
.container:after,
#container:after{
	clear: both;
}
.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row:after,
.row:before{
	display: table;
	content: '';
	line-height: 0;
}
.row:after{
	clear: both;
}
.row [class*=gt3_span]{
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
	width: 100%;
}
.clearfix:after,
.clearfix:before{
	display: table;
	content: '';
	line-height: 0;
}
.clear,
.clearfix:after{
	clear: both;
}
.container,
#container{
	max-width: 100%;
	width: 1170px;
}
.main_content .container,
.main_content #container{
	max-width: 100%;
}
@media only screen and (min-width: 768px){
	.row .gt3_span12{
		width: 100%;
	}
	.row .gt3_span11{
		width: 91.66666666666666%;
	}
	.row .gt3_span10{
		width: 83.33333333333334%;
	}
	.row .gt3_span9{
		width: 75%;
	}
	.row .gt3_span8{
		width: 66.66666666666666%;
	}
	.row .gt3_span7{
		width: 58.333333333333336%;
	}
	.row .gt3_span6{
		width: 50%;
	}
	.row .gt3_span5{
		width: 41.66666666666667%;
	}
	.row .gt3_span4{
		width: 33.33333333333333%;
	}
	.row .gt3_span3{
		width: 25%;
	}
	.row .gt3_span1-5{
		width: 20%;
	}
	.row .gt3_span2{
		width: 16.666666666666664%;
	}
	.row .gt3_span1{
		width: 8.333333333333332%;
	}
}
@media only screen and (min-width: 768px){
	.gt3_course_grid.row .gt3_span12{
		width: 100%;
	}
	.gt3_course_grid.row .gt3_span6{
		width: calc(50% - .5px);
	}
	.gt3_course_grid.row .gt3_span4{
		width: calc(33.33% - .5px);
	}
	.gt3_course_grid.row .gt3_span3{
		width: calc(50% - .5px);
	}
}
@media only screen and (min-width: 992px){
	.gt3_course_grid.row .gt3_span3{
		width: calc(25% - .5px);
	}
}
@media (min-width: 1200px){
	[class*=gt3_span]{
		float: left;
		min-height: 1px;
	}
	.row:after,
	.row:before{
		display: table;
		content: '';
		line-height: 0;
	}
	.row:after{
		clear: both;
	}
}
ul{
	margin: 0;
	padding: 0 0 20px 0;
}
li ul{
	padding-bottom: 0;
}
/*base*/

::selection{
	opacity: 1;
}
::-moz-selection{
	opacity: 1;
}
p{
	margin: 0 0 18px 0;
	padding: 0;
}
a{
	color: inherit;
	font-weight: 400;
}
a,
a:hover,
a:focus{
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
p a{
	-webkit-transition: color 300ms;
	-moz-transition: color 300ms;
	transition: color 300ms;
}
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;
}
.wp-caption.aligncenter{
	margin-right: auto;
	margin-left: auto;
}
.textwidget img.aligncenter{
    margin: 0 auto 25px auto;
}
/* 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{
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	clip: auto !important;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	border-radius: 3px;
	background-color: #f1f1f1;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	color: #21759b;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	/* Above WP toolbar. */
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption{
	max-width: 100%;
}
.wp-caption-text,
figcaption{
	margin-top: 5px;
	font-style: italic;
}
.hideme{
	display: none;
}
.wp-caption-text,
figcaption{
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	font-size: 0;
	margin: 0;
}

form,
body,
iframe{
	margin: 0;
	padding: 0;
}
iframe{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
	vertical-align: top;
}
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: center;
}
table tbody tr,
table thead tr,
table tfoot tr{
	border: 1px solid #f2f2f2;
}
table tbody th,
table tfoot th{
	border-right: 1px solid #f2f2f2;
}
p:empty{
	display: none;
	margin: 0;
}
table tr td {
	border-right: 1px solid #f2f2f2;
}
table tr td:last-child {
	border-right: none;
}
/* P L U G I N S */

/* theme_icon-arrows */
body [class*='theme_icon-arrows']{
	position: relative;
	display: inline-block;
	width: 24px;
	height: .7em;
}
body .theme_icon-arrows-right{
	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{
	position: absolute;
	top: 4px;
	z-index: 1;
	margin-left: 0;
	width: 18px !important;
	border-top: .1em solid;
	border-top: 2px solid;
	border-top-color: inherit;
	content: '';
	font-size: inherit;
}
body .theme_icon-arrows-right:before{
	left: 0;
}
body .theme_icon-arrows-left:before{
	right: 0;
}
body [class*='theme_icon-arrows']:after{
	position: absolute;
	top: 0;
	z-index: 1;
	margin-left: 0;
	border-top: .3em solid transparent;
	border-top: 5px solid transparent;
	border-bottom: .3em solid transparent;
	border-bottom: 5px solid transparent;
	content: '';
	font-size: inherit;
}
body .theme_icon-arrows-right:after{
	right: 0;
	border-left: .4em solid;
	border-left: 6px solid;
	border-left-color: inherit;
}
body .theme_icon-arrows-left:after{
	left: 0;
	border-right: .4em solid;
	border-right: 6px solid;
	border-right-color: inherit;
}
@media only screen and (max-width: 1023px){
	body [class*='theme_icon-arrows']{
		width: 22px;
		height: 9px;
	}
	body [class*='theme_icon-arrows']:before{
		top: 3px;
	}
	body [class*='theme_icon-arrows']:after{
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	body .theme_icon-arrows-right:after{
		border-left: 5px solid;
	}
	body .theme_icon-arrows-left:after{
		border-right: 5px solid;
	}
}
/* theme_icon-arrows end */

/* Slick Slider */
@media only screen and (min-width: 1200px){
	.gutenberg-solo-blocks--slider.alignfull .controls {
		margin: 0 50px;
	}
	.gutenberg-solo-blocks--slider.alignfull .slider_content_wrap {
		margin: 0 65px;
	}
}
.slick-slider{
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 -15px;
	padding: 0;
	outline: none !important;
}
@media only screen and (min-width: 992px){
	.slick-slider.slider_navigation-both .slick-list,
	.slick-slider.slider_navigation-arrow .slick-list{
		margin: 0 22px;
	}
}
.slick-list:focus{
	outline: none !important;
}
.slick-list.dragging{
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after{
	display: table;
	content: '';
}
.slick-track:after{
	clear: both;
}
.slick-loading .slick-track{
	visibility: hidden;
}
.slick-slide{
	display: none;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	min-height: 1px;
	height: 100%;
	outline: none !important;
	cursor: pointer;
	position: relative;
}
[dir='rtl'] .slick-slide{
	float: right;
}
.slick-slide img{
	display: block;
}
.slick-slide.slick-loading img{
	display: none;
}
.slick-slide.dragging img{
	pointer-events: none;
}
.slick-initialized .slick-slide{
	display: block;
}
.slick-loading .slick-slide{
	visibility: hidden;
}
div.slick-slider ul.slick-dots li{
	display: inline-block;
	box-sizing: content-box;
	margin: 0 6px;
	padding: 1px;
	width: 8px;
	height: 8px;
	line-height: 8px;
	cursor: pointer;
}
.slick-slider ul.slick-dots li:only-child{
	display: none;
}
.slick-slider ul.slick-dots li button{
	display: none;
}
.slick-slider ul.slick-dots li:before,
.gutenberg-solo-blocks--testimonial .slick-slider .slick-dots li:before{
	content: '';
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e4e4e5;
	background-color: #e4e4e5;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: color .2s .2s, opacity .2s .2s;
	-moz-transition: color .2s .2s, opacity .2s .2s;
	-ms-transition: color .2s .2s, opacity .2s .2s;
	transition: color .2s .2s, opacity .2s .2s;
}
.slick-slider ul.slick-dots li:hover:before{
	opacity: 1;
	-webkit-transition: box-shadow .2s, opacity .2s;
	-moz-transition: box-shadow .2s, opacity .2s;
	transition: box-shadow .2s, opacity .2s;
}
.slick-slider ul.slick-dots li.slick-active:before,
.slick-slider ul.slick-dots li:before,
.gutenberg-solo-blocks--testimonial .slick-slider .slick-dots li.slick-active:after {
    box-shadow: none;
}

.gutenberg-solo-blocks--testimonial .slick-slider .slick-dots li.slick-active:before{
	background-color: #202326;
	border-color: #202326;
}
/* Arrows */
.slick-arrow{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 50;
	display: block;
	margin: auto;
	padding: 0;
	width: 45px;
	height: 38px;
	min-width: auto;
	border: none;
	background-color: transparent;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .2em;
	font-weight: 500;
	font-size: .875em;
	font-family: inherit;
	line-height: normal;
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	color: #ffffff;
	pointer-events: auto;
}
.slick-arrow:hover{
	background-color: transparent;
}
.slick-arrow:after{
	position: absolute;
	top: 14px;
	z-index: 1;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: '';
}
.slick-arrow.slick-prev{
	left: 14px;
}
.slick-arrow.slick-next{
	right: 14px;
}
.slick-arrow.slick-prev:before{
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 1px;
	vertical-align: middle;
	background-color: currentColor;
}
.slick-arrow.slick-prev:after{
	position: absolute;
	left: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	-webkit-box-shadow: 1px 1px 0 0 currentColor;
	box-shadow: 1px 1px 0 0 currentColor;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.slick-arrow.slick-next:before{
	content: '';
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 1px;
	vertical-align: middle;
	background-color: currentColor;
}
.slick-arrow.slick-next:after{
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	-webkit-box-shadow: 1px 1px 0 0 currentColor;
	box-shadow: 1px 1px 0 0 currentColor;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.slick-arrow.slick-disabled{
	visibility: hidden;
	opacity: 0;
}
/* Slick Slider end */

/* Contact Form 7 */
.wpcf7 input[type='date'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 input[type='password'],
.wpcf7 input[type='search'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'],
.wpcf7 input[type='url'],
.wpcf7 select,
.wpcf7 textarea{
	width: 100%;
}
.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 25px;
}
.wpcf7 label{
	font-size: 11px;
	font-weight: 700;
}
.wpcf7 input[type='submit']{
	margin-top: 10px;
    font-weight: bold;
	min-width: 135px;
}
div.wpcf7-response-output{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: .344em 1em .344em 50px;
	border: none;
	background-color: #255379;
	color: #ffffff;
}
div.wpcf7-response-output:before{
	position: absolute;
	top: 50%;
	left: 17px;
	display: inline-block;
	margin-top: -9px;
	content: '\f05a';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	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{
	padding-top: 5px;
	color: #d61d1d;
    font-size: 0.75em;
	font-weight: 400;
}
.gt3_submit_wrapper{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 2px;
	color: #ffffff;
	font-size: 12px;
	line-height: 0;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.gt3_submit_wrapper:hover{
	background: #ffffff;
}
.gt3_submit_wrapper > i{
	position: absolute;
	top: 50%;
	right: 34px;
	z-index: -1;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.gt3_submit_wrapper input[type='submit']{
	margin-bottom: 0;
	padding-right: 54px;
	background: transparent;
}
div.wpcf7 .gt3_submit_wrapper .ajax-loader{
	display: none !important;
}
.form-submit_custom .gt3_submit_wrapper{
	vertical-align: top;
}
.form-submit_custom{
	margin-bottom: 0;
}
.custom_textarea textarea{
	height: 180px;
}
.gt3-form_on-dark-bg{
	color: #ffffff;
}
.gt3-form_on-dark-bg input[type='date'],
.gt3-form_on-dark-bg input[type='email'],
.gt3-form_on-dark-bg input[type='number'],
.gt3-form_on-dark-bg input[type='password'],
.gt3-form_on-dark-bg input[type='search'],
.gt3-form_on-dark-bg input[type='tel'],
.gt3-form_on-dark-bg input[type='text'],
.gt3-form_on-dark-bg input[type='url'],
.gt3-form_on-dark-bg select,
.gt3-form_on-dark-bg textarea{
	padding: 9px 10px;
	border-top: 0;
	border-right: 0;
	border-bottom-color: rgba(255, 255, 255, .4);
	border-left: 0;
	border-radius: 0;
	background: transparent;
}
.wpcf7 input[type='date'],
.wpcf7 input[type='email'],
.wpcf7 input[type='number'],
.wpcf7 input[type='password'],
.wpcf7 input[type='search'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='text'],
.wpcf7 input[type='url'],
.wpcf7 select,
.wpcf7 textarea {
	background-color: #fdfdfd;
}
/* Placeholder */

.gt3-form_on-dark-bg input[type='email']::-webkit-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='email']:-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 18- */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='email']::-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 19+ */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='email']:-ms-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='text']::-webkit-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='text']:-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 18- */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='text']::-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 19+ */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='text']:-ms-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='number']::-webkit-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='number']:-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 18- */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='number']::-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 19+ */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='number']:-ms-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='url']::-webkit-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='url']:-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 18- */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='url']::-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 19+ */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='url']:-ms-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-webkit-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 18- */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea::-moz-placeholder{
	color: #ffffff !important;
	/* Firefox 19+ */
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg textarea:-ms-input-placeholder{
	color: #ffffff !important;
	font-weight: inherit !important;
}
.gt3-form_on-dark-bg input[type='submit'],
.gt3-form_on-dark-bg .gt3_submit_wrapper{
	border-color: #ffffff;
	background: #ffffff;
	color: #434c55;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper input[type='submit']{
	background: transparent;
}
.gt3-form_on-dark-bg .gt3_submit_wrapper > i{
	color: #434c55;
}
.gt3-form_on-dark-bg input[type='submit']:hover,
.gt3-form_on-dark-bg .gt3_submit_wrapper:hover,
.gt3-form_on-dark-bg .gt3_submit_wrapper:hover > i{
	background-color: transparent;
	color: #ffffff;
}
.gt3-form_on-dark-bg .wpcf7-form-control-wrap{
	margin-bottom: 15px;
}
.gt3-newsletter input[type='submit']{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 11px 11px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.gt3-newsletter input[type='submit']{
	border-color: #255379;
	background-color: #255379;
}
.gt3-newsletter input[type='submit']:hover{
	background-color: transparent;
	color: #255379;
}
.gt3-newsletter .wpcf7-form-control-wrap{
	float: left;
	max-width: 330px;
	width: calc(100% - 80px);
}
.gt3-newsletter input[type='email']{
	max-width: 330px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
form.wpcf7-form .row{
	margin-right: -15px;
	margin-left: -15px;
}
form.wpcf7-form .row [class*=gt3_span]{
	padding-right: 15px;
	padding-left: 15px;
}
form.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 12px;
}
form.wpcf7-form .gt3-register-form .wpcf7-form-control-wrap{
	margin-bottom: 30px;
}
form.wpcf7-form-control.wpcf7-submit{
	margin-top: 20px;
}
.gt3-register-form input[type='date'],
.gt3-register-form input[type='email'],
.gt3-register-form input[type='number'],
.gt3-register-form input[type='password'],
.gt3-register-form input[type='search'],
.gt3-register-form input[type='tel'],
.gt3-register-form input[type='text'],
.gt3-register-form input[type='url'],
.gt3-register-form select,
.gt3-register-form textarea{
	border: 1px solid #f0f0f0;
	background-color: #fafafa;
}
.gt3-register-form input[type='submit']{
	width: 170px;
}
/* end Contact Form 7 */

/* 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,
.header_over_bg + .site_wrapper > .main_wrapper{
	padding-top: 0;
}
.site_wrapper{
	position: relative;
	z-index: 0;
	min-height: 50vh;
}
.row.sidebar_left .content-container{
	float: right;
}
/* F O O T E R */

.main_footer{
	font-size: 14px;
	overflow-x: hidden;
}
.main_footer_wrapper{
	padding: 24px 0 26px 0;
}
.copyright{
	font-size: 14px;
}
.copyright p,
.pre_footer p{
	margin-bottom: 0;
}
.copyright a{
	color: inherit;
}
.pre_footer a{
	font-weight: 600;
}
.main_footer .copyright{
	font-weight: 400;
}
@media only screen and (max-width: 767px){
	.pre_footer a{
		padding: 0 10px !important;
	}
	.copyright .gt3_span12{
		text-align: center;
	}
	.copyright .gt3_span12 *{
		float: none !important;
	}
}
/* Typography */
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;
}
.wp-block-image.alignleft,
.alignleft{
	float: left;
	margin: 0 35px 20px 0
}
.wp-block-image.alignright,
.alignright{
	float: right;
	margin: 0 0 20px 30px;
}
.alignright{
    float: right;
    margin: 0 0 20px 30px;
}
.aligncenter{
	display: block;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.large-text{
	font-size: 23px;
}
.small-text{
	font-size: 16px;
	line-height: 24px;
}
/* Page Title */
.gt3-page-title{
	display: table;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-repeat: repeat;
}
.gt3-page-title.gt3-page-title_with_bg{
	margin-bottom: 90px;
	padding-bottom: 60px;
}
.gt3-page-title__inner{
	display: table-row;
	vertical-align: middle;
}
.gt3-page-title__inner:before,
.gt3-page-title__inner:after{
	display: table-cell;
	content: '';
}
.gt3-page-title .container{
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title.gt3-page-title_vert_align_top .container{
	vertical-align: top;
}
.gt3-page-title.gt3-page-title_vert_align_bottom .container{
	vertical-align: bottom;
}
.gt3-page-title__content{
	display: table;
	width: 100%;
}
.gt3-page-title__content .page_title{
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title__content .page_title{
	width: 100%;
}
.gt3-page-title__content .page_title h1,
h1.portfolio_title_content {
	font-weight: 700;
	line-height: 1.5;
	font-size: 35px;
}
.gt3-page-title__content .page_title h1{
	color: inherit;
}
.gt3-page-title__content .page_title h1 {
	color: inherit;
}
.gt3-page-title .page_sub_title{
	position: relative;
	margin-bottom: 24px;
	color: inherit;
	font-size: 22px;
	line-height: 30px;
	font-family: inherit;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_sub_title{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	opacity: .5;
}
.gt3-page-title__content .breadcrumbs{
	white-space: nowrap;
}
.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 .page_sub_title,
.gt3-page-title.gt3-page-title_horiz_align_center .page_title_post_meta {
	display: table-row;
	text-align: center;
}
.gt3-page-title.gt3-page-title_horiz_align_center .page_title + .page_sub_title{
	padding-top: 12px;
}
.gt3-page-title.gt3-page-title_small_header .gt3-page-title__content .page_title > h1{
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
}
.gt3-page-title.gt3-page-title_small_header.gt3-page-title_horiz_align_center .page_sub_title{
	font-size: 16px;
}
@media only screen and (max-width: 768px){
	.gt3-page-title__content .page_title{
		display: block;
	}
	.gt3-page-title__content .page_title h1{
		font-size: 26px;
	}
	.gt3-page-title__content .breadcrumbs{
		white-space: normal;
	}
}
/* end Page Title */

/* Breadcrumb */
.gt3_breadcrumb{
	font-size: 14px;
}
.gt3_breadcrumb .breadcrumb_separator{
	margin: 0 .5em;
}
.gt3-page-title__content .gt3_breadcrumb{
	display: table-cell;
	vertical-align: middle;
}
.gt3-page-title__content .gt3_breadcrumb a{
	color: inherit;
	font-weight: inherit;
}
.gt3-page-title.gt3-page-title_horiz_align_center .gt3_breadcrumb{
	display: table-row;
	text-align: center;
}
.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 .gt3_breadcrumb{
	font-size: 12px;
	opacity: .6;
}
@media only screen and (max-width: 768px){
	.gt3-page-title__content .gt3_breadcrumb{
		display: block;
	}
	.gt3-page-title__content .page_title + .gt3_breadcrumb{
		padding-top: 5px;
	}
}
/* end Breadcrumb */

/* Blockquotes */
blockquote{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0 0 0 18px;
	border-left: 2px rgba(97,106,100, 0.1) solid;
	background-color: transparent;
	font-style: italic;
}
blockquote cite{
	font-size: 14px;
}
blockquote.blogpost_title_blockquote{
	padding: 5px 0 5px 30px;
}
blockquote.blogpost_title_blockquote cite{
	font-size: 18px;
}
.blogpost_title blockquote{
	font-size: 28px;
}
blockquote p:last-of-type{
	margin-bottom: 0 !important;
}
.gutenberg-solo-blocks--quote blockquote.solo-no-border {
    border: 4px solid;
    border-color: #f7f7f8;
    padding: 47px 9% 32px 70px;
}
.gutenberg-solo-blocks--quote blockquote.solo-no-border p.quote{
    font-style: italic;
    padding-bottom: 5px;
}
.gutenberg-solo-blocks--quote blockquote.solo-no-border:before {
    content: '';
    width: 31px;
    height: 24px;
    position: absolute;
    left: 30px;
    top: 30px;
    -webkit-mask-image: url(../img/quote.png);
    mask-image: url(../img/quote.png);
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    z-index: 2;
}
/* End Blockquotes */

/* hr */
hr{
    margin: 30px 0;
    border: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
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 */
dl{
	margin-bottom: 20px;
}
dl dt{
	text-decoration: underline;
	font-weight: 600;
}
dl dd{
	margin: 0 0 20px 0;
}
.top_footer a{
	color: inherit;
}
/* custom list class gt3_list_ */
.main_wrapper ul[class*='gt3_list_'] li{
	position: relative;
	list-style: none;
}
.main_wrapper ul[class*='gt3_list_'] li:before{
	position: absolute;
	top: .5em;
	left: -23px;
	display: inline-block;
	margin: 0;
	content: '\f00c';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1em;
	line-height: 1em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_wrapper ul.gt3_list_check_circle li:before{
	content: '\f05d';
}
.main_wrapper ul.gt3_list_check_square li:before{
	content: '\f046';
}
.main_wrapper ul.gt3_list_angle_right li:before{
	content: '\f105';
}
.main_wrapper ul.gt3_list_angle_down li:before{
	content: '\f107';
}
.main_wrapper ul.gt3_list_caret_down li:before{
	content: '\f0d7';
}
.main_wrapper ul.gt3_list_plus li:before{
	content: '\f067';
}
.main_wrapper ul.gt3_list_times li:before{
	content: '\f00d';
}
.main_wrapper ul.gt3_list_wine li:before{
	top: 0;
	-webkit-transform: scale(.43);
	-moz-transform: scale(.43);
	-ms-transform: scale(.43);
	-o-transform: scale(.43);
	transform: scale(.43);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}
/* ol list */
.main_wrapper ol{
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
	counter-reset: li;
}
.main_wrapper ol li{
	counter-increment: li;
}
.main_wrapper li ol{
	margin-bottom: 0;
}
.main_wrapper ol > li{
	position: relative;
	margin-left: 30px;
	padding: 0 0 5px 5px;
}
.main_wrapper ol:not(.commentlist) > li ol > li{
	margin-left: 15px;
}
.main_wrapper ol > li:not(.comment):not(.trackback):not(.wp-block-latest-comments__comment):before{
	position: static;
	top: 0;
	display: inline-block;
	margin: 0 -25px 0 0;
	min-width: 25px;
	content: '.' counter(li);
	font-weight: 400;
	font-size: inherit;
	direction: rtl;
	-webkit-transform: translateX(-25px);
	-moz-transform: translateX(-25px);
	-ms-transform: translateX(-25px);
	transform: translateX(-25px);
}
.main_wrapper ul:not(.sub-menu):not(.slick-dots) > li:last-child,
.main_wrapper ol > li:last-child{
	padding-bottom: 0;
}
/* Custom Classes */
/* WPML */
#lang_sel_list{
	display: inline-block !important;
	float: right !important;
	margin-left: -10px;
	padding: 11px 25px 0 0;
}
/* main header */
.header_side_container{
	display: inline-block;
	max-height: 100%;
	height: 100%;
	white-space: nowrap;
}
/* end main header */

/* logo */

.logo_container{
	position: relative;
	z-index: 1;
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.logo_container:before{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.logo_container a{
	display: inline-block;
	color: inherit;
	vertical-align: middle;
}
.logo_container img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
	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{
	display: none;
}
@media only screen and (max-width: 1200px){
	.logo_container.mobile_logo_enable .default_logo,
	.logo_container.mobile_logo_enable .site-title{
		display: none;
	}
	.logo_container.mobile_logo_enable .mobile_logo{
		display: block;
	}
	.sticky_header.sticky_on .logo_container.mobile_logo_enable .sticky_logo + .mobile_logo{
		display: none;
	}
	.main-menu ul.sub-menu {
		background: transparent !important;
	}
	.main-menu ul.sub-menu .menu-item:last-child {
		padding-bottom: 0 !important;
	}
}
/* end logo */

/* menu style */
.main-menu,
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.main-menu > ul,
.main-menu > div,
.main-menu > div > ul{
	margin: 0 -17px;
}
.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%;
	margin-right: 5px;
}
.main-menu > ul > li:last-child,
.main-menu > div > ul > li:last-child {
	margin-right: 0;
}
.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
	position: relative;
	z-index: 1;
	display: block;
}
.main-menu > ul > li > a,
.main-menu > div > ul > li > a{
	margin: 0 3px;
	padding: 0 14px;
	color: inherit;
	font-weight: inherit;
	text-transform: uppercase;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}
.main-menu > ul > li > a > span,
.main-menu > div > ul > li > a > span{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
	-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;
}
.main-menu > ul > li > a:before,
.main-menu > div > ul > li > a:before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid;
	content: '';
	color: inherit;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	will-change: transform;
}
.main-menu ul li{
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
.main-menu ul li ul.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 555;
	display: block;
	visibility: hidden;
	box-sizing: border-box;
	padding: 0;
	width: 280px;
	border-radius: 3px;
	box-shadow: none;
	text-align: left;
	opacity: 0;
	transition: opacity 200ms, visibility 200ms, transform 200ms;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.sticky_on .main-menu ul li ul.sub-menu{
	top: calc(100% + 8px);
}
.main-menu > ul > li > ul{
	margin-top: 0;
}
.main-menu > ul > li:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 8px;
	content: '';
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.main-menu ul li ul ul.sub-menu{
	top: 0;
	left: calc(100% + 4px);
	margin-top: 0;
}
.sticky_on .main-menu ul li ul ul.sub-menu {
	top: 0;
}
.main-menu ul li ul.sub-menu li{
	display: block;
	float: none;
	border-bottom: 1px solid rgba(231, 231, 239, 0.06);
}
.main-menu ul li ul.sub-menu li:last-child{
	border: none;
}

.main-menu a{
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	transition: all 200ms;
}
.main-menu ul li ul li > a > span{
	position: relative;
	padding-bottom: 0;
}
.main-menu ul li ul li:hover > a > span:after,
.main-menu ul li ul li.current-menu-item > a > span:after{
	opacity: 1;
}
@media (min-width: 1200px){
	.main-menu ul li ul li.menu-item-has-children > a:after {
		position: absolute;
		right: 20px;
		top: 19px;
		line-height: 24px;
		display: inline-block;
		font-family: FontAwesome, sans-serif;
		font-weight: normal;
		font-size: 18px;
		content: '\f105';
	}
	.main-menu > ul > li.current-menu-ancestor > a:after,
	.main-menu > ul > li.current-menu-parent > a:after,
	.main-menu > ul > li.current-menu-item > a:after {
		position: absolute;
		left: 0;
		top: 50%;
		width: 6px;
		height: 6px;
		background: currentColor;
		border-radius: 50%;
		content: '';
		transform: translateY(-50%);
	}
	.main-menu ul li ul li.menu-item-has-children:hover:after{
		opacity: 1;
	}
}

.main-menu ul li ul .menu-item{
    padding: 19px 32px 19px 32px;
}
.main-menu ul li ul .menu-item:last-child{
	padding-bottom: 19px;
}
.main-menu ul li ul .menu-item > a{
	display: block;
	width: 100%;
    color: inherit;
	font-size: 15px;
	line-height: 1.6;
	opacity: 1;
}
.top-menu.main-menu ul li ul .menu-item > a{
	font-size: 1em;
}
.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:nth-last-child(1) > .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu{
	right: 0;
	left: auto;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
	right: calc(100% + 4px);
	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:nth-last-child(1) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu:after,
.main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu:after{
	right: -4px;
	left: auto;
}
.left.header_side .main-menu ul li ul{
	right: auto;
	left: 0;
}
.left.header_side .main-menu > ul > li ul .sub-menu{
	right: auto;
	left: 101%;
}
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu{
	right: auto;
	left: 0;
}
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu .sub-menu,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu .sub-menu{
	right: auto;
	left: 101%;
}
.main_menu_container .menu_item_line{
	position: absolute;
	top: -3px;
	height: 3px;
	-webkit-transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
	-moz-transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
	transition: width .4s, left .6s cubic-bezier(.21, .53, .01, .96);
}
.header_over_bg .main_menu_container .menu_item_line{
	background-color: currentColor;
}
.main-menu > ul > li > ul:before,
.gt3_megamenu_triangle:before{
}
.main-menu > ul > li > ul:after,
.gt3_megamenu_triangle:after{
	top: -8px;
	z-index: 0;
	margin-left: 0;
	position: absolute;
	left: 13px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	content: '';
}
.gt3_megamenu_triangle_container{
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	height: 0 !important;
}
.gt3_megamenu_triangle{
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -30px;
	width: 60px;
	height: 1px;
}
.main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
.main-menu > ul > li:nth-last-child(1) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(2) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(3) > .sub-menu:after,
.main-menu > ul > li:nth-last-child(4) > .sub-menu:after{
	right: 13px;
	left: auto;
}
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu:before,
.left.header_side .main-menu > ul > li:nth-last-child(1) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(2) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(3) > .sub-menu:after,
.left.header_side .main-menu > ul > li:nth-last-child(4) > .sub-menu:after{
	right: auto;
	left: 13px;
}
/* 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.huge_number_of_column{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: calc(100vw - 66px);
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.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{
	-webkit-flex: 1 1 160px;
	-ms-flex: 1 1 160px;
	flex: 1 1 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li{
	display: table-cell;
	padding-right: 35px;
	padding-left: 35px;
	min-width: 230px;
	width: 230px;
	vertical-align: baseline;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li:not(:last-child):before{
	position: absolute;
	top: 20px;
	right: 0;
	bottom: 22px;
	display: block !important;
	border-right: 1px solid #e9e9e8;
	content: '';
}
.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{
	min-width: 160px;
	width: 160px;
}
.gt3_header_builder__container .main-menu .gt3_megamenu_active > .sub-menu > li > ul{
	position: relative;
	right: auto !important;
	left: auto !important;
	margin-top: 0;
	border: none;
	background-color: transparent;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.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{
	margin-top: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1em;
}
.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: center center no-repeat;
	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;
}
.gt3_megamenu_active aside .widget-title{
	margin-top: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 1em;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-img-wrapper{
	margin-right: 10px;
}
.gt3_megamenu_active aside .sidebar .woocommerce ul.product_list_widget li img,
.gt3_megamenu_active aside .widget ul.product_list_widget li .gt3-widget-product-img-wrapper img{
	width: 45px;
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper{
	max-width: calc(100% - 60px);
}
.gt3_megamenu_active aside .woocommerce ul.product_list_widget li .gt3-widget-product-wrapper .product-title{
	font-size: inherit;
}
/* end mega menu */

/* sticky header */
.sticky_header{
	position: fixed;
	top: 0;
	z-index: 100000;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.sticky_header.header_sticky_shadow{
	box-shadow: 1px 0 10px rgba(0, 0, 0, .1);
}
.admin-bar .sticky_header{
	top: 32px;
}
.sticky_header.sticky_on{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.sticky_header.sticky_on .gt3_header_builder__section {
	border-bottom: none;
}
/* end sticky header */

@media screen and (max-width: 600px){
	div[id*=wpadminb]{
		top: -46px !important;
	}
}
/* header responsive */

@media (max-width: 1500px){
	.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: 1250px){
	.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: 992px){
	.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{
	position: relative;
	z-index: 1;
	display: none;
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter, -webkit-filter;
}
.toggle-inner,
.toggle-inner:before,
.toggle-inner:after{
	background-color: #ffffff;
}
.toggle-box{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 40px;
	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;
	border-top: 3px solid;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, -webkit-transform;
}
.toggle-inner:before,
.toggle-inner:after{
	display: block;
	content: '';
}
.toggle-inner:before{
	top: -9px;
}
.toggle-inner:after{
	bottom: -6px;
}
.mobile-navigation-toggle:before{
	position: relative;
	display: inline-block;
	width: 0;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.mobile-navigation-toggle .toggle-inner{
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .1s;
}
.mobile-navigation-toggle .toggle-inner:before{
	transition: top .1s .14s ease, opacity .1s ease;
}
.mobile-navigation-toggle .toggle-inner:after{
	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{
	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{
	top: 0;
	opacity: 0;
	transition: top .1s ease, opacity .1s .14s ease;
}
.mobile-navigation-toggle.is-active .toggle-inner:after{
	bottom: 0;
	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{
	font-size: 0;
	line-height: 0;
}
.mobile_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{
	padding: 0;
	width: 100%;
}
.mobile_menu_container .main-menu > ul.mobile_view_on,
.mobile_menu_container .main-menu > div > ul.mobile_view_on{
	position: relative;
	left: 0;
	box-sizing: border-box;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	height: auto;
	text-align: left;
}
.mobile_menu_container .main-menu ul.mobile_view_on li{
	display: block;
	float: none;
	padding: 0;
	height: auto;
}
.mobile_menu_container .main-menu ul.mobile_view_on li a{
	padding: 10px 0 10px 0;
}
.mobile_menu_container .main-menu .mobile_switcher{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	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;
}
.mobile_menu_container .main-menu .mobile_switcher:before{
	position: absolute;
	right: 0;
	bottom: -webkit-calc(50% - 4px);
	bottom: calc(50% - 4px);
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-left: 1px solid;
	content: '';
	opacity: .7;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: -webkit-transform 200ms;
	-moz-transition: -moz-transform 200ms;
	transition: transform 200ms;
}
.mobile_menu_container .main-menu .mobile_switcher.is-active:before{
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.mobile_menu_container .main-menu ul li ul{
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
	box-sizing: border-box;
	margin-top: 0;
	padding: 0 0 0 15px;
	width: 100%;
	border: none;
	background-color: transparent;
	opacity: 1;
	-webkit-transition: 0ms;
	transition: all 0ms;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.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);
}
.mobile_menu_container .main-menu ul.mobile_view_on > li > ul > li > .sub-menu:first-child{
	display: block !important;
	margin-left: -15px;
}
@media only screen and (max-width: 767px){
	.gt3-page-title{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		background-attachment: scroll;
		max-height: 300px;
	}
}
/* gt3_currency_switcher */
.gt3_currency_switcher{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.gt3_currency_switcher:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
}
.gt3_currency_switcher ul{
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 555;
	display: block;
	visibility: hidden;
	box-sizing: border-box;
	margin-top: 5px;
	padding: 10px 0;
	width: 230px;
	border: 1px solid rgba(232, 232, 232, .8);
	border-top-color: rgba(232, 232, 232, .5);
	border-left-color: rgba(232, 232, 232, .5);
	border-radius: 4px;
	box-shadow: none;
	list-style: none;
	text-align: left;
	opacity: 0;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.gt3_currency_switcher ul:before,
.gt3_currency_switcher ul:after{
	position: absolute;
	top: -10px;
	left: 20px;
	z-index: 2;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
.gt3_currency_switcher ul:after{
	top: -11px;
	z-index: 0;
	margin-left: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(232, 232, 232, .65);
	border-left: 10px solid transparent;
}
.gt3_currency_switcher ul:before{
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 1);
}
.gt3_currency_switcher ul li{
	padding: 5px 25px 5px 20px;
	font-weight: 400;
	font-size: .87em;
	line-height: 1.6;
}
.gt3_currency_switcher:hover ul{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.gt3_currency_switcher a{
	position: relative;
}
.gt3_currency_switcher ul a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid;
	content: '';
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	transform: translateY(1px);
	will-change: transform;
}
.gt3_currency_switcher ul a:hover:after{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
}
.container_full .right.header_side .gt3_currency_switcher ul{
	right: 0;
	left: auto;
}
.container_full .right.header_side .gt3_currency_switcher ul:before,
.container_full .right.header_side .gt3_currency_switcher ul:after{
	right: 20px;
	left: auto;
}
select.woocommerce-currency-switcher,
select.currency-switcher{
	padding: 1px 12px;
	height: auto;
	border: none;
	background: none;
}
a.woocs_flag_view_item{
	margin: 2px !important;
	width: 40px !important;
	height: inherit !important;
	line-height: 1 !important;
}
a.woocs_flag_view_item{
	vertical-align: middle;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
}
a.woocs_flag_view_item_current{
	opacity: 1 !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* end gt3_currency_switcher */

/* B L O G */
/* Navigation comments */
.gt3_pagination_comments{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}
.gt3_pagination_comments .page-numbers{
	display: inline-block;
	margin-right: 2px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: inherit;
}
.gt3_pagination_comments .page-numbers.current{
	color: #ffffff;
}
.gt3_pagination_comments .page-numbers.prev,
.gt3_pagination_comments .page-numbers.next{
	width: auto;
	background-color: transparent;
}
.gt3_pagination_comments .page-numbers.prev{
	margin-right: 10px;
}
.gt3_pagination_comments .page-numbers.next{
	margin-right: 0;
	margin-left: 10px;
}
/* Navigation comments end */
.gt3_theme_blog{
	text-align: left;
	overflow: hidden;
}
.blog_post_preview{
	margin-bottom: 40px;
}
.gt3_theme_blog.items4 .blog_post_preview h2{
	font-size: 1.8em;
	line-height: 1.3;
}
.gt3_theme_blog.items4 .blog_post_preview h2 a{
	line-height: inherit;
}
.gt3_theme_blog .blog_post_preview h2 a{
	font-weight: inherit;
	font-family: inherit;
	line-height: inherit;
}
.hidden_block{
	display: none !important;
}
.items1 .blog_post_preview{
	display: block;
	width: 100%;
}
.items2 .blog_post_preview,
.items3 .blog_post_preview,
.items4 .blog_post_preview{
	display: inline-block;
	vertical-align: top;
}
.items2 .blog_post_preview{
	width: 50%;
}
.items3 .blog_post_preview{
	width: 33.32%;
}
.items4 .blog_post_preview{
	width: 25%;
}
/* blog_post_media */
.blog_post_media{
	margin-bottom: 28px;
}
.single .blog_post_media{
	margin-bottom: 43px;
}
.blog_post_media--quote{
	margin-bottom: 5px;
}
.blog_post_media > img{
	max-width: 100%;
	height: auto;
}
/* blog format video */
.format-video .blog_post_media,
.format-audio .blog_post_media{
	position: relative;
	padding-bottom: 62%;
	width: 100%;
}
.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;
	opacity: 1;
	-webkit-transition: opacity 400ms 200ms, visibility 400ms 200ms;
	-moz-transition: opacity 400ms 200ms, visibility 400ms 200ms;
	transition: opacity 400ms 200ms, visibility 400ms 200ms;
}
.blog_post_media .gt3_video_wrapper__thumb.play_video{
	visibility: hidden;
	opacity: 0;
}
.blog_post_media .gt3_video__play_iframe{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	overflow: hidden;
	padding-bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 400ms 200ms;
	-moz-transition: opacity 400ms 200ms;
	transition: opacity 400ms 200ms;
}
.blog_post_media .gt3_video__play_iframe.play_video{
	opacity: 1;
}
.format-audio .blog_post_media,
.gt3_module_featured_posts .format-audio .blog_post_media{
	padding-bottom: 110px;
}
.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;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: inline-block;
	box-sizing: border-box;
	margin: auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(39, 43, 46, .35);
	vertical-align: middle;
	cursor: pointer;
}
.format-video .gt3_video__play_button > svg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 4px;
	z-index: 1;
	margin: auto;
	fill: #ffffff;
}
/* blog format video end */

.gt3_theme_blog .blog_post_preview.format-standard .blog_content,
.gt3_theme_blog .blog_post_preview.format-audio .blog_content,
.gt3_theme_blog .blog_post_preview.format-link .blog_content,
.gt3_theme_blog .blog_post_preview.format-quote .blog_content{
	padding: 40px 50px 40px 50px;
	background-color: #f8f8f8;
}
@media only screen and (max-width: 992px){
	.gt3_theme_blog .blog_post_preview.format-standard .blog_content,
	.gt3_theme_blog .blog_post_preview.format-audio .blog_content,
	.gt3_theme_blog .blog_post_preview.format-link .blog_content,
	.gt3_theme_blog .blog_post_preview.format-quote .blog_content{
		padding: 6% 6% 2.5% 6%;
		background-color: #f8f8f8;
	}
}
.listing_meta{
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
}
.listing_meta > span:empty{
	display: none;
}
.listing_meta > span:last-of-type:after{
	display: none;
}
.listing_meta > span a{
	font-weight: inherit;
}
.listing_meta .post_comments {
    white-space: nowrap;
    float: right;
}
.listing_meta .listing_meta_author{
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
}
.listing_meta .listing_meta_author img{
	margin-right: 10px;
	border-radius: 50%;
}
/* listing meta end */

.single-post .single_meta .blog_content .blogpost_title{
	margin-top: 0;
    margin-bottom: 21px;
    font-size: 35px;
	line-height: 52px;
    font-weight: 700;
}
.single-post .single_meta .blog_content .blogpost_title_blockquote{
	margin-top: 21px;
}
.single-post .single_meta .blog_content .blogpost_title_blockquote .blogpost_title{
	margin-top: 0;
}
.blog_content .blogpost_title{
	position: relative;
	margin-top: 0;
}
.blog_content .blogpost_title.quote_text{
	margin-top: 5px;
	margin-bottom: 5px;
}
.blogpost_title a span{
	display: none;
}
.listing_meta_single_post{
	margin-bottom: 0;
}
.single #main_content > .blog_post_preview .blog_content blockquote.wp-block-quote {
    padding-top: 10px;
    margin-bottom: 16px;
    margin-top: 17px;
}
/* gt3_author_box */
.gt3_author_box{
	position: relative;
	padding: 35px 60px 50px 30px;
	background: #fbfbfb;
}
.gt3_author_box__desc {
	font-size: 16px;
	line-height: 1.5;
}
.gt3_author_box:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_author_box__avatar{
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 3px;
}
.gt3_author_box__avatar img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.gt3_author_box__name{
	margin-top: 8px;
	margin-bottom: 14px;
}
.gt3_author_box .posted_by{
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}
.gt3_author_box__avatar ~ *{
	margin-left: 125px;
}
@media only screen and (max-width: 600px){
	.gt3_author_box{
		padding-right: 0;
	}
}
/* end gt3_author_box */

.blogpost_title i,
.page_title i,
.blog_post_media--quote .quote_text i,
.blog_post_media--link .blog_post_media__link_text i{
	margin-right: 12px;
}
.blog_post_media--quote .quote_text i{
	content: '';
    width: 31px;
    height: 24px;
    -webkit-mask-image: url(../img/quote.png);
    mask-image: url(../img/quote.png);
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    float: left;
    z-index: 2;
    margin-bottom: 15px;
	margin-top: 5px;
}
.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: '';
}
.post_media_info{
	position: relative;
	display: inline-block;
	float: left;
}
.post_media_info .quote_image{
	width: 75px;
	border-radius: 50%;
	vertical-align: middle;
}
.post_media_info .quote_image + .quote_author{
	margin-top: 7px;
}
.blog_post_preview.format-quote .post_media_info{
	margin-right: 30px;
	font-size: .875em;
}
.blog_post_preview.format-quote .quote_text + .post_media_info{
	float: none;
	max-width: 100%;
}
.blog_content p,
blockquote,
.blog_content blockquote,
.blog_content figure.aligncenter{
	margin-bottom: 17px;
}
.blog_content p{
    margin-bottom: 17px;
}
.blog_content p:last-child{
    margin-bottom: 0;
}
.blog_content .clear.post_clear{
	margin-top: 20px;
}
/* Post Author */
.blog_content .post_author span.avatar{
	display: inline-block;
	margin-right: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	line-height: 44px;
}
.blog_content .post_author .avatar img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.blog_content .post_author span{
	vertical-align: middle;
	line-height: 44px;
}

.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,
.wp-block-column > h1,
.wp-block-column > h2,
.wp-block-column > h3,
.wp-block-column > h4,
.wp-block-column > h5,
.wp-block-column > h6{
	margin-top: 25px;
	margin-bottom: 15px;
}
.single .post_tags{
	font-size: 11px;
	line-height: 22px;
	margin-top: 23px;
	font-weight: 700;
}
.single .post_tags > *{
	display: inline;
}
.single .post_tags > span,
.single .post_tags a {
	text-transform: uppercase;
}
.single .post_tags > span {
	margin-right: 15px;
}
/* Comments */
#comments{
	padding: 0;
}
#comments:empty{
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#comments > h3{
	padding-top: 40px;
	padding-bottom: 3px;
    font-size: 23px;
}
#respond form#commentform{
	margin-right: -15px;
	margin-left: -15px;
}
#respond form#commentform [class*='span'],
#respond form#commentform > p{
	padding-right: 15px;
	padding-left: 15px;
}
#respond .form_field{
	margin-bottom: 10px;
	width: 100%;
}
#respond textarea{
	resize: none;
}
#respond #commentform label{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}
#respond form#commentform input.submit{
	margin-top: 20px;
    font-weight: 700;
}
p.form-submit{
	margin-bottom: 0;
}
.form-submit .gt3_submit_wrapper{
	display: inline-block;
	float: none;
	vertical-align: top;
}
p.comment-notes{
	margin-bottom: 2px;
	clear: both;
	padding-top: 2px;
}
#comments > h2{
	position: relative;
	z-index: 10;
}
#comments hr{
	margin-top: 10px;
	margin-bottom: 40px;
}
ol.commentlist{
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
    padding-top: 3px;
}
ol.commentlist li.comment{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li.comment ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ol.commentlist li.comment:before,
ol.commentlist li.comment:after{
	display: none;
}
ol.commentlist li.comment .stand_comment{
	margin-bottom: 0;
	padding: 20px 0 26px 100px;
}
ol.commentlist li.comment:first-child .stand_comment{
	padding-top: 11px;
	border-top: none;
}
#comments > ol.commentlist > li.comment:first-child > .stand_comment{
	border-top: 0;
}
ol.commentlist li ul li .stand_comment{
	margin-left: 100px;
}
ol.commentlist li ul li ul li .stand_comment{
	margin-left: 200px;
}
.thiscommentbody{
	position: relative;
	min-height: 82px;
}
ol.commentlist li .commentava{
	position: absolute;
	top: 9px;
	left: -100px;
	z-index: 5;
	width: 80px;
	height: 80px;
}
ol.commentlist li .commentava img{
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.comment_info{
	padding-right: 100px;
}
.comment_author_says{
	margin-bottom: 2px;
	line-height: 22px;
}
.comment_author_says,
.comment_meta{
	text-transform: uppercase;
	font-weight: 700;
	display: inline;
	font-size: 11px;
}
.comment_author_says a,
.comment_meta > *{
	font-weight: inherit;
}
.comment_author_says:after{
	content: ',';
}
.comment_content{
	margin-top: 8px;
	line-height: 30px;
}
.comment_info a,
#cancel-comment-reply-link{
	-webkit-transition: color .3s;
	transition: color .3s;
}
.comment_content p{
	margin-bottom: 0;
	padding-bottom: 9px;
}
.comment_info .listing_meta{
	margin-bottom: 7px;
	opacity: .7;
}
.comment_info .listing_meta *{
	font-size: 11px;
}
.comment-reply-title{
	margin-bottom: 12px;
    font-size: 23px;
    font-weight: 700;
}
#comments #respond{
	padding-top: 14px;
}
.comment-reply-link{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
}
/* end comments */

.post_info{
	position: relative;
}
.blog_post_preview .learn_more{
	font-weight: bold;
	position: relative;
	font-size: 12px;
}
.learn_more:before {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 1px;
    vertical-align: middle;
    background-color: currentColor;
}
.learn_more:after{
	content: '';
    position: absolute;
    right: -27px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 9px;
    height: 9px;
    -webkit-box-shadow: 1px 1px 0 0 currentColor;
    box-shadow: 1px 1px 0 0 currentColor;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* Post prev_next links */
.prev_next_links{
	margin-top: 32px;
	margin-bottom: 31px;
	padding: 0 17px;
}
.prev_next_links a{
	display: block;
	padding: 0;
	font-weight: inherit;
	line-height: 1.4;
	position: relative;
}
.prev_next_links .prev_next__title{
	display: block;
	padding-bottom: 2px;
	font-size: 23px;
	font-weight: inherit;
	position: relative;
	min-height: 32px;
}
.prev_next_links .prev_next__title:before{
	display: inline-block;
	position: absolute;
	top: .4em;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	vertical-align: middle;
	z-index: 5;
	content: '';
}
.prev_next_links .fleft,
.single_prev_next_posts .fleft {
    display:inline-block;
    text-align:left;
    width:50%;
    padding-right: 40px;
    box-sizing: border-box;
    word-break: break-word;
}
.prev_next_links .fright,
.single_prev_next_posts .fright {
    display:inline-block;
    text-align:right;
    width:50%;
    padding-left: 40px;
    box-sizing: border-box;
    word-break: break-word;
}
.prev_next_links .fleft .prev_next__title:before{
	left: -17px;
	border-right: 8px solid currentColor;
}
.prev_next_links .fright .prev_next__title:before{
	right: -17px;
	border-left: 8px solid currentColor;
}
.prev_next_links .prev_next__descr{
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
.prev_next_links .fleft{
	text-align: left;
	max-width: 48%;
}
.prev_next_links .fright{
	text-align: right;
	max-width: 48%;
}
.prev_next_links .featured_image_added .prev_next_blog_post_media{
	position: absolute;
	top: 0;
	bottom: 0;
	display: table;
	width: 70px;
	margin: auto;
	-webkit-transition: -webkit-transform 400ms, opacity 400ms;
	-moz-transition: -moz-transform 400ms, opacity 400ms;
	-ms-transition: -ms-transform 400ms, opacity 400ms;
	transition: transform 400ms, opacity 400ms;
	opacity: 0;
}
.prev_next_links .featured_image_added.fleft .prev_next_blog_post_media{
	left: 0;
	-webkit-transform: translateX(-17px);
	-moz-transform: translateX(-17px);
	-ms-transform: translateX(-17px);
	transform: translateX(-17px);
}
.prev_next_links .featured_image_added.fright .prev_next_blog_post_media{
	right: 0;
	-webkit-transform: translateX(17px);
	-moz-transform: translateX(17px);
	-ms-transform: translateX(17px);
	transform: translateX(17px);
}
.prev_next_links .featured_image_added.fleft a:hover .prev_next_blog_post_media,
.prev_next_links .featured_image_added.fright a:hover .prev_next_blog_post_media{
	-webkit-transition: -webkit-transform 300ms 100ms, opacity 300ms 150ms;
	-moz-transition: -moz-transform 300ms 100ms, opacity 300ms 150ms;
	-ms-transition: -ms-transform 300ms 100ms, opacity 300ms 150ms;
	transition: transform 300ms 100ms, opacity 300ms 150ms;
	opacity: 1;
}
.prev_next_links .featured_image_added a .wrap{
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	-webkit-transition: -webkit-transform 300ms 100ms;
	-moz-transition: -moz-transform 300ms 100ms;
	-ms-transition: -ms-transform 300ms 100ms;
	transition: transform 300ms 100ms;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.prev_next_links .featured_image_added.fleft a:hover .wrap{
	-webkit-transition: -webkit-transform 400ms;
	-moz-transition: -moz-transform 400ms;
	-ms-transition: -ms-transform 400ms;
	transition: transform 400ms;
	-webkit-transform: translateX(88px);
	-moz-transform: translateX(88px);
	-ms-transform: translateX(88px);
	transform: translateX(88px);
}
.prev_next_links .featured_image_added.fright a:hover .wrap{
	-webkit-transition: -webkit-transform 400ms;
	-moz-transition: -moz-transform 400ms;
	-ms-transition: -ms-transform 400ms;
	transition: transform 400ms;
	-webkit-transform: translateX(-82px);
	-moz-transform: translateX(-82px);
	-ms-transform: translateX(-82px);
	transform: translateX(-82px);
}
.prev_next_links .featured_image_added a .prev_next__title:before{
	-webkit-transition: opacity 300ms 100ms;
	-moz-transition: opacity 300ms 100ms;
	-ms-transition: opacity 300ms 100ms;
	transition: opacity 300ms 100ms;
	opacity: 1;
}
.prev_next_links .featured_image_added a:hover .prev_next__title:before{
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	transition: opacity 300ms;
	opacity: 0;
}
/* end Post prev_next links */

.post_info{
	display: block;
	margin-top: 7px;
	margin-bottom: 0;
}
.post_share{
	margin-top: 23px;
	vertical-align: top;
	line-height: 30px;
	display: inline-block;
}
.post_share .share_link{
	display: none;
}
.gt3_theme_blog .post_share{
	height: 30px;
}
.post_share > a{
	position: relative;
	display: block;
	margin-left: 2px;
	vertical-align: middle;
	text-align: center;
	line-height: 30px;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.post_share > a:before{
	margin-right: 7px;
	margin-left: 7px;
	padding: 0;
	content: '\f1e0';
	font-weight: normal;
	font-family: FontAwesome, sans-serif;
	line-height: 21px;
	opacity: .6;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.post_share > a span{
	display: none;
}
/*.post_info */
.listing_meta{
	line-height: 22px;
	font-size: 11px;
	font-weight: 700;
}
.share_wrap{
	right: 100%;
	display: block;
}
.share_wrap ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.share_wrap ul li{
	display: inline-block;
	margin: 0 21px 0 0;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.share_wrap ul li:last-child{
	margin-right: 0;
}
.share_wrap ul li:before{
	display: none;
}
.share_wrap a{
	display: block;
}
.share_wrap a span{
	display: block;
	font-size: 18px;
	line-height: 30px;
}
/* gt3_social */
.gt3_social{
	display: inline-block;
	font-size: 19px;
}
.gt3_social > *{
	display: inline-block;
	margin-right: 20px;
}
.gt3_social > *:last-child{
	margin-right: 0;
}
/* Likes */
.likes_block,
.likes_block span{
	display: inline-block;
	vertical-align: top;
}
.likes_block .like_title{
	display: none;
}
.likes_block .icon{
	margin: 0 3px 0 1px;
	-webkit-transition: -webkit-transform 300ms, color 300ms;
	transition: transform 300ms, color 300ms;
}
.likes_block:not(.already_liked):hover .icon{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.likes_block .icon:before{
	margin: 0;
	font-weight: 700;
	font-size: inherit;
}
.likes_block{
	font-size: 12px;
	cursor: pointer;
}
.likes_block.already_liked{
	cursor: default;
}
.like_count,
.like_title{
	-webkit-transition: color 300ms;
	transition: color 300ms;
}
.like_count:empty{
	display: none;
}
/* Pager Block */
ul.pagerblock{
	margin: 0;
	padding: 0 0 30px 0;
	list-style: none;
	text-align: center;
}
ul.pagerblock li{
	display: inline-block;
	margin: 2px;
	padding: 0;
	vertical-align: top;
}
ul.pagerblock li a,
ul.pagerblock li span{
	display: block;
	padding: 0;
	width: 35px;
	height: 35px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	line-height: 35px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
ul.pagerblock li a.current{
	cursor: default;
}
ul.pagerblock li a.current,
ul.pagerblock li a.current:hover,
ul.pagerblock li span{
	color: #ffffff;
}
/* WIDGET STYLES */

/* gt3_widget */
.gt3_widget > ul{
	padding: 0;
}
.gt3_widget > ul > li{
	padding: 0 0 19px 0;
}
.gt3_widget > ul > li:last-child,
.widget.gt3_widget ul li ul.children li:last-child{
	padding-bottom: 0;
}
.widget.gt3_widget ul li ul.children {
    margin-top: 19px;
}
.widget.gt3_widget ul li ul.children li {
    padding-bottom: 19px;
}
/* Other widgets */
aside > .widget + .widget{
	margin-top: 47px;
}
.main_footer .widget + .widget{
	margin-top: 27px;
}
.widget_search .search_form .search_text,
.widget_product_search .woocommerce-product-search .search-field{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 60px 8px 18px;
	width: 100%;
	outline: none;
	border-radius: 0;
	font-size: 16px;
	font-weight: 400;
}
.widget_search .search_form,
.widget_product_search .woocommerce-product-search{
	position: relative;
	z-index: 1;
}
.widget_search .search_form .search_submit,
.widget_product_search .woocommerce-product-search input[type='submit'],
.widget_product_search .woocommerce-product-search:before{
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    min-width: auto;
    height: 100%;
    font-size: 0;
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
}
.widget_search .search_form .search_submit:before,
.widget_product_search .woocommerce-product-search:before{
	display: inline-block;
	color: #ffffff;
	content: '\f101';
	text-align: center;
	font-size: inherit;
	font-family: Theme_icon, sans-serif;
	line-height: 50px;
	z-index: 1;
	pointer-events: none;
	opacity: 1;
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.widget_search .search_form .search_submit:before{
	font-size: 16px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 60px;
}
.widget_search .search_form .search_submit:hover:before,
.widget_product_search .woocommerce-product-search:hover:before{
	color: #ffffff;
}
.widget-title{
	margin-bottom: 0;
	padding-bottom: 17px;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 1.2em;
	font-weight: bold;
}
.main_footer .widget-title{
    border: none !important;
    margin-bottom: 0!important;
    font-weight: bold;
    letter-spacing: -0.25px;
    padding-bottom: 22px;
}
.widget-title .rsswidget{
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}
.widget.widget_archive .widget-title,
.widget.widget_categories .widget-title,
.widget.widget_pages .widget-title,
.widget.widget_meta .widget-title,
.widget.widget_recent_comments .widget-title,
.widget.widget_recent_entries .widget-title,
.widget.widget_rss .widget-title,
.widget.widget_nav_menu .widget-title,
.widget.widget_posts .widget-title{
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
 .widget.widget_posts .widget-title{
 	font-weight: bold;
 }
.widget_search .widget-title{
	margin-bottom: 0;
	border-bottom: 0;
}
.widget .calendar_wrap table{
	margin: 0;
	width: 100%;
	font-size: 16px;
}
.widget .calendar_wrap tbody{
	line-height: 30px;
}
.widget .calendar_wrap table td{
	padding: 0;
	width: -webkit-calc(100% / 7);
	width: calc(100% / 7);
	text-align: center;
}
.widget.widget_archive 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_rss ul li,
.widget.widget_nav_menu ul li,
.widget.widget_posts ul li{
	list-style: none;
}
.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_recent_entries ul li:before,
.widget.widget_rss ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_posts ul li:before{
	display: none;
}
.widget.widget_archive ul li > a,
.widget.widget_categories ul li > a,
.widget.widget_pages ul li > a,
.widget.widget_meta ul li > a,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li > a,
.widget.widget_rss ul li > a,
.widget.widget_nav_menu ul li > a{
	position: relative;
}
.widget.widget_archive ul li > a:before,
.widget.widget_categories ul li > a:before,
.widget.widget_pages ul li > a:before,
.widget.widget_meta ul li > a:before,
.widget.widget_recent_comments ul li > a:before,
.widget.widget_recent_entries ul li > a:before,
.widget.widget_rss ul li > a:before,
.sidebar-container .widget.widget_nav_menu ul li > a:before {
	position: absolute;
	left: 0;
	top: .25em;
	display: inline-block;
	margin: 0;
	content: '\f111';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 5px;
	line-height: inherit;
	vertical-align: middle;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.sidebar-container .widget.widget_nav_menu ul li > a {
	padding-left: 12px;
}
.sidebar-container .widget.widget_nav_menu ul li > a:before {
	top: .9em;
}
.widget.widget_archive > 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_rss > ul > li,
.widget.widget_nav_menu > div > ul > li,
.widget.widget_posts > ul > li{
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	font-size: 11px;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_pages ul li a,
.widget.widget_meta ul li a,
.widget.widget_recent_comments ul li > span,
.widget.widget_recent_comments ul li > a,
.widget.widget_recent_entries ul li a,
.widget.widget_rss ul li a{
	padding: 0 5px 0 16px !important;
	color: inherit;
	font-weight: inherit;
	display: inline-block;
	vertical-align: middle;
    text-transform: uppercase;
}
.widget.widget_posts ul li:not(.with_img) .post_title a{
	padding: 0 5px 0 0 !important;
	color: inherit;
	font-weight: inherit;
	display: inline-block;
	vertical-align: middle;
}
.widget_categories ul li .post_count,
.widget_archive ul li .post_count{
	float: right;
	opacity: .85;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
}
.widget_categories ul li .post_count:before,
.widget_archive ul li .post_count:before{
	content: '(';
}
.widget_categories ul li .post_count:after,
.widget_archive ul li .post_count:after{
	content: ')';
}
.widget.widget_recent_comments ul li,
.widget.widget_rss ul li{
	padding-bottom: 12px;
	line-height: 25px;
}
.widget.widget_recent_comments ul li > a,
.widget.widget_rss ul li > a{
	display: block !important;
}
.widget.widget_recent_comments ul li:last-child,
.widget.widget_rss ul li:last-child{
	padding-bottom: 0;
}
.widget.widget_recent_comments .comment-author-link{
	display: inline-block;
	vertical-align: bottom;
}
.widget.widget_recent_comments .comment-author-link a{
	font-weight: inherit;
}
.widget.widget_rss .rss-date{
	float: right;
	font-size: 1em;
	opacity: 1;
	text-transform: uppercase;
}
.widget.widget_rss .rssSummary{
	clear: both;
	text-align: justify;
	font-size: 15px;
	opacity: 1;
	text-transform: none;
	font-weight: normal;
}
.widget cite {
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
.widget.widget_rss cite{
	display: block;
	padding-bottom: 10px;
	text-align: right;
	text-transform: none;
}
.widget.widget_rss cite:after{
	content: ' -';
}
.widget.widget_recent_entries > ul > li:last-child{
	border-bottom: none;
}
.widget.widget_recent_entries li:after{
	display: table;
	clear: both;
	content: '';
}
.widget.widget_recent_entries .post-date{
	float: right;
	font-size: .8em;
	opacity: .5;
}
.widget_recent_entries .widget-title{
	margin-bottom: 5px;
}

.widget.widget_posts .recent_posts{
	padding: 10px 0 0 0;
}
.widget.widget_posts .recent_posts li{
	padding: 0;
	border: none;
}
.widget.widget_posts .recent_posts li + li{
	margin-top: 30px;
}
.widget.widget_posts .recent_posts li:after{
	display: table;
	clear: both;
	content: '';
}
.widget.widget_posts .recent_posts li:before{
	display: none;
}
.widget.widget_posts .recent_posts .recent_posts_content.no_content.no_date{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget.widget_posts .recent_posts .recent_posts_content .post_title{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.33;
	text-transform: none;
}
.widget.widget_posts .recent_posts .recent_posts_content > a{
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 18px;
	max-width: 65px;
	overflow: hidden;
}
.widget.widget_posts .recent_posts img{
	float: left;
	margin-right: 18px;
	max-width: 65px;
}
.recent_posts_content .listing_meta{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 1.6;
}
.recent_posts_content .recent_post__cont{
	margin-top: 3px;
	line-height: 1.4;
}
.widget.widget_posts .recent_posts .post_title{
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.widget.widget_posts ul li:not(.with_img) .post_title a:before{
	line-height: 21px;
}
.widget.widget_posts .recent_posts .listing_meta span{
	font-size: 11px;
}
.widget.widget_posts ul li.with_img .post_title a{
	color: inherit;
	font-weight: inherit;
}
/* Flickr */
.widget_flickr:after{
	display: table;
	clear: both;
	content: '';
}
.flickr_widget_wrapper{
	margin-right: -10px;
}
.flickr_widget_wrapper .flickr_badge_image{
	position: relative;
	z-index: 1;
	max-width: 120px;
	max-height: 120px;
	width: calc(33.33% - 10px);
	height: calc(33.33% - 10px);
}
.flickr_badge_image > a:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000000;
	content: '';
	opacity: 0;
	transition: opacity 300ms;
}
.flickr_badge_image > a:hover:before{
	opacity: .3;
}
/* Calendar */
.calendar_wrap{
	box-sizing: border-box;
	padding: 10px;
	max-width: 370px;
	width: 100%;
	background: #f8f8f8;
}
.calendar_wrap tr{
	border: none;
}
.calendar_wrap caption{
	margin: -11px -11px 10px -11px;
	border: none;
	border-bottom: 1px solid rgba(160,165,170, .25);
	color: inherit;
	font-weight: 400;
	font-size: 15px;
	line-height: 2.25;
	padding-top: 10px;
	padding-bottom: 10px;
}
.widget .calendar_wrap table td#today{
	position: relative;
	z-index: 1;
	color: #ffffff;
}
span.wp-calendar-nav-prev{
	float: left;
}
span.wp-calendar-nav-next {
    float: right;
}
.widget .calendar_wrap table td#prev{
	padding-left: 10px;
	text-align: left;
}
.widget .calendar_wrap table td#next{
	padding-right: 10px;
	text-align: right;
}
.widget .calendar_wrap table th{
	padding: 5px 0;
}
.widget .calendar_wrap tbody td > a{
	position: relative;
	z-index: 1;
	display: inline-block;
	font-weight: 700;
	width: 100%;
	height: 100%;
	color: inherit;
}
.main_footer .calendar_wrap tbody{
	color: inherit;
}
.main_footer .widget .calendar_wrap table td#today{
	color: #ffffff;
	line-height: 30px;
}
.main_footer .textwidget p {
    text-transform: none;
}
.widget .calendar_wrap table td#today:before,
.widget .calendar_wrap tbody td > a:before{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: auto;
	width: 1.8em;
	height: 1.8em;
	border-radius: 50%;
	background-color: transparent;
	content: '';
}
/* widget-nav-menu */
.widget_nav_menu ul li,
.widget_nav_menu ul{
	padding: 0;
	list-style: none;
}
.widget_nav_menu ul li a{
	color: inherit;
}
.widget_nav_menu .menu .menu-item a {
	font-weight: 700;
}
.top_footer .widget_nav_menu .menu .menu-item a{
	color: inherit;
	font-weight: 400;
	padding: 3px 0;
	display: inline-block;
}
.widget_nav_menu .menu .menu-item{
	padding: 0 0 19px;
	position: relative;
	z-index: 1;
	line-height: 1;
	margin: 0;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	transition: color .3s;
	text-transform: uppercase;
}
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.widget_nav_menu ul li ul.children {
    margin-top: 19px;
    padding-left: 17px;
}
.widget_nav_menu .menu .menu-item + .menu-item,
.widget_nav_menu .menu .sub-menu{
	border-top: none;
}
.widget.widget_nav_menu .menu .menu-item ul.sub-menu li:last-child,
.widget.widget_nav_menu .menu .menu-item ul.children li:last-child{
	padding-bottom: 0;
}
ul ol, ul ul, ol ol, ol ul, .widget ul, .widget ol {
    margin-bottom: 0;
}
.widget_nav_menu .menu .menu-item a:before {

}
footer .widget_nav_menu .menu .menu-item:before{
	display: none;
	content: '';
}
/* end widget-nav-menu */

/* Tag Cloud */
.tagcloud{
	overflow: hidden;
	margin: 0 -5px 0 -9px;
}
.tagcloud a{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 5px 9px;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-style: normal;
	font-size: inherit !important;
	line-height: inherit !important;
    font-weight: bold;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	transition: all 300ms;
}
/* Text Widget */

.textwidget p{
	text-align: left;
	margin-bottom: 12px;
}
.textwidget p:last-child{
	margin-bottom: 0;
}
.textwidget:after{
	display: table;
	clear: both;
	content: '';
}
.textwidget img{
	margin: 0 auto 25px auto;
	max-width: 100%;
	vertical-align: top;
}
.textwidget img.rounded{
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.textwidget a img{
	margin: 0 auto;
}

p.has-drop-cap:not(:focus):first-letter{
	float: left;
	font-size: 3em;
	line-height: .75;
	font-weight: 400;
	margin: 0.1em .17em 0 0;
}
/* footer widget style */

.top_footer .widget.widget_nav_menu > div > ul > li{
	font-size: 14px;
}
.top_footer,
.main_footer p{
	font-weight: 400;
}
.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: 7px;
}
.top_footer .widget_nav_menu .menu .menu-item .sub-menu{
	padding-top: 5px;
    margin-top: 0;
    padding-left: 10px;
}
.top_footer .widget_nav_menu .menu .menu-item + .menu-item{
	border-top: none;
}
.top_footer .widget_nav_menu .menu .menu-item,
.top_footer .widget.widget_rss > ul > li {
    padding: 0;
    padding-bottom: 5px;
}
.top_footer .widget_nav_menu .menu .menu-item a{
	text-transform: none;
    padding: 0;
    line-height: 1.8;
}
.top_footer .widget.widget_archive > ul > li,
.top_footer .widget.widget_categories > ul > li,
.top_footer .widget.widget_pages > ul > li,
.top_footer .widget.widget_meta > ul > li,
.top_footer .widget.widget_recent_comments > ul > li,
.top_footer .widget.widget_recent_entries > ul > li{
	color: inherit;
}
/* end footer widget style  */

/* end menu sidebar */

/* END WIDGET STYLES */

::-moz-selection{
	color: #ffffff;
}
::selection{
	color: #ffffff;
}
/* page 404 */

.wrapper_404 h1{
	margin-bottom: 20px;
	font-size: -webkit-calc(28px + 1vw);
	font-size: calc(28px + 1vw);
}
.wrapper_404 h4{
	margin-bottom: 40px;
}
.wrapper_404 .number_404{
	font-weight: 600;
	font-size: -webkit-calc(60px + 7vw);
	font-size: calc(60px + 7vw);
	font-family: inherit;
	line-height: 1;
	opacity: .14;
}
.wrapper_404{
	position: relative;
	padding: 70px 0;
	min-height: 60vh;
	white-space: nowrap;
}
.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;
}
.text-uppercase{
	text-transform: uppercase;
}
.rounded_r3{
	border-radius: 3px;
}
span.highlighter{
	display: inline-block;
	padding-right: .3em;
	padding-left: .3em;
}
.wrapper_404 .container{
	width: 100%;
}

.wrapper_404 .gt3_404_search .search_form{
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-bottom: 30px;
}
.wrapper_404 .gt3_404_search .search_form .search_text,
.wrapper_404 .gt3_404_search .search_form{
	max-width: 370px;
	width: 100%;
}
.wrapper_404 .gt3_404_search .search_form .search_submit{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	width: 50px;
	height: 100%;
	outline: none;
	border: none;
	background: transparent;
	box-shadow: none;
	font-size: 0;
	cursor: pointer;
}
.wrapper_404 .gt3_404_search .search_form:after{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	width: 50px;
	height: 100%;
	content: '\f002';
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 50px;
	opacity: .7;
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Map */

#map-canvas{
	position: relative;
	padding-bottom: 25.4%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#map-canvas > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#map-canvas img{
	max-width: none;
	max-height: none;
}
input[type='button'],
input[type='reset'],
input[type='submit']{
	-webkit-appearance: none;
}
.gutenberg-solo-blocks--gmap{
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
	#map-canvas{
		padding-bottom: 44%;
	}
}
/* back_to_top */

.back_to_top_container{
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
}
#back_to_top{
	cursor: pointer;
	transition: all 400ms;
}
#back_to_top{
	display: inline-block;
	font-weight: 400;
	opacity: 1;
}
#back_to_top:before{
	display: block;
	margin: 0 auto;
	width: 7px;
	height: 7px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	content: '';
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* end back_to_top */

.gt3pg_photo_gallery{
	padding-top: 15px;
}
.search_result_form,
.post-password-form{
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
	max-width: 500px;
}
.search_result_form .search_text,
.post-password-form input[type=password]{
	margin-bottom: 20px;
	width: 100%;
}
.post-password-form input[type=password]{
	margin-top: 5px;
}
.format-standard .blog_content .post-password-form input[type=password],
.format-audio .blog_content .post-password-form input[type=password],
.format-quote .blog_content .post-password-form input[type=password],
.format-link .blog_content .post-password-form input[type=password],
.format-standard .blog_content pre,
.format-audio .blog_content pre,
.format-quote .blog_content pre,
.format-link .blog_content pre{
	background: #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{
	box-sizing: border-box;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
/* Call Back */

/* Password Protected */
.pp_block h2{
	margin-bottom: 30px;
}
.pp_page .gt3-page-title{
	display: none;
}
.pp_page .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: #fff;
	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: .9;

	stroke: #fff;
	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: #fff;
	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 a{
	color: inherit;
}
.gt3_header_builder.header_over_bg{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
.gt3_header_builder__section-container{
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.gt3_header_builder__section-container:before,
.gt3_header_builder__section-container:after{
	display: none;
}
@media only screen and (min-width: 1200px){
	.gt3_header_builder__section-container.container_full{
		padding-right: 90px;
		padding-left: 90px;
	}
}
.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;
	padding-right: 3px;
	padding-left: 3px;
	vertical-align: middle;
	white-space: normal;
}
.gt3_header_builder_component p{
	margin-bottom: 0;
}
.gt3_header_builder .gt3_header_builder_cart_component > a{
	color: inherit;
}
.gt3_header_builder_delimiter_component{
	margin: 0 2px;
	padding-right: 0;
	padding-left: 0;
	width: 0;
	height: 15px;
	border-left: 1px solid;
	opacity: .1;
}
.gt3_header_builder__section--top .gt3_header_builder__section-container{
	z-index: 3;
}
.gt3_header_builder__section--middle .gt3_header_builder__section-container{
	z-index: 2;
}
.gt3_header_builder__section--bottom .gt3_header_builder__section-container{
	z-index: 1;
}
.gt3_header_builder_text_component{
	font-weight: 700;
	font-size: 14px;
}
.gt3_header_builder_empty_space_component{
	width: 45px;
	padding: 0;
}
.gt3_header_builder__section--show_on_tablet,
.gt3_header_builder__section--show_on_mobile{
	display: none;
}
@media only screen and (max-width: 1200px){
	/*.gt3_header_builder .sticky_header:not(.sticky_on) {*/
	/*	display: none;*/
	/*}*/
	.gt3_header_builder_menu_component .main-menu{
		display: none;
	}
	.gt3_header_builder_menu_component .mobile-navigation-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_empty_space_component{
		width: 12px;
	}
	.gt3_header_builder__section--hide_on_tablet{
		display: none;
	}
	.gt3_header_builder__section--show_on_tablet{
		display: block;
	}
	.main-menu > ul > li.current-menu-ancestor > a:after,
	.main-menu > ul > li.current-menu-parent > a:after,
	.main-menu > ul > li.current-menu-item > a:after,
	.main-menu ul li ul li.menu-item-has-children > a::after {
		display: none;
	}
	.main-menu ul li ul.sub-menu li {
		border-bottom: none;
	}
}
@media only screen and (max-width: 992px){
	.gt3_header_builder__section--top{
		font-size: 11px;
		line-height: 1.2;
	}
	.gt3_header_builder__section--top .wpml-ls-legacy-list-horizontal{
		padding: 0;
	}
	.gt3_header_builder__section--top .wpml-ls-legacy-list-horizontal ul{
		padding: 0;
		white-space: nowrap;
	}
	.gt3_header_builder__section--top .wpml-ls-legacy-list-horizontal a{
		padding: 0 0 0 10px;
	}
	.gt3_header_builder__section--top .wpml-ls-legacy-list-horizontal a span{
		display: none;
	}
}
@media only screen and (max-width: 768px){
	.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{
		display: none;
	}
	.gt3_header_builder__section--show_on_mobile{
		display: block;
	}
	/*.gt3_header_builder.header_over_bg{
		position: relative;
	}*/
	.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: 30px;
}
.gt3_header_builder_component.gt3_header_builder_menu_component + .gt3_header_builder_component{
	margin-left: 30px;
}
@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: 768px){
	.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;
	}
}
/* end menu component */

/* search in header */
.header_search{
	display: inline-block;
	height: auto !important;
	vertical-align: middle;
}
.header_search__container{
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 60px;
	height: 100%;
	text-align: center;
	line-height: 40px;
}
.header_search .header_search__icon{
	opacity: 1 !important;
	cursor: pointer;
}
.header_search .header_search__icon > i{
	display: inline-block;
	font: 400 100% 'Theme_icon', sans-serif;
	font-style: normal;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header_search .header_search__icon > i:before{
	content: '\f101';
}
.header_search.ct-search-open .header_search__icon > i:before{
	content: '\f100';
	font-size: 16px;
}
.header_search:before{
	position: absolute;
	content: '';
}
.header_search .header_search__inner{
	position: absolute;
	top: 100%;
	right: -1px;
	z-index: 1;
	visibility: hidden;
	padding-top: 48px;
	opacity: 0;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.header_side.left .header_search .header_search__inner{
	right: auto;
	left: -11px;;
}
.header_search.ct-search-open .header_search__inner{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.header_search__inner .search_form{
	position: relative;
	z-index: 1;
	padding-right: 40px;
	border: 1px solid rgba(232, 232, 232, .8);
	border-top-color: rgba(232, 232, 232, .5);
	border-left-color: rgba(232, 232, 232, .5);
	border-radius: 4px;
	background: #ffffff;
}
.header_search__inner:before,
.header_search__inner:after{
	position: absolute;
	top: 38px !important;
	right: 20px;
	z-index: 2;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
.header_search__inner:after{
	top: 37px !important;
	right: 18px;
	z-index: -1;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(232, 232, 232, .65);
	border-left: 12px solid transparent;
}
.header_side.left .header_search__inner:before{
	right: auto;
	left: 20px;
}
.header_side.left .header_search__inner:after{
	right: auto;
	left: 18px;
}
.header_search__inner .search_form:after{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	width: 40px;
	height: 100%;
	content: '\f002';
	text-align: center;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	line-height: 40px;
	opacity: 1;
	transform: translate(0, 0);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header_search__inner .search_submit{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0;
	width: 40px;
	height: 100%;
	outline: none;
	border: none;
	background: transparent !important;
	box-shadow: none;
	font-size: 0;
	cursor: pointer;
}
.header_search__inner .search_text{
	padding: 0 20px;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	box-shadow: none;
	color: inherit;
	font-size: 14px;
	user-select: 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;
}
/* end search in header */

/* burger sidebar */

.gt3_header_builder_burger_sidebar_component{
	padding: 13px 8px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
	position: relative;
	display: inline-block;
	width: 25px;
	height: 15px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0;
	border-top: 3px solid;
	-webkit-transition: width 200ms;
	-moz-transition: width 200ms;
	transition: width 200ms;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
	top: 6px;
	width: 17px;
}
.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
	top: 12px;
	width: 21px;
}
.gt3_header_builder_burger_sidebar_component:hover .burger_sidebar_icon span{
	width: 100%;
}
.gt3_header_builder__burger_sidebar{
	position: fixed;
	top: 0;
	right: -420px;
	bottom: 0;
	z-index: 9999;
	max-width: calc(100% - 50px);
	width: 390px;
	background-color: #ffffff;
	-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;
}
.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;
	background: rgba(0, 0, 0, .7);
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__burger_sidebar.active .gt3_header_builder__burger_sidebar-cover{
	visibility: visible;
	opacity: 1;
	cursor: url(../img/close.png) 16 16, default;
}
body.admin-bar .gt3_header_builder__burger_sidebar{
	top: 32px;
}
.gt3_burger_sidebar_container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 40px 40px;
	width: 407px;
	background: #ffffff;
}
@media only screen and (max-width: 1200px){
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span{
		top: 2px;
		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: 9px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
@media only screen and (max-width: 768px){
	.gt3_burger_sidebar_container{
		padding: 40px 25px;
		width: 100%;
	}
}
.gt3_burger_sidebar_container ul li{
	list-style: none;
}
.gt3_burger_sidebar_container .widget-title{
	font-size: 1.2857em;
}
body.active_burger_sidebar{
	right: 150px;
}
/* login component */

.gt3_header_builder_login_component{
	line-height: 0;
}
.gt3_header_builder_login_component .gtc_login_icon{
	display: inline-block;
	width: 40px;
	text-align: center;
	font: 700 19px 'Theme_icon', sans-serif;
	font-style: normal;
	line-height: 40px;
	cursor: pointer;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gt3_header_builder_login_component .gtc_login_icon:before{
	content: '\f103';
}
.gt3_header_builder__login-modal{
	position: fixed;
	top: 5%;
	left: 5%;
	z-index: 1000;
	visibility: hidden;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.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;
	box-sizing: border-box;
	padding: 70px 40px 30px;
	max-height: 100%;
	background: #ffffff;
	vertical-align: middle;
	text-align: left;
	-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);
}
.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;
	box-sizing: border-box;
	padding: 0 30px;
	width: 50%;
}
.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_container .woocommerce-MyAccount-navigation{
	float: none;
	width: 100%;
}
.gt3_header_builder__login-modal_footer{
	margin: 60px -40px -30px;
	padding: 25px 70px;
	background-color: #f8f8f8;
	text-align: center;
}
.gt3_header_builder__login-modal_container .nsl-container,
.lwa-modal .nsl-container{
	display: none;
}
.gt3_header_builder__login-modal_footer .gt3_module_button > a{
	margin: 0 15px;
}
.gt3_header_builder__login-modal_footer .gt3_module_button > a i{
	margin-right: 10px;
}
.gt3_header_builder__login-modal_footer .gt3_facebook_login{
	border-color: #435c93;
	background: #435c93;
}
.gt3_header_builder__login-modal_footer .gt3_google_login{
	border-color: #dd4b39;
	background: #dd4b39;
}
.gt3_header_builder__login-modal_footer .gt3_twitter_login{
	border-color: #1da1f2;
	background: #1da1f2;
}
.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;
	background: #2b2c30;
	content: '';
}
.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;
	background: rgba(0, 0, 0, .7);
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s ease, visibility .3s ease;
	-moz-transition: opacity .3s ease, visibility .3s ease;
	transition: opacity .3s ease, visibility .3s ease;
}
.gt3_header_builder__login-modal.active .gt3_header_builder__login-modal-cover{
	visibility: visible;
	opacity: 1;
	cursor: url(../img/close.png) 16 16, default;
}
#customer_login input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 30px white inset;
}
@media (max-width: 992px){
	#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: 768px){
	#customer_login h2,
	.gt3_header_builder__login-modal_container h2{
		font-size: 23px !important;
		line-height: 32px !important;
	}
}
@media (max-width: 480px){
	.gt3_header_builder__login-modal_footer .gt3_module_button a{
		font-size: 12px;
		line-height: 16px;
	}
}
/* woo mini cart */
.woo_mini-count{
	position: relative;
	display: inline-block;
}
.woo_mini-count:before{
	content: '\f105';
	font: 700 19px Theme_icon, sans-serif;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.woo_mini-count > span:not(:empty){
	position: absolute;
	bottom: 2px;
	left: 50%;
	padding: 3px 4px 2px;
	border-radius: 4px;
	color: #ffffff;
	font-style: normal;
	font-size: 11px;
	line-height: 10px;
}
.gt3_header_builder_cart_component{
	width: 40px;
	text-align: center;
}
.gt3_header_builder_cart_component > .woo_icon{
	display: block;
	line-height: 40px;
}
.gt3_header_builder_cart_component__cart{
	position: absolute;
	top: 100%;
	right: -18px;
	visibility: hidden;
	box-sizing: border-box;
	margin-top: 8px;
	min-width: 270px;
	border: 1px solid rgba(232, 232, 232, .8);
	border-top-color: rgba(232, 232, 232, .5);
	border-left-color: rgba(232, 232, 232, .5);
	border-radius: 4px;
	background: #ffffff;
	text-align: left;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.header_side.left .gt3_header_builder_cart_component__cart{
	right: auto;
	left: -8px;
}
.gt3_header_builder_cart_component__cart-container{
	position: relative;
	z-index: 1;
	overflow-y: auto;
	padding: 15px;
	max-height: 50vh;
	border-radius: 10px;
	background: #ffffff;
}
.gt3_header_builder_cart_component__cart:before,
.gt3_header_builder_cart_component__cart:after{
	position: absolute;
	top: -10px;
	right: 29px;
	z-index: 2;
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-left: 10px solid transparent;
	content: '';
}
.gt3_header_builder_cart_component__cart:after{
	top: -11px;
	right: 27px;
	z-index: 0;
	border-right: 12px solid transparent;
	border-bottom: 12px solid rgba(232, 232, 232, .65);
	border-left: 12px solid transparent;
}
.header_side.left .gt3_header_builder_cart_component__cart:before{
	right: auto;
	left: 20px;
}
.header_side.left .gt3_header_builder_cart_component__cart:after{
	right: auto;
	left: 18px;
}
.gt3_header_builder_cart_component:before{
	position: absolute;
	top: 100%;
	right: -10px;
	width: 40px;
	height: 8px;
	content: '';
}
.gt3_header_builder_cart_component:hover .gt3_header_builder_cart_component__cart,
.gt3_header_builder_cart_component.show_cart .gt3_header_builder_cart_component__cart{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.gt3_header_builder_cart_component ul.cart_list li img{
	float: left;
	margin-right: 10px;
	margin-left: 0;
	width: 50px;
}
.gt3_header_builder_cart_component ul.cart_list li{
	position: relative;
	margin: 0;
	padding: 10px 20px 10px 0;
	border-bottom: 1px solid #e2e3dc;
	list-style: none;
}
.gt3_header_builder_cart_component ul.cart_list li.empty{
	display: block;
	margin-top: 12px;
	margin-bottom: -12px;
	border-bottom: 0;
}
.gt3_header_builder_cart_component ul.cart_list li a{
	display: block;
	font-weight: 500;
	font-size: .9em;
	line-height: 1.3;
}
.gt3_header_builder_cart_component ul.cart_list li:after{
	display: table;
	clear: both;
	content: '';
}
.gt3_header_builder_cart_component ul.cart_list,
.gt3_header_builder_cart_component ul.product_list_widget{
	margin: -10px 0 12px 0;
	padding: 0;
	list-style: none;
}
.gt3_header_builder_cart_component__cart-container .total{
	margin-bottom: 10px;
}
.cart_list.product_list_widget a.remove{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	width: 1em;
	height: 1em;
	border: 0;
	border-radius: 100%;
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1;
}
.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons,
.gt3_header_builder_cart_component .buttons{
	text-align: center;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.gt3_header_builder_cart_component .buttons .button{
	display: inline-block;
	margin: 3px 3px 20px 3px;
	padding: 4px 12px;
	border: 1px solid #e5625e;

	background-color: #e5625e;
	color: #ffffff;
	vertical-align: top;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px;
}
.woocommerce .widget_shopping_cart .buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout,
.gt3_header_builder_cart_component .buttons .button.checkout{
	border-color: #b1ba85;
	background-color: #b1ba85;
}
.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover,
.gt3_header_builder_cart_component .button:hover,
.woocommerce .widget_shopping_cart .buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover,
.gt3_header_builder_cart_component .button.checkout:hover{
	border: 1px solid #e8e8e8;
	border-top-color: rgba(232, 232, 232, .8);
	border-left-color: rgba(232, 232, 232, .8);
	background: #ffffff;
}
.gt3_menu_label{
	display: inline-block;
	margin-left: 10px;
	padding: 1px 4px 0 !important;
	vertical-align: middle;
	font-size: 11px;
	line-height: 14px;
}
.gt3_menu_label:after{
	display: none;
}
/* end woo mini cart */

@media only screen and (max-width: 768px){
	.gt3_header_builder_cart_component,
	.header_search__container,
	.gt3_header_builder_login_component .gtc_login_icon{
		width: 30px;
	}
	.gt3_header_builder_login_component .gtc_login_icon,
	.woo_mini-count:before,
	.header_search .header_search__icon > i{
		font-size: 16px;
	}
	.gt3_header_builder_burger_sidebar_component{
		padding: 13px 3px;
	}
	.toggle-box,
	.toggle-inner,
	.toggle-inner:before,
	.toggle-inner:after{
		width: 22px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon{
		width: 20px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.second{
		width: 14px;
	}
	.gt3_header_builder_burger_sidebar_component .burger_sidebar_icon span.third{
		width: 17px;
	}
}
/* GT3 Header Builder end

/* RS Slider start */
.tparrows.custom {
    width: 40px !important;
    height: 11px !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: 40px 23px !important;
    position: absolute;
    top: 0;
    left: 0;
}
#rev_slider_1_1_wrapper .tp-rightarrow.tparrows.custom:after{
    background-position: 0 -12px !important;
}
.tp-rightarrow.tparrows.custom.noSwipe:after {
    background-position: 0 -13px !important;
}
.solo-blocks-button-arrow-right div:before{
	content: '';
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 1px;
	vertical-align: middle;
	background-color: currentColor;
}
.solo-blocks-button-arrow-right div:before{
    right: 25px;
}
.solo-blocks-button-arrow-right div:after{
	position: absolute;
	right: -27px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	-webkit-box-shadow: 1px 1px 0 0 currentColor;
	box-shadow: 1px 1px 0 0 currentColor;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.solo-blocks-button-arrow-right a:after{
    right: 24px;
}
@media only screen and (max-width: 992px){
	.tp-thumbs.custom,
	.tp-bullets.custom{
		bottom: 25px;
		top: auto !important;
		transform: none !important;
	}
}
/* RS Slider end */

/* MailChimp */
#mc_signup_form{
	padding-bottom: 8px;
}
.content-container #mc_signup_form,
[class*=gt3_span]:not(.gt3_span4) #mc_signup_form{
	padding-bottom: 18px;
}
.mc_form_inside{
	width: 430px;
	max-width: 100%;
	position: relative;
}
@media only screen and (max-width: 767px){
	.mc_form_inside{
		width: 100%;
	}
}
.align-center .mc_form_inside{
	margin: auto;
}
.mc_form_inside .mc_input{
	width: 100%;
}
.mc_form_inside .mc_var_label{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}
.mc_form_inside .mc_signup_submit{
	position: absolute;
	right: 0;
	bottom: 0;
    height: 50px;
    background: #f8f9fa;
    border: 1px solid;
    border-color: #ededef;
    border-left: none;
}
.mc_form_inside .mc_signup_submit input[type="submit"]{
	margin: 0;
    height: 100%;
    border: none;
    font-size: 14px;
    border-radius: 0;
    width: auto;
    font-weight: bold;
    min-width: unset;
    padding: 0 35px;
}
.mc_form_inside #mc-indicates-required{
	position: absolute;
	bottom: -27px;
	left: 0;
	font-size: 12px;
}
.pre_footer #mc_signup:not(.visible_label) .mc_form_inside .mc_var_label{
	display: none;
}
.pre_footer .mc_form_inside .mc_var_label{
	line-height: 50px;
}
.pre_footer .mc_form_inside .mc_input{
	background-color: #f8f9fa;
	border-color: #ededef;
	height: 50px;
}
.top_footer .mc_form_inside .mc_merge_var {
    font-size: 14px;
}
.pre_footer .mc_form_inside .mc_signup_submit input[type="submit"],
.top_footer .mc_form_inside .mc_signup_submit input[type="submit"]{
	background: transparent;
	padding: 0 15px;
	min-width: auto;
}
.mc_merge_var{
	position: relative;
	font-size: 15px;
	margin-top: 0;
}
.mc_merge_var + .mc_merge_var{
	margin-top: 13px;
}
.mc_merge_var label{
	display: block;
	font-weight: 400;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	padding-left: 19px;
	cursor: auto;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	-ms-transition: -ms-transform 300ms, opacity 300ms;
	-o-transition: -o-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
}
.mc_merge_var label.gt3_onfocus{
	opacity: 0;
	-webkit-transform: translateX(-15px);
	-moz-transform: translateX(-15px);
	-ms-transform: translate(-2015);
	-o-transform: translateX(-15px);
	transform: translateX(-15px);
}
.mc_custom_border_hdr{
	display: none;
}
/* MailChimp */

/* Gutenberg */

@media (min-width: 600px) and (max-width: 781px) {
	.solo-no-padding > .wp-block-column,
	.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
		flex-grow: 0;
	}
	.solo-no-padding > .wp-block-column:nth-child(even),
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}


@media only screen and (max-width: 767px){
	.solo-no-padding > .wp-block-column{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.solo-no-padding > .wp-block-column:first-child{
	padding-left: 0 !important;
}
.solo-no-padding > .wp-block-column:last-child{
	padding-right: 0 !important;
}
.solo-blocks--button-link,
.solo-section--wrapper .button_wrapper a.solo-blocks--button-link {
	font-size: 11px;
	-webkit-box-shadow: 0 1px 0 0 currentColor;
	box-shadow: 0 1px 0 0 currentColor;
}
.solo-blocks-button-arrow-right a,
.gt3-solo-blocks--button-link{
    font-weight: 700;
    position: relative;
}
.solo-blocks-button-arrow-right a.wp-block-button__link {
    padding-right: 50px;
}
.solo-blocks-button-arrow-right a.wp-block-button__link:hover{
	padding-right: 60px;
}
.gt3-solo-blocks--button-link:before,
.solo-blocks--button-link:before,
.solo-blocks-button-arrow-right a:before{
	content: '';
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 15px;
	height: 1px;
	vertical-align: middle;
	background-color: currentColor;
}
.solo-blocks-button-arrow-right a:before{
    right: 25px;
}
.gt3-solo-blocks--button-link:after,
.solo-blocks--button-link:after,
.solo-blocks-button-arrow-right a:after{
	position: absolute;
	right: -27px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	-webkit-box-shadow: 1px 1px 0 0 currentColor;
	box-shadow: 1px 1px 0 0 currentColor;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.solo-blocks-button-arrow-right a:after{
    right: 24px;
}
.solo-blocks-button-arrow-right a.wp-block-button__link:hover:before {
    background-color: #ffffff;
}
.solo-blocks-button-arrow-right a.wp-block-button__link:hover:after {
    color: #ffffff;
}
/* ! Gutenberg */

/* Parallax */
.jarallax {
	position: relative;
	z-index: 0;
	min-height: 100vh;
}
.gt3_span8 .jarallax {
	min-height: 980px;
}
.jarallax > .jarallax-img {
	position: absolute;
	object-fit: cover;
	/* support for plugin https://github.com/bfred-it/object-fit-images */
	font-family: 'object-fit: cover;';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@media only screen and (max-width: 1199px){
	.gt3_span8 .jarallax {
		min-height: 100vh;
	}
}
/* ! Parallax */

/* Responsive */
@media only screen and (max-width: 1199px){
	.container{
		width: 950px;
	}
	.gt3_hide_on_desktop{
		display: none !important;
	}
}
@media only screen and (max-width: 991px){
	.container{
		width: 728px;
	}
	.gt3_hide_on_tablet{
		display: none !important;
	}

}
@media only screen and (max-width: 991px) and (min-width: 768px){
	.sidebar-container.gt3_span4 .mc_form_inside .mc_signup_submit{
		position: relative;
	}
	.sidebar-container.gt3_span4 .mc_form_inside .mc_input{
		padding-right: 0 !important;
	}
	.sidebar-container.gt3_span4 .mc_form_inside .mc_signup_submit input[type="submit"]{
		width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.container{
		width: 560px;
	}
	.items2 .blog_post_preview,
	.items3 .blog_post_preview,
	.items4 .blog_post_preview{
		width: 100%;
	}
	.top_footer .row [class*=gt3_span] + [class*=gt3_span]{
		margin-top: 35px;
	}
	.module_team .item_list > li:last-child{
		margin-bottom: 0;
	}
	.sidebar-container{
		padding-top: 35px;
	}
	ol.commentlist li .stand_comment{
		padding-left: 55px;
	}
	ol.commentlist li ul li .stand_comment{
		margin-left: 55px;
	}
	ol.commentlist li ul li ul li .stand_comment{
		margin-left: 110px;
	}
	ol.commentlist li .commentava{
		left: -55px;
		height: 40px;
		width: 40px;
	}
	.mobile_text_center{
		text-align: center !important;
	}
	.blog_type2 .has_post_thumb .blog_content{
		padding-left: 105px;
	}
	.blog_type2 .has_post_thumb .blog_post_media{
		width: 80px;
	}
	.gt3_hide_on_mobile{
		display: none !important;
	}
	.listing_meta .post_comments {
		float: none;
		display: block;
	}
}
@media only screen and (max-width: 600px){
	.container{
		width: 420px;
	}
}
@media only screen and (max-width: 480px){
	.container{
		width: 90%;
	}
	.prev_next_links .fleft a,
	.prev_next_links .fright a{
		text-align: center;
	}
	.prev_next_links span i{
		display: none !important;
	}
	.blog_type2 .has_post_thumb .blog_content{
		padding-left: 105px;
	}
	.blog_type2 .has_post_thumb .blog_post_media{
		width: 80px;
	}
	.gt3-page-title__content .page_title,
	.gt3-page-title__content .gt3_breadcrumb,
	.gt3-page-title__content .page_sub_title{
		display: block;
	}
}
/* Responsive end */

#outAnimation {
	position: fixed;
	z-index: 1001;
	left: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: #acacac;
	opacity: 1;
	visibility: visible;

	transform: scaleX(1);
	transform-origin: right;

	transition: transform 400ms ease;
}

#outAnimation.hide {
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transform: scaleX(0);
	transform-origin: left;
}

#outAnimation.load-animation {
	transform: scaleX(0);
	transform-origin: right;
}
#outAnimation.leave-animation {
	transform: scaleX(1);
	transform-origin: left;
}



@keyframes gt3-show-rotate-Y-left {
	0%{
		transform: skewY(90deg);
	}
	100% {
		transform: skewY(0deg);
	}
}
@keyframes gt3-hide-rotate-Y-left {
	0%{
		transform: skewY(0deg);
	}
	100% {
		transform: skewY(-90deg);
	}
}

@keyframes gt3-show-rotate-Y-right {
	0%{
		transform: skewY(-90deg);
	}
	100% {
		transform: skewY(0deg);
	}
}

@keyframes gt3-hide-rotate-Y-right {
	0%{
		transform: skewY(0deg);
	}
	100% {
		transform: skewY(90deg);
	}
}
@keyframes gt3-show-rotate-X-left {
	0%{
		transform: skewX(-90deg);
	}
	100% {
		transform: skewX(0deg);
	}
}
@keyframes gt3-hide-rotate-X-left {
	0%{
		transform: skewX(0deg);
	}
	100% {
		transform: skewX(90deg);
	}
}

@keyframes gt3-show-rotate-X-right {
	0%{
		transform: skewX(90deg);
	}
	100% {
		transform: skewX(0deg);
	}
}


@keyframes gt3-hide-rotate-X-right {
	0%{
		transform: skewX(0deg);
	}
	100% {
		transform: skewX(-90deg);
	}
}
@keyframes gt3-show-star-wars {
	0%{
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(24deg) translateY(-200vh);
	}
	60%{
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(24deg) translateY(0vh);
	}
	100% {
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(0deg) translateY(0vh);
	}
}


@keyframes gt3-hide-left {
	0%{
		transform: translateX(0);
		opacity: 1;
	}
	100% {
		transform: translateX(-100%);
		opacity: 0;
	}
}
@keyframes gt3-hide-top {
	0%{
		transform: translateY(0);
	}
	100% {
		transform: translateY(-100%);
	}
}
@keyframes gt3-hide-bottom {
	0%{
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}
@keyframes gt3-hide-star-wars {
	0%{
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(0deg) translateY(0vh);
	}
	60%{
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(24deg) translateY(0vh);
	}
	100% {
		transform-origin: 50% 100%;
		transform: perspective(100vh) rotateX(24deg) translateY(-200vh);
	}
}

@keyframes gt3-show-circle {
	0%{
		transform: translate(-50%,-100vh) scale(1);
		width: 10vw;
		height: 10vw;
		border-radius: 50%;
		left: 50%;
	}
	50%{
		transform: translate(-50%,calc(-50vh + 50%)) scale(1);
		width: 10vw;
		height: 10vw;
		border-radius: 50%;
		left: 50%;
	}
	100%{
		transform: translate(-50%,calc(-50vh + 50%)) scale(15);
		width: 10vw;
		height: 10vw;
		border-radius: 50%;
		left: 50%;
	}
}

@keyframes gt3-hide-old-tv {
	0% {
		box-shadow: inset 0 0 10px 100vw #e0e0e0;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		width: 140vw;
		height: 140vw;
		background: none;
	}
	100% {
		box-shadow: inset 0 0 10px 0vw #e0e0e0;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		width: 140vw;
		height: 140vw;
		background: none;
	}
}
@keyframes gt3-show-old-tv {
	0% {
		box-shadow: inset 0 0 10px 0vw #e0e0e0;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		width: 140vw;
		height: 140vw;
		background: none;
	}
	100% {
		box-shadow: inset 0 0 10px 100vw #e0e0e0;
		border-radius: 50%;
		transform: translate(-50%,-50%);
		left: 50%;
		top: 50%;
		width: 140vw;
		height: 140vw;
		background: none;
	}
}
.gutenberg-solo-block--wrapper a,
.wp-block-button .wp-block-button__link,
.wp-block-button .wp-block-button__link:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.gutenberg-solo-blocks--slider .slick-slider .slider_content_wrap{
	bottom: 50px;
}
.gutenberg-solo-blocks--slider .slider_wrapper .scrolldown_wrapper{
	bottom: 50px;
}
.gutenberg-solo-blocks--slider .slick-slider .slider_content_wrap .subtitle:before {
    content: '';
    position: absolute;
    left: -41px;
    top: calc(50% - 2px);
    width: 30px;
    height: 1px;
    background: #ffffff;
}
.gutenberg-solo-blocks--slider .slick-slider .slider_content_wrap .subtitle {
    font-style: italic;
    position: relative;
    display: inline-block;
}
.gutenberg-solo-blocks--slider .slick-slider .slider_content_wrap .title{
    margin-bottom: 1px;
    font-weight: 300;
    letter-spacing: -0.5px;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow:after{
	content: '';
    width: 8px;
    height: 8px;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow:hover:before{
	content: '';
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow:before,
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-next:after{
	content: '';
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    border-radius: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-prev:before {
    content: '';
    left: -24px;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-prev:after {
    left: 6px;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-next:after {
	content: '';
    right: -23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-prev:after,
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-next:before {
	content: '';
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transform: none;
    top: -5px;
    left: 5px;
}
.gutenberg-solo-blocks--slider .controls .slick-arrow.slick-next:before{
	left: -7px;
    top: 0px;
}
.gutenberg-blog-solo-portfolio .title {
    font-weight: 700;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.25px;
}
.gutenberg-blog-solo-portfolio .isotope_item--wrapper h2.title_wrapper.word-background{
    margin-bottom: 38px;
}
.gutenberg-blog-solo-portfolio .solo-blocks--button{
    margin-top: 30px;
}
figure {
    margin: 0;
}
.wp-block-columns.solo-no-padding .wp-block-column,
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item .solo-accordion-body-wrapper {
    padding: 0;
}
.wp-block-image,
.wp-block-columns{
	margin: 0;
}
.wp-block-image{
    max-width: none;
}
.blog_content .alignwide,
.blog_content .alignfull {
	max-width: 100%;
	left: 0 !important;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item {
    margin-bottom: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #e7e7ef;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item:last-child {
    border-bottom: none;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item .solo-accordion-header-wrapper .solo-accordion-header{
	padding: 7px 0;
    padding-bottom: 15px;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item .solo-accordion-body-wrapper .solo-accordion-body{
	padding-bottom: 19px;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item.open .solo-accordion-header-wrapper .solo-accordion-header {
    padding: 7px 0px;
}

.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item .solo-accordion-header-wrapper .solo-accordion-header:after,
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item.open .solo-accordion-header-wrapper .solo-accordion-header:after{
    content: '';
    margin: auto;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid #d5d5e0;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item .solo-accordion-header-wrapper .solo-accordion-header:before {
    content: '';
    margin: auto;
    width: 1px;
    height: 19px;
    border-right: 1px solid #d5d5e0;
    position: absolute;
    right: 40px;
    bottom: 0;
    top: 0;
}
.gutenberg-solo-blocks--accordion .solo-accordion-block .accordion-item.open .solo-accordion-header-wrapper .solo-accordion-header:before{
	content: '';
    width: 0;
    height: 0;
    border-right: none;
}
/* Price */
.price_item .price_item_wrapper{
    border-radius: 0;
    box-shadow: none;
    padding: 44px 30px 50px;
    background-image: none;
}
.price_item.suffix_line .price_item_wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    border: 1px solid #e7e7ef;
    background: #ffffff;
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.price_item.suffix_line .price_item_wrapper:hover:before {
	opacity: 0;
}
.price_item .price_item_wrapper .item_cost_wrapper h3,
.price_item .price_item_wrapper .item_cost_wrapper .price_item_description {
    letter-spacing: -0.25px;
}
.price_item .price_item_wrapper .item_cost_wrapper .price_item_description{
    font-weight: bold;
	text-transform: uppercase;
    padding-top: 1px;
}
.price_item .price_item_wrapper .item_cost_wrapper,
.price_item .price_item_wrapper .price_item_body {
    z-index: 1;
    position: relative;
}
.price_item .price_item_wrapper .price_item-cost {
    padding-top: 18px;
}
.price_item .price_item_wrapper .price_item-cost span.price_item_suffix{
    padding-top: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.price_item .price_item_wrapper .price_item-cost span.price_item_prefix{
	font-weight: 700;
    vertical-align: text-bottom;
}
.price_item .price_item_body .items_text{
    padding: 25px 0;
}
.price_item .price_item_body .items_text li{
	padding-bottom: 3px;
}
.price_item .price_item_body .price_button{
	padding-top: 0;
}
.price_item .price_item_body .price_button a{
    padding: 13px 30px;
    font-weight: 700;
    font-size: inherit;
    line-height: 1.4em;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.price_item .price_item_wrapper:hover .item_cost_wrapper h3,
.price_item .price_item_wrapper:hover .item_cost_wrapper .price_item_description,
.price_item .price_item_wrapper:hover .price_item-cost span.price_item-price,
.price_item .price_item_wrapper:hover .price_item-cost span.price_item_prefix,
.price_item .price_item_wrapper:hover .price_item-cost span.price_item_suffix,
.price_item .price_item_wrapper:hover .price_item_body .items_text li {
    color: #ffffff;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.price_item .price_item_body .price_button a:hover {
    background: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.price_item .price_item_body .price_button.bordered a,
.price_item .price_item_body .price_button.bordered a:hover {
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.4);
}
/* Price End*/

/* testimonial */
.gutenberg-solo-blocks--testimonial .slick-slider .slider_content_wrap .position{
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 25px;
}
.gutenberg-solo-blocks--testimonial .slick-slider .slider_content_wrap span.description {
    font-style: italic;
}
.gutenberg-solo-blocks--testimonial .slick-slider .slider_content_wrap .name {
    padding-top: 22px;
    margin-bottom: 0;
}
.gutenberg-solo-blocks--testimonial .slick-slider .slick-dots {
    display: block;
    text-align: center;
    margin: 36px 0 3px;
}
.gutenberg-solo-blocks--testimonial .slick-slider .slick-dots li {
    position: relative;
    line-height: 6px;
    display: inline-block;
    box-sizing: content-box;
    width: 6px;
    height: 6px;
    margin: 0 6px;
    padding: 1px;
    cursor: pointer;
}
div#n2-ss-1 .nextend-arrow img{
	visibility: hidden;
}
.nextend-arrow-previous:after {
	content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transform: none;
    top: 0px;
    left: 8px;
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 6;
    overflow: visible;
}
.nextend-arrow-previous:before {
    content: '';
    position: absolute;
    z-index: 1;
    right: 0;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    border-radius: 0;
    display: block !important;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nextend-arrow-next:before {content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    transform: none;
    top: 0px;
    right: 0;
    left: -14px;
    display: block !important;
    visibility: visible;
    opacity: 1;
    z-index: 6;
    overflow: visible;
}
.nextend-arrow-next:after {
	content: '';
    transform: rotate(-45deg);
    position: absolute;
    z-index: 1;
    right: 5px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: transparent;
    border-left: transparent;
    border-radius: 0;
    display: block !important;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

[class*="has-"] .wp-block-column[style] {
	flex-grow: 1;
}
/* Solo Imagebox */
.gt3_solo-section_has-imagebox {
	position: relative;
}
.gt3_solo-section_has-imagebox:before,
.gt3_solo-section_has-imagebox:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ededed;
	content: '';
	z-index: 20;
}
.gt3_solo-section_has-imagebox:before {
	height: 100%;
	width: 1px;
}
.gt3_solo-section_has-imagebox .solo-blocks_innerwrap .solo-blocks_imagebox-wrapper:after {
	border: 1px solid;
	border-left: 0 !important;
	border-bottom: 0 !important;
	border-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-style: solid;
	transition: border-color 300ms;
}
.solo-blocks_innerwrap .solo-blocks-imagebox-description {
    padding: 0 17%;
}
.aligment_content_left .solo-blocks_innerwrap .solo-blocks-imagebox-description,
.aligment_content_right .solo-blocks_innerwrap .solo-blocks-imagebox-description {
    padding-left: 0;
	padding-right: 0;
}
.solo-blocks_innerwrap h1.solo-blocks-imagebox-title,
.solo-blocks_innerwrap h2.solo-blocks-imagebox-title,
.solo-blocks_innerwrap h3.solo-blocks-imagebox-title,
.solo-blocks_innerwrap h4.solo-blocks-imagebox-title,
.solo-blocks_innerwrap h5.solo-blocks-imagebox-title,
.solo-blocks_innerwrap h6.solo-blocks-imagebox-title{
	font-weight: 400;
}
.solo-blocks_innerwrap h1.solo-blocks-imagebox-title{
	font-size: 32px;
	line-height: 1.4;
}
.solo-blocks_innerwrap h2.solo-blocks-imagebox-title{
	font-size: 23px;
	line-height: 1.4;
}
.solo-blocks_innerwrap h3.solo-blocks-imagebox-title{
	font-size: 22px;
	line-height: 1.4;
}
.solo-blocks_innerwrap h4.solo-blocks-imagebox-title{
	font-size: 20px;
	line-height: 1.4;
}
.solo-blocks_innerwrap h5.solo-blocks-imagebox-title{
	font-size: 18px;
	line-height: 1.4;
}
.solo-blocks_innerwrap h6.solo-blocks-imagebox-title{
	font-size: 16px;
	line-height: 1.4;
}

.solo-blocks_innerwrap:hover .solo-blocks_imagebox-wrapper.has_box-border:before,
.solo-blocks_innerwrap.active_state_enable .solo-blocks_imagebox-wrapper.has_box-border:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none;
    background: rgba(32, 35, 38, 0.4);
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
.solo-blocks_innerwrap .solo-blocks-imagebox-title,
.solo-blocks_innerwrap .solo-blocks-imagebox-description{
	z-index: 1;
	position: relative;
}
.solo-blocks_innerwrap .solo-blocks_background_image_cover:before,
.solo-blocks_innerwrap .solo-blocks_background_image_cover:after{
	-webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

/* Team */
.gutenberg-solo-blocks--team .module_team .item_list,
.gutenberg-solo-blocks--team .module_team .item_list li {
	margin: 0;
}
.gutenberg-solo-blocks--team .module_team .item_list>li .item_wrapper:hover .team_info,
.gutenberg-solo-blocks--team .module_team.type1 .item_list>li .item_wrapper .team_info{
	display: none;
}
.gutenberg-solo-blocks--team .module_team .item_wrapper .team_img:after{
	opacity: 0;
}
.gutenberg-solo-blocks--team .module_team .item_list>li .item_wrapper .team_img:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(32, 35, 38, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: collapse;
    transition: 0.5s all;
}
.gutenberg-solo-blocks--team .module_team .item_list>li .item_wrapper:hover .team_img:before{
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.gutenberg-solo-blocks--team .module_team .team_title__text{
    font-size: 23px;
    letter-spacing: -0.25px;
}
.gutenberg-solo-blocks--team .module_team .team-positions{
    margin-top: 4px;
}
.gutenberg-solo-blocks--team .module_team .team_icons_wrapper{
    padding-top: 30px;
}
/* Single member team */
.gt3_single_team_header .gt3_team_title_position {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 14px;
	text-transform: uppercase;
}
.gt3_team_title_position +.gt3_single_team_descr {
	padding-top: 23px;
}

.gt3_single_team_socials {
	margin: 0 -10px;
}
.gt3_single_team_socials__item {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 400;
}
.gt3_single_team_socials__item a {
	color: inherit;
}
.gt3_single_team_socials__item a:hover {
	color: inherit;
}
.gt3_single_team_socials__item a:hover span:after {
	opacity: 1;
}
.gt3_single_team_socials__item a span {
	position: relative;
}
.gt3_single_team_socials__item a span:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border-top: 1px solid;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.gt3_single_team_socials__item a i {
	font-size: 16px;
	font-weight: bold;
}

.gt3_single_team_header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 25px;
}
.gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
	margin-right: 30px;
}
@media only screen and (max-width: 767px) {
	.gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.gt3_single_team_header {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gutenberg-solo-blocks--slider .slick-slider .slider_content_wrap {
	    bottom: 15px;
	}
}
@media only screen and (min-width: 768px) {
	.gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
		min-width: 350px;
	}
}
@media only screen and (min-width: 1200px) {
	.gt3_span12 .gt3_single_team_header .gt3_single_team_thumbnail__wrapper {
		min-width: 470px;
		margin-right: 50px;
	}
	.gt3_single_team_header {
		align-items: center;
	}
}
.gt3_single_team_header .gt3_team_title {
	margin-bottom: 24px;
}
.gt3_single_team_header .gt3_team_title h2 {
	font-size: 30px;
}
.gt3_single_team_descr {
	margin-bottom: 46px;
}
.gt3_single_team_info__item {
	padding: 0;
	margin-bottom: 5px;
}
.gt3_single_team_info__item h4 {
	font-size: 16px;
	font-family: inherit;
	text-transform: none;
	font-weight: 500;
	line-height: 27px;
	color: inherit;
	display: inline-block;
	margin-right: 5px;
}
.gt3_single_team_info__item a {
	color: inherit;
}
.gt3_single_team_info__item span {
	font-size: initial;
	font-weight: 400;
	line-height: 27px;
	display: inline-block;
}
/* !Single member team */

@font-face {
	font-family: 'themedesign';
	src: url('../fonts/theme-font/quentin.woff2') format('woff2'),
	url('../fonts/theme-font/quentin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* Portfolio Packery */
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:after,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap:after,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap .img:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap .img:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox .img-wrapper:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox .img-wrapper:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox:after,
.gt3pg-justified-gallery .img_wrap:before {
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: all 400ms;
	z-index: 10;
	pointer-events: none;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:before,
.gt3pg-justified-gallery .img_wrap:before {
	z-index: 5;
	background: rgba(39,40,45, 0.7);
	content: '';
	width: 90%;
	height: 90%;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:hover:before,
.gt3pg-justified-gallery .lightbox:hover .img_wrap:before {
	width: 100%;
	height: 100%;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:after {
	/*font-family: 'themedesign';
	font-size: 80px;
	line-height: 1;
	color: rgba(244,244,246, 0.2);
	content: attr(data-link-text);*/
	display: none;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:after,
.gt3pg-justified-gallery .img_wrap:before {
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    max-width: calc(100% - 0.5px);
}
.gt3pg-justified-gallery .img_wrap {
	position: relative;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap:after {
	content: '';
	width: 60px;
	height: 60px;
	background: transparent;
	border: 2px rgba(255,255,255, 0.3) solid;
	display: block;
	border-radius: 50%;
	z-index: 20;
	margin: -30px 0 0 -30px;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap .img:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap .img:after {
	z-index: 25;
	content: '';
	background-color: transparent;
	background-image: url("../img/view_ico.png");
	background-size: 56px 56px;
	background-repeat: no-repeat;
	background-position: 0 0;
	box-shadow: none;
	transition: none;
	display: block;
	font-size: 0;
	line-height: 0;
	width: 56px;
	height: 56px;
	border: none;
	margin: -28px 0 0 -28px;
}
.gallery-masonry .img-wrapper:after,
.gallery-grid .img-wrapper:after,
.gallery-packery .img-wrapper:after,
.gt3pg-justified-gallery .img_wrap:after {
	position: absolute !important;
	left: 50% !important;
	top: 50% !important;
	opacity: 0;
	content: '';
	transform: translate(-50%,-50%) !important;
	transition: opacity 300ms !important;
	background-color: transparent !important;
	background-image: url("../img/view_ico.png") !important;
	background-size: 56px 56px !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	width: 60px !important;
	height: 60px !important;
	border-radius: 50% !important;
	border: 2px rgba(255,255,255, 0.3) solid !important;
	display: block !important;
	z-index: 15;
}
.gallery-masonry a:hover .img-wrapper:after,
.gallery-grid a:hover .img-wrapper:after,
.gallery-packery a:hover .img-wrapper:after,
.gt3pg-justified-gallery a:hover .img_wrap:after {
	opacity: 1;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox .img_wrap .img:before {
	display: none;
}
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover:after,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover .img_wrap:after,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover .img_wrap .img:before,
.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:hover .img_wrap .img:after,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox:hover .img-wrapper:before,
.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .gt3pg-lightbox:hover .img-wrapper:after,
.gt3pg-justified-gallery .lightbox:hover .img_wrap:before {
	opacity: 1;
}
.gutenberg-blog-solo-portfolio .hover_type1 .animate_text_wrap .wrapper:hover .text_wrap{
    z-index: 5;
}
.gutenberg-blog-solo-portfolio .hover_type1 .animate_text_wrap .wrapper .text_wrap .categories{
	opacity: 0;
}
.gutenberg-blog-solo-portfolio .hover_type1 .animate_text_wrap .wrapper:hover .text_wrap .categories {
    opacity: 1;
}
.solo-section--wrapper .button_wrapper a.solo-blocks--button-link{
	font-weight: bold;
}
/* Title Text Bg */
.word-background {
	line-height: 2.7em;
}
.word-background:before {
	font-family: 'themedesign';
	font-size: 3.48em;
	margin-top: -0.03em;
	white-space: nowrap;
    font-weight: 300;
}
.word-background.custome_word_bg:before {
	font-size: 2.3em;
}
h2.word-background.white:before {
    opacity: 0.1;
}

.wp-block-social-links .wp-social-link{
	margin: 0;
	padding: 0;
}
@media only screen and (min-width: 1200px){
	.gutenberg-blog-solo-portfolio .portfolio_wrapper .isotope_item a.lightbox:after,
	.gt3-photo-gallery-pro--isotope_gallery .hover-default .gt3pg-isotope-item .img-wrapper:after {
		font-size: 142px;
	}
}

.gt3_scroll_btn {
	cursor: pointer;
}
.gutenberg-solo-blocks--slider .slider_wrapper .scrolldown_wrapper .button-scroll-down.text a{
	letter-spacing: 1px;
}

/* Portfolio Post Info */
.portfolio_post_info_section {
	background: #202326;
	color: #fff;
	text-align: center;
	padding: 100px 0 90px 0;
	margin: 10px 0 0 0;
}

.portfolio_post_info_section * {
	color: inherit;
}

.portfolio_post_info_section .container {
	padding: 0 15%;
}

.portfolio_post_info_section .word-background + p {
	margin-top: -18px;
}

.portfolio_post_info_section .word-background:before {
	opacity: .1;
}

.portfolio_post_info_section .solo-blocks--button-link {
	margin-bottom: 33px;
	display: inline-block;
	line-height: 23px;
	padding: 10px 49px 10px 29px;
	position: relative;
	text-decoration: none;
	border: 1px #fff solid;
	background: #fff;
	color: #202326;
	border-radius: 22px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 300ms;
	box-shadow: none !important;
}
.portfolio_post_info_section .solo-blocks--button-link:hover {
	background: transparent;
	color: inherit;
	border-color: currentColor;
}
.portfolio_post_info_section .solo-blocks--button-link:before,
.portfolio_post_info_section .solo-blocks--button-link:after {
	right: 24px;
	opacity: 0.4;
}
.portfolio_post_info_section .solo-blocks--button-link:after {
	right: 20px;
}
.portfolio_post_info_section .solo-blocks--button-link:hover:before,
.portfolio_post_info_section .solo-blocks--button-link:hover:after {
	opacity: 1;
}
.portfolio_post_info_section p + .solo-blocks--button-link {
	margin-top: 20px;
}

.page_title_post_meta,
.portfolio_post_meta {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 5px;
}
.portfolio_post_meta {
	margin-bottom: 0;
}
.page_title_post_meta > span:after,
.portfolio_post_meta > span:after {
	content: '|';
	margin: 0 9px;
}
.page_title_post_meta > span:last-child:after,
.portfolio_post_meta > span:last-child:after {
	display: none;
}
.page_title_post_meta a,
.portfolio_post_meta a {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color:inherit !important;
	opacity: 1;
	transition: opacity 300ms;
}
.portfolio_post_meta a {
	opacity: 0.4;
}
.page_title_post_meta a:hover {
	opacity: 0.5;
}
.portfolio_post_meta a:hover {
	opacity: 1;
}

#main_content h1.portfolio_title_content {
	margin: 0 0 30px 0;
}
.portfolio-short-desc {
	margin-bottom: 50px;
	padding-top: 5px;
}
h1.portfolio_title_content + .portfolio-short-desc {
	margin-top: -20px;
}

.portfolio_post_skills,
.portfolio_post_head {
	margin-bottom: 30px;
}
.portfolio_post_head {
	padding-right: 11%;
}
.portfolio_post_head .portfolio_post_meta {
	margin-bottom: 4px;
}
.pf_skills_item {
	margin: 0 0 19px 0;
	padding: 0 0 24px 0;
	position: relative;
}
.skills_item_inner {
	padding-right: 30px;
}
.pf_skills_item h4 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px){
	.gt3_single_portfolio_info {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pf_skills_item {
		-webkit-flex: 1 1 calc(100%/3);
		-ms-flex: 1 1 calc(100%/3);
		flex: 1 1 calc(100%/3);
	}
	.pf_skills_item:first-child {
		flex-basis: 100%;
	}
	.pf_skills_item:first-child:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		border-bottom: 1px solid;
		content: '';
		opacity: 0.1;
	}
}
@media only screen and (max-width: 767px){
	.pf_skills_item:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 0;
		border-bottom: 1px solid;
		content: '';
		opacity: 0.1;
	}
	.pf_skills_item:last-child:after {
		display: none;
	}
	.span6.align-right {
		text-align: center;
	}
	.word-background {
		line-height: 1.5;
	}
	.gt3_custom_mobile_spacer {
		height: 50px !important;
	}
	.gt3_custom_mobile_spacer + .word-background {
		font-size: 60px !important;
	}
}

.archive .sidebar_none .gutenberg-blog-solo-portfolio {
	padding: 0 15px;
}
.archive .portfolio_wrapper .isotope_wrapper {
	margin-right: -30px;
}
.archive .portfolio_wrapper .isotope_item {
	padding-bottom: 30px;
	padding-right: 30px;
}

/* Gutenberg fix */
.wp-block-column[style] {
    flex-grow: 1;
}

.gt3_overflow-visible{
    overflow: visible;
}
.gutenberg-blog-solo-portfolio .animate_text_wrap .text_wrap:after{
	display: none;
}

.gt3_theme_blog .blog_post_preview > .item_wrapper > .blog_content .listing_meta span:not(:last-child):not(:nth-last-child(2)):after,
.single #main_content > .blog_post_preview .item_wrapper .blog_content .listing_meta span:not(:last-child):not(:nth-last-child(2)):after {
    content: '|';
    margin: 0 9px;
}
.gt3_theme_blog .blog_post_preview > .item_wrapper > .blog_content .listing_meta span.post_author:after,
.single #main_content > .blog_post_preview .item_wrapper .blog_content .listing_meta span.post_author:after,
.single #main_content > .blog_post_preview .blog_content .listing_meta span.post_date:after {
	margin-right: 7px !important;
}
@media only screen and (max-width: 768px){
	.nextend-arrow-previous:before,
	.nextend-arrow-previous:after,
	.nextend-arrow-next:before,
	.nextend-arrow-next:after,
	.n2-ss-slider.n2-ss-tablet .n2-ss-widget-display-tablet,
	.n2-ss-slider.n2-ss-mobile .n2-ss-widget-display-mobile.n2-ib{
		display: none !important;
	}
	.n2-ss-slider h1 {
	    font-size: 60px !important;
	}
	.word-background:before {
	    font-size: 2em;
	}
	.row .span6{
    	padding: 0px 15px 15px;
	}
	.gutenberg-solo-blocks--slider .slider_wrapper .scrolldown_wrapper{
		display: none;
	}
}

@media only screen and (min-width: 768px){
	.row .span6 {
	    width: 50%;
    	float: left;
    	padding: 0 15px;
	}
	.row .span12 {
	    width: 100%;
	}
	.single-solo_portfolio .row .span12 {
		padding: 0 15px;
	}
}

.single-solo_portfolio .gt3_header_builder + .site_wrapper {
    padding-top: 20px;
}
.gt3_section_overlay{
    position: relative;
}
.gt3_section_overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    background-position: top center;
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    opacity: 0.5;
    pointer-events: none;
    background-image: url(../img/bg_contacts.png);
}

.gt3-photo-gallery-pro--isotope_gallery .hover-default .img-wrapper:after {
    background: url(../img/gallery_plus.png) no-repeat 50%;
    background-size: 24px;
    z-index: 2;
    opacity: 0;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    pointer-events: none;
}
.gutenberg-solo-blocks--portfolio-packery .view_more_link{
    padding: 13px 30px;
    font-weight: 700;
    line-height: 1.4em;
    text-transform: uppercase;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 40px;
    border-radius: 40px;
}
.gutenberg-solo-blocks--portfolio-packery .view_more_link:hover{
    color: #ffffff;
}

.blog_content .alignfull{
    margin-left: 0;
    margin-bottom: 17px;
    max-width: 100%;
}
#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:last-child {
    padding-bottom: 17px;
}
#main_content .wp-block-gallery.alignwide .blocks-gallery-item:last-child{
	padding-bottom: 0;
}
#main_content .wp-block-gallery.alignwide {
    padding-bottom: 17px;
}
#main_content .wp-block-gallery .blocks-gallery-item:before{
    display: none !important;
}
#main_content .wp-block-audio{
    margin: 0;
}
.wp-block-pullquote {
    border-bottom: 4px solid rgba(97,106,100, 0.1) !important;
    border-top: 4px solid rgba(97,106,100, 0.1) !important;
    padding-top: 35px;
    padding-bottom: 25px;
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: center;
	border-left: none;
}
.wp-block-pullquote blockquote p{
    margin-bottom: 17px !important;
}
.wp-block-pullquote blockquote {
    padding: 0;
    border: 0;
    margin-top: 35px;
    margin-bottom: 25px;
}
.sidebar_right .alignfull,
.sidebar_left .alignfull {
    width: 100%;
    margin-left: 0;
}
figure.wp-block-image.alignfull {
    margin-bottom: 1.37em;
}
.wp-block-cover.has-background-dim p.wp-block-cover-text,
.wp-block-cover p:not(.has-text-color){
    color: #fff;
}
figcaption.blocks-gallery-caption{
	padding-bottom: 17px;
}
.wp-block-cover.has-background-dim{
	margin-bottom: 17px;
}
.wp-block-group__inner-container{
	margin-bottom: 20px;
    padding: 20px 30px;
}
.blog_post_preview .blog_content > ul{
    padding-bottom: 17px;
    padding-left: 15px;
}
.blog_post_preview .blog_content > ol,
select.postform,
.wp-block-search{
    margin-bottom: 17px;
}
ul li ul,
ol li ol ol,
ol li ul,
.main_wrapper li ol {
    margin-top: 5px;
}
ul,
ul ul,
ul ul ul{
    list-style-type: disc;
	list-style-position: inside;
}
.components-panel ul,
.components-panel ul ul,
.components-panel ul ul ul{
    list-style-type: none;
}
ol li ul li ul,
ul li ol li ul{
    padding-top: 0;
}
ol.commentlist > li,
ol.commentlist .children > li,
ul.commentlist li {
    margin: 0;
    padding: 0;
}
ol.commentlist li.pingback .stand_comment,
ol.commentlist li.trackback .stand_comment {
    padding-left: 0;
}
ol.commentlist li .stand_comment {
    padding: 27px 0 10px 100px;
    position: relative;
}
ol.commentlist > li, ol.commentlist .children > li {
    list-style: none;
    border-top: none;
}
ol.commentlist > li:first-child {
    border-top: none;
}
hr.wp-block-separator + h2 {
    padding-top: 25px;
}

.bypostauthor {
}
.wp-block-button__link:hover {
	background-color: #7a8486;
	color: #ffffff;
}
.wp-block-categories-list.aligncenter,
.wp-block-archives-list.wp-block-archives {
	text-align: left;
	list-style-position: inside;
}
.wp-block-cover-image p:not(.has-text-color) {
	color: #fff;
}

.wp-block-audio audio {
	min-width: 200px;
}

.solo-section--wrapper .wp-block-cover {
	height: 100%;
}

textarea.large-text {
	font-size: 15px;
	line-height: 1.5;
}

.gutenberg-solo-blogboxed .listing_meta {
	font-size: 11px;
}
.gutenberg-solo-blogboxed .blogboxed_content {
	padding-left: 36px;
	padding-right: 35px;
}
.gt3_header_builder:not(.header_over_bg) {
	margin-bottom: 50px;
}
.blog_post_preview .slick-dots {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

p + .gutenberg-solo-blocks--quote,
p + style + .gutenberg-solo-blocks--quote {
	margin-top: 35px;
	margin-bottom: 35px;
}

.single-solo_portfolio #main_content ul > li {
	margin-bottom: 12px;
}
.has-left-content p.has-text-align-center {
	text-align: left !important;
}
.has-right-content p.has-text-align-center {
	text-align: right !important;
}

.prev_next_links + .row #comments {
	border-top: 1px #f4f4f4 solid;
	padding-top: 35px;
}
.comment-respond textarea {
	height: 175px;
}
.comment-respond input[type='submit'] {
	min-width: 148px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.gt3pg_pro_FullScreenSlider:before,
.gt3pg_pro_FullScreenSlider:after {
	position: absolute;
	left: 0;
	height: 200px;
	width: 100%;
	content:'';
	z-index: 1;
}
.gt3pg_pro_FullScreenSlider:before {
	background: linear-gradient(to bottom,  rgba(0,0,0,0.3) 0%,rgba(255,255,255,0) 100%);
	top: 0;
}
.gt3pg_pro_FullScreenSlider:after {
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.3) 100%);
	bottom: 0;
}
.gt3pg_pro_FSSlider .gt3pg_pro_gallery_wrap .gt3pg_pro_fsslider_footer {
	z-index: 5;
}

.custom_font_size {
	font-size: 6.5vw;
	line-height: 1em;
}
.word-background.custom_font_size:before {
	font-size: 2.45em;
	margin-top: 0.05em;
	opacity: 0.3;
}

.gutenberg-blog-solo-counter .description {
	font-size: 14px;
	line-height: 1.5;
	text-transform: uppercase;
}
.gutenberg-blog-solo-counter .counter {
	font-size: 60px;
	line-height: 1.2;
	position: relative;
	left: auto;
	top: auto;
}
.gutenberg-blog-solo-counter .hidden_end {
	display: none;
}
.gutenberg-blog-solo-counter.gt3_custom_suffix .counter:after {
	content: '+';
	font-weight: 400;
	font-size: 0.7em;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.pr_10_percent {
	padding-right: 15%;
}
@media only screen and (min-width: 1200px){
	.img_custom_margin {
		margin-right: -7%;
	}
	.mr_9_percent {
		margin-right: 9%;
	}
	.mt_10 {
		margin-top: -10px;
	}
	.gutenberg-solo-blocks--quote.blockquote_without_border {
		margin: 0;
		padding-right: 42%;
	}
	.sidebar_right .sidebar-container {
		padding-left: 35px;
	}
	.sidebar_left .sidebar-container {
		padding-right: 35px;
	}
	.widget.gt3_widget ul li ul.children {
		margin-left: 15px;
	}
}
.gt3_custom_image_box_padding .solo-blocks_imagebox-wrapper {
	padding-top: 143px !important;
	padding-bottom: 143px !important;
}
.gt3_custom_image_box_padding .imagebox-icon-image-box {
	opacity: 0.5;
}
.gt3_video__play_button i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.gutenberg-solo-blocks--quote.blockquote_without_border blockquote.solo-no-border {
	border: none;
	padding-left: 40px;
}
.gutenberg-solo-blocks--quote.blockquote_without_border blockquote.solo-no-border:before {
	left: 0;
}

.widget.widget_recent_comments {
	text-transform: uppercase;
}

.tagcloud {
	font-size: 11px;
	text-transform: uppercase;
}

.textwidget img {
	margin-top: 10px;
	margin-bottom: 10px;
}

.page-link {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.page-link span {
	display: none;
}
.page-link span.current,
.page-link a {
	display: inline-block;
	margin: 2px;
	padding: 0;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 15px;
	line-height: 35px;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
.page-link span.current {
	cursor: default;
	color: #fff;
}


.content-container ul li {
	padding-bottom: 5px;
}
.content-container ul > li:last-child {
	padding-bottom: 0;
}

ol.commentlist li.comment .comment_content ul{
	margin: 0;
	padding: 0;
	list-style: disc;
	list-style-position: inside;
}

.content-container ul ul,
ol.commentlist li.comment .comment_content ul ul {
	margin-left: 20px;
}

input[type="submit"],
button,
.gutenberg-solo-blocks--portfolio-packery .view_more_link,
.wp-block-button__link,
.wp-block-button__link:visited {
	color: rgb(178, 178, 188);
}

.is-style-outline .wp-block-button__link {
	border: 2px solid;
}
.is-style-outline .wp-block-button__link:hover {
	color: #7a8486;
}
.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.main_wrapper ol > li.trackback:before,
.main_wrapper ol > li.pingback:before,
.trackback .commentava,
.pingback .commentava {
	display: none !important;
}

#comments h3:first-child {
	padding-top: 0;
}

ol.commentlist li.trackback .thiscommentbody,
ol.commentlist li.pingback .thiscommentbody {
	min-height: 1px;
}

ol.commentlist li.trackback .stand_comment,
ol.commentlist li.pingback .stand_comment {
	padding-bottom: 0;
}

ol.commentlist li.trackback + .comment,
ol.commentlist li.pingback + .comment {
	margin-top: 25px;
}

ol.commentlist li.trackback .comment_content p:last-child,
ol.commentlist li.pingback .comment_content p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.blog_content .wp-block-archives-dropdown {
	margin-bottom: 17px;
}

.wp-block-separator {
	border-top: 0;
	border-color: rgba(32,35,38, 0.3);
}

.wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 0;
}

strong,
b {
	font-weight: bold;
}
strong a,
b a {
	font-weight: inherit;
}
.gallery-masonry div.mfp-iframe .img-wrapper:after,
.gallery-grid div.mfp-iframe .img-wrapper:after,
.gallery-packery div.mfp-iframe .img-wrapper:after,
.gt3pg-justified-gallery div.mfp-iframe .img_wrap:after {
	background-image: url("../img/view_ico_video.png") !important;
	background-size: 25px 25px !important;
}

body .solo-no-padding {
	gap: 0;
}

@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;
	}
}
@media only screen and (max-width: 767px) {
	.gt3_header_builder .sticky_header.sticky_header--mobile {
		display: block;
		height: auto;
	}
}

.mobile_menu_container.sticky_on{
	position: fixed;
	left: 0;
	width: 100%;
	overflow-y: auto;
}
.mobile_menu_container:not(.sticky_on){
	max-height: none !important;
}

/* Custom icons */
.fa-x-twitter,
.fa-twitter {
	--font-size: 16px;
}
.fa-x-twitter:before,
.fa-twitter:before {
	content: '';
	width: var(--font-size, 16px);
	height: var(--font-size, 16px);
	font-size: 0;
	background: currentColor;
	mask: url(../fonts/svg/twitter-x.svg) no-repeat center;
	mask-size: cover;
	display: inline-block;
	vertical-align: top;
}

