/*
Theme Name: TechStore
Text Domain: hexwp
Description: Woocomrece WordPress Theme
Author: Hex-WP
Version: 1.7
Tested up to: 6.3.2
Requires at least: 5.6.0
Requires PHP: 7.4
Tags: three-columns,  Threaded-comments, Translation-ready, Custom-menu
License: GNU General Public License v3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
/*
/*
	
	/*1 - Body
	1.1 - Body
	1.2 - Html Tags
	1.3 - Form
	1.4 - Content
	1.5 - Column Warp
	1.6 - Responsvie
	1.7 - Breadcrumbs
	1.8 - Footer
2 - Header
	2.1 - Header Content
	2.2 - Header Sticky
	2.2 - Header Nav
	2.3 - Logo
	2.4 - Menu
	2.5 - Category Menu
	2.6 - Mobile Menu
	2.7 - Search
	2.8 - Social
	2.9 - Header Element
	2.10 - Mobile bar
3 - Post
	3.1 - Ajax
	3.1 Title Box
	3.2 Thumb
	3.3 Thumb Hover
	3.4 Details
	3.5 Meta
	3.6 Hover Icon 
	3.7 Load More 
	3.8 Pagenavi 
4 - Module
	4.1 - Slider
	4.2 - Module
	4.3 - Module 1
	4.4 - Module 2
	4.5 - Glider
	4.6 - Post Layout
	4.7 - facaption 
	4.8 - 404
	4.9 - Macy 
	4.10 - Widgets 
5 - Element
	5.1 - Element
	5.2 - Menu
	5.3 - Contactform
6 - Single
	6.1 - Single
	6.2 - Head Single
	6.3 - Video
	6.4 - Single Content
	6.5 - Author
	6.6 - Tags
	6.7 - Lightbox
	6.8 - Comments
	6.9 - wp-block
*/
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	1 - Body
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.1 - Body
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root{
	--hw-btn-bg:var(--hw-primary-bg);
	--hw-btn-txt:var(--hw-primary-txt);
	--hw-btn-hv-bg:var(--hw-primary-hv-bg);
	--hw-btn-hv-lk:var(--hw-primary-cr);
	--hw-default-pd:20px;
	--hw-tr:transform 1s,background .3s ,color .3s ,border .3s ,box-shadow .3s ,opacity .3s;
	--vao-aw-bg:var(--hw-aw-bg,rgba(0,0,0,0.75));
	--vao-aw-cr:var(--hw-aw-txt,#ffffff);
}
body {
	direction: ltr;
	font-family: var(--hw-fn-fm), arial,roboto, sans-serif;
	line-height: 2.2em;
 	color: var(--hw-main-txt,#666);
	background-color: var(--hw-body-bg-cr,#ffffff);
	background-image: var(--hw-body-bg-img,none);
	background-size:var(--hw-body-bg-sz,auto);
	background-position:center center;
	background-repeat:var(--hw-body-bg-rp,no-repeat);
	width: 100%;
	left:0px;
}
html.no-js, html.no-js > body {
  float: left;
  width: 100%;
}
body * {
	border-color: inherit;
	transition: var(--hw-tr);
}
body * {
	box-sizing: border-box
}
.hw-body-boxed .hw-wrapper-middle {
	margin: auto;
}
.hw-wrapper-container {
	float: left;
	width: 100%;
}
.hw-body-warp{
	overflow:hidden;
	width:100%;
		position: relative;

	float:left;
}
.hw-body-boxed .hw-body-warp{
	text-align: left;
	overflow: hidden;
	max-width: var(--hw-body-wt);
	float: none;
	margin: auto;
	background:var(--hw-body-bx-bg,transparent);
	box-shadow:var(--hw-body-bx-sd,0 0 0);
}
.elementor-editor-active .hw-wrapper {
	z-index:9999!important;
	overflow: visible;
 	 }	
	 	 
[vh-background="light"]{
	background:#ffffff!important;
}
[vh-background="dark"]{
	background:#10181f !important;
} 

html { margin-top:0px !important; }
	body.admin-bar  { margin-top: 32px !important; }
		body.admin-bar:has(> #yith-woocompare)  { margin-top: 0px !important; }
@media (max-width: 782px) {
		 	#wpadminbar {
		position: absolute !important;
		top: 0px !important;
	}
		html { margin-top: 0px !important; }
		body.admin-bar { margin-top: 46px !important; }

	}



/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.2 - Html Tags
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root{
	--hw-btn-bg:var(--hw-primary-bg);
	--hw-btn-txt:var(--hw-primary-txt);
	--hw-btn-hv-bg:var(--hw-primary-hv-bg);
	--hw-btn-hv-txt:var(--hw-primary-txt);
	--hw-default-pd:20px;
	--hw-tr:transform .3s,background .3s ,color .3s ,border .3s ,box-shadow .3s ,opacity .3s,font-weight .3s ;
	--vao-aw-bg:var(--hw-aw-bg,rgba(0,0,0,0.75));
	--vao-aw-cr:var(--hw-aw-txt,#ffffff);
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,excerpt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}
blockquote,q {
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
html {
	margin-top: 0!important
}
a {
	text-decoration: none;
	color: var(--hw-main-lk,#111);
	transition: var(--hw-tr);
}
a:hover {
	text-decoration: none;
	color: var(--hw-main-hv-lk,#111);
}
hr {
	opacity: .2
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.45em;
	color: var(--hw-main-lk,#111);
}
pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	wohw-wrap: break-word;
	background: rgba(150, 150, 150, .05);
	padding: 20px;
	opacity: .8;
	margin-bottom: 20px;
}
sub {
	bottom: -0.25em;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
dl {
	padding: 0 20px;
}
p {
	margin-bottom: 20px
}
/* latin-ext */
br {
	margin-bottom: 1px;
}
p,hr,dd {
	margin-bottom: 25px;
}
p {
	wohw-wrap: break-word
}
dt {
	font-weight: 700
}
dd {
	margin-bottom: 20px
}
address {
	font-style: italic;
	margin-bottom: 20px
}
h1 {
	font-size: 2.8179em;
	line-height: 1.4em
}
h2 {
	font-size: 2.2581em;
	line-height: 1.45em
}
h3 {
	font-size: 1.818em;
	line-height: 1.5em
}
h4 {
	font-size: 1.572em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.062em;
}
table,th,td {
	border: 1px solid var(--hw-main-br-cr);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
	margin-bottom: 20px
}
strong {
	font-weight: 700
}
table,th,td {
	border: 1px solid var(--hw-main-br-cr);
}
caption,th,td {
	font-weight: 400;
	text-align: left
}
th {
	border-width: 1px;
	font-weight: 700
}
td {
	border-width: 1px
}
th,td {
	vertical-align:top;
	padding: .4375em
}
.reset-list-style,.reset-list-style ul,.reset-list-style ol {
	list-style: none;
	margin: 0;
}
.reset-list-style li {
	margin: 0;
}
img{
	max-width:100%;
	height:auto;
}
body tr,body td,body th,body tbody,body table{
	border-color:var(--hw-main-br-cr) !important;
}
/* Quotes ------------------------------------ */
cite {
	color: var(--hw-main-txt);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.3 - Form
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 
label {
  display: inline-block;
  color: var(--hw-main-lk);
  vertical-align: middle;
   line-height: 1.5; 
 
} 
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; 
  font-size: 1rem;  
  line-height: 1.5; 
  margin: 0;  
    vertical-align: middle;
}
 
input[type='email'],
input[type='date'],
input[type='search'],
input[type='number'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
  padding:0 15px;
  max-width:100%;
  width:100%;
 min-height:var(--hw-input-ht,42px);
  line-height:var(--hw-input-ht,42px);
  border:solid 2px var(--hw-main-br-cr);
  border-radius:var(--hw-main-btn-rd,var(--hw-btn-rd));
  background-color:var(--hw-form-bg,var(--hw-post-bg));
  box-shadow:none;
 	color:var(--hw-form-txt,var(--hw-main-txt,inherit));
   transition: all 0.3s;
 	font-size: var(--hw-form-fn-sz,14px);
 	font-weight: var(--hw-form-fn-wt,400);
	text-transform:var(--hw-form-fn-tr,none);
} 
body .elementor-search-form button,
body .elementor-search-form input[type="search"]{
	  padding:0 15px;
}
textarea {
  overflow:auto;
  padding:10px 15px;
min-height:var(--hw-textarea-ht,200px);
  resize:vertical;
    border-radius:var(--hw-main-rd);

}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color:  var(--hw-main-hl);
  outline: none;
} 
button,
input { 
  overflow: visible;
}
 
button,
select { 
  text-transform: none;
} 
.btn,
.button,
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
} 
.btn,
.button,
button,
[type=submit],
[type=button] {

  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  outline:none;
  border-radius:var(--hw-main-btn-rd,var(--hw-btn-rd));
  vertical-align:middle;
  text-align:center;
  text-decoration:none;
  text-shadow:none;
  line-height:1.2;
  cursor:pointer;
	transition: all 300ms linear;
  color:var(--hw-primary-txt) ;
  border:none;
  background-color:var(--hw-primary-button) ;
  box-shadow:none;
   font-weight: var(--hw-btn-fn-wt,500);
  font-family: inherit;
   text-transform:var(--hw-btn-fn-tr,none);
  font-style:var(--btn-font-style, unset);
  padding:var(--hw-btn-pd, 5px 20px);
  min-height:var(--btn-height, 42px);
 font-size: var(--hw-btn-fn-sz,14px);
 
}
 
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: var(--hw-primary-txt);
   text-decoration: none;
  	  background-color: var(--hw-primary-hv-button); 
 
}  


button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}
.hw-cart-buttons a.button,
.comment-form [type="submit"]{
	color: var(--hw-primary-txt) ;
	background: var(--hw-primary-bg) ;
}
.hw-cart-buttons a.button:hover,
.comment-form [type="submit"]:hover{
	color: var(--hw-primary-txt) ;
	background: var(--hw-primary-hv-bg) ;
}
  
 
 
legend {
  box-sizing: border-box;  
  color: inherit; 
  display: table; 
  max-width: 100%;  
  padding: 0;  
  white-space: normal; 
}

 
progress {
  vertical-align: baseline;
}
 
textarea {
  overflow: auto;
  resize: vertical;
}

 
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0;
    margin-inline-end: 7px;
}
 
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
 
[type=search] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}
 
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
 
::-webkit-file-upload-button {
  -webkit-appearance: button;  
  font: inherit;  
}

select {
  display: block;
    cursor: pointer;
	 	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0px 25px 0 10px;
 	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23788898%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	background-color: var(--hw-form-bg,var(--hw-post-bg));
	background-size:10px;
	 
	background-position: right 10px center;
}
 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.4 - Content
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.hw-wrapper{
	width:100%;
	float:left;
	overflow:hidden;
	text-align:center;
 	margin-top: calc(var(--hw-overlab-ht,0px) * -1);
}


.single-visualheader .hw-wrapper{
	height:700px;
}
.hw-wrapper > *{
	text-align:left
}
.hw-wrapper > .hw-wrapper{
	margin-top:0px !important; 
}
.hw-content-warp{
	width:100%;
	float:left;
	text-align:center
}
.hw-middle-content{
	text-align:left;
	position:relative;
	max-width:var(--hw-body-wt);
	float:none;
	margin:auto;
	padding:20px 0;
	width:100%;
display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
}
body > [class*="elementor-location-"] {
	float:left;
	width:100%;
}
.hw-content{
	display:inline-grid;
	width:100%;
	float:left;
	grid-template-columns:100%;
	position:relative
}
.hw-column-sidebar{
	height:100%;
	float:left
}
.hw-sidebar{
	float:left;
	height:auto;
	width:100%
}
body .elementor-section.elementor-section-boxed > .elementor-container{
	max-width:var(--hw-body-wt)
}
.hw-main_right{
	grid-template-columns:calc(100% - var(--hw-side-rt)) var(--hw-side-rt);
  }
.hw-left_main{
	grid-template-columns:calc(100% - var(--hw-side-lt)) var(--hw-side-lt);
			direction:rtl

 }
.hw-main_left_right{
	grid-template-columns:calc(100% - var(--hw-side-lt) - var(--hw-side-rt)) var(--hw-side-lt) var(--hw-side-rt);
}
.hw-left_main_right{
	grid-template-columns:var(--hw-side-lt) calc(100% - var(--hw-side-lt) - var(--hw-side-rt)) var(--hw-side-rt);
 	
 }
.hw-left_right_main{
	grid-template-columns:calc(100% - var(--hw-side-lt) - var(--hw-side-rt)) var(--hw-side-rt) var(--hw-side-lt);
		direction:rtl

}
.hw-content > *{
	direction:ltr
}
@media (max-width: 1024px) and (min-width: 768px) {
	:root{
		--hw-side-rt:33.331%;
		--hw-side-lt:33.331%
}
}
@media (max-width: 1024px) {
		.hw-wrapper{
 
 	margin-top: calc(var(--hw-mobile-overlab-ht,0px) * -1);
}
	.hw-hide-sidebar .hw-content{
		--hw-side-rt:0!important;
		--hw-side-lt:0!important;
		grid-template-columns:100%!important
}
	.hw-main_left_right,.hw-left_main_right,.hw-left_right_main{
		--hw-side-rt:0!important;
		grid-template-columns:calc(100% - var(--hw-side-lt)) var(--hw-side-lt)!important
}
	.hw-main_left_right .hw-sidebar-right,.hw-left_main_right .hw-sidebar-right,.hw-left_right_main .hw-sidebar-right,.hw-hide-sidebar .hw-column-sidebar{
		display:none!important
}
}
@media (max-width: 767px) {
	.hw-content{
		grid-template-columns:100%!important
}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.5 - Column Warp
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
:root{
	--hw-col:100%;
	--hw-tab:100%;
	--hw-mob:100%;
	--hw-flx:1;
	--hw-flx-tab:1;
	--hw-flx-mob:1
}
.hw-list-warp{
	width:100%;
	float:left
}
.hw-item-list{
	float:left;
	width:100%;
	position:relative
}
.hw-flex{
	display:grid;
	width:100%;
	grid-template-columns:repeat(var(--hw-flx,1),1fr);
	position:relative
}
.hw-flex > .hw-column{
	width:100%!important
}
.hw-group > .hw-item,.hw-column,.hw-masonry > .hw-item{
	width:var(--hw-col,100%);
	float:left
}

.hw_row_2 .hw-item-list > .hw-item,
.hw_row_3 .hw-item-list > .hw-item{
	padding:0px !important;
	display:grid !important;
	
}
.hw-gap-content,
.hw-gap-slider{
	width:100%;
	float:left;
	position:relative;
}
.hw-item{
	padding:calc(var(--hw-gp,0px) / 2);
	--hw-it-col:1;
	width:100%;
	display:flex
}
.hw_col_1_1{
	--hw-col:100%;
	--hw-flx:1;
	--hw-flx-col:100%
}
.hw_col_1_2{
	--hw-col:50%;
	--hw-flx:2;
	--hw-flx-col:50% 50%
}
.hw_col_1_3{
	--hw-col:33.331%;
	--hw-flx:3;
	--hw-flx-col:33.331% 33.331% 33.331%
}
.hw_col_1_3_2_3{
	--hw-flx-col:33.331% 66.661%
}
.hw_col_2_3{
	--hw-flx:1.5;
	--hw-flx-col:66.661% 33.331%
}
.hw_col_1_4{
	--hw-col:25%;
	--hw-flx:4;
	--hw-flx-col:25% 25% 25% 25%
}
.hw_col_3_4{
	--hw-flx:1.331;
	--hw-flx-col:75% 25%
}
.hw_col_1_4_3_4{
	--hw-flx-col:25% 75%
}
.hw_col_1_5{
	--hw-it-col:.2;
	--hw-col:20%;
	--hw-flx:5;
	--hw-flx-col:20% 20% 20% 20% 20%
}
.hw_col_1_5_4_5{
	--hw-flx-col:20% 80%
}
.hw_col_4_5{
	--hw-flx-col:80% 20%
}
.hw_col_2_5{
	--hw-it-col:.4;
		--hw-flx:2.5;
	
		--hw-col:40%;
 }.hw_col_3_5{
	--hw-it-col:.6;
		--hw-col:60%;
		--hw-flx:1.66;
	
	--hw-flx-col:60% 40%
}
.hw_col_2_5_3_5{
	--hw-flx-col:40% 60%
}
.hw_col_1_6{
	--hw-col:16.661%;
	--hw-flx:6;
	--hw-flx-col:16.661% 16.661% 16.661% 16.661% 16.661% 16.661%
}
.hw_col_1_6_5_6{
	--hw-flx-col:16.661% 83.339%
}
.hw_col_5_6{
	--hw-flx-col:83.331% 16.661%
}
.hw_col_1_7{
	--hw-col:14.281%;
	--hw-flx:7
}
.hw_col_1_8{
	--hw-col:12.5%;
	--hw-flx:8
}
.hw_col_1_9{
	--hw-col:11.11%;
	--hw-flx:9
}
.hw_col_1_10{
	--hw-col:10%;
	--hw-flx:10
}
.hw_col_1_11{
	--hw-col:9.09%;
	--hw-flx:9
}
.hw_col_1_12{
	--hw-col:8.33%;
	--hw-flx:12
}
.hw_col_400{
	--hw-drg-col:400px
}
.hw_col_350{
	--hw-drg-col:350px
}
.hw_col_300{
	--hw-drg-col:300px
}
.hw_col_250{
	--hw-drg-col:250px
}
.hw_col_200{
	--hw-drg-col:175px
}
.hw_col_150{
	--hw-drg-col:150px
}
@media (min-width: 1024px) {
	.hw_col_hide{
		display:none!important
}
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Tablet
																		
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1024px) and (min-width: 768px) {
	.hw-flex,.hw-pricetable .hw-flex.hw-item-list 
	{
		display:grid!important;
		grid-template-columns:repeat(var(--hw-flx-tab,1),1fr)!important
}
	.hw-flex > .hw-column{
		width:100%!important
}
	.hw-group > .hw-item,.hw-column,.hw-flex.hw-item-list > .hw-item,.hw-masonry > .hw-item{
		width:var(--hw-tab,100%)!important
}
	.hw-flex.hw-item-list{
		display:flex!important;
		justify-content:center!important;
		flex-flow:wrap!important
}
	.hw_tab_1_1{
		--hw-tab:100%;
		--hw-flx-tab:1
}
	.hw_tab_1_2{
		--hw-tab:50%;
		--hw-flx-tab:2
}
	.hw_tab_1_3{
		--hw-tab:33.331%;
		--hw-flx-tab:3
}
	.hw_tab_1_4{
		--hw-tab:25%;
		--hw-flx-tab:4
}
	.hw_tab_hide{
		display:none!important
}
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Tablet
																		
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
	.hw-flex,.hw-pricetable .hw-flex.hw-item-list {
		display:grid!important;
		grid-template-columns:repeat(var(--hw-flx-mob,1),1fr)!important
}
  

	.hw-flex > .hw-column{
		width:100%!important
}
	.hw-group > .hw-item,.hw-column,.hw-flex.hw-item-list > .hw-item,.hw-masonry > .hw-item{
		width:var(--hw-mob,100%)!important
}
	.hw-flex.hw-item-list{
		display:flex!important;
		justify-content:center!important;
		flex-flow:wrap!important
}
	.hw_mob_1_1{
		--hw-mob:100%;
		--hw-flx-mob:1
}
	.hw_mob_1_2{
		--hw-mob:50%;
		--hw-flx-mob:2
}
	.hw_mob_1_3{
		--hw-mob:33.331%;
		--hw-flx-mob:3
}
	.hw_mob_1_4{
		--hw-mob:25%;
		--hw-flx-mob:4
}
	.hw_mob_hide{
		display:none!important
}
}
@media (max-width: 359px) {
	.hw-flex,.hw-pricetable .hw-flex.hw-item-list{
		display:grid!important;
		grid-template-columns:repeat(1,1fr)!important
}
	.hw-group > .hw-item,.hw-column,.hw-flex.hw-item-list > .hw-item,.hw-masonry > .hw-item{
		width:100%!important
}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Gap Warp
																		
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
[class*="hw-el"]{
 	--hw-gp:var(--hw-between-gap,40px);
}

[class*="hw-bw-border"]{
 	--hw-gp:calc(var(--hw-between-gap,40px) * 2);
}
.hw-gap-warp{
	width:calc(100% + var(--hw-gp,0px))!important;
	margin:calc(var(--hw-gp,0px) / -2);
	float:right;
 	position:relative
}
.hw-gap-0px{
	--hw-between-gap:0px !important;
	
 
}
.hw-gap-2px{
	--hw-between-gap:2px!important;
 
}
.hw-gap-5px{
	--hw-between-gap:5px!important;
 
}
.hw-gap-10px{
	--hw-between-gap:10px!important;
 
}
.hw-gap-15px{
	--hw-between-gap:15px!important;
 
}
.hw-gap-20px{
	--hw-between-gap:20px!important;

}
.hw-gap-30px{
	--hw-between-gap:30px!important;
	--hw-gp-sp:0
}
.hw-gap-40px{
	--hw-between-gap:40px!important;
 
}
.hw-gap-60px{
	hw-between-gap:60px!important;
 
}
@media (max-width: 1024px) {
	.hw-gap-20px,.hw-gap-30px{
		--hw-between-gap:10px!important;

}
	.hw-gap-40px,.hw-gap-60px{
		hw-between-gap:20px!important;

}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.6 - Responsvie
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.hw-aw{
	visibility:hidden!important
}
.hw-100{
	visibility:visible!important;
	--hw-fn-icn:30px;
	--hw-fn-lg:11px;
	--hw-fn-md:11px;
	--hw-fn-sm:11px;
	--hw-pd-lg:11px;
 	--hw-tm-img:70px;
	--hw-fn-lg-li-ht:6px;
	--hw-fn-md-li-ht:1.65em;
	--hw-mg-tp:7px;
	--hw-pd:15px;
	--hw-dp-4:none;
	--hw-dp:none;
	--hw-dp-2:none;
	--hw-dp-3:none;
 }
.hw-150{
	visibility:visible!important;
	--hw-fn-icn:30px;
	--hw-fn-lg:11px;
	--hw-fn-md:11px;
	--hw-fn-sm:11px;
	--hw-pd-lg:11px;
 	--hw-tm-img:70px;
	--hw-fn-lg-li-ht:6px;
	--hw-fn-md-li-ht:1.65em;
	--hw-mg-tp:7px;
	--hw-pd:16px;
	--hw-dp-4:none;
	--hw-dp:none;
	--hw-dp-2:none;
	--hw-dp-3:none;
 }
.hw-200{
	visibility:visible!important;
	--hw-fn-icn:45px;
	--hw-fn-lg:13px;
	--hw-fn-md:12px;
	--hw-fn-sm:11px;
	--hw-fn-lg-li-ht:7px;
	--hw-fn-md-li-ht:1.65em;
	--hw-mg-tp:8px;
	--hw-pd:17px;
 	--hw-tm-img:70px;
	--hw-dp:none;
	--hw-dp-2:none;
	--hw-dp-3:none;
	--hw-dp-4:inline-block;
 }
 .hw-250{
	visibility:visible!important;
	--hw-fn-icn:50px;
	--hw-fn-lg:13px;
	--hw-fn-md:12px;
	--hw-fn-sm:11px;
	--hw-fn-lg-li-ht:7px;
	--hw-fn-md-li-ht:1.65em;
	--hw-mg-tp:8px;
	--hw-pd:18px;
 	--hw-tm-img:70px;
	--hw-dp:none;
	--hw-dp-2:none;
	--hw-dp-3:none;
	--hw-dp-4:inline-block;
 }
.hw-300{
	visibility:visible!important;
	--hw-fn-icn:55px;
	--hw-fn-lg:16px;
	--hw-fn-md:13px;
	--hw-fn-sm:11px;
	--hw-fn-lg-li-ht:8px;
	--hw-fn-md-li-ht:1.7em;
	--hw-mg-tp:8px;
	--hw-tm-img:80px;
	--hw-pd:19px;
 	--hw-dp:none;
	--hw-dp-2:none;
	--hw-dp-3:inline-block;
 }
.hw-400{
	visibility:visible!important;
	--hw-fn-icn:65px;
	--hw-fn-lg:18px;
	--hw-fn-md:14px;
	--hw-fn-sm:12px;
	--hw-fn-lg-li-ht:8px;
	--hw-fn-md-li-ht:1.7em;
	--hw-mg-tp:9px;
	--hw-tm-img:90px;
	--hw-pd:22px;
	--hw-dp:none;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
 }
.hw-500{
	visibility:visible!important;
	--hw-fn-icn:75px;
	--hw-fn-lg:20px;
	--hw-fn-md:15px;
	--hw-fn-sm:12px;
	--hw-tm-img:100px;
	--hw-fn-lg-li-ht:8px;
	--hw-fn-md-li-ht:1.7em;
	--hw-mg-tp:10px;
	--hw-pd:25px;
	--hw-dp:inline-block;
	--hw-dp-4:inline-block;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
}
.hw-700{
	visibility:visible!important;
	--hw-fn-icn:85px;
	--hw-fn-lg:24px;
	--hw-fn-md:16px;
	--hw-fn-sm:13px;
	--hw-tm-img:100px;
	--hw-fn-lg-li-ht:9px;
	--hw-fn-md-li-ht:1.75em;
	--hw-mg-tp:10px;
	--hw-pd:27px;
	--hw-dp:inline-block;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
	--hw-dp-4:inline-block;
}
.hw-900{
	visibility:visible!important;
	--hw-fn-icn:95px;
	--hw-fn-lg:28px;
 	--hw-fn-md:18px;
	--hw-fn-sm:14px;
	--hw-fn-lg-li-ht:10px;
 	--hw-fn-md-li-ht:1.8em;
	--hw-mg-tp:10px;
	--hw-pd:30px;
	--hw-tm-img:100px;
	--hw-dp:inline-block;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
	--hw-dp-4:inline-block;
}
.hw-1200{
	visibility:visible!important;
	--hw-fn-icn:105px;
	--hw-fn-lg:38px;
	--hw-mg-tp:10px;
	--hw-fn-md:19px;
	--hw-tm-img:120px;
	--hw-fn-sm:15px;
	--hw-fn-lg-li-ht:12px;
	--hw-fn-md-li-ht:1.85em;
	--hw-pd:30px;
 	--hw-dp:inline-block;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
	--hw-dp-4:inline-block;
}
:root{
	visibility:visible!important;
	--hw-fn-icn:75px;
	--hw-fn-lg:20px;
	--hw-fn-md:14px;
	--hw-fn-sm:12px;
	--hw-tm-img:100px;
	--hw-fn-lg-li-ht:12px;
	--hw-fn-md-li-ht:2em;
	--hw-mg-tp:14px;
	--hw-pd:22px;
	--hw-dp:inline-block;
	--hw-dp-4:inline-block;
	--hw-dp-2:inline-block;
	--hw-dp-3:inline-block;
}
@media (max-width: 1024px) and  (min-width: 768px) {
	:root{
		visibility:visible!important;
		--hw-fn-icn:65px;
		--hw-fn-lg:18px;
		--hw-fn-md:13px;
		--hw-fn-sm:12px;
		--hw-fn-md-li-ht:2em;
		--hw-mg-tp:13px;
		--hw-tm-img:90px;
		--hw-pd:20px;
		--hw-dp:none;
		--hw-dp-2:inline-block;
		--hw-dp-3:inline-block;
		--hw-fn-lg-li-ht:12px;
	}
}
@media (max-width: 767px) and (min-width: 500px) {
	:root{
		visibility:visible!important;
		--hw-fn-icn:55px;
		--hw-fn-lg:16px;
		--hw-fn-md:13px;
		--hw-fn-sm:11px;
		--hw-fn-md-li-ht:2em;
		--hw-mg-tp:12px;
		--hw-tm-img:80px;
		--hw-pd:15px;
		--hw-cd:3;
		--hw-dp:none;
		--hw-dp-2:none;
		--hw-dp-3:inline-block;
		--hw-fn-lg-li-ht:12px;
	}
}
@media (max-width: 500px){
	:root{
		visibility:visible!important;
		--hw-fn-icn:45px;
		--hw-fn-lg:13px;
		--hw-fn-md:12px;
		--hw-fn-sm:11px;
		--hw-fn-md-li-ht:2em;
		--hw-mg-tp:10px;
		--hw-pd:12px;
		--hw-cd:2.7;
		--hw-tm-img:70px;
		--hw-dp:none;
		--hw-dp-2:none;
		--hw-dp-3:none;
		--hw-dp-4:inline-block;
		--hw-fn-lg-li-ht:12px;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.7 - Breadcrumbs
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.hw-breadcrumbs {
	width: 100%;
	float:left;
	background:var(--hw-brmb-bg);
	margin-bottom: 0px;
	text-align:center;
	position:relative;
	padding: 0 ;
}
.hw-breadcrumbs > ul{
	max-width:var(--hw-body-wt);
	display:inline-block;
	text-align:left;
	width: 100%;
	margin:auto;
	padding:calc(var(--hw-default-pd) /2 ) var(--hw-default-pd);
	vertical-align: top;
}
.hw-breadcrumbs li {
	float: left;
	margin: 0px;
	color:var(--hw-brmb-txt);
	display: inline-block;
	padding-right: 10px
}
.hw-breadcrumbs li a{
	color:inherit;
}
.hw-breadcrumbs li strong {
	font-weight: 400;
	opacity: .75;
	color:inherit;
}
.hw-breadcrumbs li a:hover{
	color:var(--hw-main-hv-lk);
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		1.8 - Footer
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hw-footer {
	z-index: 0 !important;
	float: left;
	width: 100%;
	position: relative;
	color:var(--hw-main-txt);
	background:var(--hw-fot-bg);
	text-align:center;
	--hw-main-lk:var(--hw-fot-lk);
	--hw-main-hv-lk:var(--hw-fot-hv-lk);
	--hw-main-txt:var(--hw-fot-txt);
	--hw-main-hl:var(--hw-fot-hl);
	--hw-main-gry:var(--hw-fot-gry);
	--hw-main-br-cr:var(--hw-fot-br-cr);
	--hw-tbox-main-bg:var(--hw-fot-gry);
	--hw-tbox-main-txt:var(--hw-fot-tbox);
	--hw-tbox-tab-bg:var(--hw-fot-gry);
	--hw-tbox-tab-txt:var(--hw-fot-txt);
	--hw-tbox-atv-bg:var(--hw-fot-gry);
	--hw-tbox-atv-txt:var(--hw-fot-hl);
	--hw-tbox-br-cr:var(--hw-fot-br-cr);
	--hw-post-bg:var(--hw-fot-bg);
	--hw-post-tl-lk:var(--hw-fot-lk);
	--hw-post-tl-hv-lk:var(--hw-fot-lk);
	--hw-price-ma:var(--hw-fot-lk);
	--hw-price-sa:var(--hw-fot-hl);
	--hw-price-re:var(--hw-fot-meta);
	--hw-expt-txt:var(--hw-fot-txt);
	--hw-meta-txt:var(--hw-fot-meta);
	--hw-rat-no-cr:rgba(118,128,138,0.1);
	--hw-post-sd:var(--hw-fot-sd);
	--hw-post-hv-sd:var(--hw-fot-hv-sd);
	--vao-lk-cr:var(--hw-fot-lk);
	--vao-hv-lk-cr:var(--hw-fot-hv-lk);
	--vao-txt-cr:var(--hw-fot-txt);
	--vao-ex-cr:var(--hw-fot-txt);
	--vao-hl:var(--hw-fot-hl);
	--vao-br-cr:var(--hw-fot-br-cr);
}
.hw-middle-footer{
	margin:auto;
	padding:50px 0px;
	max-width:var(--hw-body-wt);
	width:100%;
	text-align:left;
}
.hw-footer-bottom{
	text-align: center;
	width: 100%;
	float: left;
	border-top: solid 1px var(--hw-main-br-cr);
	background: rgba(118, 128, 138, 0.1);
}
.hw-footer-bottom .hw-middle-footer{
	text-align:center;
	padding:20px;
}
.hw-footer-not-center .hw-middle-footer{
	grid-template-columns: auto auto;
	display:grid;
	text-align:left;
}
.hw-footer-not-center .hw-footer-social{
	--hw-ag:right;
	margin-top: auto;
	margin-bottom: auto;
}
.hw-footer-social.hw-social-icon-style-1{
	--hw-scl-sz:20px;
}
.hw-footer-social.hw-social-icon-style-3,.hw-footer-social.hw-social-icon-style-2{
	--hw-scl-sz:30px;
	--hw-scl-br-cr:var(--hw-main-br-cr);
}
 #hw-footer .hw-tbox-style-6 [class*="hw-tab-"],
  #hw-footer .hw-tbox-style-7 [class*="hw-tab-"]{
	padding:0.3em 0px !important;
	border:none !important;
	
}
 
#hw-footer  .hw-tbox-style-5 [class*="hw-tborder"]{
	display:none !important;
}
#hw-footer  .hw-tbox-style-6 [class*="hw-tab-"]::before,
#hw-footer  .hw-tbox-style-7 [class*="hw-tab-"]::before{
		border:none !important;
		background:none !important;
}
.hw-page-top-builder,
.hw-footer-page-builder{
float: right;
width: 100%;
position: relative;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	2 - Header
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.1 - Header Content
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

header[class*="hw-bar"] {
	z-index: 100;
	float: left;
	
	width: 100%;
	margin:0px !important;
	box-shadow: var(--hw-header-sd,0 0 15px 0px  rgba(0,10,20,0.1));
	position: relative;
	min-height: var(--hw-header-ht,auto);
	align-items: end;
	display: grid;
	 grid-template-columns: 100%;
}
header[class*="hw-bar-logo-"]{
	display: flex;
}

[class*="hw-toolbar-"] {
	border-left: 0;
	border-radius: 0;
	z-index: 1;
	float: left;
	position:relative;
	box-shadow: none;
	width: 100%;
 	min-height:var(--hw-nav-ht,80px);
	background:var(--hw-nav-bg,#ffffff);
	 
	box-shadow:var(--hw-nav-sd,0px 0px 0px 0px rgba(120,128,136,0.15));
 	 z-index:var(--hw-nav-z,999999);
  	--hw-nav-bg:var(--hw-post-bg);
	--hw-nav-lk:var(--hw-main-lk);
	--hw-nav-lk-sd:var(--hw-main-lk-sd);
	--hw-nav-hv-lk:var(--hw-main-hv-lk);
	--hw-nav-hv-lk-sd:var(--hw-main-hv-lk-sd);
  	--hw-nav-icn-mr:10px;
}
 
 
.hw-middle-toolbar{
	max-width:var(--hw-header-wt,var(--hw-body-wt,1200px));
	display:block;
	margin:auto;
	min-height:var(--hw-nav-ht,#ffffff);
	vertical-align:top;
padding:0 var(--hw-nav-middle-pd,0px);

	display: grid;
grid-template-columns: auto auto auto;
 
}
.hw-toolbar-flex .hw-middle-toolbar{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.hw-toolbar-flex .hw-col-center {
  display: flex;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
}
.hw-toolbar-flex .hw-col-left {
justify-content: flex-start;
flex: 1 1 0%;
  display:inline-block;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
}
.hw-toolbar-flex .hw-col-right {
justify-content: flex-end;
flex: 1 1 0%;
  display:inline-block;
  align-items: center;
  flex-direction: row;
  max-height: inherit;
} 

.hw-toolbar-flex-center .hw-middle-toolbar {
  display: flex;
  align-items: center;
}

.hw-toolbar-flex-center  .hw-middle-toolbar > .hw-col-right,
.hw-toolbar-flex-center   .hw-middle-toolbar > .hw-col-left {
	margin:0px !important;
 }
  .hw-toolbar-flex-center  .hw-middle-toolbar > .hw-col-center{
	  margin:0px auto !important;
  }
    .hw-toolbar-flex-center  .hw-middle-toolbar > [class*="hw-nav"]{
	min-width: fit-content !important;
	}
  
 .hw-toolbar-top{
	--hw-nav-bg:#203040;
	--hw-nav-ht:50px;
   	--hw-nav-z:333333;
	--hw-nav-md-ht:40px;
	--hw-nav-md-br-ht:36px;
	--hw-nav-menu-pd:20px;
	--hw-nav-pd:20px;
	--hw-nav-lk:#ffffff;
	--hw-nav-hv-lk:var(--hw-main-hv-lk);
	--hw-nav-lk-sd:rgba(226,229,232,0.1);
	--hw-nav-hv-lk-sd:var(--hw-main-hv-lk-sd);	
	--hw-nav-fn-sz:13px;
	--hw-gry-tr-1:#f7f9fb;
	--hw-nav-fn-wt:400;
	--hw-nav-fn-tr:none;
	--hw-nav-icn-sz:1.5em;	
 }
 
 .hw-toolbar-middle{
	--hw-nav-bg:#ffffff;
	--hw-nav-ht:120px;
  	--hw-nav-z:222222;
	--hw-nav-md-ht:50px;
	--hw-nav-menu-pd:20px;
	--hw-nav-pd:20px;
  	--hw-nav-fn-sz:13px;
	--hw-nav-fn-wt:500;
	--hw-nav-lk:#30383f;
	--hw-gry-tr-1:#f7f9fb;
	--hw-nav-fn-tr:none;
	--hw-nav-icn-sz:1.75em;	
 }
 .hw-toolbar-bottom{
	--hw-nav-bg:#FFFFFF;
	--hw-nav-ht:65px;
  	--hw-nav-z:111111;
	--hw-nav-md-ht:50px;
	--hw-nav-menu-pd:15px;
	--hw-nav-pd:20px;
 	--hw-nav-fn-sz:15px;
	--hw-nav-fn-wt:500;
	--hw-nav-lk:#20282F;
	--hw-gry-tr-1:#f7f9fb;
	--hw-nav-fn-tr:none;
	--hw-nav-icn-sz:1.5em;	
 }

[class*="hw-toolbar-mobile"]{
	--hw-nav-bg:#ffffff;
	--hw-nav-ht:60px;
	--hw-nav-md-ht:50px;
	--hw-nav-menu-pd:20px;	--hw-gry-tr-1:#f7f9fb;

	--hw-nav-pd:20px;
 	--hw-nav-fn-sz:15px;
	--hw-nav-fn-wt:400;
	--hw-nav-fn-tr:none;
	--hw-nav-icn-sz:1.75em;	
 }
 [class*="hw-toolbar-mobile"].hw-sticky-bottom{
	--hw-nav-md-ht:40px;
		--hw-nav-ht:70px;

	 	--hw-nav-fn-sz:12px;
			--hw-nav-icn-sz:1.75em;	


 }
 
 .hw-toolbar-mobile_top{
	z-index:333333;
}
.hw-toolbar-mobile_middle{
	z-index:222222;
}
.hw-toolbar-mobile_bottom{
	z-index:111111;
}
.hw-toolbar-mobile_top .hw-middle-toolbar{
	grid-template-columns: 100%;
}
.hw-toolbar-mobile_bottom .hw-middle-toolbar,
.hw-toolbar-mobile_top .hw-middle-toolbar{
	grid-template-columns: 100%;
}
.hw-toolbar-mobile_bottom .hw-col-center,
.hw-toolbar-mobile_top .hw-col-center{
	width:100% !important;
	flex: 1 1 auto;
	display: flex !important;
justify-content: center;
	
}
.hw-toolbar-mobile_bottom.hw-toolbar-flex .hw-col-center  > [class*="hw-nav"],
.hw-toolbar-mobile_top.hw-toolbar-flex .hw-col-center  > [class*="hw-nav"]{
flex: 1 0 20%;
}
 
.hw-mobile-content{
	display:none !important;
	
} 
@media (min-width: 1025px) {
	 
	[class*="hw-toolbar-mobile"]{
		display:none !important;
	}
 

	[class*="hw-toolbar-"].hw-overlap:not(.hw-sticky-enable){

	--hw-nav-bg:var(--hw-over-bg,rgba(0,0,0,0)) !important;
	--hw-nav-lk:var(--hw-over-lk,#ffffff) !important;
	--hw-nav-hv-lk:var(--hw-over-hv-lk) !important;
	--hw-nav-br-cr:var(--hw-over-br-cr) !important;
	--hw-nav-br-wt:var(--hw-over-br-wt,0px) !important;
}
}
@media (max-width: 1024px) {
	header[class*="hw-bar"]{
		--hw-header-ht:55px;
	}
	body [class*="hw-toolbar-mobile"]{
		display:inline-block !important;
	}
	[class*="hw-toolbar-"],header[class*="hw-bar-logo-"] > .hw-nav-logo,header[class*="hw-bar-logo-"] > .hw-flex-bar{
		display: none !important;
	}
	.hw-toolbar-mobile[class*="hw-toolbar-"]{
		display:inline-block !important;
		overflow:hidden !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.2 - Header Sticky
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.is-sticky{
 	position:relative;
	z-index: 9999999 !important;
}
body .hw-sticky-start{
	top:calc(var(--hw-sticky-ht,80px) * -1) !important;
	transition:top 350ms linear,margin 350ms linear,background 350ms ease;
}
body [class*="hw-toolbar-mobile"].hw-sticky-bottom{
	position:fixed !important;
	bottom:0px;
	box-shadow: var(--hw-header-sd,0 0 15px 0px #000a141a) !important;

}
body .hw-sticky-enable {
	--hw-nav-ht:var(--hw-sticky-ht,80px);
	--hw-nav-md-ht:var(--hw-sticky-md-ht,50px);
	--hw-tbar-bg: var(--hw-sticky-ht,80px);
	--hw-tbar-ht:var(--hw-sticky-ht,80px);
	position: fixed;
	width: 100%;
	display:inline-block;
	top: 0px !important;
	right: 0;
	left:0px;
	margin-top:var(--hw-sticky-mg,00px) !important;
	z-index: 99999999;
	align-items: normal;
box-shadow: var(--hw-header-sd,0 0 15px 0px #000a141a) !important;
}
header.hw-sticky-enable{
	display:flex;
	margin:0px!important;
	align-items: end !important;
	--hw-head-sticky-ht:var(--hw-sticky-ht,80px) !important;
}
header.hw-sticky-enable .hw-toolbar-masthead {
	--hw-nav-ht:var(--hw-sticky-ht,80px) !important;
	--hw-nav-md-ht:var(--hw-sticky-ht,80px)!important;
}
.hw-sticky-enable.hw-toolbar-masthead {
	height:var(--hw-sticky-ht,80px) !important;
}
header.hw-sticky-enable .hw-toolbar-navplus{
	display:none !important;
}
@media (max-width:1024px) {
body .hw-sticky-enable {
  --hw-nav-ht: var(--hw-sticky-ht,60px);
  --hw-nav-md-ht: var(--hw-sticky-md-ht,50px);
  --hw-tbar-bg: var(--hw-sticky-ht,60px);
  --hw-tbar-ht: var(--hw-sticky-ht,60px);
}
}
@media (max-width: 782px) {
	body .hw-sticky-enable {
		margin-top: 0px !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.2 - Header Nav
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body [class*='hw-nav']{
	display:flex !important;
		padding:0 var(--hw-nav-pd,20px) ;

}
[class*='hw-nav'] {
	height:var(--hw-nav-ht);
	float: left;
	margin: 0px !important;
	font-size:var(--hw-nav-fn-sz,16px);
	width: auto!important;
	top: 0!important;
	padding:0 var(--hw-nav-pd,20px) ;
 
	display: flex;
	align-items: center;
	--hw-nav-item-rd:var(--hw-btn-rd);
  	 --hw-nav-icn-hv-cr:var(--hw-primary-hv-bg);
	 
 	 --hw-nav-icn-bg:var(--hw-gry-tr-1);
 	 --hw-nav-icn-hv-bg:var(--hw-primary-hv-bg); 

 	 --hw-nav-item-bg:var(--hw-gry-tr-1);
	 --hw-nav-item-hv-bg:var(--hw-primary-hv-bg);
 	
	
}
[class*='hw-nav']:hover {
	z-index: 999999999 !important;
}
.hw-col-left > [class*='hw-nav']  {
	float: left
}
.hw-col-right > [class*='hw-nav'] {
	float: right;
}
.hw-col-center > [class*='hw-nav'] {
 	float:none !important;
	align-content: stretch;
	justify-content: center;
 margin-right: auto !important;
margin-left: auto !important;
}
 

[class*='hw-nav'] > *{
	float:left;
	list-style:none;
	position:relative;
	height:var(--hw-nav-md-ht);
	margin:0px !important;
	padding:0px !important;
}
[class*='hw-nav'] > * > a,[class*='hw-nav'] > * > span {
	font-style: normal;
	display: inline-block;
	margin:0;
	padding:0px;
	line-height:var(--hw-nav-md-ht);
	float: left;
	cursor: pointer;
	position: relative;
	font-size:var(--hw-nav-fn-sz);
	text-transform:var(--hw-nav-fn-tr);
	font-weight:var(--hw-nav-fn-wt,700);
	color:var(--hw-nav-lk,#000000) ;
	text-align: left;
	height:100%;
}
[class*='hw-nav'] > * > span{
	cursor:text;
}
[class*='hw-nav']:not(.hw-nav-boxed) > *:hover > a {
	--hw-nav-lk:var(--hw-nav-hv-lk);
 }
[class*='hw-nav'] > *:hover >  a::before{
	--hw-nav-icn-cr:var(--hw-nav-icn-hv-cr,inherit) ;
}
[class*='hw-nav'] > * > a::before,
[class*='hw-nav'] > * > span::before,
.hw-drop > li > a::before{
	vertical-align: top;
	color:var(--hw-nav-icn-cr, inherit) ;
	font-style:normal;
	float:left;
	position:relative;
	z-index:1;
 	font-size:var(--hw-nav-icn-sz,1.5em) ;
 	font-weight:400 ;
}
/*-------------------------------------------------------------- Image Icon----------------------------------------------------------------*/
 body a.hw-menu-icon-image::before{
	content: "";
 	width:1em!important; 	
	font-size: var(--hw-nav-icn-sz,1.5em)!important;
	height: 100%!important;
	display: inline-block;
	background-image:var(--hw-menu-icn-img,none)!important; 	
   	background-size: 1em !important; 
	background-repeat:no-repeat !important;
	background-position:center !important;
 }
 /*-------------------------------------------------------------- Text right----------------------------------------------------------------*/
 .hw-nav-layout-icon  > .hw-middle >  .hw-link::before {
	margin-right:0px  !important;
 } 
/*-------------------------------------------------------------- Text right----------------------------------------------------------------*/
 .hw-nav-layout-text-right  > .hw-middle >  .hw-link::before {
	margin-right:var(--hw-nav-icn-mr,0px) !important;
 }
 /*-------------------------------------------------------------- Text right 2----------------------------------------------------------------*/
 
.hw-nav-layout-text-right-2 .hw-twoline{
  display: grid;
  grid-template-columns: 100%;
   height:var(--hw-nav-md-ht);
  }
.hw-nav-layout-text-right-2  .hw-twoline > span{
	 line-height:calc(var(--hw-nav-md-ht)/2 );
 }
.hw-nav-layout-text-right-2 .hw-twoline > span:first-child{
	opacity:0.75;
 	font-weight:400 !important;
	font-size:0.85em !important;
}
.hw-nav-layout-text-right-2 > .hw-middle > .hw-link  {
	display:grid;
	grid-template-columns: auto auto;
	 align-items: center;
 
}
  .hw-nav-layout-text-right-2  > .hw-middle > .hw-link::before{
	margin-right:var(--hw-nav-icn-mr,0px) !important;
 }
 
 

/*-------------------------------------------------------------- Text Bottom----------------------------------------------------------------*/
 .hw-nav-layout-text-bottom > .hw-middle {
 --hw-nav-md-ht:calc(var(--hw-nav-icn-sz,1.5em) + (var(--hw-nav-fn-sz) * 1.1) + 30px );
 }
.hw-nav-layout-text-bottom > .hw-middle > .hw-link{
    display: grid;
  grid-template-columns: 100%;
}
 .hw-nav-layout-text-bottom .hw-middle .hw-link{
	 padding-top:10px !important;
	 padding-bottom:10px !important;
	 
 }
 
.hw-nav-layout-text-bottom > .hw-middle > .hw-link::before   {
	height: 1em !important;
	transition: all 300ms linear!important;
 	line-height: 1em!important;
	font-size: var(--hw-nav-icn-sz,1.5em);
	width: 100% !important;
	clear:both;
  	text-align: center !important;
	margin: 0px auto !important;
}
  
  
.hw-nav-layout-text-bottom > .hw-middle > .hw-link > span{
  line-height: 1.1em;
  width: 100%;
  text-align: center;
  clear:both;
  margin-top: 7px;
  display: inline-block;
  vertical-align: top;
  float: left;
}
  
 /*-------------------------------------------------------------- Nav Box ----------------------------------------------------------------*/
body .hw-body-warp [class*='hw-nav'].hw-nav-boxed{
	 --hw-nav-hv-lk:var(--hw-primary-txt)  !important;
	 --hw-nav-icn-hv-cr:var(--hw-primary-txt) !important;
  }
   .hw-nav-boxed >  .hw-middle > .hw-link {
	  padding:0 var(--hw-nav-pd,20px) !important;
	 background:var(--hw-nav-item-bg);
	 border-radius:var(--hw-nav-item-rd);
	   	transition:none !important;

}
.hw-nav-boxed >  .hw-middle:hover > .hw-link:not(.hw-menu-icon-image,span){
	--hw-nav-item-bg:var(--hw-nav-item-hv-bg);
	
 }
 .hw-nav-boxed >  .hw-middle:hover > a:not(.hw-menu-icon-image,span) {
 	--hw-nav-lk:var(--hw-nav-hv-lk);
 }
  
   .hw-nav-boxed >  .hw-middle > .hw-link span{
	   	transition:none !important;
   }
      .hw-nav-boxed >  .hw-middle > .hw-link i,
	   .hw-nav-boxed >  .hw-middle > .hw-link i::before{
		transition: transform 300ms;
 	  } 
	  .hw-nav-boxed.hw-nav-layout-text-right-2 .hw-twoline{
 
	 padding:5px 0px;
 }
.hw-nav-boxed.hw-nav-layout-text-right-2  .hw-twoline > span{
	 line-height:calc((var(--hw-nav-md-ht)/2) - 5px );
 }
	  
	  
    .hw-nav-boxed.hw-nav-layout-icon > .hw-middle > .hw-link{
	padding:0px !important;
	display:inline-flex;
	
}
    .hw-nav-boxed.hw-nav-layout-icon > .hw-middle > .hw-link::before{
		width: var(--hw-nav-md-ht) !important;
		  text-align: center;
	}
	    .hw-nav-boxed.hw-nav-layout-icon > .hw-middle > .hw-link i::before{
			margin-right: .35em;
		}
 
 
  .hw-nav-boxed.hw-nav-layout-text-bottom > .hw-middle {
 --hw-nav-md-ht:calc(var(--hw-nav-icn-sz,1.5em) + (var(--hw-nav-fn-sz) * 1.1) + 30px );
 }
  .hw-nav-boxed.hw-nav-layout-text-bottom .hw-middle > .hw-link{
	  padding:10px var(--hw-nav-pd,20px) !important;
	  
  }
 
/*-------------------------------------------------------------- Icon Box ----------------------------------------------------------------*/
  body .hw-body-warp [class*='hw-nav'].hw-nav-icn-boxed{
  	 --hw-nav-icn-hv-bg:var(--hw-primary-hv-bg)!important; 

	 --hw-nav-icn-hv-cr:var(--hw-primary-txt) !important;
  
  }
  body .hw-body-warp [class*='hw-nav'].hw-nav-icn-boxed.hw-nav-boxed {
  	 --hw-nav-icn-hv-bg:var(--hw-primary-hv-bg-2)!important; 
  }
 
 .hw-nav-icn-boxed > .hw-middle > .hw-link::before{
  
 width: var(--hw-nav-md-ht)!important;
height: var(--hw-nav-md-ht)!important;
z-index:1;
line-height: var(--hw-nav-md-ht);
text-align: center;
  border-radius:var(--hw-nav-icn-rd,var(--hw-nav-item-rd,var(--hw-btn-rd)));
transition:background 300ms,color 300ms;
 }
 .hw-nav-icn-boxed > .hw-middle > .hw-link::after{
	content:"";
	position:absolute !important;
	left:0px;
	z-index:0;
	top:0px !important;
	background:var(--hw-nav-icn-bg,var(--hw-nav-icn-sd,rgba(120,128,136,0.15))) !important;
width: var(--hw-nav-md-ht)!important;
height: var(--hw-nav-md-ht)!important;
line-height: var(--hw-nav-md-ht);
	 font-size: var(--hw-nav-icn-sz,1.5em);
 text-align: center;
--hw-nav-icn-mr:10px!important;
 border-radius:var(--hw-nav-icn-rd,var(--hw-nav-item-rd,var(--hw-btn-rd)));
transition:background 300ms,color 300ms;
 }
 .hw-nav-icn-boxed > .hw-middle:hover > .hw-link:not(.hw-menu-icon-image,span){
	--hw-nav-icn-bg: var(--hw-nav-icn-hv-bg)  !important;
	--hw-nav-icn-cr: var(--hw-nav-icn-hv-cr)  !important;
}
 
 
   .hw-nav-icn-boxed.hw-nav-layout-icon.hw-nav-boxed > .hw-middle > .hw-link{
	padding:0px !important;
	
}
 .hw-nav-icn-boxed[class*='hw-nav-layout-text-right'].hw-nav-boxed > .hw-middle > .hw-link{
	padding-left:0px !important;
 } 
 
  .hw-nav-icn-boxed.hw-nav-layout-text-bottom >  .hw-middle{
  --hw-nav-md-ht:calc((var(--hw-nav-icn-sz,1.5em) * 2) + (var(--hw-nav-fn-sz) * 1.1) + 30px );
  }
  
  
    .hw-nav-icn-boxed.hw-nav-layout-text-bottom > .hw-middle > .hw-link::before {
 	 height:2em !important;
	 width:100% !important;
	 line-height:2em !important;
  }
	.hw-nav-icn-boxed.hw-nav-layout-text-bottom > .hw-middle > .hw-link::after {
	  left: calc(50% - 1em) !important;
	  top:10px  !important;
	  	 width:2em !important;
	 height:2em !important;
	 line-height:2em !important;
	} 
  
 @media (max-width: 1199px) and (min-width: 1025px)  {
 [class*="hw-nav-layout-text-right"].hw-nav-boxed:is(.hw-nav-account,.hw-search-dropdown,.hw-social-dropdow,.hw-social-dropdown,.hw-nav-cart,.hw-nav-wish)  > .hw-middle > .hw-link{
	 width:var(--hw-nav-md-ht) !important;
	 
 }
[class*="hw-nav-layout-text-right"]:is(.hw-nav-account,.hw-search-dropdown,.hw-social-dropdown,.hw-social-dropdown,.hw-nav-cart,.hw-nav-wish)  > .hw-middle > .hw-link::before {
	margin-right:0px !important;
   }
 [class*="hw-nav-layout-text-right"].hw-nav-boxed:is(.hw-nav-account,.hw-search-dropdown,.hw-social-dropdown,.hw-nav-cart,.hw-nav-wish)  > .hw-middle > .hw-link::before {
 	width: 100% !important;
    text-align: center;
	display:inline-block !important;
	margin-right: 0px !important;
margin-left:0px !important;
 }
[class*="hw-nav-layout-text-right"]:is(.hw-nav-account,.hw-search-dropdown,.hw-social-dropdown,.hw-nav-cart,.hw-nav-wish)  > .hw-middle  > .hw-link > span,
[class*="hw-nav-layout-text-right"]:is(.hw-nav-account,.hw-search-dropdown,.hw-social-dropdown,.hw-nav-cart,.hw-nav-wish)  > .hw-middle  > .hw-link > .hw-twoline {
	display:none !important;
}

 

margin-right: var(--hw-nav-icn-mr,0px) !important;
 }
  @media (max-width:499px)  {

 .hw-toolbar-flex{
	 --hw-nav-pd:5px !important;
 }
  }
header.hw-bar{
	
 		 --hw-drp-bx-bg:var(--hw-post-bg);
	 --hw-drp-tbox:var(--hw-main-lk);
--hw-drp-lk:var(--hw-main-lk);
--hw-drp-hv-lk:var(--hw-main-hv-lk);
--hw-drp-txt:var(--hw-main-txt);
--hw-drp-meta:var(--hw-meta-txt);
--hw-drp-lk-sd:var(--hw-main-lk-sd);
--hw-drp-hv-sd:var(--hw-main-hv-lk-sd);
--hw-drp-br-cr:var(--hw-main-br-cr);
--hw-drp-hl:var(--hw-main-hl);
--hw-drp-gry:var(--hw-main-gry);
 --hw-drp-rd:var(--hw-main-rd);
--hw-drp-fn-sz:14px;
--hw-drp-fn-wt:noraml;
--hw-drp-fn-tr:none;
--hw-drp-bx-sd:0 0 5px 0px rgba(0,10,20,0.10);
--hw-drp-bx-br-wt:0px;
--hw-drp-bx-rd:var(--hw-main-rd);;
}
 .hw-drop{
 
 
	background-color:var(--hw-drp-bx-bg);
	border-style:solid;
	border-width:var(--hw-drp-bx-br-wt);
	border-color:var(--hw-drp-bx-br-cr);
	box-shadow:var(--hw-drp-bx-sd);
	border-radius:var(--hw-drp-bx-rd,0px);
	margin:calc(var(--hw-nav-md-ht) + 10px) 0 0 !important;
	height: auto ;
	float: left;
	position: absolute;
	width: var(--hw-drp-wt,250px);
	z-index: 9999999999;
	left: 00px;
 	opacity:0;
	transition:margin 350ms,opacity 350ms,transform 0ms ease 350ms;
	transform: rotateX(-90deg);
	padding:var(--hw-drp-pd,10px 0px);
	--hw-main-lk:var(--hw-drp-lk);
	--hw-main-hv-lk:var(--hw-drp-hv-lk);
	--hw-main-txt:var(--hw-drp-txt);
	--hw-main-hl:var(--hw-drp-hl);
	--hw-main-gry:var(--hw-drp-gry);
	--hw-main-br-txt:var(--hw-drp-br-cr);
	--hw-tbox-main-bg:var(--hw-drp-gry);
	--hw-tbox-main-txt:var(--hw-drp-tbox);
	--hw-tbox-tab-bg:var(--hw-drp-gry);
	--hw-tbox-tab-txt:var(--hw-drp-txt);
	--hw-tbox-atv-bg:var(--hw-drp-gry);
	--hw-tbox-atv-txt:var(--hw-drp-hl);
	--hw-tbox-br-cr:var(--hw-drp-br-cr);
	--hw-post-bg:var(--hw-drp-bg);
	--hw-post-tl-lk:var(--hw-drp-lk);
	--hw-post-tl-hv-lk:var(--hw-drp-hv-lk);
	--hw-price-ma-txt:var(--hw-drp-lk);
	--hw-price-sa-txt:var(--hw-drp-hl);
	--hw-price-re-txt:var(--hw-drp-meta);
	--hw-expt-txt:var(--hw-drp-txt);
	--hw-meta-txt:var(--hw-drp-meta);
	--hw-rat-no-cr:rgba(118,128,138,0.1);
	--hw-post-sd:var(--hw-drp-sd);
	--hw-post-hv-sd:var(--hw-drp-hv-sd);
	--vao-lk-cr:var(--hw-drp-lk);
	--vao-hv-lk-cr:var(--hw-drp-hv-lk);
	--vao-txt-cr:var(--hw-drp-txt);
	--vao-ex-cr:var(--hw-drp-txt);
	--vao-hl:var(--hw-drp-hl);
	--vao-br-cr:var(--hw-drp-br-cr);
	
 

}
.hw-drop.hw-not-pointer *,
.hw-drop.hw-not-pointer{
	pointer-events: none !important;
}
.hw-col-right [class*='hw-nav']:not(.menu) .hw-drop{
	right: 0px;
	left:auto;
}
[class*='hw-nav'] .hw-drop.hw-menu-inverse{
	right: 0px;
	left:var(--hw-menu-rt,auto);
}
[class*='hw-nav'] *:hover > .hw-drop{
 	transition:margin 350ms,opacity 350ms,transform 0ms;
	transform: rotateX(0deg);
	opacity:1!important;
	margin-top:var(--hw-nav-md-ht) !important;
}

[class*='hw-nav'] .hw-drop > li {
	padding: 0px !important;
	margin: 0px !important;
	width: 100%;
	list-style:none ;
	position:relative;
	float: left;
}

[class*='hw-nav'] .hw-drop  .hw-drop{
	width:  250px ;
}
.hw-drop > li > a {
	width: 100%;
	float: left;
	text-align: left;
	position: relative;
	font-size:var(--hw-drp-fn-sz,14px);
	font-weight:var(--hw-drp-fn-wt,400);
	text-transform:var(--hw-drp-fn-tr,none);
 	line-height: 1.5em;
 	color:var(--hw-drp-lk);
	padding:10px 20px;
}
*:not(.hw-menu-section) .hw-drop > li:hover > a {
	color:var(--hw-drp-hv-lk) ;
}
body ul.hw-drop > li > ul.hw-drop{
	right: 0 !important;
	left: 100% !important;
	top: 0 !important;
	transform: rotateX(-90deg);
	margin:0px 50px 0 0 !important;
	z-index: 99999 !important;
}
body ul.hw-drop > *:hover > ul.hw-drop{
	right: 0!important;
	left: 100% !important;
	transform: rotateX(0deg);
	top: 0!important;
	margin:0px !important;
	z-index: 99999 !important;
}
body ul.hw-drop ul.hw-drop.hw-menu-inverse{
	right: 0 !important;
	left: -100% !important;
}
 
 

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.3 - Logo
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 
 
 
.hw-nav-logo{
	padding:0 var(--rd-nav-pd,20px);
}
 
.hw-nav-logo a{
	line-height: 0px ;
	font-size:0px;
 height: auto !important;}
 .hw-logo-warp a:hover{
	opacity:0.8;
}
.hw-nav-logo img{
	max-height:var(--hw-nav-ht) !important;
	max-width:var(--hw-logo-wt) !important;
	height:auto;
	width:auto;
}
 
body .hw-sticky-enable .hw-logo-main {
	display:inline-block !important;
} 
body .hw-sticky-enable .hw-logo-overlap {
	display:none !important;
}
.hw-logo-overlap{
	display:none;
}
 .hw-overlap .hw-nav-logo img{
	display:none;
}
.hw-overlap .hw-nav-logo img:last-child{
	 display:inline-block;
	
 } 
 @media (max-width: 500px) {
	.hw-nav-logo img{
		max-width:200px !important;
	}
	 
}
@media (max-width: 400px) {
	.hw-nav-logo  img{
		max-width:150px !important;
	}
	 
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.4 - Menu
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

:root{
	--hw-menu-tags-bg:var(--hw-primary-bg);
	--hw-menu-tags-txt:var(--hw-primary-txt);
	--hw-menu-tags-rd:15px;
	--hw-menu-crt:#e03800;
}
 
.hw-nav-menu .menu{
	margin:0px !important;
}
 .hw-nav-menu{
 padding: 0 calc(var(--hw-nav-pd,20px) - var(--hw-nav-menu-pd,20px)) !important;
 }
 
 
.hw-nav-menu  > .hw-middle > .hw-link:not([class*="hw-menu-icon"])::after{
	display:none !important;
 
}
.hw-nav-menu.hw-nav-boxed.hw-nav-icn-boxed  > .hw-middle > .hw-link:not([class*="hw-menu-icon"]) {
	padding-left:var(--hw-nav-pd,20px) !important;
	padding-right:var(--hw-nav-pd,20px) !important;
}
.hw-nav-layout-text-bottom > .hw-middle > .hw-link:not([class*="hw-menu-icon"]){
	display:inline-block !important;
	line-height: calc(var(--hw-nav-md-ht) - 20px) !important;
}
 
.hw-nav-menu > li > a i::before {
	content: "\F019";
	font-family: 'fontsite' !important;
	margin-left: .35em;
	color: inherit !important;
	font-style: normal;
	font-size: 1.5em !important;
	vertical-align: middle;
	font-weight: 400;
	display: inline-block;
	transition: var(--hw-tr) ;
}
.hw-nav-menu > li > a::before{
	margin-right:var(--hw-nav-icn-mr,0.4em);
 }
 .hw-nav-menu > li {
	 margin:0 var(--hw-nav-menu-pd,20px) !important;
 }
 
.hw-nav-menu > li > a{
 	padding-left:0px !important;
	padding-right:0px !important;
}

 
 

.hw-nav-menu > li > a > i{
	float:right;
}
.menu.hw-cat-drop > li:hover > a   i::before,
.hw-nav-cat-menu:not(.hw-cat-sub) .hw-cat-active > li > a   i::before,
body .hw-sticky-enable .hw-nav-cat-menu .hw-cat-active > li > a  i::before,
.menu .hw-drop > li:hover > a  i::before,
.hw-nav-menu > li:hover > a  i::before{
	transform:rotate(180deg) !important;
	transition: all 300ms;
}
.hw-nav-menu > li.hw-menu-current > a{
	color:var(--hw-nav-hv-lk) !important;
}

 
.menu.hw-cat-drop > li > a[class*="hw-menu-icon"] > i,
.menu .hw-drop > li > a[class*="hw-menu-icon"] > i{
	float:right;
	position: absolute;
  right: 20px;
}

 .menu .hw-drop > li > a[class*="hw-menu-icon"],
.menu.hw-cat-drop > li > a[class*="hw-menu-icon"]{
--hw-nav-icn-sz:1.5em;
display:flex;
grid-template-columns: auto auto;
padding-right:35px !important;
vertical-align:middle;
align-items: center;
}
 
.menu.hw-cat-drop > li > a::before,
.menu .hw-drop > li > a::before{
	margin-right:var(--hw-nav-icn-mr);
	display:inline-block;
	float:left;
  vertical-align: top;
  color: inherit;
  font-style: normal;	
    font-weight: 400;
  line-height: 1em;
  font-size: var(--hw-nav-icn-sz,1.5em);
	
}
 .menu .hw-drop > li > a::before{
  font-size: var(--hw-drp-icn-sz,1.5em) !important;
 }
 
.menu.hw-cat-drop > li > a.hw-menu-icon-image::before,
.menu .hw-drop > li > a.hw-menu-icon-image::before{
	height:1em !important;
}
.menu.hw-cat-drop > li > a > i::before,.menu .hw-drop > li > a > i::before {
	content: "\F024";
	font-family: 'fontsite' !important;
	float:right;
	font-size:1.5em !important;
	color:inherit !important;
	font-style: normal;
	vertical-align: middle
}

 
[class*='hw-menu-tags']{
	font-size: 11px !important;
	background: var(--hw-menu-tags-bg)!important;
	position: absolute;
	color: var(--hw-menu-tags-txt) !important;
	border-radius:var(--hw-menu-tags-rd) !important;
	line-height: 1.1em !important;
	padding:3px 8px !important;
	margin-top:0px !important;
	display:inline-block;
	font-weight:400 !important;
	z-index:1;
	vertical-align:middle;
left: 0px;
  top: 0px;
   --hw-menu-tags-ht: calc(5px - ((var(--hw-nav-ht) - var(--hw-nav-md-ht)) /2)  );
   transform: translate(50%, var(--hw-menu-tags-ht,5px) );
	width:auto !important;
}
  .hw-nav-boxed > li > a[class*="hw-menu-icon"] [class*='hw-menu-tags']{
transform: translate(-25%,5px);
 }
 
    .hw-nav-icn-boxed > li > a[class*="hw-menu-icon"] [class*='hw-menu-tags'],
	 .hw-nav-icn-boxed.hw-nav-boxed.hw-nav-layout-text-bottom > li > a[class*="hw-menu-icon"] [class*='hw-menu-tags']{
transform: translate(-25%,5px);
 }
 .hw-nav-icn-boxed.hw-nav-layout-text-bottom > li > a[class*="hw-menu-icon"] [class*='hw-menu-tags']{
transform: translate(-25%,15px);
  }
 
 
.hw-cat-drop [class*='hw-menu-tags'],.hw-drop [class*='hw-menu-tags']{
	position:relative;
	top: 0px;
	right: 0px;
		line-height: 1.8em;
transform: none !important;
	margin-left: 10px;
}
.hw-menu-full-width > .hw-drop {
	left:0px !important;
}
.hw-drop > li.hw-menu-current > a{
	color:var(--hw-drp-hv-lk) !important;
}
.hw-menu-full-width{
	position:inherit !important;
}
.menu > li > .hw-drop::before{
	content:"";
	width:100% !important;
	position:absolute;
	height:100% !important;
	background-image:var(--hw-menu-bg-img,none);
	background-position:var(--hw-menu-bg-pos,center);
	background-size:var(--hw-menu-bg-sz,auto);
	opacity:var(--hw-menu-bg-op,1);
	left: 0px;
	background-repeat: no-repeat;
	top: 0px;
}
 
.menu .hw-menu-section {
	float: left;
	width: 100%;
	display: inline-block !important;
	padding:var(--hw-menu-sc-pd,0px) !important;
	max-width: var(--hw-header-wt,var(--hw-body-wt,1200px));
	display: flex !important;
	float: none !important;
	margin:auto !important;
	pointer-events: all;
	--hw-menu-sc-pd:0px;
}
body .menu div.hw-menu-section ul.hw-drop {
	width: 100% !important;
	position: relative !important;
	box-shadow: none !important;
	border: none !important;
	left:0px !important;
	border-radius:0px !important;
	background:none !important;
	right:0px !important;
	top:0px !important;
	margin:0px !important;
	opacity:1 !important;
	transform: none !important;
	display: grid !important;
	padding:0px !important;
}
.menu .hw-menu-section > .hw-drop {
	grid-template-columns:var(--hw-flx-col,100%) !important;
	width:calc(100% + var(--hw-menu-sc-gap,00px)) !important;
	margin:calc(var(--hw-menu-sc-gap,00px) / -2) !important;
}
.menu .hw-menu-section .hw-drop > li:hover a{
	color:var(--hw-drp-lk) ;
}
.menu .hw-menu-section .hw-drop > li > a:hover{
	color:var(--hw-drp-hv-lk) !important;
}
.menu .hw-menu-section > .hw-drop > li{
	margin:calc(var(--hw-menu-sc-gap,00px) / 2) !important;
	width:calc(100% - var(--hw-menu-sc-gap,00px)) !important;
	padding:20px !important;
	pointer-events: all;
}
.menu .hw-menu-section > .hw-drop > li > a{
	font-size:calc(var(--hw-drp-fn-sz,14px)* 1.2) !important;
	font-weight:var(--hw-drp-fn-wt,700) !important;
	text-transform:var(--hw-drp-fn-tr,none) !important;
  	padding: 0em 00px !important;
	margin:0px 0px 10px !important;
	opacity:1 !important;
}
.menu .hw-menu-section .hw-drop > li > a > i{
	display:none !important;
}
.menu .hw-menu-section > .hw-drop > li > a:only-child{
	font-size:16px !important;
	font-weight:400 !important;
	margin-bottom:0px !important;
	padding:0px !important;
}
.menu .hw-menu-section .hw-drop > li > ul > li > a{
	padding: 0.65em 00px !important;
	opacity:0.85 !important;
	border:none !important;
}
.menu .hw-menu-section .hw-drop > li > a::after {
	display:none !important;
}

.hw-menu-image,.hw-menu-image a {
	text-align:center !important;
	overflow:hidden;
}
.hw-menu-image.hw-menu-image-full-width img{
	width: 100% !important;
	height:auto;
}
.hw-menu-image.hw-menu-image-full-height img {
	height: 100% !important;
	width:auto;
}
.hw-menu-image.hw-menu-image-full-height.hw-menu-image-full-width img {
	width: auto !important;
	position: absolute;
	top: 50%;
	right: 50%;
	min-height: 100.1% !important;
	max-height: inherit !important;
	max-width: inherit !important;
	height: auto !important;
	transform: translate(-50%, -50%);
	display: block;
	margin-left: auto;
	margin-right: auto
}
.hw-menu-image.hw-menu-image-full-height.hw-menu-image-full-width a{
	float: left;
	overflow: hidden;
	width: 100%;
	position: relative;
	height: 100%;
}
 

.hw-menu-image-text *{
	text-align:center;
}
.hw-menu-image-text.hw-menu-image-left *{
	text-align:left;
}
.hw-menu-image-text.hw-menu-image-right *{
	text-align:right;
}
.hw-menu-image-text img{
	vertical-align:top;
}
.hw-menu-image-text span{
	width:100%;
	font-size:16px;
	margin-top:1em;
	display: inline-block;
	transition:all 350ms;
	line-height: 1.5em;
	vertical-align: top;
	font-weight:700;
	color:var(--hw-drp-lk) !important;
}
.hw-menu-image-text a:hover span{
	transition:all 350ms;
	color:var(--hw-drp-hv-lk,var(--hw-drp-lk)) !important;
}
.hw-menu-image-text a:hover img{
	opacity:0.7;
	transition:all 350ms;
}
.hw-menu-widget {
	padding:0px !important;
}
.hw-menu-builder{
	padding:0px !important;
	--vao-lk-cr:var(--hw-drp-lk);
	--vao-hv-lk-cr:var(--hw-drp-hv-lk);
	--vao-txt-cr:var(--hw-drp-txt-cr);
	--vao-ex-cr:var(--hw-drp-txt-cr);
	--vao-hl:var(--hw-drp-hl);
	--vao-br-cr:var(--hw-drp-br-cr);
}

	.hw-nav-mobile-menu > li > a::before{
		content:'\F021';
		 font-family:'fontsite';

 	}
	
		.hw-nav-mobile-category-menu > li > a::before{
		content:'\F050';
		 font-family:'fontsite';

 	}
	 .hw-nav-mobile-menu-text > li > a::before{
	margin-right:var(--hw-nav-icn-mr,0px);
}
	

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.5 - Category Menu
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 /******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Category Menu
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
.hw-nav-cat-menu{
 	--hw-cat-wt:calc(var(--hw-header-width,var(--hw-body-wt)) / var(--hw-flx,4));
	padding:0 var(--hw-nav-pd,20px) !important;
	
 	--hw-nav-item-bg:var(--hw-gry-tr-1);
 
	--hw-cat-drop-rd:var(--hw-main-rd);
	--hw-cat-menu-pd:28px;
	--hw-cat-menu-fn-sz:14px;
	--hw-menu-pd:1;
  
 	--hw-cat-menu-bg:var(--hw-post-bg);
	--hw-cat-menu-txt:var(--hw-post-tl-lk);
	--hw-cat-menu-hv-txt:var(--hw-post-tl-lk);
	--hw-cat-menu-br-cr:#8080801a;
	--hw-cat-menu-rd: var(--hw-main-rd);
	--hw-cat-menu-sd:var(--hw-post-sd);
	--hw-cat-menu-sd-sz:var(--hw-post-sd-sz);
	
	
 }
 .hw-nav-cat-menu.hw-cat-sub{
	--hw-nav-item-rd:var(--hw-main-rd);
 }
.hw-nav-cat-menu.hw-nav-boxed{
 	--hw-nav-item-bg:var(--hw-gry-tr-1);
  }
  [class*="hw-toolbar-"]:not(.hw-sticky-enable)    .hw-nav-cat-menu.hw-cat-sub{
--hw-nav-item-hv-bg: var(--hw-nav-item-bg) !important;
--hw-nav-hv-lk: var(--hw-nav-lk) !important;
 --hw-nav-item-hv-bg: var(--hw-nav-item-bg) !important;
--hw-nav-hv-lk: var(--hw-nav-lk) !important;
--hw-nav-icn-hv-bg: var(--hw-nav-icn-bg) !important;
--hw-nav-icn-hv-cr: var(--hw-nav-icn-cr) !important;
 }
   [class*="hw-toolbar-"]:not(.hw-sticky-enable)    .hw-nav-cat-menu.hw-cat-sub > li > a > i{
 	transform:none !important;
   }
 .hw-nav-cat-menu > li > a,
.hw-nav-cat-menu > li{
	width:100%;
	margin:0px !important;
}

	@media (min-width: 1025px) and (max-width: 1199px){
		.hw-nav-cat-menu{
			--hw-cat-menu-fn-sz:11px !important;
		}
	}
/*
.hw-nav-cat-menu > li > a{
	background:var(--hw-cat-menu-bg) !important;
	color:var(--hw-cat-menu-txt) !important;
	height: var(--hw-nav-md-ht);
	line-height:var(--hw-nav-md-ht);

	border-radius:var(--hw-cat-menu-rd,var(--hw-main-rd));
}*/
 
  .hw-nav-cat-menu.hw-cat-sub{
	--hw-nav-md-ht:var(--hw-nav-ht);
	--hw-cat-menu-rd:var(--hw-nav-item-rd,0px);

  }
    .hw-nav-cat-menu.hw-cat-sub
  .hw-nav-cat-menu:not(.hw-cat-sub) ,
  .hw-sticky-enable .hw-nav-cat-menu.hw-cat-sub{
    --hw-cat-menu-mg-tp:0px !important;
  }
 
 
[class*="hw-toolbar-"]:not(.hw-sticky-enable) .hw-nav-cat-menu.hw-cat-sub:not(.hw-cat-menu-mg-tp) li > a,
.hw-nav-cat-menu.hw-cat-sub.hw-cat-active >  li > a {
	  border-bottom-left-radius: 0px!important;
	    border-bottom-right-radius: 0px!important;
 }

[class*="hw-toolbar-"]:not(.hw-sticky-enable) .hw-nav-cat-menu.hw-cat-sub:not(.hw-cat-menu-mg-tp) > li > .hw-cat-drop,
.hw-nav-cat-menu.hw-cat-sub.hw-cat-active > li > .hw-cat-drop {
	  border-top-left-radius: 0px!important;
	    border-top-right-radius: 0px!important;
 }
 
.hw-nav-cat-menu.hw-nav-layout-icon,
.hw-nav-cat-menu.hw-nav-layout-icon .hw-middle ,
.hw-nav-cat-menu.hw-nav-layout-icon .hw-middle .hw-link{
	width:auto !important;
}
.hw-nav-cat-menu.hw-nav-boxed.hw-nav-layout-text-right{
	min-width:var(--hw-cat-wt) !important
}
.hw-nav-cat-menu.hw-nav-boxed.hw-nav-layout-text-right .hw-cat-drop{
	width:100% !important;
	
}
/*
.hw-sticky .hw-nav-cat-menu > li > a:hover,
.hw-nav-cat-menu:not(.hw-cat-sub.hw-cat-active) > li > a:hover{
	background:var(--hw-primary-hv-bg) !important;
	color:var(--hw-primary-txt)!important;
}*/
.hw-nav-cat-menu > li > a:before{
	content: "\F050";
	font-family: 'fontsite' !important;
 }
.hw-nav-cat-menu > li > a i{
	float:right;
}
 
.hw-nav-cat-menu > li > a i::before {
	content: "\F019";
	font-family: 'fontsite' !important;
	margin-left: .35em;
	color: inherit !important;
	font-style: normal;
	font-size: 1.5em !important;
	vertical-align: middle;
	font-weight: 400;
	display: inline-block;
	transition: all 300ms;
}
 .hw-cat-active > .hw-middle > .hw-link > i::before{
	transform:rotate(180deg) !important;
}
 /*
.hw-nav-cat-menu .hw-cat-drop > .hw-menu-full-width{
	--hw-drp-wt:calc(var(--hw-body-wt) - 100%) !important;
}*/

.hw-nav-cat-menu .hw-cat-drop {
 	width:var(--hw-cat-wt);
}
 
.hw-cat-drop {
	background-color:var(--hw-cat-menu-bg);
	border-style:solid;
	margin:calc(var(--hw-nav-md-ht) + 10px) 0 0 !important;
	height: auto ;
	float: left;
		box-shadow:var(--hw-cat-menu-sd-sz) var(--hw-cat-menu-sd)!important;

	border-radius:var(--hw-cat-menu-rd,0px);
	position: absolute;
	z-index: 9999999999;
	width:100%;
 padding:  0px !important;
	margin:calc(var(--hw-nav-md-ht) + 10px) 0 0 !important;
	
	opacity:0;
	transform: rotateX(-90deg);
	transition:margin 300ms,opacity 300ms,transform 0ms ease 300ms;
 	border: solid 0px var(--hw-cat-menu-br-cr,transparent);
}
.hw-cat-active .hw-cat-drop,
[class*="hw-toolbar-"]:not(.hw-sticky-enable) .hw-cat-sub   .hw-cat-drop{
	transition:margin 300ms,opacity 300ms,transform 0ms;
	transform: rotateX(0deg);
	opacity:1!important;
	margin-top:calc(var(--hw-nav-md-ht) + var(--hw-cat-menu-mg-tp,0px))!important;
}

 
.hw-cat-drop > li{
	width:100%;
	list-style:none;
	float:left;
	position:relative !important;
}
 
.menu.hw-cat-drop > li > a {
	width:100%;
	padding:calc((var(--hw-cat-menu-pd) / 2) *  var(--hw-menu-pd,1) ) 20px;
	float:left;
	font-size: var(--hw-cat-menu-fn-sz,14px);
	font-weight: var(--hw-cat-menu-fn-wt,400);
	text-transform:var(--hw-cat-menu-fn-tr,none);
	line-height:1.5em;
	color:var(--hw-cat-menu-txt);
}
.menu.hw-cat-drop > li > a::before{
	font-size:var(--hw-cat-menu-icn-sz,1.5em);
 color:var(--hw-cat-menu-icn-cr,var(--hw-cat-menu-txt));
}
.menu.hw-cat-drop > li:hover > a {
  	--hw-cat-menu-txt:var(--hw-cat-menu-hv-txt);
  	--hw-cat-menu-icn-cr:var(--hw-cat-menu-icn-hv-cr);

 }

.hw-cat-drop > li > a::after{
width: calc(100% - 40px);
position: absolute;
content: "";
left: 20px;
	border-bottom: solid 1px var(--hw-cat-menu-br-cr,transparent);
	bottom: 0;
}
.hw-cat-drop > li:last-child a::after{
	display:none !important;
}
body ul.hw-cat-drop li > ul.hw-drop {
	margin-top: 0px !important;
	margin-left: 100px !important;
	top: 0px !important;
	left: 100% !important;
}
.hw-cat-drop *:hover > .hw-drop {
	transition: margin 300ms,opacity 300ms,transform 0ms;
	transform: rotateX(0deg);
	opacity: 1 !important;
	margin-top:0px !important;
	margin-left:0px !important;
}
@media (max-width: 991px) {
	.hw-nav-cat-menu{
		display:none;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.6 - Mobile Menu
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.7 - Search
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-nav-mobile-search .hw-nav-search{
	display:none !important;
}
.hw-nav-search{
	--hw-icn-mr:0px;
	--hw-drp-wt:600px;
 	--hw-srh-ht:var(--hw-nav-md-ht);
	--hw-srh-txt-bg:var(--hw-gry-tr-1);
	--hw-srh-txt-txt:var(--hw-main-txt);
	
	--hw-srh-cat-bg:var(--hw-gry-tr-1);
	--hw-srh-cat-txt:rgba(120,128,128,1);
	--hw-srh-br-cr:var(--hw-main-gry);
	--hw-srh-rd:var(--hw-btn-rd);
	--hw-srh-btn-bg:var(--hw-gry-tr-1);
	--hw-srh-btn-txt: var(--hw-nav-lk);
	--hw-srh-btn-hv-bg: var(--hw-primary-hv-bg);
}
.hw-search {
	height: var(--hw-srh-ht);
	line-height: var(--hw-srh-ht);
	position: relative;
	float: var(--hw-srh-ft,left);
	display: inline-grid;
	width: var(--hw-srh-wt,100%);
	font-size:var(--hw-srh-fn-sz,14px);
	font-weight:var(--hw-srh-fn-wt,400);
	
	text-transform:var(--hw-srh-fn-tr,none);
	box-shadow: 0 0 0 2px var(--hw-srh-br-cr,transparent);
	border-radius:var(--hw-srh-rd,00px) !important;
 	overflow: hidden;
}
.hw-search select{
	font-size:inherit !important;
	height: var(--hw-srh-ht);
	box-shadow:none !important;
	margin:0px !important;
	line-height:var(--hw-srh-ht);
 	border: none !important;
	min-height: 0 !important;
	background-color:var(--hw-srh-cat-bg) !important;
	
 	color:var(--hw-srh-cat-txt) !important;
	border-radius:var(--hw-srh-cat-rd,0px) !important;
}
.hw-search-woo .hw-search::before{
	content:"";
		box-shadow:3px 0px 0px 0px var(--hw-gry-tr-7) inset !important;
	position:absolute;
	left:11em;
	width:1px;opacity: 0.2;
	height:40%;
	top:30%;
}
 
.hw-search select:hover{
	opacity:.8;
	transition: all 300ms;
}
.hw-search input {
	
	width: 100%;
	box-shadow:none !important;
	border:none !important;
	min-height: 0 !important;
	padding: 0 1em !important;
	background-color:var(--hw-srh-txt-bg,#f2f6f9) !important;
	color:var(--hw-srh-txt-txt,#20282f) !important;
	line-height:inherit !important;
	font-weight: inherit;
	height:100% !important;
	font-size:inherit !important;
	margin: 0px !important;
	border-radius:var(--hw-srh-txt-rd,0px) !important;
}
.hw-search > input::placeholder  {
	opacity:0.75 !important;
 	
}
.hw-search button {
	cursor: pointer;
	float: rightr;
	padding: 0px !important;
	color: #fff;
	background: #000000;
	font-weight: inherit !important;
	text-transform:inherit !important;
	line-height:inherit !important;
	font-size:inherit !important;
	padding:0 1em !important;
	border-radius: 0px;
	border: none !important;
	min-height: 0 !important;
	padding: 0px !important;
	background:var(--hw-srh-btn-bg,none) !important;
	color:var(--hw-srh-btn-txt,#ffffff) !important;
	height: 100%;
	border-radius: 0px !important;
	border: 0;
	width: 100%;
	border-radius:var(--hw-srh-btn-rd,0px) !important;
}
.hw-search button:hover{
	background:var(--hw-srh-btn-hv-bg) !important;
}
/*-------------------------------------------------------------- Fexid----------------------------------------------------------------*/
.hw-search-fixed{
 	width:calc(var(--hw-header-wt,var(--hw-body-wt)) * calc(1 / var(--hw-flx,2)) - var(--hw-srh-dv,0px) ) !important;
	min-width: 250px;
	--hw-srh-ht:calc(var(--hw-nav-md-ht) - 4px);
}
.hw-search-fixed.hw-search-woo{
	min-width: 420px;
}
.hw-search-fixed > li {
	width:100%;
	height: var(--hw-srh-ht);
 }
 
/*-------------------------------------------------------------- Dropdown----------------------------------------------------------------*/
.hw-search-dropdown > li > a::before,
.hw-mobile-nav-search > li > a::before{
	font-family: 'fontsite' ;
	content: '\F003' ;
			transform:scale(-1,1) !important;

 }
 
 .hw-nav-search.hw-nav-active.hw-search-dropdown > li >  a::before{
	content: '\F005';
}
 



 .hw-search-dropdown li:hover > .hw-drop {
	transform: rotateX(90deg) !important;
	opacity:0!important;
	margin:calc(var(--hw-nav-md-ht) + 10px) 0 0 !important;
}
.hw-nav-search.hw-nav-active.hw-search-dropdown li > .hw-drop {
	transition:margin 300ms,opacity 300ms,transform 0ms !important;
	transform: rotateX(0deg) !important;
	opacity:1!important;
	padding:20px;
	--hw-nav-fn-sz:14px;
	pointer-events: all;
	margin-top:var(--hw-nav-md-ht) !important;
}
.hw-search-button-text .hw-search {
	grid-template-columns: auto 6em;
}
.hw-search-button-text.hw-search-woo .hw-search{
	grid-template-columns:11em auto 6em;
}
.hw-search-button-icon .hw-search {
	grid-template-columns: auto var(--hw-srh-ht);
}
.hw-search-button-icon.hw-search-woo .hw-search{
	grid-template-columns:11em auto var(--hw-srh-ht);
}
/** Icon ************/
.hw-search-button-icon .hw-search button::before {
	font-family: 'fontsite';
	content: '\F040';
	display:inline-block;
 	color: inherit !important;
	width: calc(var(--hw-srh-ht)) !important;
	position: absolute;
	padding: 0px;
	height: var(--hw-srh-ht) !important;
	font-size: calc(var(--hw-srh-ht)/2.2);
	font-style: normal;
	top: 0;
	line-height: var(--hw-srh-ht);
}
.hw-mobbar .hw-nav-search{
	padding: 20px ;
}
.hw-search-ajax{
	position: absolute;
	display:none;
	width: 100% !important;
	top:var(--hw-srh-ht);  
	left: 0;  
	background-color:var(--hw-drp-bx-bg);
	border-style:solid;
	border-width:var(--hw-drp-bx-br-wt);
	border-color:var(--hw-drp-bx-br-cr);
	box-shadow:var(--hw-drp-bx-sd);
	border-radius:var(--hw-drp-bx-rd,0px);
	
 	height: auto ;
	float: left;
  	z-index: 9999999999;
 	padding:0px;
 	--hw-post-tl-lk:var(--hw-drp-lk);
	--hw-post-tl-hv-lk:var(--hw-drp-hv-lk);
 	--hw-meta-txt:var(--hw-drp-meta);
 	--hw-post-tl-fn-sz: 13px;
 	--hw-post-sd:var(--hw-drp-sd);
	--hw-post-hv-sd:var(--hw-drp-hv-sd);
	pointer-events: all;
}
.hw-search-warp .hw-search-ajax{
 
	width:100% !important;
 	left:0; 
}
.hw-search-ajax-show .hw-search-ajax {
	display:inline-block !important;
}
.hw-search-ajax .hw-gap-warp{
	margin:0px !important;
	width:100% !important;
}
.hw-el-search-ajax{
	padding:0px 15px !important;
	margin:0px !important; 
		width:100% !important;
}
.hw-search-ajax .hw-item {
	border-bottom:solid 1px var(--hw-drp-br-cr);
	padding:15px 0 !important;
	
}
.hw-search-ajax div.hw-item:last-child{
	border-bottom:0px !important;
}
.hw-search-ajax .hw-item > div::before,
.hw-search-ajax .hw-item > div::after{
	display:none !important;
}

.hw-search-ajax .hw-module-1 .hw-thumb{
	width:50px;
}
.hw-search-ajax .hw-module-1 .hw-details{
	width: calc(100% - 50px);
}
.hw-el-search-ajax {
	padding:10px;
	text-align:center;
	box-shadow:none !important;
	border:none !important;
}
.hw-ajax-loading.hw-search-ajax::before{
padding: 00px 0px;
height: 40px !important;
content: "\F045";
-webkit-animation:hexwp_rotate 1.4s infinite linear;
animation: hexwp_rotate 1.4s infinite linear;
font-family: 'fontsite';
position: relative !important;
font-size: 40px;
vertical-align: top;
line-height: 40px;
margin: 10px auto;
 	color:  var(--hw-drp-lk) !important;

float: left;
text-align: center;
 }
 .hw-noresults{
	 width:100%;
	 text-align:center;
	 float:left;
	 display:none !important;
 }
 
 .hw-el-search-ajax .hw-product-category{
	 margin: 7px 0px 0px !important;
 }
 .hw-search-ajax-close{
position: absolute;
right: calc(6em + 10px) ;
font-size: inherit;
cursor: pointer;
display:none;
 }
 [class*='search'][class*='-icon'] .hw-search-ajax-close {
	 rightr: calc(var(--hw-srh-ht) + 10px);

 }
.hw-search-ajax-close::before{
 	content: '\F005' ;
		font-family: 'fontsite';
		 	color: var(--hw-srh-txt-txt,#20282f) !important;

  }
 .hw-search-ajax-show  .hw-search-ajax-close{
	 display:inline-block !important;
 }
 .hw-search-warp{
	 position:relative;
	 float:left;
	 width:100%;
 }
 .hw-el-search-ajax .hw-no-results{
line-height: 40px;
float: left;
width: 100%;
 	color:  var(--hw-drp-lk);
margin: 10px 0px !important;
padding: 0px !important;

}
.hw-el-search-ajax .hw-outofstock{
	display:none !important;
}

@media (max-width: 1024px) {
.hw-nav-search[class*='-dropdown-'] > li{
	position:unset;
	
}
body [class*="hw-toolbar-mobile"] .hw-nav-search.hw-nav-active[class*="-dropdown-"] > li > a::before{
	content: '\F040';
}
.hw-nav-search[class*='-dropdown-'] > li > .hw-drop{
width: 100% !important;
}
body [class*="hw-toolbar-mobile"] [class*="-search-fixed-"]{
	width:100% !important;
		min-width:auto !important;
 
}
body [class*="hw-toolbar-mobile"] [class*="-search-fixed-"] li{
		padding: 0 var(--hw-nav-pd,20px) !important;


}
}
@media (max-width: 500px) {
.hw-nav-search-fixed-icon.hw-search-woo .hw-search {
  grid-template-columns: 8em auto var(--hw-srh-ht)!important;
}
.hw-nav-search-fixed-icon.hw-search-woo .hw-search select{
	 font-size:11px !important;
	 padding:0 5px 0px 10px !important;
 }
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	searchfield
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 

.hw-searchfield{
	--hw-srh-ft:var(--hw-ag,center);
	--hw-srh-ht:50px;
	padding:2px;
	--hw-srh-txt-bg:var(--hw-main-gry);
 	--hw-srh-txt-txt:var(--hw-main-txt);
	--hw-srh-br-cr:var(--hw-main-br-cr);
	--hw-srh-btn-bg: var(--hw-primary-bg);
	--hw-srh-btn-txt: var(--hw-primary-txt);
	--hw-srh-btn-hv-bg: var(--hw-primary-hv-bg);
	--hw-srh-btn-hv-txt: var(--hw-primary-txt);
	text-align:var(--hw-ag,center);
	--hw-srh-rd:var(--hw-btn-rd);
}
.hw-searchfield .hw-search{
	display:flex;
}
.hw-searchfield .hw-search  input{
	width:0px;
	  flex-grow: 1;
}
.hw-searchfield .hw-search button{
		width: calc(var(--hw-srh-ht)) !important;
}
.hw-searchfield button::before {
	font-family: 'fontsite';
	content: '\F040';
	display:inline-block;
 	color: inherit !important;
	width: calc(var(--hw-srh-ht)) !important;
	position: absolute;
	padding: 0px;
	height: var(--hw-srh-ht) !important;
	font-size: calc(var(--hw-srh-ht)/2.2);
	font-style: normal;
	top: 0;
	line-height: var(--hw-srh-ht);
}
@media (max-width: 1199px) {
	.hw-600.hw-searchfield .hw-search,.hw-400.hw-searchfield .hw-search,.hw-300.hw-searchfield .hw-search,.hw-200.hw-searchfield .hw-search,.hw-100.hw-searchfield .hw-search{
		width: 100% !important;
		font-size:14px !important;
	}
	 
}


/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.8 - Social
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	 
.hw-nav-social {
	--hw-icn-mr:0px;
	--hw-drp-pd:20px;
	--hw-drp-wt:350px;
	--hw-scl-txt:var(--hw-nav-lk);
	--hw-scl-hv-txt:var(--hw-nav-hv-lk);
 	--hw-scl-br-cr:var(--hw-nav-lk-sd,rgba(118,128,138,0.2));
	--hw-scl-rd:50%;
}
/* Fixed**/
.hw-social-fixed [class*='hw-social-icon']{
	padding: var(--hw-nav-pd,0 20px);
 
	margin-top:auto !important;
	margin-bottom:auto !important;
}
 
.hw-social-fixed [class*='hw-social-icon']{
	align-items: center;
	float: left;
	display: inline-flex;
	vertical-align: middle;
	height: 100%;
}

.hw-social-dropdown > li > a::before{
	font-family: 'fontsite' ;
	content: '\F039';
}
.hw-social-dropdown > li > a::before{
	font-family: 'fontsite' ;
	content: '\F006'!important;
}
.hw-social-dropdown [class*='hw-social-icon']{
 
	--hw-scl-txt:var(--hw-drp-lk);
	--hw-scl-hv-txt:var(--hw-drp-hv-lk);
	--hw-scl-br-cr:var(--hw-drp-br-cr);
}
 
.hw-social-dropdown .hw-drop{
	line-height: 1em;
	text-align: center;
}
[class*='hw-social-icon'] {
	text-align:var(--hw-ag,center);
	margin: calc(var(--hw-scl-pd,10px) / -2);
}
[class*='hw-social-icon'] > a{
	font-size:var(--hw-scl-icn-sz,1.5em);
	height:1em;
	line-height:1em;
	margin:calc(var(--hw-scl-icn-pd,10px)/2) !important;
	float: none!important;
	vertical-align: top;
	cursor:pointer;
	text-align:center;
	display: inline-block;
	pointer-events: all;
}
.hw-social-icon-style-1{
	--hw-scl-icn-pd:var(--hw-scl-pd,10px);
	--hw-scl-icn-sz:var(--hw-scl-sz,1.5em);
	--hw-scl-icn-bg:none;	
	--hw-scl-icn-txt:var(--hw-scl-txt);	
	--hw-scl-icn-hv-txt:var(--hw-scl-hv-txt);
	--hw-scl-icn-br-cr:transparent;
	--hw-scl-icn-rd:0px;
 }
.hw-social-dropdown .hw-social-icon-style-1{
 
	--hw-scl-icn-pd:var(--hw-scl-pd,15px);
	--hw-scl-icn-sz:var(--hw-scl-sz,25px);
}
 
.hw-social-icon-style-2{
	--hw-scl-icn-pd:var(--hw-scl-pd,15px);
	--hw-scl-icn-sz:var(--hw-scl-sz,2em);
	--hw-scl-icn-bg:transparent;	
	--hw-scl-icn-txt:var(--hw-scl-txt);	
	--hw-scl-icn-hv-txt:var(--hw-scl-hv-txt);
	--hw-scl-icn-br-cr:var(--hw-scl-br-cr);
	--hw-scl-icn-rd:var(--hw-scl-rd);
}
 
.hw-social-icon-style-3{
	--hw-scl-icn-pd:var(--hw-scl-pd,15px);
	--hw-scl-icn-sz:var(--hw-scl-sz,2em);
 	--hw-scl-icn-rd:var(--hw-scl-rd);
}

.hw-social-dropdown .hw-social-icon-style-2,
.hw-social-dropdown .hw-social-icon-style-3{
 	--hw-scl-icn-pd:var(--hw-scl-pd,20px);
	--hw-scl-icn-sz:var(--hw-scl-sz,35px);
}
[class*='hw-social-icon'] > a::before{
	content:var(--hw-scl);
	font-size:1em;
	font-family:'fontsite';
	transition: all 300ms;
	font-style:normal;
	color:var(--hw-scl-icn-txt);
}

[class*='hw-social-icon'] > a:hover::before{
	color:var(--hw-scl-icn-hv-txt,var(--hw-scl-icn-txt));
}

.hw-social-icon-style-2 > a:before{
	background: var(--hw-scl-icn-bg);
	width: 2.4em;
	border-radius:var(--hw-scl-icn-rd);
	font-size: 0.4em !important;
	height: 2.4em;
	float: left;
	box-shadow: 0 0 0 1px var(--hw-scl-icn-br-cr) inset;
	color:var(--hw-scl-icn-txt);
}
.hw-social-icon-style-3 > a:before{
	background: var(--hw-scl-bg);
	width: 2em;
	border-radius:var(--hw-scl-icn-rd);
	font-size: 0.5em !important;
	height: 2em;
	float: left;
 	color:#ffffff !important;
}
.hw-social-icon-style-4 > a:before{
	background: var(--hw-scl-icn-bg);
	width: 2em;
	border-radius:var(--hw-scl-icn-rd);
	font-size: 0.5em !important;
	height: 2em;
	float: left;
	color: var(--hw-scl-icn-txt);
} 
.hw-social-icon-style-2 > a:hover::before,
.hw-social-icon-style-3 > a:hover::before {
	background:var(--hw-primary-bg) !important;
	color:var(--hw-primary-txt) !important;
	box-shadow:none !important;
}
.hw-el-share,.hw-el-social{
	--hw-scl-icn-sz: calc(var(--hw-fn-md) * 1.5);
	--hw-scl-icn-txt:var(--hw-main-txt);
	--hw-scl-icn-hv-txt:var(--hw-main-hv-lk);
	--hw-scl-icn-br-cr:var(--hw-main-br-cr);
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.9 - Header Element
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-nav-contact-us > li > span::before{
	font-family: 'fontsite' ;
	content: '\F008' ;
 }
 
.hw-nav-call > li > span::before{
	font-family: 'fontsite' ;
	content: '\F010' ;
}

 
 
.hw-nav-text-html {
	--hw-nav-fn-wt:400;
 }
 .hw-nav-text-html > .hw-middle{
 min-height: var(--hw-nav-md-ht);
 }
.hw-nav-text-header > li > span{
	line-height:1.5em;
}
.hw-nav-date-header > li > span{
	opacity:0.8;
}

.hw-nav-account > li > a::before{
	content:'\F049';
	font-family:'fontsite';
}
 
   
 
body li a.hw-username{
 text-align: center !important;
font-size: 1.5em !important;
width: 100% !important;
 
 }
 body li a.hw-username::before{
	 float:none !important;
	 	content:'\F002'!important;
	font-family:'fontsite'!important;
	 margin-right: 10px!important;
	 display:inline-block !important;
	 font-size: 1.25em;
 }
 
.hw-nav-banner-header > *{
	height:auto !important;
} 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		2.10 - Mobile bar
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 
.hw-mobbar{
	--hw-mobbar-lk:var(--hw-main-lk) ;
	--hw-mobbar-bg:var(--hw-post-bg) ;
	--hw-mobbar-hv-lk:var(--hw-main-hv-lk) ;
	--hw-mobbar-hl:var(--hw-main-hl) ;
	--hw-mobbar-gry:var(--hw-main-gry) ;
	--hw-mobbar-br-cr:var(--hw-main-br-cr) ;
	--hw-mobbar-fn-sz:16px;
	--hw-mobbar-fn-wt:400;
 	display:none;
}
@media (max-width: 1024px) {
	
	.hw-mobbar {
		position: fixed;
		width: 100%;
		background: rgba(0, 5, 10, 0.7);
		height: 100%;
		left: 0px;
		top: 0px;
		overflow: scroll;
		left: -100%;
	 
 		transition:all 0.0s;
		transition-delay: 300ms;
		z-index: 999999999;
		--hw-mobbar-wt:500px;
		--hw-nav-ht:auto;
		--hw-nav-md-ht:auto;
		--hw-nav-fn-sz:var(--hw-mobbar-fn-sz);
		--hw-nav-fn-wt:var(--hw-mobbar-fn-wt);
		--hw-nav-fn-tr:var(--hw-mobbar-fn-tr);
		--hw-drp-bx-bg:none !important;
 		--hw-drp-lk:var(--hw-mobbar-lk) !important;
 		--hw-drp-hv-lk:var(--hw-mobbar-hv-lk) !important;
 		--hw-drp-meta:var(--hw-mobbar-lk) !important;
		--hw-drp-fn-sz:var(--hw-mobbar-fn-sz) !important;
		--hw-drp-fn-wt:var(--hw-mobbar-fn-wt)!important;
		--hw-drp-fn-tr:var(--hw-mobbar-fn-tr)!important;
		--hw-nav-lk:var(--hw-mobbar-lk)!important;
		--hw-nav-hv-lk:var(--hw-mobbar-hv-lk)!important;
		--hw-nav-icn-sz:calc(var(--hw-mobbar-fn-sz)* 1.5)!important;
		--hw-drp-br-cr: var(--hw-mobbar-br-cr)!important;

		display: grid;
	}
	.hw-mobbar.hw-mobbar-active {
		left: 00%;
		transition-delay: 0ms;
		transition:all 0.0s;
	}
	.hw-mobbar-wrapper{
		 flex: 0 1 auto;
		display: flex;
				 flex-direction: column;

	}
	.hw-mobbar-warp {
		width: var(--hw-mobbar-wt);
		height: 100%;
		position:relative;
		padding:00px;
		z-index:0;
		margin-left:calc(var(--hw-mobbar-wt)* -1);
		margin-top:0px;
		background:var(--hw-mobbar-bg);
		left: 0;
		transition:all 0.3s;
	}

	.hw-mobbar-close{
		margin-left:calc(var(--hw-mobbar-wt)* -1);
		position:relative;
		z-index:9999;
		left: 0;
		cursor: pointer;
		transition:all 0.3s;
		height:50px;
		background: var(--hw-primary-bg);
		color:var(--hw-primary-txt) ;
		left: 0;
		cursor: pointer;
		width: var(--hw-mobbar-wt) ;
		float: left;
	}
	.hw-mobbar-close:hover{
		background:var(--hw-primary-hv-bg) ;
	}
	.hw-mobbar-close::before{
		font-family: 'fontsite' ;
		content: '\F005';
		line-height:50px;
		font-size: 25px;
		text-align: center;
		color:#ffffff !important;
		width: 100% !important;
		float: left;
	}
	.hw-mobbar.hw-mobbar-active .hw-mobbar-close,.hw-mobbar.hw-mobbar-active .hw-mobbar-warp{
		margin-left: 0px !important;
		transition:all 0.3s;
	}
	.hw-mobbar [class*="hw-nav"]{
		width:100% !important;
		display:inline-block !important;
	}

	.hw-mobbar [class*="hw-nav"] > li{
		width:100%;
		margin:0px !important;
		border-bottom: solid 1px var(--hw-mobbar-br-cr) !important;
	}
	.hw-mobbar [class*="hw-nav"] > * > a,.hw-mobbar [class*="hw-nav"] > * > span{
		padding:1em 20px !important;
		line-height:1.5em;
		width:100%;
	}
	.hw-mobbar [class*="hw-nav"] > * > span{
		text-align:center;
		padding:0.4em 20px !important;
	}
	.hw-mobbar [class*="hw-nav"] > * > span::before,.hw-mobbar [class*="hw-nav"] > * > a::before{
		display:inline-block;
		margin-right:10px;
		float:none;
	}
		.hw-mobbar-footer {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.hw-mobbar-footer [class*="hw-nav"]{
	padding:0px 0px;
}
.hw-mobbar-footer [class*="hw-nav"] > li{
	border-bottom: none !important;
}
/**************************************************************************************************************** 
													Menu 
*****************************************************************************************************************/	
.hw-mobbar-tabs {
	width: 100%;
	float: left;
	background: #ccc;
	display: grid;
	grid-template-columns:var(--hw-flx-col,1);
}
.hw-mobbar-tabs > a {
	padding: 15px 10px;
	float: left;
	width:100%;
	background: var(--hw-mobbar-gry,var(--hw-main-gry,#f2f5f8));
	display: grid;
	text-align: center;
	color:var(--hw-mobbar-lk);
	text-transform: uppercase;
	font-size: 13px;
	cursor: pointer;
	line-height: 1em;
	color:var(--hw-mobbar-txt);
}
.hw-mobbar-tabs > a:hover{
	color:var(--hw-mobbar-hv-lk) !important;
}
.hw-mobbar-tab-active{
	color:var(--hw-mobbar-lk) !important;
	background: var(--hw-mobbar-bg) !important;
}
.hw-mobbar-tabs > a::before {
	content: '\F021';
	font-family: 'fontsite';
	font-size: 32px;
	margin-bottom: 10px;
	color:inherit;
	font-weight: 400;
	height: 32px;
	line-height: 32px;
}
.hw-mobbar-tabs > a[data-id=account]::before{
	content:'\F049'!important;
}
.hw-mobbar-tabs > a[data-id=search]::before{
	content:'\F003'!important;
}
.hw-mobbar-tabs > a[data-id=cart]::before{
	content:'\F012'!important;
}
.hw-mobbar-content{
	display:none;
	width: 100%;
	float: left;
}
.hw-mobbar-content.hw-mobbar-content-active{
	display:inline-block;
}
.hw-mobbar-menu li > a{
	width: calc(100% - 60px) !important;
}
.hw-mobbar-menu i{
	padding: 1em 0px !important;
	font-style: normal;
	float: left;
	text-align: center;
	position: relative;
	border-left: solid 1px var(--hw-mobbar-br-cr) !important;
	width: 60px;
	cursor:pointer;
	color: var(--hw-nav-lk);
	font-size: var(--hw-mobbar-fn-sz);
	line-height: 1.5em;
}
.hw-mobbar-menu i::before{
	content: "\F019";
	font-family: 'fontsite' !important;
	font-size:2.5em;
	float:left;
	color:inherit !important;
	width: 100%;
	font-style:normal;
}
.hw-mobbar-menu i:hover,.hw-mobbar-menu .hw-menu-current > a,.hw-mobbar-menu a:hover{
	color: var(--hw-mobbar-hv-lk) !important;
}
.hw-mob-drop-active > i::after,.hw-mob-drop-active > ul::before{
	content: "";
	width: 100%;
	position: absolute;
	z-index: auto;
	pointer-events: none;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(118,128,138,0.08);
}
.hw-mob-drop > .hw-mob-drop::before {
	content:none !important;
}
.hw-mobbar-menu .hw-mob-drop-active > i::before{
	transform:rotate(180deg) !important;
	transition: all 300ms;
}
.hw-mob-drop{
	width:100%;
	float:left;
	margin:0px;
	position: relative;
	overflow:hidden;
}
.hw-mobbar-menu .hw-mob-drop li {
	float:left;
	position:relative;
	list-style:none;
	margin:0px;
	width:100%;
	box-shadow: 0 1px 0px 0px var(--hw-mobbar-br-cr) inset;
}
.hw-mob-drop a,.hw-mob-drop i{
	height:0px;
	transition:height 350ms , color 300ms;
	float: left;
	overflow: hidden;
	font-size:15px !important;
	padding:0px !important;
}
.hw-mob-drop > li > a{
	padding:0px 20px !important;
}
.hw-mob-drop-active > .hw-mob-drop > li > i,.hw-mob-drop-active > .hw-mob-drop > li > a{
	float:left;
	height:45px;
	line-height:45px;
	opacity:0.8;
	transition:height 350ms ;
	position:relative;
	color: var(--hw-mobbar-lk,rgb(0, 0, 0));
}
.hw-mob-drop-active > .hw-mob-drop > li > a:before{
	margin-right:10px;
	font-style:normal;
}
.hw-mob-drop-active > a,.hw-mob-drop-active > i{
	color: var(--hw-mobbar-hv-lk) !important;
	opacity:1 !important;
}
.hw-mobbar-menu [class*="hw-menu-tags"]{
	left: 0px !important;
	top: 0px !important;
	position: relative;
	transform: none !important;
}
.hw-mobbar .hw-nav-contact-us li,.hw-mobbar .hw-nav-text-header li,.hw-mobbar .hw-nav-call li,.hw-mobbar .hw-nav-mobbar-social li{
	border-bottom:0px !important;
}
/**************************************************************************************************************** 
													Account 
*****************************************************************************************************************/	
  .hw-mobbar   .hw-nav-account  > li > a::before{
	 content:inherit ;
	  
  }
/**************************************************************************************************************** 
													Search 
*****************************************************************************************************************/	

  .hw-mobbar-search .hw-el-search-ajax{
	padding:0px !important;
}
  .hw-mobbar-search .hw-search-ajax div.hw-item:last-child{
	border-bottom:solid 1px var(--hw-drp-br-cr) !important;

}
	 .hw-mobbar .hw-nav-search{
	 width:100% !important;
		--hw-nav-md-ht:60px;
	--hw-srh-txt-bg:var(--hw-mobbar-bg)  !important;
 	--hw-srh-txt-txt:var(--hw-mobbar-lk) !important;
	--hw-srh-br-cr:var(--hw-mobbar-br-cr) !important;
	--hw-srh-btn-bg: var(--hw-primary-bg) !important;
	--hw-srh-btn-txt: var(--hw-primary-txt) !important;
	--hw-srh-btn-hv-bg: var(--hw-primary-hv-bg) !important;
	--hw-srh-btn-hv-txt: var(--hw-primary-txt) !important;
	
	 margin-left:0px !important;
 }
 .hw-mobbar .hw-search-ajax {
  position: relative !important;
  display: none;
  margin-top: 20px !important;
  box-shadow:none !important;
 border:none !important;
 border-radius:0px  !important;
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
 }
 .hw-nav-mobbar-social li{
	text-align:center;
}
/**************************************************************************************************************** 
													Social 
*****************************************************************************************************************/	
.hw-mobbar [class*='hw-social-icon']{
	--hw-scl-icn-sz:2em;
	--hw-scl-icn-pd:var(--hw-scl-icn-pd,10px);
	--hw-scl-icn-txt:var(--hw-mobbar-lk);
	--hw-scl-icn-hv-txt:var(--hw-mobbar-hv-lk);
    	--hw-scl-icn-br-cr:var(--hw-mobbar-br-cr);
 
 }
.hw-mobbar .hw-social-icon-style-1{
	--hw-scl-icn-sz:1.5em;
	--hw-scl-icn-pd:var(--hw-scl-icn-pd,15px);
}
 

/**************************************************************************************************************** 
													Cart 
*****************************************************************************************************************/	
.hw-mobbar .hw-count{
	width: 18px !important;
height: 18px !important;
line-height: 18px;
top: calc(50% - var(--hw-nav-icn-sz) + 5px);
}
/***************/
	.hw-nav-content-warp{
		padding:20px 0px;
		float:left;
		width:100%;
	}
 
   .hw-mobbar  .hw-product-category{
	  opacity:0.6;
  }
}
@media (max-width: 499px) {
	.hw-mobbar {
		--hw-mobbar-wt:calc(100% - 40px);
	}
}
@media (max-width: 400px){
	.hw-mobbar {
		--hw-mobbar-wt:100%;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	3 - Post
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.1 - Ajax
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

[class*="hw-post-"]{
	transition:transform 350ms,background 350ms,box-shadow 350ms,border-color 350ms;
}
.hw-new-post{
	transform: scale(0);
}
.hw-ajax-tab [class*="hw-post"]:not(.hw-new-post){
	transform: scale(1) !important;
}
.hw-ajax-loading:before {
	z-index: 2;
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%
}
.hw-ajax-loading .hw-gap-warp{
	opacity: .5 !important;
}
.hw-ajax-loading .hw-gap-warp::before{
	content: "\F045";
	-webkit-animation: hexwp_rotate 1.4s infinite linear;
	animation: hexwp_rotate 1.4s infinite linear;
	font-family: 'fontsite';
	font-size: 60px;
	z-index: 9999999;
	float: left;
	color: var(--hw-main-lk);
	position: absolute;
	top: calc(50% - 30px) !important;
	left: calc(50% - 30px) !important;
}
.hw-data-json {
	display: none;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.1 Title Box
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-gap-0px [class*="hw-tbox"],
.hw-gap-2px [class*="hw-tbox"],
.hw-gap-10px [class*="hw-tbox"],
.hw-gap-15px [class*="hw-tbox"]{
	--hw-gp:20px;
}
[class*="hw-tbox"] {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 1px 0 0;
	margin-bottom: var(--hw-gp,0px) ;
	--hw-tbox-pd:.75em 1.5em;
}
.hw-bw-border [class*="hw-tbox"]{
	margin-bottom:  calc(var(--hw-gp,0px) / 2);
}
[class*="hw-tbox"] > .hw-title-box{
	width: 100%;
	float: left;
	margin: 0;
	line-height: 1em;
	border-color: inherit !important;
	font-size:var(--hw-tbox-main-fn-sz,20px);
	border-radius: 0px;
	position: relative;
}
.hw-main-center > .hw-title-box,.hw-tabs-center > .hw-title-box {
	text-align: center;
}
.hw-tab-main {
	padding-top: .3em;
	padding-bottom: .3em;
	margin-right: 1.2em;
	float: left;
	position: relative;
	color: var(--hw-tbox-main-txt);
	list-style: none;
}
.hw-tab-main span {
	font-size: inherit !important;
	font-weight:var(--hw-tbox-main-fn-wt,700);
	font-size:var(--hw-tbox-main-fn-sz,20px);
	text-transform:var(--hw-tbox-main-fn-tr,none);
	float: left;
	color:inherit !important;
	position: relative;
}
.hw-tab-main span > *{
	display:inline-block !important;
	font-size:inherit !important;
	line-height:inherit !important;
	font-weight:400 !important;
	margin-left:5px !important;
	color:inherit !important;
	float: none !important;
}
.hw-tab-main span > span{
	font-weight:inherit !important;
	color:var(--hw-main-hl) !important;
	margin-left: 0px !important;
}
.hw-main-center .hw-tab-main {
	float: none;
	text-align: center;
	text-align: center;
	margin-left: 1.2em !important;
	display: inline-block;
	vertical-align: top;
}
.hw-tabs {
	float: left;
	margin: 0px;
}
.hw-main-tabs .hw-tabs,
.hw-main-right  .hw-tabs{
	float: right;
}
 
.hw-main-right li.hw-tab-item:last-child,
.hw-main-tabs li.hw-tab-item:last-child {
	margin-right: 0px !important;
}

.hw-tab-item {
	margin-right: 1.2em;
	float: left;
	padding-top: .3em;
	padding-bottom: .3em;
	cursor: pointer;
	position: relative;
	color: var(--hw-tbox-tab-txt);
	width: max-content;
	list-style: none;
}
.hw-tab-item:hover,.hw-tab-active{
	color: var(--hw-tbox-atv-txt,var(--hw-tbox-tab-txt)) !important;
}
body .hw-tab-active{
	pointer-events: none !important;
}
.hw-tabs > li:first-child {
	margin-left: 1.2em !important;
}
.hw-tab-item a {
	line-height: inherit !important;
	margin: 0px ;
	font-weight:var(--hw-tbox-tab-fn-wt,400);
	font-size: var(--hw-tbox-tab-fn-sz,17px);
	text-transform:var(--hw-tbox-tab-fn-tr,none);
	cursor: pointer;
	float: left;
	z-index: 1;
	color:inherit !important;
	cursor: pointer;
	position: relative;
}
[class*="hw-tborder"] ,[class*="hw-tbox"] > .hw-title-box::before ,[class*="hw-tab"]::before {
	content: '';
	border-style: solid;
	border-color: inherit;
	border-width: 0 0px 0px 0;
	width:100%;
	height:100%;
	position: absolute;
	bottom: 0px;
	left: 0;
}
[class*="hw-tborder"] ,[class*="hw-tbox"] > .hw-title-box::before ,.hw-tab-main::before {
	border-color: var(--hw-tbox-br-cr,transparent) !important;
}
.hw-tab-item::before{
	border-color: initial !important;
}
.hw-tabs-center .hw-tabs {
	margin-right: 0px;
	float: none;
	vertical-align: top;
	width: auto !important;
	display: inline-block;
}
.hw-main-tabs .hw-tabs {
	float: right;
}
.hw-main-tabs li.hw-tab-item:last-child {
	margin-right: 0px !important;
}
.hw-tabs-center .hw-tab-item {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.hw-tabs-center li.hw-tab-item:first-child {
	margin-left: 1.2em !important;
}
.hw-tbox-full-width .hw-title-box,.hw-tbox-full-width .hw-title-box .hw-tabs {
	width:100% !important;
	text-align:center;
}
.hw-tbox-full-width .hw-title-box [class*="hw-tab-"]{
	float:none !important;
	display:inline-block !important;
	margin:0 7px 10px !important;
}
.hw-tab-item.hw-view-all a::after{
	
	content: "\F024";
	margin-left: 7px;
	float: right;
	font-family: 'fontsite';
	font-style: normal;
	font-size: 1em;
	font-weight: 400;
	vertical-align: top;
	color: inherit;
	opacity: .7;
}
[class*="hw-el-"]:not(.hw-boxed-all) .hw-tbox-style-1{
	 margin: -10px 0px 14px !important;
 }
.hw-tbox-style-2 [class*="hw-tab-"]{
	padding-bottom: .8em !important;
}
.hw-tbox-style-2 .hw-tab-main::before,.hw-tbox-style-2.hw-tabs-center [class*="hw-tab-"]::before {
	border-width: 0 0px 3px 0;
	width:100%;
	max-width: 40px;
}
.hw-tbox-style-2.hw-tabs-center .hw-tab-item::before{
	transform:scaleX(0) translateX(50%);
	transition: all 350ms;
	left: 50% ;
}
.hw-tbox-style-2.hw-main-center .hw-tab-main::before,.hw-tbox-style-2.hw-tabs-center .hw-tab-active::before,.hw-tbox-style-2.hw-tabs-center [class*="hw-tab-"]:hover::before{
	transform:scaleX(1) translateX(50%);
	max-width: 40px;
	left: 50%;
}
 [class*="hw-el-"]:not(.hw-boxed-all) .hw-tbox-style-3{
	 margin-top: -10px  !important;
 }
.hw-tbox-style-3 > .hw-title-box::before {
	border-width: 0px 0 1px;
}
 
.hw-tbox-style-3 .hw-tab-main::before {
  border-width: 0 0px 2px 0;
  width: 100%;
  border-color: var(--hw-main-hl) !important;
  max-width: 50px;
}
.hw-tbox-style-3 [class*="hw-tab-"] {
	padding-bottom: .75em !important;
}

.hw-tbox-style-4 > .hw-title-box::before {
	border-width: 3px 0 3px;
}
.hw-tbox-style-4 [class*="hw-tab-"] {
	padding-top: .75em !important;
	padding-bottom: .75em !important;
}

.hw-tbox-style-5 [class*="hw-tborder"] {
	border-width:1px 0 0px;
	top: calc(50% - 1px) !important;
}
.hw-tbox-style-5 .hw-tborder-before {
	left: 0px;
	right: auto;
}
.hw-tbox-style-5 .hw-tborder-after {
	right: 0px;
	left: auto;
}

.hw-tbox-style-6 [class*="hw-tab-"]{
	padding: var(--hw-tbox-pd) !important;
	margin-right: .8em !important;
}
.hw-tbox-style-6 [class*="hw-tab-"]::before {
	border-width: 3px;
	border-color: initial !important;
	border-radius:var(--hw-tbox-rd,0px);
}

.hw-tbox-style-7 [class*="hw-tab-"] {
	padding: var(--hw-tbox-pd) !important;
	margin-right: .8em !important;
}
.hw-tbox-style-7 [class*="hw-tab-"]::before{
	border-radius:var(--hw-tbox-rd,0px);
	transition:all 350ms;
}
.hw-tbox-style-7 .hw-tab-main::before{
	background:var(--hw-tbox-main-bg,none);
}
.hw-tbox-style-7 .hw-tab-item::before{
	background:var(--hw-tbox-tab-bg,none);
}
.hw-tbox-style-7 .hw-tab-item:hover::before,.hw-tbox-style-7 .hw-tab-active::before{
	background:var(--hw-tbox-atv-bg,none);
}

@media (max-width:1199px) {
	.hw-tbox-style-6 [class*="hw-tab-"],.hw-tbox-style-7 [class*="hw-tab-"] {
		padding: 0.6em 1em !important;
	}
	[class*="hw-tbox-"] {
		--hw-tbox-main-fn-sz:18px ;
		--hw-tbox-tab-fn-sz: 14px ;
	}
	.hw-tbox-full-width.hw-tbox-style-2 [class*="hw-tab-"]::before,
	.hw-tbox-full-width.hw-tbox-style-3 [class*="hw-tab-"]::before{
		transform:scaleX(1) translateX(50%);
		right: 50%;
	}
}
@media (max-width:499px) {
	[class*="hw-tbox-"] {
		--hw-tbox-main-fn-sz:16px ;
		--hw-tbox-tab-fn-sz: 13px ;
	}
}
 
 
 
.hw-title-box .hw-arrow-warp {
	width:auto !important;
 	z-index:100;
	position:relative;
	height: 100%;
	top: 0;
	float:right;
	pointer-events: none;
}
.hw-title-box  .hw-page-list{
	display:none !important;
}
.hw-title-box  .hw-arrow-warp{
	transition:var(--hw-tr);
	opacity: var(--hw-aw-ly,0);
	padding-top: .2em;
	padding-bottom: .2em;
	list-style:none;
}
.hw-title-box  .hw-arrow-warp {
	opacity: 1;
	transition:var(--hw-tr);
}
.hw-title-box  .noPager .hw-item-list{
	transform:none !important;
}
 
.hw-title-box  .hw-arrow-warp a {
	opacity:1;
	background:none;
	top:0px;
	position:relative;
	height:1em;
	width:1em;
	font-size:1.2em;
	pointer-events: all;
	box-shadow:none !important;
	float:left;
	color: var(--hw-tbox-main-txt);
	background:none;
 	cursor: pointer;
}
.hw-title-box  .hw-arrow-warp a::before{
	width:1em;
	text-align: center;
	position: relative;
	height: 1em;
	float: left;
	line-height:1em;
	font-size:inherit;
	color:inherit !important;
	font-family: 'fontsite';
	text-align: center;
}
.hw-title-box  .hw-arrow-warp a:hover{
	--hw-aw-txt:var(--hw-primary-txt);
	--hw-aw-bg:var(--hw-primary-bg);
}
 
 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.2 Thumb
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-thumb{
	width:100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.hw-not-thumb {
	--hw-img-wt:0px !important;
}
.hw-thumb > a{
	padding-bottom:var(--hw-ratio,0px);
	width: 100%;
	height: var(--hw-ratio-ht,auto);
	float: left;
	position:relative;
	overflow:hidden;
}
.hw-thumb > a > img{
	width:100%;
	font-size:0;
	transition:all 350ms;
	float:left;
	visibility:var(--hw-ratio-img,visible);
	height: var(--hw-ratio-ht-img,auto);
	position:var(--hw-ratio-po,relative);
 }
 .hw-thumb > a > figure{ 
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	float: left;
	height: 100%;
	transition: all 350ms;
		left:0;
	top:0;
	position: absolute;
	width: 100%;
	display:var(--hw-ratio-figure,none);
 }
.hw-ratio-auto,.hw-ratio-auto-second .hw-second {
	--hw-ratio:0;
	--hw-ratio-auto:0;
	--hw-ratio-ht:fit-content;
	--hw-ratio-ht-img:auto;
	--hw-ratio-po:relative;
	--hw-ratio-ob:none;
	--hw-ratio-img:visible;	
	--hw-ratio-figure:none;
}
.hw-ratio40,.hw-ratio40-second .hw-second {
	--hw-ratio:40%;
}
.hw-ratio50,.hw-ratio50-second .hw-second{
	--hw-ratio:50%;
}
.hw-ratio55,.hw-ratio55-second .hw-second{
	--hw-ratio:55%;
}
.hw-ratio60,.hw-ratio60-second .hw-second{
	--hw-ratio:60%;
}
.hw-ratio75,.hw-ratio75-second .hw-second{
	--hw-ratio:75%;
}
.hw-ratio100,.hw-ratio100-second .hw-second{
	--hw-ratio:100%;
}
.hw-ratio135,.hw-ratio135-second .hw-second{
	--hw-ratio:135%;
}
.hw-ratio40,.hw-ratio50,.hw-ratio55,.hw-ratio60,.hw-ratio75,.hw-ratio100,.hw-ratio135,.hw-ratio40-second .hw-second,.hw-ratio50-second .hw-second,.hw-ratio60-second .hw-second,.hw-ratio55-second .hw-second,.hw-ratio75-second .hw-second,.hw-ratio100-second .hw-second,.hw-ratio135-second .hw-second{
	--hw-ratio-ht:100%;
	--hw-ratio-ht-img:100%;
	--hw-ratio-po:absolute;
	--hw-ratio-auto:1;
	--hw-ratio-img:hidden;
	--hw-ratio-figure:inline-block;
   }
@media (min-width: 1025px) {

.hw-ratio1-2x > [class*="hw-post-"]{
	padding-bottom:calc(calc(var(--hw-ratio,0px) / 2) - var(--hw-gp,0px)) !important;
}
.hw-ratio2x > [class*="hw-post-"]{
	padding-bottom:calc(calc(var(--hw-ratio,0px) * 2) - var(--hw-gp,0px)) !important;
}
}
@media (max-width: 1024px) {
	.hw-second{
		--hw-ratio:inherit!important;
		--hw-ratio:inherit!important;
		--hw-img-wt:inherit !important;
		--hw-ratio-ht:inherit!important;
		--hw-ratio-ht-img:inherit!important;
		--hw-ratio-po:inherit!important;
		--hw-ratio-ob:inherit !important;
		--hw-ratio-img:inherit !important;
		--hw-ratio-figure:inherit !important;
	}
	
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.3 Thumb Hover
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-hover-reduce-opacity .hw-thumb img,
.hw-hover-reduce-opacity .hw-thumb figure,
.hw-hover-remove-opacity [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-remove-opacity [class*="hw-post"]:hover .hw-thumb figure
  {
	opacity:1;
}
.hw-hover-reduce-opacity [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-reduce-opacity [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-remove-opacity .hw-thumb img,
.hw-hover-remove-opacity .hw-thumb figure {
	opacity:0.7;
}
 
.hw-hover-grow [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-grow [class*="hw-post"]:hover .hw-thumb figure {
	transform:scale(1.1,1.1);
}
.hw-hover-add-color .hw-thumb img,
.hw-hover-add-color .hw-thumb figure,
.hw-hover-remove-color [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-remove-color [class*="hw-post"]:hover .hw-thumb figure {
	filter: grayscale(100%);
}
.hw-hover-add-color [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-add-color [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-remove-color .hw-thumb img,
.hw-hover-remove-color .hw-thumb figure {
	filter: grayscale(00%);
}
 
.hw-hover-add-blur .hw-thumb img,
.hw-hover-add-blur .hw-thumb figure,
.hw-hover-remove-blur [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-remove-blur [class*="hw-post"]:hover .hw-thumb figure{
	filter: blur(0px);
}
.hw-hover-add-blur [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-add-blur [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-remove-blur .hw-thumb img,
.hw-hover-remove-blur .hw-thumb figure {
	filter: blur(1px);
}
 
.hw-hover-shrink .hw-thumb img,
.hw-hover-shrink .hw-thumb figure{
	transform:scale(1.1);
}
.hw-hover-shrink [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-shrink [class*="hw-post"]:hover .hw-thumb figure {
	transform:scale(1.0);
}
.hw-hover-rotate .hw-thumb img,
.hw-hover-rotate .hw-thumb figure{
	transform: rotate(0);
}
.hw-hover-rotate [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-rotate [class*="hw-post"]:hover .hw-thumb figure {
	transform: rotate(-7deg) scale(1.2);
}
.hw-hover-add-bleften .hw-thumb img,
.hw-hover-add-bleften .hw-thumb figure,
.hw-hover-remove-bleften [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-remove-bleften [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-add-darkness .hw-thumb img,
.hw-hover-add-darkness .hw-thumb figure,
.hw-hover-remove-darkness [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-remove-darkness [class*="hw-post"]:hover .hw-thumb figure {
	filter: bleftness(100%);
}
.hw-hover-add-bleften [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-add-bleften [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-remove-bleften .hw-thumb img,
.hw-hover-remove-bleften .hw-thumb figure{
	filter: bleftness(125%);
} 
.hw-hover-add-darkness [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-add-darkness [class*="hw-post"]:hover .hw-thumb figure,
.hw-hover-remove-darkness .hw-thumb img,
.hw-hover-remove-darkness .hw-thumb figure {
	filter: bleftness(60%);
}
 

.hw-hover-sidepan .hw-thumb img,
.hw-hover-sidepan .hw-thumb figure{
	background-position-x: 100% !important;
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	width: 100% !important;
	transition: 1.5s linear !important;
}
.hw-hover-sidepan [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-sidepan [class*="hw-post"]:hover .hw-thumb figure{
	background-position-x: 00% !important;
	transition: 1.5s linear !important;
}
.hw-hover-verticalpan .hw-thumb img,
.hw-hover-verticalpan .hw-thumb figure{
	transition: 1.5s linear !important;
	background-position-y: 00% !important;
	background-size: 100% !important
}
.hw-hover-verticalpan [class*="hw-post"]:hover .hw-thumb img,
.hw-hover-verticalpan [class*="hw-post"]:hover .hw-thumb figure{
	background-position-y: 100% !important;
}
  
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.4 Details
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-details{
	transition: var(--hw-tr);
	float:left;
	position:relative;
	width: 100%;
}
 
/*------------------------------------------------------------------ Title --------------------------------------------------------------*/
.hw-title{
	float:left;
	position:relative;
	z-index:1;
	margin:0!important;
	width:100%;
	transition:var(--hw-tr);
	color:var(--hw-post-tl-lk);
	font-size:var(--hw-post-tl-fn-sz,var(--hw-fn-lg));
	font-weight:var(--hw-post-tl-fn-wt,700);
	text-transform:var(--hw-post-tl-fn-tr,none);
	line-height:calc(1em + var(--hw-fn-lg-li-ht,12px));
	text-align: var(--hw-ag,left);
}
.hw-title a{
	width:100%;
	transition:var(--hw-tr);
	color:inherit!important;
	font-weight:inherit!important;
	display:inline-block;
	float:left;
	overflow:hidden;
	line-height:inherit!important
}
.hw-title:hover{
	color:var(--hw-post-tl-hv-lk,var(--hw-post-tl-lk))!important;
}
.sticky .hw-title a::before {
	content: "\F046";
	font-family: 'fontsite';
	font-style: normal;
	vertical-align: middle;
 	margin-right: 5px;
	display: inline-block;
}
/*------------------------------------------------------------------ excerpt --------------------------------------------------------------*/

.hw-excerpt{
	margin-top: var(--hw-mg-tp);
	margin-bottom:0!important;
	position:relative;
	z-index:1;
	width:100%;
	float:left;
	transition:var(--hw-tr);
	color:var(--hw-expt-txt);
	font-size:var(--hw-expt-fn-sz,var(--hw-fn-md));
	font-weight:var(--hw-expt-fn-wt,400);
	text-transform:var(--hw-expt-fn-tr,none);
	line-height:var(--hw-fn-md-li-ht);
	text-align: var(--hw-ag-justify,var(--hw-ag,left));
}
.hw-excerpt   li{
	list-style:none !important;
	margin-left:0px !important;
}
.hw-excerpt li::before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 4px;
  height: 4px;
  border: 2px solid;
  border-radius: 50%;
  margin: 0px 10px 0px 2px;
  color: inherit !important;
}
.hw-excerpt p:last-child{
	margin-bottom:0px !important;
}
/*------------------------------------------------------------------ Readmore --------------------------------------------------------------*/

.hw-readmore {
	margin-top: var(--hw-mg-tp);
	text-align:var(--hw-ag,left);
	float:left;
	width:100%;
}
.hw-readmore a{
	box-shadow:0 0 0 1px var(--hw-main-br-cr) inset !important;
	color:var(--hw-post-tl-lk);
	text-transform: uppercase;
	font-size: var(--hw-fn-md,15px);
	line-height: 2.8em;
	padding: 0 1.5em;
	pointer-events: all;
	font-weight:var(--hw-read-fn-wt,500);
	text-transform:var(--hw-read-fn-tr,none);
	display:inline-block;
	border-radius: var(--hw-btn-rd,0px);
}
.hw-readmore a:hover{
	color:var(--hw-primary-txt);
	background:var(--hw-primary-bg);
	box-shadow:0 0 0 1px transparent inset;
}
.hw-el-image-list .hw-title {
   font-size: var(--hw-post-tl-fn-sz,calc(var(--hw-fn-lg) * 1.1));
}
.hw-el-image-list .hw-excerpt {
   font-size: var(--hw-expt-fn-sz,calc(var(--hw-fn-md) * 1.1));
     margin-top: calc(var(--hw-mg-tp) + 6px);
}
/*------------------------------------------------------------------ Align --------------------------------------------------------------*/

.hw-align-right{
	--hw-ag:right;
}
.hw-align-left{
	--hw-ag:left;
}
.hw-align-center{
	--hw-ag:center;
}
.hw-align-justify{
	--hw-ag:left;
	--hw-ag-justify:justify;
}
.hw-direction{
	direction:rtl;
}
.hw-direction *{
	direction:ltr;
}
@media (max-width: 1199px) {
	.hw-title{
		font-size:var(--hw-fn-lg) !important;
	}
	.hw-excerpt{
		font-size:var(--hw-fn-md) !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.5 Meta
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-meta {
	width: 100%;
	float: left;
	overflow: hidden;
	margin:var(--hw-meta-loc,var(--hw-mg-tp) 0 0) !important;
	color:var(--hw-meta-txt);
	font-size:var(--hw-meta-fn-sz,var(--hw-fn-sm));
	height: var(--hw-meta-ht,1.5em);
	font-weight:var(--hw-meta-fn-wt,400);
	text-transform:var(--hw-meta-fn-tr,none);
	position: relative;
	line-height: var(--hw-meta-ht,1.5em);
	text-align: var(--hw-ag,left);
}
.hw-meta li {
	display:inline-block;
	margin: 0 0px 0 0 !important;
	font-size: inherit !important;
	overflow: hidden;
	list-style: none;
	color: inherit !important;
	vertical-align: middle;
	line-height: inherit !important;
	max-height: inherit !important;
}
.hw-meta li,.hw-meta li a,.hw-meta li span {
	line-height: inherit;
	color: inherit;
	font-size: inherit !important;
}
.hw-meta li:last-child:after {
	display: none;
	content: inherit;
}
.hw-meta li:after {
	content:var(--hw-meta-bet);
	margin-right: 7px;
	margin-left: 7px;
}
.hw-author a{
	color:var(--hw-post-tl-lk)!important;
	pointer-events: all;
	font-weight:var(--hw-post-tl-fn-wt,700)!important;
}
.hw-author a:hover{
	color:var(--hw-post-tl-hv-lk)!important;
}
.hw-author img {
	float: none;
	margin-right: 5px;
	width: 1.75em;
	vertical-align:middle;
	height: 1.75em;
	border-radius: 50%
}
.hw-meta li::before {
	color: inherit !important;
	vertical-align: revert;
	font-family: "fontsite";
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	margin-right: 5px;
	display: var(--hw-meta-dis,inline-block) !important;
	opacity: .8;
	font-size: 1.1em !important;
	line-height: inherit !important;
}
.hw-meta .hw-author::before {
	content: "\F027" ;
	display: var(--hw-meta-aut,var(--hw-meta-dis,inline-block)) !important;
}
.hw-meta .hw-date::before {
	content: "\F029"
}
.hw-meta .hw-view::before {
	content: "\F031"
}
.hw-meta .hw-comment::before {
	content: "\F030"
}
.hw-meta .hw-cats::before {
	content: "\F028"
}
@media (max-width: 1199px) {
	.hw-meta {
		font-size:var(--hw-fn-sm) !important;
	}
}

.hw-meta [class*="hw-all-category"]{
	width: auto;
	float: none ;
	line-height: inherit ;
	font-size: inherit ;
	color: inherit ;
	display: inline-block ;
}
.hw-meta [class*="hw-all-category"] a {
	float: none ;
	line-height: inherit ;
	font-size: inherit ;
	color: inherit ;
	pointer-events: all;
	display: inline-block ;
}

.hw-icon-video{
	position: absolute;
	margin: calc(var(--hw-icn-sz,50px) / 4 + 10px);
	top: 0px;
	left: 0px;
	text-transform: none;
}
.hw-icon-video::before {
	font-size: var(--hw-icn-sz,50px);
	background: rgba(0, 0, 0, 0.25);
	line-height: 1em;
	height: 1em;
	font-family: "fontsite";
	content: "\F035";
	border-radius: 50%;
	font-style: normal;
	color: rgb(255, 255, 255) !important;
	vertical-align:top;
	display:inline-block;
	text-shadow: 0 0 8px rgb(0, 0, 0) !important;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.6 Hover Icon 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

[class*="hw-post-"] figcaption {
	background:var(--hw-cap-bg);
	position: absolute;
	opacity:0;
	height: 100%;
	width: 100%;
	display: flex ;
	transition: all 350ms;
	pointer-events: none;
}
[class*="hw-post-"] figcaption::before,[class*="hw-post-"] figcaption::after{
	transition: all 350ms;
}
[class*='hw-post-']:hover figcaption{
	opacity:1;
}
[class*="hw-el-"][class*="hw-cap-hover"] [class*="hw-post-"] figcaption,
[class*="hw-el-"] [class*="hw-module-2"] [class*="hw-post-"] figcaption{
	z-index:2;
}

.hw-thumb figcaption{
	align-items:center;
}
.hw-hover-icon{
	position: relative;
	width: auto;
	opacity:0;
	float:left;
	transition: all 350ms;
	margin-right: auto;
	font-size:0px;
	height:0px;
	width:100%;
	text-align:center;
	margin-left: auto;
}
.hw-hover-icon a{
	text-align:center;
	font-size:inherit;
display: var(--hw-dp-4,none);
	margin:0 5px;
	pointer-events: all;
}
.hw-hover-icon a::before {
	font-family: 'fontsite';
	display: inline-block;
	vertical-align: top;
	height:0px;
	transition: all 350ms;
	box-shadow:0 0 0 1px var(--hw-cap-br-cr) inset;
	font-size:1.25em;
	line-height:calc(var(--hw-fn-md) * 3);
	width:calc(var(--hw-fn-md) * 3);
	height: calc(var(--hw-fn-md) * 3);
	border-radius:50%;
	cursor:pointer;
	color: var(--hw-cap-txt,#ffffff);
}
.hw-hover-img::before{
	content:'\F004';
	transform: scaleX(-1);
}
.hw-hover-post::before{
	content:'\F026';
}
.hw-hover-icon a:hover::before {
	background:var(--hw-primary-bg);
	color:var(--hw-primary-txt);
	box-shadow:0 0 0 1px transparent inset;
}
[class*="hw-post"]:hover .hw-hover-icon{
	opacity:1;
	font-size:var(--hw-fn-md);
	margin-top: 0px;
	height:calc(var(--hw-fn-md) * 3);
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.7 Load More 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-load-more {
	width: 100%;
	text-align: center;
	padding-top: 00px !important;
	padding-bottom: 00px !important;
	margin-bottom: calc(var(--hw-gp,0px) / 2);
	float: left;
}
.hw-load-more a {
	position: relative;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
	font-size: 15px;
	text-transform: uppercase;
	width: auto;
	color:var(--hw-post-tl-lk)!important;
	border-color: var(--hw-post-sd)!important;
	border-radius: var(--hw-btn-rd,0px);
	font-weight:var(--hw-more-fn-wt,500);
	text-transform:var(--hw-more-fn-tr,none);
	display: inline-block;
	line-height: 2.5em;
	padding: 0.0em 1.5em;
	border-width: 1px;
	border-style: solid;
	transition: var(--hw-tr);
}
[class*="hw-boxed-item"] .hw-load-more a,[class*="hw-boxed-details"] .hw-load-more a{
	background:var(--hw-post-bg,#ffffff);
}
.hw-load-more a::before {
	content: "+";
	font-family: 'fontsite';
	margin-right: 5px;
	font-size: 1.5em;
	display: inline-block;
	vertical-align: sub;
	font-weight: inherit !important;
	line-height: 1.5em;
}
.hw-load-more.hw-loading a {
	width: 100px;
	font-size:0px;
	pointer-events: none;
	border: none!important;
	background-position: center;
	box-shadow: none !important;
	background:none !important;
	height: 40px;
}
.hw-load-more.hw-loading a::before{
	content: "\F045";
	-webkit-animation: hexwp_rotate 1.4s infinite linear;
	animation: hexwp_rotate 1.4s infinite linear;
	font-family: 'fontsite';
	font-size:40px;
}
[class*="hw-boxed-item"] .hw-load-more.hw-loading a,[class*="hw-boxed-details"] .hw-load-more.hw-loading a{
	color:var(--hw-main-lk) !important;
}
.hw-load-more.hw-load-more-hide{
	display:none !important;
	
}
@keyframes hexwp_rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		3.8 Pagenavi 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-pagenavi,.hw-post-pagination{
	float: left;
	margin: calc(var(--hw-gp,0px) / 2) 0px;
	width: calc(100% - var(--hw-gp));
	text-align:center;
}
.hw-pagenavi a,.hw-pagenavi span,.hw-post-pagination a,.hw-post-pagination span,.dokan-pagination-container .dokan-pagination li a {
	border-radius: 0px;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	background: var(--hw-post-bg,transparent);
	padding: 5px 10px!important;
	float: none;
	margin: 2px!important;
	font-size: 12px;
	color:var(--hw-post-tl-lk)!important;
	border-color: var(--hw-post-sd)!important;
	border-radius: var(--hw-btn-rd,0px);
	color: inherit;
	font-weight:var(--hw-more-fn-wt,500);
	text-transform:var(--hw-more-fn-tr,none);
	line-height: 18px;
	width: auto!important;
	cursor: pointer
}
.hw-post-pagination .current-post-page,.hw-post-pagination a:hover,.hw-pagenavi span.current,.hw-pagenavi a:hover,.hw-load-more a:not(.hw-loading):hover,.dokan-pagination-container .dokan-pagination li.active a,.dokan-pagination-container .dokan-pagination li a:hover {
	border-color: transparent !important;
	background: var(--hw-primary-bg)!important;
	color: var(--hw-primary-txt) !important;
}
.woocommerce-pagination .next.page-numbers ,.woocommerce-pagination .prev.page-numbers{
	font-size:0px;
	vertical-align: top;
}
.woocommerce-pagination .next.page-numbers::before {
	content:">";
	vertical-align: top;
	font-size:12px;
}
.woocommerce-pagination .prev.page-numbers::before{
	content:"<";
	vertical-align: top;
	font-size:12px;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	4 - Module
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.1 - Slider
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  
.hw-slider-list-warp .lSSlideOuter {
	overflow: hidden !important;
}
.hw-slider .hw-item-list {
	vertical-align: top;
	height:auto !important;
	overflow: hidden !important;
	grid-template-columns: repeat(var(--hw-flx,1), 1fr);
	display: grid !important;
}
.hw-slider .lightSlider.hw-item-list{
	height:auto !important;
	overflow:visible !important;
	visibility:visible !important;
	display: inline-flex !important;
}
.hw-slider-list-warp{
	width:100%;
	float: left;
	overflow:visible !important;
}
 

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	Arrow
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
.hw-gap-content   .hw-arrow-warp {
	width: calc(100% - var(--hw-gp,0px)) !important;
	left: calc(var(--hw-gp,0px) / 2) !important;
	z-index:100;
 	position: absolute;
	height: 100%;
	top: 0;
	pointer-events: none;
}
.hw-gap-content .hw-page-list{
	display:none !important;
}
.hw-gap-content .hw-arrow-warp{
	transition:var(--hw-tr);
	opacity: var(--hw-aw-ly,0);
}
.hw-gap-content [class*="slider-list-warp"]:hover .hw-arrow-warp {
	opacity: 1;
	transition:var(--hw-tr);
}
.hw-gap-content .noPager .hw-item-list{
	transform:none !important;
}
/* slider actions */
.hw-gap-content .vao-hide-arrow .hw-arrow-warp{
	display:none !important;
}
.hw-gap-content .hw-arrow-warp a {
	opacity:1;
	background:#444;
	top: calc(50% - (var(--hw-aw-sz,45px) / 2 + var(--hw-has-pager,0px)) );
	position: absolute;
	height: var(--hw-aw-sz,45px);
	width: var(--hw-aw-sz,45px);
	font-size:var(--hw-aw-sz,45px);
	pointer-events: all;
	box-shadow:0 0 5px 3px rgba(118,128,138,0.2) !important;
	color:var(--hw-aw-txt,#ffffff);
	background:var(--hw-aw-bg,rgba(0,5,10,0.50));
	border-radius:var(--hw-btn-rd,0px);
	cursor: pointer;
}
.hw-gap-content .hw-arrow-warp a::before{
	width: var(--hw-aw-sz,45px);
	text-align: center;
	position: relative;
	height: var(--hw-aw-sz,45px);
	float: left;
	line-height: var(--hw-aw-sz,45px);
	font-size:0.8em;
	color:inherit !important;
	font-family: 'fontsite';
	text-align: center;
}
.hw-gap-content .hw-arrow-warp a:hover{
	--hw-aw-txt:var(--hw-primary-txt);
	--hw-aw-bg:var(--hw-primary-bg);
}
.hw-gap-content .hw-arrow-warp .hw-arrow-prev {
	left: var(--hw-aw-lc,calc(var(--hw-aw-sz,45px) / -2));
}
.hw-gap-content .hw-arrow-warp .hw-arrow-next {
	right: var(--hw-aw-lc,calc(var(--hw-aw-sz,45px) / -2));
}
  .hw-arrow-warp .hw-arrow-prev::before {
	content: "\F023";
	margin-left: -2px;
}
 .hw-arrow-warp .hw-arrow-next::before {
	content: "\F024";
	margin-left: 2px;
}
 
  .lSSlideOuter .lSPager.lSpg{
	 display:none;
 } 
 .hw-hide-prev  .hw-arrow-prev{
	opacity:.5 !important;
}
.hw-hide-next    .hw-arrow-next{
	opacity:.5 !important;
}

@media (max-width:1024px) {
	body .hw-slider .dragscroll{
		overflow-x: scroll !important;
		overflow-y:hidden!important;
	}
	body .hw-slider .dragscroll .hw-item-list {
		overflow-x: visible !important;
		overflow-y: auto !important;
		transition:none !important;
	}
	body .hw-slider .dragscroll .lSSlideOuter{
		width:100% !important;
		overflow:visible !important;
	}
	.dragscroll .lSSlideWrapper{
		width:auto !important;
	}
	.dragscroll .hw-item-list{
		transform: none !important;
		display: inline-flex !important;
		visibility: visible !important;
		opacity: 1;
		width: auto !important;
		height: auto !important;
	}
	.dragscroll .hw-item {
		width:var(--hw-drg-col) !important;
	}
	body .hw-slider .dragscroll .lSSlideOuter .lSPager.lSpg,body .hw-slider .dragscroll .hw-arrow-warp{
		display:none !important;
	}
}
.hw-slider-options{
	display:none !important;
}
.lSSlideWrapper .lSSlide {
	transform: translate(0px, 0px);
	transition-property: transform,height;
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lightSlider.lsGrab > * {
	cursor: grab !important;
}
.lSSlideWrapper .lightSlider.lsGrabbing > * {
	cursor: move !important;
	cursor: grabbing !important;
}
body .hw-slider .vao-hide-arrow .lSSlideWrapper .lightSlider > *,.lSSlideWrapper .lightSlider.lsGrabbing a{
	cursor:inherit !important;
}


 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.2 - Module
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 Module 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/ 
 [class*="hw-el-"].hw-none  .hw-item-list,
[class*="hw-el-"].hw-boxed-all .hw-item-list{
	overflow:hidden;
}
 

.hw-boxed-content .hw-gap-warp{
	width:100% !important;
	margin:0px !important;
 
}
.hw-boxed-content .hw-gap-content{
		background:var(--hw-post-bg,#ffffff);
	border-radius:var(--hw-main-rd,0px);
	box-shadow:var(--hw-box-layout-sd);	
	overflow: hidden;
}


body [class*="hw-module-"] [class*="hw-post-"]{
	position:relative;
	float:left;
	margin: 0;
	width:100%;
	transition: var(--hw-tr) ;
}
[class*="hw-module-"] .hw-thumb{
	border-radius:var(--hw-post-img-rd,var(--hw-main-rd));
	border:var(--hw-post-img-br,none);
	box-shadow:0 0 var(--hw-post-img-sd,0px)  var(--hw-post-img-sd,0px)  var(--hw-post-sd);
}

 
.hw-boxed-all,[class*="hw-boxed-item"] [class*="hw-module-"]  [class*="hw-post-"],
[class*="hw-boxed-details"] [class*="hw-module-"] .hw-details{
	padding: var(--hw-pd);
	background:var(--hw-post-bg,#ffffff);
	border-radius:var(--hw-main-rd,0px);
	box-shadow:var(--hw-box-layout-sd);
}
body .hw-boxed-all.hw-has-tbox{
	padding:calc(var(--hw-pd) /2) var(--hw-pd) var(--hw-pd);
}
[class*="hw-boxed-item"] [class*="hw-module-"]  [class*="hw-post-"]:hover,
[class*="hw-boxed-details"] [class*="hw-module-"]  [class*="hw-post-"]:hover .hw-details{
	--hw-box-layout-sd:var(--hw-box-layout-hv-sd);
}
.hw-boxed-item-2 [class*="hw-module-"] [class*="hw-post-"]{
	padding:5px !important;
}
.hw-boxed-item-2 [class*="hw-module-"] .hw-details,
[class*="hw-boxed-details"] [class*="hw-module-"] .hw-details{
	padding:  var(--hw-pd) ;
	z-index:2;
	margin-top:0px ;
}
.hw-boxed-item-2 .hw-module-1 .hw-details{
		padding:  calc(var(--hw-pd,0px) - 5px) var(--hw-pd,0px) ;
}

.hw-boxed-item-2  .hw-module-2  .hw-details{
 		padding: var(--hw-pd,0px)  calc(var(--hw-pd,0px) - 5px)   ;
}

[class*="hw-el-"].hw-none [class*="hw-module-"] [class*="hw-post-"]::before,
[class*="hw-el-"].hw-none [class*="hw-module-"] [class*="hw-post-"]::after,
[class*="hw-el-"].hw-boxed-all [class*="hw-module-"] [class*="hw-post-"]::before,
[class*="hw-el-"].hw-boxed-all [class*="hw-module-"] [class*="hw-post-"]::after,
[class*="hw-el-"].hw-boxed-content [class*="hw-module-"] [class*="hw-post-"]::before,
[class*="hw-el-"].hw-boxed-content [class*="hw-module-"] [class*="hw-post-"]::after {
     content: "";
    position: absolute;
	border-style:var(--hw-bw-border,solid)  !important;
	border-color:var(--hw-post-sd,var(--hw-main-br-cr)) !important;
}
.hw-bw-border-2{	
--hw-bw-border:dashed;
}
[class*="hw-module-"] [class*="hw-post-"]::before{
	border-width: 1px 0 0 0 ;
	height: 1px;
	
	width:100% ;
 	left: 0;
	top:calc(calc(var(--hw-gp) / -2 ) - 2px);

}
[class*="hw-module-"] [class*="hw-post-"]::after{
     position: absolute;
 	width:1px;
	 	height: 100% ;

 	border-width: 0px 1px 0 0 ;
	top: 0px;
 	right:calc(calc(var(--hw-gp) / -2 ) - 2px)
 }
 
 [class*="hw-el-"].hw-boxed-item.hw-gap-0px .lSSlideWrapper::before,
  [class*="hw-el-"].hw-boxed-item-2.hw-gap-0px  .lSSlideWrapper::before {
	 box-shadow:-1px 1px 0 0px var(--hw-post-sd) inset;
	 content:"";
	 position:absolute;
	 top:0px;z-index: 102;
pointer-events: none;
	 right:0px;
	 width:100%;
	 height:100%;
  }
  
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.3 - Module 1
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-module-1{
	--hw-ag:left;
	--hw-post-dis:inline-block;
}
.hw-module-1 .hw-thumb{
	width: var(--hw-img-wt);
}
[class*="hw-el-"].hw-none .hw-not-thumb.hw-module-1,[class*="hw-el-"].hw-boxed-all .hw-not-thumb.hw-module-1,[class*="hw-el-"].hw-boxed-item .hw-not-thumb.hw-module-1{
	--hw-dt-pd-rt:0px !important;
}
.hw-module-1 .hw-details {
	padding-left:var(--hw-dt-pd-rt,var(--hw-pd)) !important;
	z-index:1;
	margin:var(--hw--dt-ver,0 auto auto);
	text-align:var(--hw-ag,left);
	width:calc(100% - var(--hw-img-wt));
}
.hw-boxed-details-2 .hw-module-1 .hw-details {
	margin-top: 20px;
	position: relative;
	margin-left: -40px !important;
	margin-bottom: 20px;
	height: calc(100% - 40px) !important;
	width: calc(calc(100% - var(--hw-img-wt)) + 40px);
}
[class*="hw-boxed-details"] .hw-module-2.hw-not-thumb {
	display:flex;
}
 .hw-boxed-details  .hw-module-1.hw-not-thumb .hw-details{
	margin:0px  !important;
}
.hw-boxed-details-2 .hw-module-1.hw-not-thumb .hw-details{
	margin:  20px 0 !important;
		width: calc(calc(100% - var(--hw-img-wt)) );

}

.hw_img_width_auto,.hw_img_width_auto-second .hw-second{
	--hw-img-wt:auto ;
	--hw-img-wt-number:30 ;
}.hw_img_width_5,.hw_img_width_5-second .hw-second{
	--hw-img-wt:5% ;
 	--hw-img-wt-number:0.5 ;
	
}.hw_img_width_10,.hw_img_width_10-second .hw-second{
	--hw-img-wt:10% ;
 	--hw-img-wt-number:0.10 ;
}
.hw_img_width_15,.hw_img_width_15-second .hw-second {
	--hw-img-wt:15% ;
 	--hw-img-wt-number:0.15 ;
}
.hw_img_width_20,.hw_img_width_20-second .hw-second{
	--hw-img-wt:20% ;
 	--hw-img-wt-number:0.2 ;
}
.hw_img_width_25,.hw_img_width_25-second .hw-second{
	--hw-img-wt:25% ;
 	--hw-img-wt-number:0.25 ;
}
.hw_img_width_27,.hw_img_width_27-second .hw-second{
	--hw-img-wt:27.5% ;
 	--hw-img-wt-number:0.275 ;
}
.hw_img_width_30,.hw_img_width_30-second .hw-second{
	--hw-img-wt:30% ;
 	--hw-img-wt-number:0.30 ;
}
.hw_img_width_32,.hw_img_width_32-second .hw-second{
	--hw-img-wt:32% ;
 	--hw-img-wt-number:0.32 ;
}.hw_img_width_35,.hw_img_width_35-second .hw-second{
	--hw-img-wt:35% ;
 	--hw-img-wt-number:0.35 ;
}
.hw_img_width_37,.hw_img_width_37-second .hw-second{
	--hw-img-wt:37.5% ;
 	--hw-img-wt-number:0.375 ;
}
.hw_img_width_40,.hw_img_width_40-second .hw-second{
	--hw-img-wt:40% ;
	--hw-img-wt-number:0.40 ;
 }
.hw_img_width_45,.hw_img_width_45-second .hw-second{
	--hw-img-wt:45% ;
 	--hw-img-wt-number:0.45 ;
}
.hw_img_width_50,.hw_img_width_50-second .hw-second{
	--hw-img-wt:50%;
 	--hw-img-wt-number:0.5 ;
}
.hw_img_width_55,.hw_img_width_55-second .hw-second{
	--hw-img-wt:55%;
 	--hw-img-wt-number:0.55 ;
}
.hw_img_width_60,.hw_img_width_60-second .hw-second{
	--hw-img-wt:60%;
 	--hw-img-wt-number:0.6 ;
}
.hw_img_width_65,.hw_img_width_65-second .hw-second{
	--hw-img-wt:65%;
 	--hw-img-wt-number:0.65 ;
}
.hw_img_width_70,.hw_img_width_70-second .hw-second{
	--hw-img-wt:70%;
 	--hw-img-wt-number:0.70 ;
}
.hw_img_width_auto .hw-module-1 .hw-post-blog{
 display: inline-grid!important;
grid-template-columns: auto auto!important;
}
.hw_img_width_auto .hw-module-1 .hw-details{
	
	width:100% !important;
}
body .hw-el-image-list .hw-excerpt{
	display:inline-block !important;
}
 
  
.hw-module-1 .hw-product-tags {
width: calc(var(--hw-img-wt) - 20px);
}
.woocommerce.hw-boxed-item 	.hw-module-1 .hw-product-tags{
width: calc(var(--hw-img-wt) - ((var(--hw-pd) * 2) * var(--hw-img-wt-number) ) + (var(--hw-pd)*2) - 20px);
}
.woocommerce.hw-boxed-item-2 	.hw-module-1 .hw-product-tags{
width: calc(var(--hw-img-wt) - 10px);
}
.hw-module-1 .hw-product-tag-hide{
display:none !important;
}

	
body .hw-el-image-list .hw-thumb{
	
	border-radius: var(--hw-post-img-rd,0px);
}
@media (max-width: 1199px) {
	.hw-module-1 .hw-excerpt,.hw-module-1 .hw-readmore {
		display: var(--hw-dp,inline-block) !important;
	}
}
@media (max-width: 1024px) {
	[class*="hw_img_width"] .hw-post-blog{
		--hw-img-wt:35%;
		
	}
		[class*="hw_img_width"] .hw-post-product{
		--hw-img-wt:25% !important;
		 	--hw-img-wt-number:0.25 ;

	}
	.hw_img_width_auto .hw-post-blog{
	--hw-img-wt:auto !important;
}
}
 body .hw-el-image-list .hw-title::before,body .hw-el-image-list .hw-excerpt::before
{
	content:'- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -';
	width:100%;
	visibility:hidden;
	float:right;
	position:relative;
	font-size:18px!important;
	height:0
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.4 - Module 2
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-module-2{
	--hw-post-dis:grid;
}
[class*="hw-el-"].hw-none .hw-not-thumb.hw-module-2,[class*="hw-el-"].hw-boxed-all .hw-not-thumb.hw-module-2,[class*="hw-el-"].hw-boxed-item .hw-not-thumb.hw-module-2{
	--hw-dt-mg-tp:0px !important;
}
.hw-module-2 .hw-details {
	margin-top:var(--hw-dt-mg-tp,var(--hw-pd)) ;
}
 
 
.hw-item-hover .hw-post-product{
height: calc(100% + calc(var(--hw-product-lg) * 3) + var(--hw-pd) );

}
 

[class*="hw-el-"] .hw-item-list:hover{
	z-index:100;	
}
.hw-module-2 .hw-details > *:last-child{
	margin-bottom:0px;
}
[class*="hw-boxed-details"] .hw-module-2 [class*="hw-post-"]{
	grid-template-rows: min-content;
	display: grid;
}
.hw-boxed-details-2 .hw-module-2 .hw-details{
	margin: -40px 20px 0 !important ;
	width:auto;
}

[class*="hw-boxed-details"] .hw-module-2.hw-not-thumb {
	display:flex;
}
 .hw-boxed-details  .hw-module-2.hw-not-thumb .hw-details{
	margin:0px  !important;
}
.hw-boxed-details-2 .hw-module-2.hw-not-thumb .hw-details{
	margin:0px 20px !important;
}
@media (max-width: 1199px) {
	.hw-module-2 .hw-excerpt {
		display: var(--hw-dp-3,inline-block) !important;
	}
	.hw-module-2 .hw-readmore {
		display: var(--hw-dp,inline-block) !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.5 - Glider
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
 
.hw-glider{
	--hw-post-tl-lk:var(--hw-cap-txt) ;
	--hw-expt-txt:var(--hw-cap-expt-txt) ;
	--hw-meta-txt:var(--hw-cap-meta-txt) ;
	--hw-main-br-cr:var(--hw-cap-br-cr) ;
	padding:0px ;
}
.hw-glider [class*="hw-post-"]{
	padding-bottom: calc(var(--hw-ratio,0px) - var(--hw-gp,0px));
width: calc(100% - var(--hw-gp,0px));
float: left;
	height: fit-content;

position: relative;
overflow: hidden;
box-shadow: var(--hw-box-layout-sd);
border-radius: var(--hw-main-rd,0px);
margin: calc(var(--hw-gp,0px) / 2);	
 
}
.hw-glider [class*="hw-post-"] .hw-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.hw-glider [class*="hw-post-"]:hover{
	box-shadow: var(--hw-box-layout-hv-sd);
}
.hw-glider .hw-thumb{
	height:var(--hw-ratio-ht,fit-content);
	position: var(--hw-ratio-po,absolute);
	width: 100%;
}
.hw-glider .hw-thumb a{
	padding-bottom:0px !important;
}
.hw-glider .hw-thumb a::before{
	position:absolute;
	top:0px;
	bottom:0px;
	content:"";
	width:100%;
	height:100%;
	z-index:1;
	background:var(--vao-sl-cr-bg,none);
}
.hw-glider.hw-not-thumb{
	background: var(--hw-cap-bg) ;
}
.hw-glider .hw-hover-icon{
	display:var(--hw-dp-2,inline-block);
}
[class*="hw-el-"]:not(.hw-cap-hover-middle) .hw-glider figcaption{
	opacity:1 !important;
	transform:none !important;
	padding:0px !important;
}
[class*="hw-el-"]:not(.hw-cap-hover-middle) .hw-glider figcaption::before,
[class*="hw-el-"]:not(.hw-cap-hover-middle) .hw-glider figcaption::after{
	display:none !important;
}
.hw-cap-hide figcaption{
	display:none !important;
}
.hw-cap-middle figcaption,
.hw-cap-hover-middle figcaption {
	align-items: center;
}
.hw-cap-hover-bottom figcaption,
.hw-cap-bottom figcaption,.hw-cap-gradient-bottom figcaption{
	align-items: end;
}
.hw-cap-bottom figcaption{
	height:auto;
	bottom:0px;
}
.hw-cap-middle .hw-icon-video {
	position: relative;
	margin: 0 0 var(--hw-mg-tp);
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: var(--hw-ag,center);
	height: var(--hw-icn-sz);
	float: var(--hw-ag,center);
}
.hw-cap-gradient-bottom figcaption{
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,var(--hw-cap-bg) 100%) !important;
}
 
.hw-cap-hover-bottom figcaption{
	bottom:-100%;
	height:auto !important;
	transition: bottom 350ms;
}
.hw-cap-hover-bottom .hw-glider [class*="hw-post-"]:hover figcaption{
	bottom:0px;
	transition: bottom 350ms;
}
.hw-glider [class*="hw-post-"]:hover .hw-hover-icon{
	margin-bottom:var(--hw-mg-tp);
}
.hw-glider .hw-details{
	position:relative;
	padding:var(--hw-pd);
}
.hw-glider .hw-excerpt,.hw-glider .hw-readmore{
	display: var(--hw-dp,inline-block) !important;
}
.hw-glider .hw-meta {
	display: var(--hw-dp-4,inline-block) !important;
}
.hw-glider .hw-post-slider  .hw-thumb a{
background-image: var(--hw-bg-2,var(--hw-bg,none));
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

.hw-image-featured {
grid-template-columns: var(--hw-flx-col);
display: grid;
}
.hw-image-featured  .hw-glider{
	padding:calc(var(--hw-gp,0px) / 2);
	display:flex;
	position:relative;
 }
.hw-bw-border .hw-image-featured  .hw-glider{
padding: calc(var(--hw-gp,0px) / 2);
	padding-right:0px !important;

}
.hw-image-featured  .vs-single  .vs-slide-item{
	 	border-radius:0px;
	border-color:transparent !important;
	border-width:0px !important;
 	box-shadow:none !important;
	background-color:transparent !important;
 }
.hw-image-featured .hw-post-slider{
 	padding-bottom:  0 !important;
 float: left !important;
--hw-ratio-ht:100%;
 position: absolute !important;
overflow: hidden !important;
box-shadow: var(--hw-box-layout-sd) !important;
border-radius: var(--hw-main-rd,0px) !important;
margin: 0px;
  height: calc(100% - var(--hw-gp,0px)) !important;
 width: calc(100% - var(--hw-gp,0px)) !important;
}
.hw-image-featured .vs-elementor-item::before {
	display:none !important;
}
.hw-image-featured .hw-post-slider .hw-inner{
	position:relative;
}
.hw-image-featured .vs-elementor-item,
.hw-image-featured .vs-slide-list-warp,
.hw-image-featured .vs-slide-list,
.hw-image-featured .vs-slide-item,
.hw-image-featured .vs-slide-cover{
	height:100% !important;
}
@media (max-width: 1024px) {
.hw-image-featured > .hw-glider{
	display:none !important;
}
.hw-image-featured {
	grid-template-columns: 100%!important;
display: grid;
}
}
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.6 - Post Layout
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 @media (min-width: 1025px) {
	.hw_grid_14,.hw_featured_18 {
		--hw-flx:6;
	}
	.hw_grid_15,.hw_featured_21 {
		--hw-flx:12;
	}
	.hw_featured_20 {
		--hw-flx:10;
	}
	.hw_featured_22{
		--hw-flx:15;
	}
	.hw_list_5 > *:first-child,
	.hw_grid_14 > *:nth-child(n + 3),
	.hw_featured_14 > *:first-child,
	.hw_featured_18 > *:nth-child(n + 3),
	.hw_featured_19 > *:first-child,
	.hw_featured_19 > *:nth-child(2),.hw_featured_20 > *{
		grid-column-end: span 2;
	}
	.hw_list_6 > *:first-child,
	.hw_grid_14 > *,
	.hw_grid_15 > *:nth-child(n + 4),
	.hw_featured_15 > *:first-child,
	.hw_featured_18 > *,
	.hw_featured_21 > *:nth-child(n + 4),
	.hw_featured_22 > *:nth-child(n + 4){
		grid-column-end: span 3;
	}
	.hw_grid_15 > *,.hw_featured_16 > *:first-child,
	.hw_featured_21 > *{
		grid-column-end: span 4;
	}
	.hw_featured_17 > *:first-child,
	.hw_featured_20 > *:first-child,
	.hw_featured_20 > *:nth-child(2),
	.hw_featured_22 > *{
		grid-column-end: span 5;
	}
	.hw_list_7 > *:first-child,
	.hw_list_8 > *:first-child,
	.hw_grid_9 > *:first-child,
	.hw_grid_10 > *:first-child,
	.hw_grid_11 > *:first-child,
	.hw_grid_12 > *:first-child,
	.hw_featured_9 > *:first-child,
	.hw_featured_10 > *:first-child,
	.hw_featured_11 > *:first-child,
	.hw_featured_12 > *:first-child,
	.hw_featured_24 > *:first-child,
	.hw_featured_25 > *:first-child,
	.hw_featured_26 > *:first-child{
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
		.hw_list_9 > *:first-child,

	.hw_grid_13 > *:first-child,
	.hw_featured_13 > *:first-child {
		grid-column-start: 2;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_23 > *:first-child{
		grid-column-end: 4;
		grid-row-end: 4;
		grid-column-start: 1;
		grid-row-start: 1;
	}
	.hw_featured_24 > *:nth-child(2),
	.hw_featured_26 > *:nth-child(2){
		grid-column-end: span 2;
	}
	.hw_featured_25 > *:nth-child(2),
	.hw_featured_29 > *:first-child{
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_26 > *:nth-child(7){
		grid-row-end: 4;
		grid-row-start: 2;
		grid-column-start: 4;
		grid-column-end: 5;
	}
	.hw_featured_27 > *:first-child{
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_27 > *:nth-child(7){
		grid-row-start: 2;
		grid-row-end: 4;
		grid-column-start: 3;
		grid-column-end: 4;
	}
	.hw_featured_28 > *:first-child,
	.hw_featured_28 > *:nth-child(3){
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_28 > *:nth-child(3){
		grid-column-start: 3;
		grid-column-end: 4;
	}
	.hw_featured_28 > *:nth-child(6),
	.hw_featured_28 > *:nth-child(8){
		grid-row-start: 2;
		grid-row-end: 4;
	}
	.hw_featured_28 > *:nth-child(6){
		grid-column-start: 2;
		grid-column-end: 3;
	}
	.hw_featured_28 > *:nth-child(8){
		grid-column-start: 4;
		grid-column-end: 5;
	}
	.hw_featured_30 > *:first-child{
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_31 > *:nth-child(5){
		grid-column-start: 3;
		grid-column-end:5;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.hw_featured_32 > *:nth-child(3){
		grid-column-start: 2;
		grid-column-end:3;
		grid-row-start: 1;
		grid-row-end: 3;
	}
}
@media (max-width: 1024px) {
	.hw_first_full.hw-item-list > *:first-child{
		width:100% !important;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.hw-flex > .hw-module-2 > .hw-post-blog,
	.hw-flex.hw_first_full > .hw-module-2:first-child > .hw-post-blog,
	.hw-flex > .hw-glider > .hw-post-blog,
	.hw-flex.hw_first_full > .hw-glider:first-child > .hw-post-blog {

		--hw-ratio:calc(var(--hw-ratio-auto,0) * 30%) !important;
	}
	.hw-flex.hw_tab_1_2 > .hw-module-2 > .hw-post-blog,
	.hw-flex.hw_tab_1_2 > .hw-glider > .hw-post-blog {
		--hw-ratio:calc(var(--hw-ratio-auto,0) * 60%) !important;
	}
	.hw-flex.hw_tab_1_3 > .hw-module-2 > .hw-post-blog,
	.hw-flex.hw_tab_1_4 > .hw-module-2 >.hw-post-blog ,
	.hw-flex.hw_tab_1_3 > .hw-glider > .hw-post-blog,
	.hw-flex.hw_tab_1_4 > .hw-glider >.hw-post-blog {
		--hw-ratio:calc(var(--hw-ratio-auto,0) * 75%) !important;
	}
}
@media (max-width: 767px) {
	.hw-flex > * > .hw-post-blog.hw-module-2,
	.hw-flex.hw_first_full > .hw-module-2:first-child > .hw-post-blog,
	.hw-flex > .hw-glider > .hw-post-blog,
	.hw-flex.hw_first_full > .hw-glider:first-child > .hw-post-blog{
		--hw-ratio:calc(var(--hw-ratio-auto,0) * 60%) !important;
	}
	.hw-flex.hw_mob_1_2 > .hw-module-2 > .hw-post-blog,
	.hw-flex.hw_mob_1_2 > .hw-glider > .hw-post-blog {
		--hw-ratio:calc(var(--hw-ratio-auto,0) * 75%) !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.7 - facaption 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

[class*="hw-imghvr-slide"] figcaption,.hw-imghvr-flip-vert figcaption,.hw-imghvr-flip-horiz figcaption{
	opacity:1 !important;
}
[class*="hw-imghvr-"] [class*='hw-post-']:hover figcaption {
	transform: translate(0,0) rotate3d(0, 0, 0, 0deg) rotateX(0deg) scale(1);
	opacity:1;
}

.hw-imghvr-slide-up figcaption {
	transform: translateY(100%);
}
.hw-imghvr-slide-down figcaption {
	transform: translateY(-100%);
}
.hw-imghvr-slide-right figcaption {
	transform: translateX(100%);
}
.hw-imghvr-slide-left figcaption {
	transform: translateX(-100%);
}

.hw-imghvr-flip-horiz figcaption {
	transform: rotateX(90deg);
	transform-origin: 0% 50%;
}
.hw-imghvr-flip-vert figcaption {
	transform: rotateY(90deg);
	transform-origin: 50% 0%;
}
.hw-imghvr-flip-diag-1 figcaption {
	opacity:0;
	transform: rotate3d(1, -1, 0, 100deg);
}
.hw-imghvr-flip-diag-2 figcaption {
	opacity:0;
	transform: rotate3d(1, 1, 0, 100deg);
}

.hw-imghvr-zoom-in figcaption {
	transform: scale(0.5);
	opacity: 0;
}
.hw-imghvr-zoom-out figcaption {
	transform: scale(2.0);
	transform-origin: 50% 50%;
	opacity: 0;
}

.hw-imghvr-layla figcaption{
	opacity:0;
	padding:40px;
}
.hw-imghvr-layla figcaption::before,.hw-imghvr-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.hw-imghvr-layla figcaption::before {
	top: 40px;
	left: 20px;
	bottom: 40px;
	right: 20px;
	border-top: 1px solid var(--hw-cap-txt);
	border-bottom: 1px solid var(--hw-cap-txt);
	transform: scale(0,1);
	transform-origin: 0 0;
}
.hw-imghvr-layla figcaption::after {
	top: 20px;
	left: 40px;
	bottom: 20px;
	right: 40px;
	border-left: 1px solid var(--hw-cap-txt);
	border-right: 1px solid var(--hw-cap-txt);
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	transform-origin: 100% 0;
}
.hw-imghvr-layla [class*='hw-post-']:hover figcaption::before,.hw-imghvr-layla [class*='hw-post-']:hover figcaption::after {
	opacity: 1;
	transform: scale(1);
}
.hw-imghvr-layla[class*='hw-post-']:hover figcaption::after {
	transition-delay: 0.15s;
}

.hw-imghvr-oscar figcaption{
	padding: var(--hw-pd);
}
.hw-imghvr-oscar figcaption::before {
	position: absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	border: 1px solid var(--hw-cap-txt);
	content: '';
	opacity: 0;
	transform: scale(0.0);
	z-index:1;
	pointer-events: none;
	border-radius: var(--hw-post-img-rd,var(--hw-main-rd,0px));
	transition: 0.5s ;
}
.hw-imghvr-oscar [class*='hw-post-']:hover figcaption::before {
	opacity: 1;
	border: 1px solid var(--hw-cap-txt);
	right: var(--hw-pd);
	bottom: var(--hw-pd);
	top: var(--hw-pd);
	transform: scale(1.0);
	left: var(--hw-pd);
}

.hw-imghvr-bubba figcaption{
	opacity:0;
	padding:var(--hw-pd)
}
.hw-imghvr-bubba [class*='hw-post-']:hover figcaption{
	opacity:1;
}
.hw-imghvr-bubba figcaption::before,.hw-imghvr-bubba figcaption::after {
	position: absolute;
	top: var(--hw-pd);
	left: var(--hw-pd);
	bottom: var(--hw-pd);
	right: var(--hw-pd);
	content: '';
	opacity: 0;
	transition: opacity 0.35s, transform 0.35s;
}
.hw-imghvr-bubba figcaption::before {
	border-top: 1px solid var(--hw-cap-txt);
	border-bottom: 1px solid var(--hw-cap-txt);
	transform: scale(0,1);
}
.hw-imghvr-bubba figcaption::after {
	border-left: 1px solid var(--hw-cap-txt);
	border-right: 1px solid var(--hw-cap-txt);
	transform: scale(1,0);
}
.hw-imghvr-bubba [class*='hw-post-']:hover figcaption::before,.hw-imghvr-bubba [class*='hw-post-']:hover figcaption::after {
	opacity: 1;
	transform: scale(1);
}

.hw-imghvr-chico figcaption{
	opacity:0;
	padding: var(--hw-pd);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.hw-imghvr-chico figcaption::before {
	position: absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	border: 1px solid var(--hw-cap-txt);
	content: '';
	opacity: 0;
	transform: scale(1.1);
	z-index:1;
	border-radius: var(--hw-post-img-rd,var(--hw-main-rd,0px));
	pointer-events: none;
	-webkit-transition: 0.5s ;
	transition: 0.5s ;
}
.hw-imghvr-chico [class*='hw-post-']:hover figcaption::before {
	opacity: 1;
	border: 1px solid var(--hw-cap-txt);
	right: var(--hw-pd);
	bottom: var(--hw-pd);
	top: var(--hw-pd);
	transform: scale(1.0);
	left: var(--hw-pd);
}
.hw-imghvr-selena figcaption{
	opacity:0;
	padding: var(--hw-pd);
	transition: 0.5s;
}
.hw-imghvr-selena figcaption::before {
	position: absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	border: 0px solid var(--hw-cap-txt);
	content: '';
	opacity: 0;
	transform: scale(1.1);
	border-radius: var(--hw-post-img-rd,var(--hw-main-rd,0px));
	z-index:1;
	pointer-events: none;
	transition: 0.5s ;
}
.hw-imghvr-selena [class*='hw-post-']:hover figcaption::before {
	opacity: 1;
	border: var(--hw-pd) solid var(--hw-cap-txt);
	right: 0;
	bottom: 0;
	top: 0;
	transform: scale(1.0);
	left: 0;
}

.hw-imghvr-ming figcaption{
	opacity:0;
	padding: var(--hw-pd);
	transition: 0.5s;
}
.hw-imghvr-ming figcaption::before {
	position: absolute;
	right:0px;
	left:0px;
	top:0px;
	bottom:0px;
	border: 0px solid #fff;
	content: '';
	opacity: 0;
	transform: scale(1.1);
	z-index:1;
	pointer-events: none;
	border-radius: var(--hw-post-img-rd,var(--hw-main-rd,0px));
	transition: 0.5s ;
}
.hw-imghvr-ming [class*='hw-post-']:hover figcaption::before {
	opacity: 1;
	border: var(--hw-pd) solid var(--hw-cap-br-cr);
	right: 0;
	bottom: 0;
	top: 0;
	box-shadow: 0 0 0 2px var(--hw-cap-txt) inset;
	transform: scale(1.0);
	left: 0;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.8 - 404
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-sorry {
	padding: 0 10px;
}
.hw-sorry .widget_search {
	width: 100% !important;
	margin-top: 10px !important;
}
.hw-single-post .hw-excerpt {
	margin-bottom: 20px;
}
body .hw-404 {
	width:100% !important;
	font-size:150px;
	line-height:1em;
	float:left;
	width:100%;
	color:var(--hw-main-hl);
}
.hw-404-page .hw-opps{
	font-size:30px;
	line-height:1.5em;
	margin-bottom: 20px;
	color:var(--hw-main-lk);
}
.hw-404-page .hw-opps-dese{
	margin-bottom: 35px;
	line-height: 1.5em;
	color: var(--hw-main-txt);
}
.hw-404-page .hw-column-main{
	text-align:center;
	padding:50px 20px;
}
.hw-404-page .widget_search {
	margin: auto !important;
	float: none !important;
	display: block !important;
	width: 600px !important;
}
@media (max-width: 767px){
	body .hw-404 {
		font-size: 50px;
		margin-bottom:15px;
	}
	.hw-404-page .hw-opps{
		font-size:18px;
		margin-bottom:15px;
	}
	.hw-404-page .widget_search {
		width: 100% !important;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.9 - Macy 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.hw-append{
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	opacity:0;
}
body .rez-all-transition-active{
	transform:none !important;
	transition:none !important;
}
.rez-has-hide{
	display:none
}
.rez-transition-active .hw-gap-warp > .hw-item-list{
	height:var(--hw-old-list-ht) !important;
	transition:height 350ms linear !important;
}
.rez-transition-active .hw-gap-warp > .hw-item-list .hw-item.rez-to-hide,.rez-transition-active .hw-gap-warp > .hw-item-list .hw-item{
	position:fixed;
	width:var(--hw-old-wt) !important;
	height:var(--hw-old-ht) !important;
	right:var(--hw-old-hor) !important;
	left:auto !important;
	top:var(--hw-old-ver) !important;
}
.rez-animte .hw-gap-warp > .hw-item-list .hw-item {
	position:fixed;
	width:var(--hw-wt) !important;
	height:var(--hw-ht) !important;
	right:var(--hw-hor) !important;
	left:auto !important;
	top:var(--hw-ver) !important;
}
.rez-transition-active.rez-animte .hw-gap-warp > .hw-item-list{
	height:var(--hw-list-ht) !important;
	transition:height 200ms linear !important;
}
.rez-transition-active.hw-old-list-height.rez-animte .hw-gap-warp > .hw-item-list{
	transition:height 200ms linear 150ms !important;
}
.rez-animte .hw-item.rez-to-move {
	transition:right 350ms linear,top 350ms linear !important;
}
.rez-transition-active .hw-gap-warp > .hw-not-move.hw-item-list{
}
.rez-transition-active .hw-item.rez-to-show{
	transform: scale(0) ;
	transition:transform 350ms linear!important;
}
.rez-transition-active.rez-animte .hw-item.rez-to-show{
	transform: scale(1) ;
	transition:transform 350ms linear !important;
}
.rez-transition-active.rez-animte .hw-item.rez-to-hide{
	transform: scale(0);
	transition:transform 350ms linear !important;
}
[id*="macy-"] .hw-item{
	position:absolute !important;
	left: var(--macy-hor);
	top: var(--macy-ver);
	transform: scale(1);
	position: absolute;
	transition:none ;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		4.10 - Widgets 
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body .widget {
	line-height: 1.8em;
	font-size: 15px;
	--hw-pd:20px;
	--hw-el-pd:var(--hw-default-pd);
}
body [class*="hw-el-widget"]{
	--hw-el-pd:var(--hw-default-pd);
}
.widget-warp {
	float: left;
	border-radius: 0px;
	width: 100%;
}
.hw-el-widget_social [class*="hw-tbox"],.widget [class*="hw-tbox"] {
	margin-bottom: 20px;
}
.hw-sidebar:not(.hw-sidebar-boxed-all) .hw-tbox-style-1 {
  margin: -10px 0px 14px !important;
}
.widget .widget-container {
	float: left;
	width:100%;
}
.hw-sidebar-boxed-all .widget,
.hw-sidebar-boxed-item .widget .widget-container{
	padding: var(--hw-pd);
	background: var(--hw-post-bg,rgb(255, 255, 255));
	border-radius: var(--hw-main-rd,0px);
	box-shadow: var(--hw-box-layout-sd);
}
.hw-sidebar-boxed-all .widget{
	padding: calc(var(--hw-pd) / 1.5) var(--hw-pd) var(--hw-pd);
}
.widget .screen-reader-text {
	display: none
}
.widget a {
	font-size: 15px;
 	line-height: 1.8em
}
.widget li {
	list-style: none;
	color:inherit;
	margin:0px;
}
.widget ul {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.widget ul ul,.widget ol ol {
	margin: 0 0 0 15px
}
.widget ul li {
	padding: 5px 0
}
.widget ul li ul li {
	padding: 5px 0 5px 0px
}
.widget ul li:before {
	font-family: 'fontsite';
	content: "\F024";
	font-style: normal;
	vertical-align: top;
	font-size: 1.5em;
	margin-right: 10px;
	margin-top: 2px;
	float: left;
}
.widget.widget_rss [class*="hw-tbox"] h4 a:not(.rsswidget) {
	display: none;
}
.widget_rss span {
	padding: 0px !important;
}
.widget_rss a {
	background: none !important;
}
.widget.widget_rss [class*="hw-tbox"] h4 a:nth-child(1) {
	padding: 5px 5px 5px 0px;
	font-size: inherit !important;
}
.widget.widget_rss [class*="hw-tbox"] h4 a:nth-child(2) {
	padding: 5px 0px 5px 0px;
	font-size: inherit !important;
}
.widget select {
	width: 100%
}
/******* Calender *****/
.widget #wp-calendar {
	width: 100%;
	margin: 0 !important;
}
.widget #wp-calendar caption {
	text-align: center;
	padding: 5px 10px;
	background:var(--hw-primary-bg) !important;
	color:var(--hw-primary-txt) !important;
}
.wp-calendar-nav{
	display:none;
}
.widget .searchform input#s {
	width: 100%
}
.widget .searchform #searchsubmit {
	cursor: pointer
}
.widget_text img {
	max-width: 100%;
	height: auto
}
.widget.widget_nav_menu li a::before {
	content: inherit;
	display: none;
}
.widget p {
	line-height: 1.7em;
	margin: 0 0 1.6em;
}
.widget_text .wp-caption-text {
	padding: 5px
}
.hw-el-widget_social .hw-item-list {
	display:grid;
	grid-template-columns: 20% 20% 20% 20% 20% !important;
}
 
.hw-ads {
	text-align: center;
	float: left;
	display: inline-block;
	width: 100%
}
.hw-ads img {
	display: inline-block;
	float: left;
	top: 0;
	border-radius:var(--hw-main-rd);
	left: 50%;
	max-width: 100%;
	height: auto;
	position: relative;
	transform: translate(50%, 0);
	font-size: 0;
}
.hw-resize.hw-ads img {
	width: 100%;
	float: left
}
 
.hw-tags-box {
	float: left;
	width: 100%;
}
.tag-cloud-link,.hw-tags-box a {
	font-weight: 400;
	padding: 3px 7px;
	margin: 3px;
	float: left;
	background:var(--hw-main-gry);
	color:var(--hw-main-txt);
	font-size: 13px !important;
	position: relative;
	border-radius: var(--hw-btn-rd);
}
.tag-cloud-link:hover,.hw-tags-box a:hover{
	background:var(--hw-primary-hv-bg);
	color:var(--hw-primary-txt);
	box-shadow: 0 0 0 1px transparent inset;
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	5 - Element
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		5.1 - Element
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
[class*="hw-el-"],.widget{
	display:inline-block;
	float:left;
	transition:var(--hw-tr)!important;
	z-index:0;
	position:relative;
	--hw-el-pd:0px;
	margin:var(--hw-el-pd);
	width:-webkit-fill-available;
	width:-moz-available;
	width:fill-available;
	--hw-box-layout-sd:var(--hw-post-sd-sz) var(--hw-post-sd);
	--hw-box-layout-hv-sd:var(--hw-post-sd-sz) var(--hw-post-sd);
}
[class*="rd-el-"] .rd-item-list{
	--hw-box-layout-sd:var(--hw-post-sd-sz) var(--hw-post-sd);
	--hw-box-layout-hv-sd:var(--hw-post-sd-sz) var(--hw-post-sd);
}
[class*="hw-elementor"]{
	display:grid;
	z-index:0;
	grid-template-columns: 100%;
	position:relative;
	width:100%;
}
[class="hw-element-"]:hover {
	z-index: 999999999;
	position: relative;
}
body .elementor-element .elementor-widget-container{
	z-index:1;
	position:relative;
}
.hw-el-archive{
	--hw-el-pd:var(--hw-default-pd);
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px;
}
body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated{
	padding:0px;
}
body .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
	padding: 0px;
}
body .elementor-widget:not(:last-child){
	margin-bottom:0px;
}
body .elementor-grid{
	visibility:visible !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
	body [class*='hw-el-']{
		margin:var(--hw-el-tab-pd,var(--hw-el-pd))
}
}
@media (max-width: 767px) {
	body [class*='hw-el-']{
		margin:var(--hw-el-mob-pd,var(--hw-el-pd))
}
}


  .elementor-section [class*="elementor-widget-reza"]   .elementor-widget-container,
    .elementor-section .e-child [class*="elementor-widget-reza"]  .elementor-widget-container,
	  .elementor-section [class*="elementor-widget-hexwp"]   .elementor-widget-container,
    .elementor-section .e-child [class*="elementor-widget-hexwp"]  .elementor-widget-container {
	padding:20px;
}
 
.elementor-section [class*="elementor-widget-visualslider_slider"]  .elementor-widget-container,
.elementor-section  .e-child [class*="elementor-widget-visualslider_slider"]  .elementor-widget-container
 {
	padding:0px;
}
 
  [class*="elementor-widget-reza"]   .elementor-widget-container,
  [class*="elementor-widget-hexwp"]   .elementor-widget-container,
  [class*="elementor-widget-visualslider_slider"]  .elementor-widget-container
 {
	padding:10px 20px;
}
 
 body  .e-child [class*="elementor-widget-reza"]  .elementor-widget-container,
 body  .e-child [class*="elementor-widget-hexwp"]  .elementor-widget-container,
  body .e-child [class*="elementor-widget-visualslider_slider"]  .elementor-widget-container{
	padding:10px;
} 
body .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: var(--hw-body-wt);
}
body .elementor-element {
  --content-width: var(--hw-body-wt);
  --container-max-width: var(--hw-body-wt);
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		5.2 - Menu
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	9 - Category Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	9 - Category Menu
																		
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 .z-index,
 .hw-el-menu{
	 z-index:99;
	 --hw-menu-rd:var(--hw-main-rd,0px);
	 --hw-menu-tl-txt:var(--hw-primary-txt);
	 --hw-menu-tl-bg:var(--hw-primary-bg);
	 --hw-menu-bg:var(--hw-post-bg);
	 --hw-menu-lk:var(--hw-post-tl-lk);
	 --hw-menu-hv-lk:var(--hw-post-tl-hv-lk);
	 --hw-menu-br-cr:var(--hw-main-br-cr);
	 --hw-menu-more-txt:var(--hw-main-txt);
	 --hw-menu-more-bg:var(--hw-main-gry);
	 --hw-menu-pd:14.3px;
	--hw-nav-icn-mr:10px;	 
	
 		 --hw-drp-bx-bg:var(--hw-post-bg);
	 --hw-drp-tbox:var(--hw-main-lk);
--hw-drp-lk:var(--hw-main-lk);
--hw-drp-hv-lk:var(--hw-main-hv-lk);
--hw-drp-txt:var(--hw-main-txt);
--hw-drp-meta:var(--hw-meta-txt);
--hw-drp-lk-sd:var(--hw-main-lk-sd);

--hw-drp-hv-sd:var(--hw-main-hv-lk-sd);
--hw-drp-br-cr:var(--hw-main-br-cr);
--hw-drp-hl:var(--hw-main-hl);
--hw-drp-gry:var(--hw-main-gry);
 --hw-drp-rd:var(--hw-main-rd);
--hw-drp-fn-sz:14px;
--hw-drp-fn-wt:noraml;
--hw-drp-fn-tr:none;
--hw-drp-bx-sd:0 0 5px 0px rgba(0,10,20,0.10);
--hw-drp-bx-br-wt:0px;
--hw-drp-bx-rd:var(--hw-main-rd);;
 
 } 
 
 
body .hw-element-menu.hw-nav{
	 position:relative !important;
	 width:100% !important;
	 margin:0px !important;
  
	 display:inline-block !important;
 }
.hw-element-menu-title {
	  height: 50px !important;
	  padding: 0px 20px !important;
	  font-size: var(--hw-menu-tl-fn-sz,15px) !important;
	  font-weight: var(--hw-menu-tl-fn-wt,700) !important;
	  text-transform:	var(--hw-menu-tl-fn-tr,none)!important;
	    line-height: 50px !important;
	  float: left !important;
 	  border-radius: 00px!important;
	  width: 100%!important;
 	  margin: 0px !important;
	   color:var(--hw-menu-tl-txt) !important;
	  background: var(--hw-menu-tl-bg) !important;
	  border-top-left-radius: var(--hw-menu-rd) !important;
border-top-right-radius: var(--hw-menu-rd) !important;
}


.hw-element-menu-title::before {
color: inherit !important;
content: "\F050";
font-family: 'fontsite' !important;
margin-right: 10px;
font-size: 1.5em;
transition: color 0.3s linear;
float: left;
font-style: normal;
position: relative;
font-weight: 400;
}

.hw-element-menu-warp{
	position:relative;
 	float:left;
	width:100%;
}
 
 	.hw-element-menu .hw-cat-drop {
 	border-style:solid;
 	height: auto ;
 	float: left;
		 box-shadow:var(--hw-box-layout-sd);

	border-radius:0px;
	position:relative;
	z-index: 9999999999;
	width:100%;
	margin:0 0 !important;
	opacity:1 !important;
	transform:none;
	transition:none !important;
	padding:0px !important;
 	border:0px  !important;
}
.hw-element-menu .hw-cat-drop > li {
	display:var(--hw-menu-display,inline-block);
}
	.hw-element-menu .hw-cat-drop > li > a::after{
width: calc(100% - 40px);
position: absolute;
content: "";
left: 20px;
 
	border-bottom: solid 1px var(--hw-cat-sub-br-cr,transparent);
	bottom: 0;
}

 
.hw-element-menu .hw-cat-drop{
 	  background: var(--hw-menu-bg) !important;
	--hw-cat-sub-txt:var(--hw-menu-lk);
	--hw-main-hv-lk:var(--hw-menu-hv-lk);
	--hw-cat-sub-br-cr:var(--hw-menu-br-cr);
	 
}

.hw-element-menu:not(.hw-element-menu-has-title) .hw-cat-drop{
	  border-top-left-radius: var(--hw-menu-rd,0px) !important;
	border-top-right-radius: var(--hw-menu-rd,0px) !important;
}
.hw-element-menu:not(.hw-element-menu-has-more) .hw-cat-drop{
	  border-bottom-left-radius: var(--hw-menu-rd,0px) !important;
	border-bottom-right-radius: var(--hw-menu-rd,0px) !important;
}

 
.hw-element-menu .hw-cat-drop > li > a {
	padding:calc((var(--hw-cat-menu-pd,28px) / 2) *  var(--hw-menu-pd,1px) ) 20px;

	  font-size: var(--hw-menu-fn-sz,14px) !important;
	  font-weight: var(--hw-menu-fn-wt,400) !important;
	  text-transform:	var(--hw-menu-fn-tr,none)!important;
   }
.hw-element-menu-more{
	
 
	transition: all 300ms linear;
 	  background: var(--hw-menu-more-bg,var(--hw-main-gry)) !important;
	color:var(--hw-menu-more-txt,var(--hw-main-txt))!important;
	float: left;
    width: 100%;
    border-style: solid;
        border-bottom-style: solid;
 
	font-weight:700 !important;
         border-top-width: 1px;
    position: relative;
	
 	  font-size: var(--hw-menu-more-fn-sz,14px) !important;
	  font-weight: var(--hw-menu-more-fn-wt,400) !important;
	  text-transform:	var(--hw-menu-more-fn-tr,none)!important;	
	 line-height: 1.5em;
	border-bottom-left-radius: var(--hw-menu-rd,0px) !important;
border-bottom-right-radius: var(--hw-menu-rd,0px) !important;
 border-color: var(--hw-main-br-cr);
}
.hw-element-menu-more a{
	font-weight:700 !important;
 		color:inherit !important;
		cursor: pointer;
		font-size:inherit;
		float:left;
 	width:100% !important;
padding:var(--hw-menu-pd) 20px;
}
.hw-element-menu-more:hover{
 
 	 --hw-menu-more-txt:var(--hw-primary-txt);
	 --hw-menu-more-bg:var(--hw-primary-hv-bg);
}
 .hw-element-menu-more-active .hw-element-menu-more-text,
 .hw-element-menu-more-close{
	 display:none !important;
 }
  .hw-element-menu-more-active .hw-element-menu-more-close,
.hw-element-menu-more-text{
	 display:inline-block !important;
 }
 
.hw-element-menu-more-text::before {
    content: "+";
    float: right;
    font-weight: 400 !important;
    font-size: 2em !important;
    text-align: right;
}
.hw-element-menu-more-close::before {
    content: "-";
    float: right;
    font-weight: 400 !important;
    font-size: 2em !important;
    text-align: right;
}
  
@media (max-width: 1199px) and (min-width: 1025px) {
    .hw-element-menu-title {
		line-height:35px!important;
		height:35px!important;
		font-size:13px !important;
     }
	
}
@media (max-width: 1024px){
	 .hw-el-menu{
		 display:none !important;
	 }
}
 
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		5.3 - Contactform
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.wpcf7-form > *,.wpcf7-form [class*="col-1"]{
	position:relative;
	float:left;
	margin: calc(var(--hw-gp,0px) / 2);
	width: calc(var(--hw-form-wt,100%) - var(--hw-gp));
}
.wpcf7-form p >  label{
	width:100%;
}
.wpcf7-form .col-1-1 {
	--hw-form-wt: 100% ;
}
.wpcf7-form .col-1-2 {
	--hw-form-wt: 50% ;
}
.wpcf7-form .col-1-3 {
	--hw-form-wt: 33.331%;
}
.wpcf7-form .col-1-4 {
	--hw-form-wt: 25% ;
}
.wpcf7-form .col-1-5 {
	--hw-form-wt: 20%;
}
.wpcf7-form .col-1-6 {
	--hw-form-wt: 16.661%;
}
.wpcf7-form .col-1-7 {
	--hw-form-wt: 14.281%;
}
.wpcf7-form .col-1-8 {
	--hw-form-wt: 12.5%;
}
@media (max-width: 1024px) {
	.wpcf7-form .col-1-1,.wpcf7-form .col-1-2,.wpcf7-form .col-1-3,.wpcf7-form .col-1-4,.wpcf7-form .col-1-5,.wpcf7-form .col-1-6,.wpcf7-form .col-1-7,.wpcf7-form .col-1-8{
		--hw-form-wt:100% ;
	}
}
.wpcf7-submit.full{
	width:100% !important;
}

.wpcf7-form button,
.wpcf7-form .button , 
.wpcf7-form [type=submit]{
	font-family:inherit;
	display: inline-block;
	padding:0em 15px ;
	vertical-align: middle;
	box-shadow: none;
	overflow: hidden;
	font-size: var(--hw-btn-fn-sz,14px);
	font-weight: var(--hw-btn-fn-wt,500);
	text-transform:var(--hw-btn-fn-tr,none);
	text-decoration: none;
	border:none ;
	color:var(--hw-primary-txt) ;
	background:var(--hw-primary-bg) ;
	text-align: center;
	cursor: pointer;
	line-height:var(--hw-input-ht,42px);
	height:auto;
	border-radius:var(--hw-main-btn-rd,var(--hw-btn-rd));
	white-space: nowrap;
	min-height:var(--hw-input-ht,42px);
	transition: all 300ms linear;
}

.wpcf7-form button:hover,.wpcf7-form .button:hover ,.wpcf7-form [type=submit]:hover

{
	background:var(--hw-primary-hv-bg) !important;
}
  
/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 	6 - Single
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.1 - Single
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-el-single{
	--hw-el-pd:var(--hw-default-pd);
}
.hw-single-boxed{
	padding: var(--hw-pd);
	background: var(--hw-post-bg,rgb(255, 255, 255));
	border-radius: var(--hw-main-rd,0px);
	box-shadow: var(--hw-box-layout-sd);
}
.hw-el-single.hw-single-boxed{
	padding:calc(var(--hw-pd) / 1.5) var(--hw-pd) var(--hw-pd)
}
.hw-single-details {
	float: left;
	width: var(--hw-col,100%);
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:solid 1px var(--hw-main-br-cr);
}
.hw-single-thumb {
	width: 100% ;
	min-height: inherit ;
	height: auto ;
	float: left;
	margin-bottom:20px;
	text-align: center;
}
.hw-single-thumb img{
	vertical-align: top;
	max-width: 100%;
	float: none;
	height: auto;
}
.hw-single-template-1 .hw-el-single .hw-single-details {
	width:60%;
}
.hw-single-template-1 .hw-el-single .hw-single-thumb,.hw-single-template-2 .hw-el-single .hw-single-thumb{
	width:40% ;
	margin-bottom:0px !important;
	float:right;
	padding-bottom:var(--hw-pd);
	padding-left: var(--hw-pd);
}
.hw-single-template-1 .hw-el-single .hw-single-content,.hw-single-template-2 .hw-el-single .hw-single-content {
	float:none;
	width:auto;
}
/************************ Singe Share *************/
.hw-el-single .hw-el-share-single {
	margin-top:var(--hw-mg-tp) !important;
	--hw-scl-sz: calc(var(--hw-fn-md) * 1.75);
	--hw-ag:left;
}
.hw-el-single .hw-el-share-single .hw-social-icon-style-1 > a{
	--hw-scl-sz: calc(var(--hw-fn-md) * 1.5);
}
 
.hw-el-related{
	--hw-el-pd:var(--hw-default-pd);
}
.hw-el-line{
	--hw-el-pd:var(--hw-default-pd);
	border-bottom: solid 1px var(--hw-main-br-cr);
}
.hw-el-portfolio-gallery{
	padding-bottom:20px;
	text-align:center;
 }
.hw-el-portfolio-gallery:not(.hw-slider) .hw-slider-list-warp{
		float:none;
		display:inline-block;
}
.post-edit-link{
	width:100%;
	float:left;
}
@media (max-width:767px) {
	.hw-single-template-1 .hw-el-single .hw-single-thumb,.hw-single-template-2 .hw-el-single .hw-single-thumb,.hw-single-template-1 .hw-el-single .hw-single-details{
		width:100% ;
		float:left;
		padding-bottom:var(--hw-pd);
		padding-left: 0;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.2 - Head Single
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

 .hw-el-head-single{
	--hw-hd-sg-ht:450px;
	height:var(--hw-hd-sg-ht);
	float: left;
	position: relative;
	--hw-post-tl-lk:#ffffff ;
	--hw-main-lk:#ffffff;
	--hw-post-tl-hv-lk:#ffffff ;
	--hw-expt-txt:rgba(255,255,255,0.75) ;
	--hw-meta-txt:rgba(255,255,255,0.60) ;
	--hw-ag:center;
}
.hw-el-head-single::before,
.hw-el-head-single::after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	left:0px;
	top:0px;
	z-index:1;
}
.hw-el-head-single::before{
	background-position:center center ;
	background-repeat:no-repeat ;
	text-align: center;
	background-size:cover;
	background-image:var(--hw-bg,none);
}
.hw-el-head-single::after{
	background: var(--hw-hd-sg-bg,linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,5,10,0.75) 100%));
}
.hw-el-head-single.hw-post-video::after{
	background: var(--hw-hd-sg-bg,rgba(0,5,10,0.75) 100%);
}
.hw-el-head-single > .hw-inner{
	padding:var(--hw-pd) 20px;
	z-index:2;
	margin: auto;
	display:block;
	height:100%;
	position:relative;
	display: grid;
	max-width:var(--hw-hd-sg-wt,100%);
}
.hw-el-head-single .hw-single-details{
	position:relative;
	bottom: 0px;
	z-index:2;
	margin:auto;
	width:100%;
	padding:var(--hw-hd-sg-dt-pd,0px) ;
	border:none !important;
	margin-bottom:0px !important;
}
.hw-el-head-single > .hw-inner > img {
	position:absolute;
	height:100%;
	width:100%;
	left:0px;
	top:0px;
	object-position:-99999px 99999px;
}

.hw-single-template-5 .hw-el-head-single{
	border-radius:var(--hw-main-rd);
	overflow:hidden;
	--hw-el-pd:var(--hw-default-pd);
	pointer-events: all;
}
.hw-single-template-6 .hw-el-head-single,.hw-single-template-7 .hw-el-head-single{
	--hw-hd-sg-wt: var(--hw-body-wt,1200px);
}
.hw-single-template-6 .hw-el-head-single::before{
	background-attachment: fixed;
}
.hw-single-template-7 .hw-el-head-single{
	--hw-hd-sg-bg: rgba(0, 0, 0, 0.50);
}
.hw-single-template-7 .hw-el-head-single::before,.hw-single-template-7 .hw-el-head-single::after{
	position: fixed;
}
.hw-single-template-7 .hw-el-head-single{
	z-index: 0;
}
.hw-single-template-7 .hw-middle-content{
	background:var(--hw-body-bg-cr,#ffffff);
	padding:20px;
	max-width: calc(var(--hw-body-wt) - 40px);
}
.hw-single-template-7.hw-body-boxed .hw-breadcrumbs,.hw-single-template-7.hw-body-boxed .hw-middle-content{
	max-width: var(--hw-body-wt) ;
}
.hw-single-template-7 .hw-breadcrumbs {
	max-width: calc(var(--hw-body-wt) - 40px);
	float:none;
	display: flex;
	margin: auto;
}
.hw-el-head-single .hw-el-share-single {
	margin-top: var(--hw-mg-tp) !important;
	--hw-scl-br-cr: rgba(255,255,255,0.30);
	--hw-scl-txt: rgba(255,255,255,0.80);
	--hw-scl-sz: calc(var(--hw-fn-md) * 1.75);
}
.hw-el-head-single .hw-social-icon-style-1 > a{
	--hw-scl-sz: calc(var(--hw-fn-md) * 1.25);
}
@media(max-width: 1199px) {
	.hw-single-template-7 .hw-middle-content{
		padding: 20px 0;
		max-width:var(--hw-body-wt) !important;
	}
}
@media (min-width: 1025px) and (max-width: 1199px) {
	.hw-el-head-single{
		--hw-hd-sg-ht:400px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.hw-el-head-single{
		--hw-hd-sg-ht:350px;
	}
}
@media (max-width: 767px) {
	.hw-el-head-single{
		--hw-hd-sg-ht:300px;
	}
	.hw-single-template-6 .hw-el-head-single::before{
		background-attachment:inherit;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.3 - Video
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-video {
	width:100%;
	float:left;
}
.hw-video-warp{
	padding-bottom:var(--hw-vid-ht,60%);
	width: 100%;
	border-radius: var(--hw-main-rd);
	height: 0;
	overflow: hidden;
	position: relative;
}
.hw-video iframe,.hw-video video {
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: rgb(0, 0, 0);
}
.hw-el-single .hw-video{
	margin-bottom:20px;
}
.hw-single-template-1 .hw-post-video .hw-single-details{
	width:100% !important;
	float:left;
}
 
.hw-el-head-single.hw-post-video {
	--hw-ag:left;
	--hw-vid-ht:calc(var(--hw-hd-sg-ht) - (var(--hw-pd)*2) );
	--hw-hd-sg-dt-pd: 0 0 0 var(--hw-pd);
	--hw-hd-sg-bg:rgba(0,5,10,0.5);
}
.hw-el-head-single.hw-post-video .hw-inner{
	grid-template-columns:repeat(var(--hw-flx,1), 1fr);
}
.hw-el-head-single.hw-post-video .hw-single-details{
	margin:0px !important;
}
@media (max-width: 767px) {
	.hw-el-head-single.hw-post-video{
		--hw-flx:100%;
		--hw-hd-sg-ht:auto;
		--hw-vid-ht:60%;
		--hw-hd-sg-dt-pd:0 0 var(--hw-pd);
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.4 - Single Content
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.sao_text_block {
	line-height:2.2em
}
.hw-single-content{
	position:relative;
	width:100%;
	float:left;
	line-height:var(--hw-article-li-ht,2.2em);
	font-size:var(--hw-article-fn-sz,16px);
}
.hw-single-content .hw-youtube-video {
	width: 100%;
	text-align: center
}
.hw-single-content img,.sao_text_block img{
	vertical-align: top;
	max-width: 100%;
	float: none;
	height: auto;
}
.wp-block-group.has-background {
	padding: 20px;
	margin-top: 0;
	margin-bottom: 0;
}
.hw-single-content > * {
	margin-left: auto;
	margin-right: auto;
}
[class*="wp-block-embed"]{
	text-align:center;
}
.has-drop-cap:first-letter{
	color:var(--hw-main-hl);
	font-weight:900 !important;
}
.gallery {
	margin-bottom: 20px!important
}
.gallery .gallery-item {
	display: inline-block;
	padding: 5px;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-top: 0!important
}
.gallery-columns-2 .gallery-item {
	width: 50%!important
}
.gallery-columns-3 .gallery-item {
	width: 33.331%!important
}
.gallery-columns-4 .gallery-item {
	width: 25%!important
}
.gallery-columns-5 .gallery-item {
	width: 20%!important
}
.gallery-columns-6 .gallery-item {
	width: 16.66%!important
}
.gallery-columns-7 .gallery-item {
	width: 14.28%!important
}
.gallery-columns-8 .gallery-item {
	width: 12.5%!important
}
.gallery-columns-9 .gallery-item {
	width: 11.11%!important
}
.gallery .gallery-item img {
	height: auto;
	display: block;
	margin: 0 auto
}
.gallery-caption {
	color: #888;
	margin: 0
}
.gallery-columns-6 .gallery-caption,.gallery-columns-7 .gallery-caption,.gallery-columns-8 .gallery-caption,.gallery-columns-9 .gallery-caption {
	display: none
}
.gallery br+br {
	display: none
}
.gallery .gallery-item img {
	border: none!important;
	height: auto;
	display: block;
	margin: 0 auto;
	height: auto;
	max-width: 100%
}
.attachment img {
	display: block;
	margin: 0 auto
}
.wp-caption {
	max-width: 100%!important;
	padding-bottom: 15px!important;
	margin: 0px !important;
}
.wp-caption p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.wp-caption img {
	width: auto;
	margin: 0!important
}
.hw-single-content,.hw-post-tabs-container, .sao_text_block{
	line-height: 2.2em ;
	text-align:justify;
	font-style: normal;
}
body .wp-caption-text {
	color: gray!important;
	font-style: italic;
	text-align: center;
	line-height: 1.7em !important;
	width: 100%;
	padding: 10px 0 20px!important;
	width: 100%;
	margin-bottom: 0!important;
	box-sizing: border-box;
	display: inline-block;
	padding-top: 0;
	margin-top: -8px!important;
	float: left
}
.alignright {
	float: right;
	margin-left: 15px!important
}
.alignleft {
	float: left;
	margin-right: 15px!important
}
.alignleft a {
	float: none!important;
	margin: auto!important;
	display: block
}
.aligncenter {
	position: relative;
	text-align: center;
	margin: auto!important;
	display: block;
}
.aligncenter img {
	position: relative;
	display: block;
	margin: auto!important;
	float: none!important;
	text-align: center
}
.wp-video {
	margin: auto
}
.hw-single-content h1 {
	margin: 15px 0;
}
.hw-single-content h2 {
	margin: 15px 0;
}
.hw-single-content h3 {
	margin: 15px 0;
}
.hw-single-content h4 {
	margin: 15px 0
}
.hw-single-content h5 {
	margin: 15px 0
}
.hw-single-content h6 {
	margin: 15px 0
}
.hw-single-content header {
	margin-bottom: 20px
}
.hw-single-content ol {
	margin-bottom: 20px;
	margin-left: 40px
}
.hw-single-content ol {
	list-style: decimal;
}
.hw-single-content ol ol {
	list-style: lower-alpha;
}
.hw-single-content ol ol ol {
	list-style: lower-roman;
}
.hw-single-content ul ul,
.hw-single-content ol ol,
.hw-single-content ul ol,
.hw-single-content ol ul {
	margin: 0 40px 0 0px ;
	padding: 0;
	margin-bottom: 0;
	font-size: 92%
}
.hw-single-content ul ul,.hw-single-content ol ol {
	margin: 0 0 0 40px
}
.hw-single-content ul {
	list-style: outside;
	margin-bottom: 20px;
	margin-left: 40px
}
.hw-single-content ul ul {
	list-style: circle;
}
.hw-single-content ul ul ul {
	list-style: square;
}
.hw-single-content li > ul,.hw-single-content li > ol {
	margin: 10px 20px 0 0;
}
.hw-single-content ul li {
	margin: 10px 20px 0 0;
}
blockquote {
	padding: 0 30px
}
blockquote p {
	color: rgba(118, 128, 138, 1.00);
	padding: 0 15px;
	font-style: italic;
	font-size: 1.2em;
	border: 1px solid var(--hw-main-hl);
	border-width: 0 5px
}
blockquote h1,blockquote h2,blockquote h3,blockquote h4,blockquote h5,blockquote h6 {
	color: rgba(118, 128, 138, 1.00)!important;
	padding: 0 15px;
	font-style: italic;
	border: 1px solid rgba(118, 128, 138, .50);
	border-width: 0 0 0 5px
}
@media (max-width: 500px) {
	.alignright {
		position: relative;
		text-align: center;
		margin: auto!important;
		display: block;
		float: none;
	}
	.alignleft {
		position: relative;
		text-align: center;
		margin: auto!important;
		display: block;
		float: none;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.5 - Author
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-el-author{
	--hw-el-pd:var(--hw-default-pd);
	--hw-author-img:var(--hw-tm-img);
}
.hw-author-name {
	font-size: var(--hw-fn-md);
	width: 100%!important;
	float: left
}
.hw-author-name a {
	font-size: 18px;
	width: 100%
}
.avater {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 100%
}
.hw-author-thumb {
	display: inline-block;
	float: left;
	position: relative;
	width: var(--hw-author-img);
	height:var(--hw-author-img);
	border-radius: 0;
}
.hw-author-thumb img {
	width: 100%;
	height: 100%;
	outline: solid 1px rgba(118, 128, 138, 0.25);
	border: 4px solid transparent;
	border-radius: var(--hw-btn-rd);
	position: absolute;
}
.hw-author-details {
	position: relative;
	display: inline-block;
	width: calc(100% - var(--hw-author-img));
	float: left;
	padding-left: var(--hw-mg-tp);
	font-size: var(--hw-fn-sm);
}
.hw-author-name {
	margin: 0;
	font-size: 20px;
	display: inline-block;
	font-weight: 700;
	width: 100%
}
.hw-author-description {
	margin-top:calc(var(--hw-mg-tp) / 2.5);
	font-size: 13px;
	display: inline-block;
	font-weight: 400;
	width: 100%;
	margin-bottom:0px !important;
	padding-bottom: 0;
	line-height: 2em
}
.hw-el-author [class*="hw-social-icon"]{
	--hw-ag:left;
	--hw-scl-sz:1.2em;
	--hw-scl-mr: 0.5em;
	margin-top: calc(var(--hw-mg-tp) / 2.5);
	--hw-scl-txt: var(--hw-main-txt);
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.6 - Tags
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-tags {
	float:left;
	text-align:center;
	width:100%;
	padding:0!important;
	margin:var(--hw-mg-tp) -5px 0 0 !important
}
.hw-tags a {
	font-weight:400;
	line-height:1.1em;
	border-radius:0;
	padding:10px 15px;
	margin:5px;
	opacity:1;
	display:inline-block;
	float:left;
	background:var(--hw-main-gry);
	color:var(--hw-main-txt);
	font-size:11px!important;
	position:relative;
	display:inline-block;
	box-shadow:0 0 0 1px var(--hw-main-br-cr) inset;
	border-radius:var(--hw-btn-rd)
}
.hw-tags a:hover {
	background:var(--hw-primary-hv-bg);
	color:var(--hw-primary-txt);
	box-shadow:0 0 0 1px transparent inset
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.7 - Lightbox
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-lightbox {
	top: 0;
	z-index: 9999999;
	position: fixed;
	background-color: rgba(0, 0, 0, .75);
	margin: 0!important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff
}
.hw-lightbox-img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: flex;
}
.hw-lightbox-targetimg {
	max-width: 900px;
	max-height: 500px;
	height: auto;
	margin:auto;
	display: block;
	line-height: 0
}
.hw-lightbox i {
	pointer-events: all;
	z-index:99999999;
	font-style: normal;
	position: absolute;
	cursor: pointer
}
.hw-lightbox i::before{
	font-family: 'fontsite';
	font-style:normal;
	text-shadow: 0 0 10px #000;
}
.hw-lightbox i:hover {
	cursor: pointer;
	opacity:0.5;
}
.hw-lightbox-close{
	top: 20px;
	font-size: 40px;
	right: 20px;
}
.hw-lightbox-close::before {
	content: "\F005";
}
.hw-lightbox-prevbig,.hw-lightbox-nextbig{
	font-size:80px;
	top: calc(50% - 40px);
	left: auto;
}
.hw-lightbox-nextbig {
	right: 20px
}
.hw-lightbox-prevbig {
	left: 20px
}
.hw-lightbox-prevbig::before {
	content: "\F023";
}
.hw-lightbox-nextbig::before {
	content: "\F024";
}
.hw-lightbox-targetimg {
	z-index: 1;
	cursor: pointer;
	position: relative
}
.hw-lightbox-loading{
	left: calc(50% - 12.5px);
	top: calc(50% - 12.5px);
	z-index: 9999999;
	height: 60px;
	width: 60px;
	position: fixed;
}
.hw-lightbox-loading::before {
	content: "\F045";
	caption-side:#fffff !important;
	font-family: 'fontsite';
	font-size:60px;
	animation: hexwp_rotate 1.4s infinite linear;
	float: left;
}
.hw-lightbox h3 {
	line-height: calc(1em + 8px);
	position: absolute;
	width: 100%;
	color:#ffffff;
	font-size: 30px;
	text-shadow:0 0 10px #000;
	bottom: 60px;
	z-index:999999999;
	margin-bottom: 20px;
	z-index: 99;
}
.hw-lightbox span {
	line-height: calc(1em + 8px);
	position: absolute;
	width: 100%;
	color: rgb(255, 255, 255);
	font-size: 30px;
	bottom: 20px;
	text-shadow:0 0 10px #000;
	width: 100%;
	z-index:999999999;
	text-align: center;
	left: 0;
}
.hw-lightbox-outer{
	position:absolute;
	width:100%;
	height:100%;
	cursor:pointer;
	left:0px;
	top:0px;
	z-index:1;
}
@media (max-width: 900px) {
	.hw-lightbox-targetimg {
		max-width: 90%;
		max-height: 50%;
	}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.8 - Comments
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hw-el-comments{
	--hw-el-pd: var(--hw-default-pd);
}
.hw-comment-status-closed{
	display:none !important;
}
#comments {
	float: left;
	width: 100%;
	margin: 0;
	color:var(--hw-main-txt);
}
.comments-title {
	font-size: 20px;
	margin: 0px;
	color:var(--hw-main-lk);
}
.hw-comments.hw-list .comments-title {
	margin-bottom: 10px;
}
.comment-list {
	list-style: none;
	float: left;
	margin-bottom: 20px;
	width: 100%;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.comments-area .children {
	margin: 0px;
}
.hw-comments.hw-thread .comment-list li {
	position: relative;
	clear: both;
	border-width: 1px;
	border-style: solid;
	float: left;
	background: var(--hw-post-bg);
	padding: 20px;
	list-style: none;
	margin: 20px 0 0;
	border-color: var(--hw-main-br-cr);
	border-radius: var(--hw-main-rd);
	width: 100%;
	box-sizing: border-box
}
.hw-comments.hw-thread .comment-list li ul li {
	background: rgba(118, 128, 138, 0.03);
	padding: 20px;
	margin-top: 20px
}
.hw-comments.hw-thread .comment-wrap {
	padding: 0
}
.hw-comments.hw-list .comment-list .comment-wrap {
	border-width: 1px 0px 0px;
	border-style: solid !important;
	padding: 20px 0;
	list-style: none;
	border-color: var(--hw-main-br-cr) !important;
	float: left;
	width: 100%!important
}
.hw-comments.hw-list .comment-list li:first-child .depth-1.comment-wrap {
	border-width: 0px;
}
.hw-comments.hw-list .comment-list .children {
	list-style: none;
	margin-left: 7.5%
}
.hw-comments.hw-list .comment-list li ul li .comment-wrap {
	list-style: none
}
#comments .clear {
	clear: inherit!important
}
.comment-avatar {
	float: left;
	width: 45px;
	position:relative;
	height:45px;
	padding-bottom: 0;
	margin-right: 15px;
	margin-bottom: 5px
}
.comment-avatar img {
	font-size: 0;
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: var(--hw-btn-rd) !important;
	box-shadow: 0 0 0 3px var(--hw-post-bg),0 0 0 4px var(--hw-main-br-cr) !important;
}
.author-comment cite {
	font-weight: 400;
	position: relative;
	display: block;
	float: left;
	padding-right: 5px;
	font-style: normal
}
.comment-content p:last-child {
	margin-bottom: 0px;
}
.author-link {
	float: left;
	line-height:25px;
}
.author-link ol {
	float: left;
	padding-right: 5px
}
.author-link a {
	float: left;
	font-size: var(--hw-at-fn-sz,17px);
	font-weight: var(--hw-at-fn-wt,400);
	text-transform:var(--hw-at-fn-tr,none);
	color: var(--hw-main-hl);
}
.author-link-reply a {
	font-size: 14px;
	color: var(--hw-main-txt);
}
.author-link-reply {
	float: left
}
.commentmetadata {
	font-size: 11px;
	line-height:25px;
	text-align: right;
}
.comment-wrap {
	position: relative
}
.comment-content {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
	width:auto;
	float:none;
}
.comment-content p{
	font-size: var(--hw-cm-fn-sz,14px);
	line-height:2em;
	font-weight: var(--hw-cm-fn-wt,400);
	text-transform:var(--hw-cm-fn-tr,none);
}
.comment-content li {
	border: none !important;
	margin: 0 0 0 00px !important;
	list-style: inherit !important;
	background: none !important;
	clear: inherit !important;
	float: none !important;
	padding: 0px !important;
}
.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6 {
	margin: 15px 0 !important;
}
.nocomments {
	text-align: center
}
.comment-list li.pingback {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd
}
.comment-list .reply {
	text-align: right;
	float: left;
	line-height: 1.1em;
	margin-top: 2px;
	width: 100%
}
.comment-list .reply a {
	padding: 0;
	position: relative;
	text-align: right;
	float: none;
	display: inline-block;
	font-size: 13px
}
.comment-list .reply a:hover {
	text-shadow: 0 1px 1px #000
}
#respond {
	width: 100%;
	position: relative;
	font-size: 13px;
	float: left;
	margin-top: 00px;
	font-weight: 700;
}
.comment-list li #respond {
	margin: 20px 0 20px!important
}
.comment-reply-title {
	margin: 0px;
	color:var(--hw-main-lk);
}
.comment-reply-title small{
	float:right;
	font-size:14px !important;
	font-weight:400 !important;
}
#commentform {
	padding: 0;
	margin-top: 6px;
	overflow: hidden
}
.required {
	font-weight: 700;
	display:inline-block;
	color: red;
}
#commentform p {
	width: 100%;
	float: left;
	font-weight: 400;
	padding: 0;
}
#commentform .form-submit {
	margin-top: 5px;
}
#commentform textarea {
	height:var(--hw-textarea-ht,100px);
}
.comment-notes {
	margin-bottom: 10px
}
.commentmetadata a,.author-link-reply a {
	display: inline-block;
	opacity: .5
}
.form-submit #submit:active,#login-form .login-button:active,.widget-feedburner .feedburner-subscribe:active {
	top: 2px
}
input.error,textarea.error {
	border: 1px solid red!important
}
.hw-comment-navi {
	padding-bottom: 20px;
	width: 100%;
	float: left
}
.hw-comment-navi .page-numbers {
	padding: 5px 10px;
	background: rgba(150, 150, 150, 0.10)
}
@media (max-width: 499px) {
	.comment-list.hw-thread li {
		padding: 12px
}
	.comment-list.hw-thread li {
		padding: 12px !important;
	}
	.comment-content {
		display: inline-block;
		width: 100%;
		float: left;
		overflow: hidden;
		margin-top: 5px;
		float: none
}
}

/******************************************************************************************************************************************************
******************************************************************************************************************************************************

																	 		6.9 - wp-block
																		
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	padding:0px !important;
	border:none !important;
}
.wp-block-search .wp-block-search__button{
	width:120px;
}
.wp-social-link{
	padding:0px !important;
}
.wp-social-link a{
	line-height:2em !important;
	width:2em;
	height:2em;
	font-size:20px;
	text-align:center;
}
.wp-block-social-links .wp-social-link a svg{
	line-height:1.5em !important;
	width:1.5em!important;
	font-size:inherit!important;
	height:1.5em!important;
}
.wp-social-link::before{
	display:none !important;
}
.wp-block-search .wp-block-search__button svg {
	fill:var(--hw-primary-txt) ;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: 0;
	border: none;
	padding: 0 1em;
}
