/*
Theme Name: HgwMag
Theme URI: https://hamgamweb.com/themes/hgwmag/
Author: Hossein Asadiyan
Author URI: https://hamgamweb.com/
Description: Hamgamweb Magazine Theme (Hgwmag) is an advanced WordPress theme that's appropriate for a news, blog and magazine website. The theme includes a range of free starting pages that can be imported with a single click to create a great news portal. With custom widgets and widget areas, the theme is fully widgetized, allowing users to control site content. It also contains a number of helpful customizer options for building a visually appealing news site. You can configure it as you like to see how it looks before making any improvements using the live customizer. The theme is ideal for a news, journal, magazine, publishing, or review site, as well as blogging. People will get outstanding support from the team if they have any problems when using it. This theme will be updated regularly.
Version: 1.0.9
Requires at least: 5.5
Tested up to: 5.9
Requires PHP: 5.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, education, news, right-sidebar, left-sidebar, two-columns, custom-logo, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, custom-menu, featured-images, theme-options
Text Domain: hgwmag
Domain Path: /languages

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset & Normalize CSS
	1.	Forms
	2.	Tables
	# Header =============================================
	3. 	Site Header
		3.1. Top Section [Header]
		3.2. Main Section [Header]
		3.3. Dropdown Menu
	# Content ============================================
	4. 	Site Content
		4.1. Popular Tags
		4.2. Front Page
			4.2.1. Top Section - Slideshow [Front-page]
			4.2.2. Main Section [Front-page]
		4.3. Sidebar
		4.4. Main Posts
		4.5. Navigation
			4.5.1. Singular Pegantion
			4.5.2. Main Pegantion
		4.6. Singular
			4.6.1. Sidebar [Singular]
			4.6.2. Comments
	# Footer =============================================
	5. Footer
	# Media Query ========================================
	6. @media query


# --------------------------------------------------------------------------
#	0. CSS Reset & Normalize CSS
# --------------------------------------------------------------------------

*/

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

:root {
  --hgwc01: #000000;
  --hgwc02: #404040;
  --hgwc03: #626262;
  --hgwc04: #828282;
  --hgwc05: #b0b0b0;
  --hgwc06: #cacaca;
  --hgwc07: #d7d7d7;
  --hgwc08: #f0f0f0;
  --hgwc09: #f6f6f6;
	--hgwc10: #ffffff;
  --hgwc11: #006ea1;
  --hgwc12: #008cce;
	--hgwc13: #009fea;
  --hgwc14: #942222;
  --hgwc15: #c81b1b;
}

html {
	scroll-behavior: smooth;
	border: none;
	margin: 0;
	padding: 0;
	font-size:65%;
}

body {
	box-sizing: border-box;
	background: var(--hgwc10);
	color: var(--hgwc01);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	letter-spacing: 0em;
	border: none;
	margin: 0 auto;
}

[hidden] {display: none;}

h1,h2,h3,h4,h5,h6,
p,blockquote,address,big,cite,code,em,font,img,small,strike,sub,sup,
table,caption,tr,th,td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

h1 {font-size: 2em;margin: 0.67em 0;}
h2 {font-size: 1.6em; margin: 0.4em 0;}
h3 {font-size: 1.3em;margin: 0.4em 0;}


hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

code{
  background: var(--hgwc02);
  color: var(--hgwc10);
  padding: 2px 5px;
  border-radius: 3px;
	font-size: .9em !important;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  max-width: 100%;
  overflow: auto;
  background: var(--hgwc03);
  color: var(--hgwc10);
  padding: 10px 20px;
}
pre code{
  background: transparent;
  padding: 0;
  border-radius: 0;
}
code,kbd,samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}


abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}
b,strong {font-weight: bolder;}
small {font-size: 80%;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
details {display: block;}
summary {display: list-item;}
template {display: none;}
figure{
  max-width: 100%;
	margin: 0;
}

figcaption,
.wp-caption-text {
	color: var(--hgwc03);
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

a {
  background-color: transparent;
	text-decoration: none;
	color: var(--hgwc11);
}
a:hover {
	text-decoration: underline;
	color: var(--hgwc12);
}

a:focus,
input:focus,
button:focus
label:focus{
	outline: none;
  box-shadow: 0 0 0 1px var(--hgwc03);
}

button{cursor: pointer;}

a:focus{
	text-decoration: underline;
}

iframe{
	max-width: 100%;
}
/** quote ************************************/
blockquote::before,
blockquote::after { content: ""; }
blockquote{
  background: var(--hgwc09);
  padding: 10px 20px;
	border-left: 3px solid var(--hgwc12);
  margin: 20px 0;
}
/** list *************************************/
li,ol,ul{
	border: none;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
}
ul { list-style: disc; }
ul ul { list-style: circle; }
ul ul ul { list-style: square; }
ol { list-style: decimal; }
ol ol { list-style: lower-alpha; }
ol ol ol { list-style: lower-roman; }
/** align ***********************************/
.alignleft {float: left;margin-right: 1rem;}
.alignright {float: right;margin-left: 1rem;}
.alignnone,
.aligncenter {
	margin-bottom: 2rem;
	margin-top: 2rem;
}
/** img *************************************/
img {
  border-style: none;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-item a {display: block;}
.gallery-item a:focus img {outline-offset: -2px;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;font-size: .7em}
figure.wp-caption a:focus img {
	outline-offset: 2px;
}

.post-thumbnail{
  overflow: hidden;
}
.post-thumbnail img{
	-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zoom-in img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.zoom-in:hover img {
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
}

.zoom-in-rotate img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.zoom-in-rotate:hover img {
	-webkit-transform: rotate(15deg) scale(1.5);
	transform: rotate(15deg) scale(1.5);
}

.zoom-out img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.zoom-out:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.zoom-out-rotate img {
	-webkit-transform: rotate(15deg) scale(1.6);
	transform: rotate(15deg) scale(1.6);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom-out-rotate:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
/** other theme class ***********************/
.bypostauthor{
	display: inline-block;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}
.screen-reader-text:focus {
	background-color: var(--hgwc03);
	box-shadow: inset 0 0 2px 2px var(--hgwc12);
	color: var(--hgwc10);
	border-radius: 3px;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
a.screen-reader-text{
	color: var(--hgwc10)!important;
	text-decoration: underline!important;
}

.flex-c{
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex-sb{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.noscroll{
	overflow: hidden !important;
}
.sticky{
	position: sticky;
	top: 0;
}
.innerw{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
/** Slick ***********************/
.slick-arrow{
	position: absolute;
	top: 45%;
	left: 1em;
	z-index: 2;
	padding: 10px 12px;
	background: rgba(255,255,255, 0.4);
	border-radius: 5px;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.slick-arrow:hover{background: white;}
.slick-arrow.fa-angle-right{left: auto;right: 1em;}
/*

# --------------------------------------------------------------------------
#	1. Forms
# --------------------------------------------------------------------------

*/
input,
textarea{
	border: 1px solid var(--hgwc03);
	border-radius: 2px;
	padding: 5px;
}
input['type=submit']{
	padding: 0px;
}
input:focus{
	border: 1px solid var(--hgwc12);
	box-shadow: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}


button,
input { /* 1 */
  overflow: visible;
}


button,
select { /* 1 */
  text-transform: none;
}


button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}


button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


fieldset {
  padding: 0.35em 0.75em 0.625em;
}


legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}


progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}


[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}


[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}


[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=search],
input[type=date],
input[type=password],
textarea{
  border: 1px solid var(--hgwc04);
  border-radius: 10px;
  padding: 6px 8px;
  margin: 3px;
  font-size: .85em;
}



input:focus, textarea:focus{
  border-color: var(--hgwc12);
}


button,
input[type=submit],
input[type=reset],
input[type=button]{
  background-color: var(--hgwc12);
  border: 1px solid var(--hgwc11);
  border-radius: 4px;
  padding: 6px 15px;
  margin: 3px;
  font-size: .85em;
  color: var(--hgwc10);
  cursor: pointer;
}


input[type=reset]{
  background: var(--hgwc14);
}

select{
	font: 400 12px/1.3 sans-serif;
  appearance: none;
  color: var(--hgwc02);
  border: 1px solid var(--hgwc04);
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: 2px;
	cursor: pointer;
}

/*

# --------------------------------------------------------------------------
#	2. Tables
# --------------------------------------------------------------------------

*/

table{
  width: 100%;
  border-collapse: collapse;
	margin: 5px 0;
}


table td,
table th{
  border: 1px solid var(--hgwc08);
  border-bottom: 1px solid var(--hgwc05);
  padding: 10px;
}


table caption{
  background: var(--hgwc08);
  border-radius: 3px;
  padding: 5px;
  text-align: center;
}

/*

# --------------------------------------------------------------------------
#	3. Site Header
# --------------------------------------------------------------------------

*/


#site-header{
	position: relative;
	display: flex;
	flex-direction: column;
}
#site-header li{
	display: inline-block;
}
#site-header a{
	color: var(--hgwc01);
}

#site-header ul,
#site-header ol{
	margin: 0;
	padding: 0;
	list-style: none !important;
}
/***  3.1. Top Section [Header]  ***/
#site-header .upper{
	position: relative;
	background: var(--hgwc12);
	color: var(--hgwc10);
	line-height: 30px;
	padding: 0 20px;
	z-index: 10
}
#site-header .upper a{
	color: var(--hgwc10);
}
#site-header .upper .col .datetime span{
	border-right: 1px solid var(--hgwc08);
	margin-right: 5px;
	padding-right: 5px;
}
#site-header .upper .tiny-menu a{
	color: var(--hgwc10);
	padding: 0 10px;
	transition: .5s ease-in-out;
}
#site-header .upper .tiny-menu a:hover{
	color: var(--hgwc10);
}

#site-header .upper .social li{
	margin: 0 5px;
	font-size: 1.3em
}

/***  3.2. Main Section [Header] ***/
#site-header .header-content{
	position: relative;
	background: var(--hgwc10);
	padding: 30px 20px;
	z-index: 10
}
#site-header .header-content .brand{
	max-width: 35%
}
#site-header .header-content .brand a,
#site-header .header-content .brand p{
	display: inline-block;
	padding: 0 15px;
	margin: 8px 0;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#site-header .header-content h1{
	margin: 0;
}
#site-header .header-content .brand img{
	width: auto;
	max-height: 100px;
}
#site-header .header-content .brand .brand-both{
	display: flex;
	flex-wrap: wrap;
}
#site-header .header-content .brand .brand-both a,
#site-header .header-content .brand .brand-both p{
	padding: 0;
	margin: 0;
}
#site-header .header-content .brand .brand-both .brand-both-logo{
	width: 15%;
	max-width: 60px;
}
#site-header .header-content .brand .brand-both .brand-both-logo img{
	height: 100%!important;
	width: auto;
}
#site-header .header-content .brand .brand-both .brand-both-title{
	width: 75%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 10px;
}
#site-header .header-content .himgs{
	width: 65%;
}
#site-header .header-content .himgs a{
	display: block;
	width: 100%;
}
#site-header .header-content .himgs.full-width{
	width: 100%;
	justify-content: space-around;
	flex-direction: row;
}
#site-header .header-content .himgs.full-width a{
	width: 48%;
	max-width: 728px;
}
#site-header .header-content .himgs img{
	width: 100%;
	height: auto;
	padding: 0 5px;
}
/* Layout 2 ********/
#site-header.layout2 .header-content .just-logo,
#site-header.layout2 .header-content .just-logo img{
	width: 100%
}
/* multiple Ads */
#site-header .header-content.multiple .innerw{
	flex-direction: column;
}
#site-header .header-content.multiple .innerw .himgs{
	width: 100%;
}
#site-content .himgs{
  flex-direction: column;
  padding: 3px;
}
#site-content .himgs a{
	width: 100%;
}
#site-content .himgs img{
	width: 100%;
	height: auto;
	padding: 0;
	margin-bottom: 10px;
}
/***  3.3. Dropdown Menu  ***/
#site-header nav.main-menu button.open-menu,
#site-header nav.main-menu button.close-menu{
	display: none;
}
nav.main-menu{
	position: relative;
	width: 100%;
	background: var(--hgwc10);
	border-bottom: 3px solid var(--hgwc12);
	z-index: 10
}
nav.main-menu .primary{
	display: flex;
	align-items: center;
}
nav.main-menu .pas{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
nav.main-menu .site-menu{
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav.main-menu button.mobile{
	display: none;
}
nav.main-menu .homeicon{
	margin: 0 10px
}
nav.main-menu .homeicon a{
	background: var(--hgwc12);
	font-size: 2.5em;
	padding: 5px 8px 5px 5px;
	color: var(--hgwc10) !important;
	line-height: 0;
}

/* Level 1 *****************/
#site-header ul.primary-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-size: 1.1em
}

#site-header ul.primary-menu li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px;
	position: relative;
	text-decoration: none;
  transition-duration: 0.5s;
}

#site-header ul.primary-menu > li.current-menu-item > a{
	font-weight: bold;
	color: var(--hgwc12)
}

#site-header ul.primary-menu li:hover {
	cursor: pointer;
}

#site-header ul.primary-menu button.toggle-btn{
	background: transparent;
	color: var(--hgwc01);
	border: none;
	padding: 0 5px;
}
#site-header ul.primary-menu button.toggle-btn:after{
	content:'\f107';
	font-family: 'fontawesome';
	font-size: 1.3em
}
#site-header ul.primary-menu ul button.toggle-btn:after{
	content:'\f105';
	font-family: 'fontawesome';
	font-size: 1.3em
}
#site-header nav.main-menu #last-f{
	display: none;
	background: transparent;
	border: none;
}

/* Level 2 *****************/
#site-header ul.primary-menu ul {
	background: var(--hgwc12);
	visibility: hidden;
  opacity: 0;
  min-width: 230px;
	position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
	padding: 0 5px;
	left: 0;
	top: 1.7rem;
	z-index: 10;
}

#site-header ul.primary-menu ul li {
	clear: both;
  width: 100%;
	padding: 0px 10px;
	border-bottom: 1px solid var(--hgwc10);
}

#site-header ul.primary-menu ul li:last-of-type{
	border-bottom: none;
}

#site-header ul.primary-menu ul a{
	width: auto;
	margin: 0;
	padding: 10px 2px;
	color: var(--hgwc10);
	line-height: 1;
	font-size: 12px;
}

#site-header ul.primary-menu ul button.toggle-btn{
	color: var(--hgwc10);
}
/* Level 3 *****************/
#site-header ul.primary-menu ul ul{
	background: var(--hgwc13);
	left: 95%;
	top: -5px;
	margin: 5px 0;
	border: 1px solid var(--hgwc11);
	border-radius: 0px;
}
/* Hover *****************/
#site-header ul.primary-menu li:hover > ul,
#site-header ul.primary-menu li:focus-within > ul, /* this is the line we add */
#site-header ul.primary-menu ul:hover {
  visibility: visible;
  opacity: 1;
}

/* Search *****************/
#site-header .search-btn{
	margin: 0 10px;
}
#site-header .search-btn button{
	font-size: 1.5em;
	background: transparent;
	border: none;
	color: var(--hgwc12);
}
#site-header .search-btn button::after{
	content: '\f002';
	font-family: 'fontawesome';
}
#site-header .search-field{
	position: fixed;
	visibility: hidden;
	transition: .5s ease-in-out;
	top: 0;
	left: 0;
}
#site-header .search-field.active{
	background: rgba(255,255,255,.98);
	width: 100%;
	height: 100%;
	visibility: visible;
	transform: translateY(0px);
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
}
#site-header .search-field form{
	position: relative;
	width: 100%!important;
	padding: 0 20px;
}
#site-header .search-field.active .close-search-form{
	position: absolute;
	bottom: 140%;
	left: 20px;
	font-size: 1em;
	background: var(--hgwc03);
	color: var(--hgwc10);
	padding: 5px 12px;
	border-radius: 2px
}
#site-header .search-field form input{
	width: 100%;
	padding: 15px;
	margin: 0;
	text-align: center;
	transition: 0.5s ease-in-out;
	border-radius: 0;
	background: var(--hgwc09);
}
#site-header .search-field form .search-submit{
	position: absolute;
	top: 0;
	right: 30px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}
#site-header .search-field form button{
	position: static;
	background: transparent;
	font-size: 1.5em;
	padding: 0;
	border: none;
	color: var(--hgwc05);
	cursor: pointer;
}
#site-header .search-field form button:hover{
	color: var(--hgwc01);
}
#site-header .search-field form button:focus{
	color: var(--hgwc01);
	border: 1px solid;
}

/*

# --------------------------------------------------------------------------
#	4. Site Content
# --------------------------------------------------------------------------

*/

/* 4.1. Popular Tags *******************************************************/
.popular-tags-list{
	display: flex;
	align-items: center;
	background: var(--hgwc09);
	color: var(--hgwc10);
	margin: 8px 0;
}
.popular-tags-list strong{
	position: relative;
	background: var(--hgwc12);
	padding: 15px;
	text-align: center;
	height: 100%;
	border-radius: 0px 5px 5px 0px;
}
.popular-tags-list strong::before{
	content: '\f0d9';
	font-family: 'fontawesome';
	position: absolute;
	left: 98%;
	top: 5px;
	font-size: 32px;
	color: var(--hgwc12);
	transform: rotate(180deg)
}
.popular-tags-list ul li{
	display: inline-block;
	list-style-type: none;
	margin: 0 5px;
}
.popular-tags-list a{
	color: var(--hgwc02);
}

#site-content{
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 500px;
	background: var(--hgwc10);
	padding-top: 30px;
}
#site-content.ntf .innerw{
	display: flex;
	justify-content: space-between;
	position: relative;
	min-height: 500px;
	background: var(--hgwc10);
	padding-top: 30px;
}
#site-content.ntf .index-search-box{
	width: 100%;
}
#site-content.ntf .index-search-box form{
	position: relative;
}
#site-content.ntf .index-search-box input{
	width: 100%;
	border-radius: 1px;
	padding: 10px;
	font-size: 1.2em;
	margin: 0;
}
#site-content.ntf .index-search-box button{
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	color: var(--hgwc12);
	border:none;
	font-size: 1.2em;
	height: 100%;
	width: 50px;
	margin: 0;
	padding: 0;
}
.post-box.not-found{
	margin: 50px 0;
	font-size: 1.2em;
	line-height: 2;
}
#site-content.front-page{
	display: block
}
#site-content .top-container-front {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
#site-content .top-container-front .not-found{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--hgwc12);
	color: var(--hgwc10);
	margin: 8px 0;
}
#site-content .top-container-front .slider .not-found{
  margin: 0;
}
#site-content .top-container-front .slider .not-found .post{
	height: auto !important;
}
/* 4.2. Front Page *******************************************************/
/** 4.2.1. Top Section - Slideshow [Front-page] ************/
#site-content .top-container-front .col{
	height: 100%;
}
#site-content .top-container-front .col.col-2{
	width: 75%
}
#site-content .top-container-front .col .slider{
	width: 65%;
	padding: 4px;
}
#site-content .top-container-front .col .inner-item.col-2{
	width: 35%
}
#site-content .top-container-front .col.col-4{
	width: 25%;
	flex-direction: column;
	padding: 1px;
}
#site-content .top-container-front .col.col-4 .post{
	width: 100%;
	height: 25%;
	padding: 4px;
}
#site-content .top-container-front.layout1,
#site-content .top-container-front.layout2,
#site-content .top-container-front.layout2 .col.col-2,
#site-content .top-container-front.layout3 .col.col-2{
	flex-direction: row-reverse;
}
#site-content .top-container-front.layout4{
	height: 500px;
	flex-direction: column-reverse;
}
#site-content .top-container-front.layout4 .col.col-4{
	width: 100%;
	height: 35%;
	flex-direction: row;
}
#site-content .top-container-front.layout4 .col.col-4 .post{
	height: 100%;
}
#site-content .top-container-front.layout4 .col.col-2{
	width: 100%;
	height: 65%;
}
#site-content .top-container-front.layout4 .col.col-2 .inner-item.slider{
	width: 60%;
}
#site-content .top-container-front.layout4 .col.col-2 .inner-item.posts{
	width: 40%;
	display: flex;
	flex-direction: row;
}
#site-content .top-container-front.layout4 .col.col-2 .inner-item.posts .post{
	width: 50%;
	height: 100%;
}
/** TopSection ColLayout ************/
#site-content .top-container-front .post-thumbnail img{
	-webkit-transform: rotate(0deg) scale(1) !important;
  transform: rotate(0deg) scale(1) !important;
}
#site-content .top-container-front .post{
	overflow: hidden;
}
#site-content .top-container-front .col .inner-item,
#site-content .top-container-front .col .inner-item.slider div{
	height: 100%;
}
#site-content .top-container-front .col .inner-item.col-2 .post{
	height: 50%;
	width: 100%;
	padding: 4px;
}
#site-content .top-container-front .post-inner,
#site-content .top-container-front .post-thumbnail,
#site-content .top-container-front img{
	position: relative;
	height: 100%;
	width: 100%;
}
#site-content .top-container-front img{
	object-fit: cover
}
#site-content .top-container-front .thumbnailbg{
	background: var(--hgwc02);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--hgwc08);
}
#site-content .top-container-front .col .slider .thumbnailbg{
	font-weight: bold;
}
#site-content .top-container-front .col .slider .inner-post-content,
#site-content .top-container-front .col .slider .inner-post-content a{
	font-size: 1.1em;
	line-height: 1.5
}
#site-content .top-container-front .post.noimg .inner-post-content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: static;
	height: 100% !important;
	background: rgba(0,0,0,0.7);
}
#site-content .top-container-front .post.noimg .inner-post-content:hover{
	background: rgba(0,0,0,1);
}
#site-content .top-container-front .post.noimg .inner-post-content .excerpt{
	visibility: visible;
	opacity: 1;
}
#site-content .top-container-front .post .inner-post-content{
	position: absolute;
	background: rgba(0,0,0,0.8);
	background: -moz-linear-gradient(top,rrgba(0,0,0,0) 0%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.9) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.9) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.01) 50%,rgba(0,0,0,.9) 100%);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	padding: 10px;
	color: var(--hgwc10);
	transition: .5s ease-in-out;
	z-index: 2;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end
}
#site-content .top-container-front .post .inner-post-content a{
	color: var(--hgwc10)
}
#site-content .top-container-front .post .inner-post-content div{
	height: auto!important;
	width: 100%;
}
#site-content .top-container-front.layout4 .post:hover .information{
	margin-bottom: 20px;
}
#site-content .top-container-front .post .information .title{
	font-weight: bold;
}
#site-content .top-container-front .post .information .info{
	font-size: .9em;
	color: var(--hgwc05)
}
#site-content .top-container-front.layout4 .col-2 .col-2 .info span{
	display: block;
}
#site-content .top-container-front .post .information .info time{
	padding: 0 5px;
}
#site-content .top-container-front .post .excerpt{
	font-size: .9em;
	color: var(--hgwc06);
	transition-delay: .5s;
	transition: .5s ease-in-out;
	opacity: 0;
	line-height: 0;
	visibility: hidden;
}

#site-content .top-container-front .post:hover .inner-post-content{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	background: rgba(0,0,0,0.8);
	height: 100%!important;
}
#site-content .top-container-front .post:hover .inner-post-content .excerpt{
	visibility: visible;
	line-height: 1.8;
	opacity: 1;
}
.top-container.fr-c3{
	align-items: start;
}
.top-container.fr-c3 .not-found{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--hgwc12);
	color: var(--hgwc10);
	margin: 8px 0;
	padding: 10px;
}
.post-box-container.type-4{
	width: 32%;
}
.post-box-container.type-4 .single-col{
	width: 100%;
	margin-bottom: 10px
}
.post-box-container.type-4 .single-col .post-thumbnail{
	margin-bottom: 10px
}
.post-box-container.type-4 .single-col .post-thumbnail img{
	height: 200px;
	width: 100%;
}
.post-box-container.type-4 .tiny{
	width: 100%;
}
.post-box-container.type-4 .tiny .post{
	margin-bottom: 4px
}
.post-box-container.type-4 .tiny .post .post-inner{
	display: flex;
}
.post-box-container.type-4 .tiny .post .post-inner .post-thumbnail{
	width: 30%
}
.post-box-container.type-4 .tiny .post .post-inner .post-thumbnail img{
	height: 60px;
	width: 100%;
}
.post-box-container.type-4 .tiny .post .post-inner .inner-post-content{
	width: 70%;
	padding-left: 8px
}
/** 4.2.2. Main Section [Front-page] **********************/
#main-section{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
main{
	width: 67%;
}

.title.line{
	color: var(--hgwc01);
	padding: 10px;
	margin: 0;
	position: relative;
}
.title.line:before{
	background: var(--hgwc07);
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -5px;
	position: absolute;
}
.title.line:after{
	background: var(--hgwc12);
	content: "";
	height: 2px;
	width: 30%;
	left: 0;
	bottom: -5px;
	position: absolute;
}
.post-box-container{
	position: relative;
	overflow: hidden;
}
.post-box-container.type-1 .post-box{
	display: flex;
	justify-content: space-between;
	padding: 10px;
	margin-top: 15px;
	font-size: 13px;
}
.post-box-container.type-1 .post-box.not-found{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--hgwc12);
	color: var(--hgwc10);
	margin: 8px 0;
	padding: 10px;
}
.post-box .single-col{
	width: 50%;
}
.post-box .single-col img{
	width: 100%;
	height: auto;
	max-height: 250px;
}
.post-box .single-col .post{
	height: 100%;
}
.post-box .single-col .post .post-inner{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}
.post-box .single-col .post .inner-post-content{
	padding-top: 10px
}
.post-box .multiple-col{
	width: 50%;
	margin-left: 10px;
}
.post-box .multiple-col .post{
	background: var(--hgwc09);
	padding: 8px;
	height: 24%;
	margin-bottom: 1%;
	box-shadow: inset 0 0 5px var(--hgwc08);
}
.post-box .multiple-col .post .post-inner{
	display: flex;
	height: 100%;
}
.post-box .multiple-col .post-thumbnail{
	width: 30%;
	max-width: 70px;
}
.post-box .multiple-col img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-box .multiple-col .inner-post-content{
	width: 70%;
	padding: 0 10px;
}
.post-box .title a{
	font-weight: bold;
	color: var(--hgwc01);
}
.post-box .info,
.post-box .excerpt{
	font-size: .85em;
	padding: 5px 0;
	color: var(--hgwc02);
}
.post-box .excerpt a{
	text-decoration: underline;
}
.post-box-container.type-2 .post-box{
	display: block;
}
.post-box-container.type-2 .post-box .space-slide{
	padding: 5px;
}
.post-box-container.type-2 .post-box .post{
	height: 160px;
	border: 1px solid var(--hgwc07);
	padding: 5px;
	overflow: hidden;
}
.post-box-container.type-2 .post-box img{
	max-height: 100px;
}
.post-box-container.type-2 .post-box .noimg .post{
	background: var(--hgwc02);
	padding: 10px;
}
.post-box-container.type-2 .post-box .noimg .post a{
	color: var(--hgwc09);
}
.post-box-container.type-2 .post-box .noimg .post .info,
.post-box-container.type-2 .post-box .noimg .post .excerpt{
	color: var(--hgwc09);
}
/*

# --------------------------------------------------------------------------
#	4.3. Sidebar
# --------------------------------------------------------------------------

*/
aside{
	width: 30%;
}
aside .sticky{
	display: inline-block;
	width: 100%;
}
aside .sticky.stky-off{
	position: relative;
}
aside a{
	color: var(--hgwc01);
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: var(--hgwc03);
}
aside ul{
	list-style: none;
}
.widget{
	position: relative;
	margin-bottom: 40px;
}

.widget .widget-title{
	color: var(--hgwc01);
	padding: 10px;
	margin-bottom: 30px;
	font-size: 1.1em;
	position: relative;
}
.widget .widget-title:before{
	background: var(--hgwc07);
	content: "";
	height: 2px;
	width: 100%;
	left: 0;
	bottom: -5px;
	position: absolute;
}
.widget .widget-title:after{
	background: var(--hgwc12);
	content: "";
	height: 2px;
	width: 30%;
	left: 0;
	bottom: -5px;
	position: absolute;
}
.widget nav{
	padding: 0 10px;
}
.widget > nav > ul{
	padding: 0 !important;
}
.widget li{
	padding: 2px 10px;
	margin-bottom: 8px;
	border-radius: 2px;
}

.widget li.post{
	padding: 0;
	margin-bottom: 3px;
	border-bottom: 1px solid var(--hgwc08);
}

.widget li.post .post-inner,
.widget li.post a{
	display: flex;
}
.widget li.post .post-thumbnail{
	width: 30%;
	max-width: 60px;
	margin-right: 10px;
}
.widget li.post .post-thumbnail img{
	width: 100%;
	height: 100%;
}
.widget li.post .inner-post-content{
	width: 70%;
	display: flex;
	align-items: start;
}
.widget li.post .inner-post-content .info{
	padding-top: 5px;
	font-size: .85em;
	opacity: 0.7;
}
.widget_search form{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.widget_search form label{
	width: 72%
}
.widget_search form input[type=search]{
	width: 100%;
	border-radius: 2px;
}
.widget_search form input[type=submit]{
	width: 25%
}
/*

# --------------------------------------------------------------------------
#	4.4. Main Posts
# --------------------------------------------------------------------------

*/
.front-page .post-box{
	margin-top: 20px
}
.post.sticky{
	position: relative;
}
.posts-archive .post-box,
.posts-archive{
	display: flex;
	flex-direction: column;
	font-size: 15px;
	line-height: 1.7
}
.posts-archive h3.title.line{
	font-size: 1em;
	line-height: 1.2
}
.posts-archive .post{
	padding-bottom: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--hgwc08)
}
.posts-archive .post .post-inner{
	display: flex;
	flex-direction: row;
}
.posts-archive .post .post-thumbnail{
	display: flex;
	width: 30%;
	margin-right: 15px;
}
.posts-archive .post .post-thumbnail a,
.posts-archive .post .post-thumbnail .thumbnailbg,
.posts-archive .post .post-thumbnail img{
	display: block;
	height: 100%;
	width: 100%;
}
.posts-archive .post .inner-post-content{
	width: 70%;
}
.thumbnailbg{
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--hgwc02);
	width: 100%;
	height: 100%;
}
.thumbnailbg img{
	width: 100%;
}
/*

# --------------------------------------------------------------------------
#	4.5. Navigation
# --------------------------------------------------------------------------

*/
/** 4.5.1 Singular Pegantion ***************/
.pagination-singular{
	margin: 50px 0;
	padding: 20px 0;
	border-top: 1px solid var(--hgwc07);
	border-bottom: 1px solid var(--hgwc07);
}
.pagination-singular .posts >a,
.pagination-singular .posts>div{
	width: 40%;
	text-decoration: none;
}
.pagination-singular .posts .post{
	background: var(--hgwc08);
	padding: 5px;
	border-radius: 2px;
	transition: .5s ease-in-out;
}
.pagination-singular .posts .nextpost .post{
	flex-direction: row-reverse
}
.pagination-singular .posts .thumbnail{
	width: 30%;
}
.pagination-singular .posts .post img{
	display: block;
	width: 100%;
	height: auto;
}
.pagination-singular .posts .post .content{
	width: 68%;
	padding: 5px 10px;
	color: var(--hgwc03);
	font-size: .7em
}
.pagination-singular .posts .post .content p{
	color: var(--hgwc01);
	font-size: 1em
}
.pagination-singular .posts .post:hover{
	background: var(--hgwc02);

}
.pagination-singular .posts .post:hover p{
	color: var(--hgwc10);
}
.pagination-singular .posts .post:hover .content{
	color: var(--hgwc06);
}
.pagination-singular .posts .post.not-found{
	opacity: .3
}
.pagination-singular .posts .post.not-found:hover{
	opacity: .9
}

/** 4.5.2 Main Pegantion ***************/
.pagination,
.navigation{
  width: 95%;
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 auto;
}


.pagination a,
.navigation a{
  background: var(--hgwc10);
  color: var(--hgwc01);
  padding: 1px 10px;
  margin: 0 5px;
  border-radius: 3px;
  transition: .5s ease-in-out;
}


.pagination span,
.navigation span{
  background: var(--hgwc01);
  color: var(--hgwc10);
  padding: 1px 10px;
  margin: 0 5px;
  border-radius: 3px;
}

.navigation span.dots{
	background: transparent;
	color: var(--hgwc01);
}
.pagination span.current,
.pagination a:hover,
.navigation a:hover{
  background: var(--hgwc01);
  color: var(--hgwc10);
}

/*

# --------------------------------------------------------------------------
#	6. Singular
# --------------------------------------------------------------------------

*/

.singular-page main{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.singular-page main article.post,
.singular-page main article.page{
	width: 65%;
	font-size: 1.2em;
	line-height: 1.7;
}
.singular-page main article.post p,
.singular-page main article.page p{
	line-height: 2;
}
.singular-page main article .post-inner{
	min-height: 300px;
}
.singular-page main article .content{
	display: block;
}
.singular-page main article .content a{
	text-decoration: underline
}
.singular-page main article .information{
	position: relative;
	border-bottom: 1px solid var(--hgwc07);
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.singular-page main article .information:after{
	content: '';
	position: absolute;
	width: 30%;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid var(--hgwc12);
}
.singular-page main article.post .entry-title,
.singular-page main article.page .entry-title{
	color: var(--hgwc01);
	line-height: 1;
}
.singular-page main article .information i{
	color: var(--hgwc01);
}
.singular-page main article .information .info{
	margin: 20px 0 5px 0;
	padding-top: 5px;
	border-top: 1px solid var(--hgwc09);
}
.singular-page main article .information .info,
.singular-page main article .information .category{
	font-size: .85em;
	color: var(--hgwc02);
}
.singular-page main article .information .info span{
	margin-right: 20px
}
.singular-page main article .information .info a{
	color: var(--hgwc01);
}
.singular-page main article .information .category ul{
	display: contents;
}
.singular-page main article .information .category ul li{
	list-style-type: none;
	display: inline-block;
}
.singular-page main article .information .category a{
	background: var(--hgwc09);
	color: var(--hgwc01);
	padding: 4px;
	border-radius: 3px;
	font-size: .82em
}
.singular-page main article.post .post-thumbnail,
.singular-page main article.page .post-thumbnail{
	margin-bottom: 40px
}
.singular-page main article.post .post-thumbnail img,
.singular-page main article.page .post-thumbnail img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
}

.singular-page main article .tags{
	margin: 50px 0 0 0
}
.singular-page main article .tags ul{
	display: contents;
	padding: 0;
	list-style: none;
}
.singular-page main article .tags li{
	display: inline-block;
	margin: 4px;
}
.singular-page main article .tags a{
	background: var(--hgwc09);
	color: var(--hgwc01);
	padding: 4px;
	border-radius: 3px;
	font-size: .82em
}

/** 4.6.1 Sidebar [Singular] ***************/
.singular-page main aside{
	width: 33%;
}
aside.singular .widget-inner{
	padding: 10px
}
aside.singular ul{
	list-style: none;
	padding: 0;
}

.widget.post-info .widget-title{
	font-size: 1.3em;
}
.widget.post-info .widget-inner{
	padding-top: 0px;
	font-size: 1.1em;
}
.widget.post-info .widget-inner i{
	color: var(--hgwc11);
}
.widget.post-info .sec{
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--hgwc08);
}
.widget.post-info .sec:last-of-type{
	border-bottom: none;
}
.widget.post-info .sec{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--hgwc08);
}
.widget.post-info .sec:last-of-type{
	border-bottom: none;
}
.widget.post-info .author-box{
	display: flex;
	background: var(--hgwc09);
	align-items: center;
	padding: 0;
	margin-bottom: 20px;
	border: none
}
.widget.post-info .author-box .image{
	width: 30%;
	max-width: 60px;
}
.widget.post-info .author-box .image img{
	display: block;
	width: 100%;
	height: 100%;
}
.widget.post-info .author-box .content{
	width: 70%;
	padding: 0 10px;
}
.widget.post-info .author-box .small-title{
	font-size: .8em;
	font-weight: bold;
	color: var(--hgwc11)
}
.widget.post-info .author-box .authinfo{
	margin-top: 8px;
	font-size: .9em;
}
.widget.post-info .author-box .authinfo span{
	opacity: 0.6;
}
.widget.post-info .author-box .authinfo span:hover{
	opacity: 1
}
.widget.post-info time{
	font-size: .9em;
}
.widget.post-info .tax ul{
	display: contents;
}
.widget.post-info .tax ul li{
	display: inline-block;
	margin: 5px 2px;
	padding: 0px;
}
.widget.post-info .tax ul li a{
	background: var(--hgwc09);
	color: var(--hgwc01);
	padding: 3px 6px;
	text-decoration: none;
	border-radius: 2px;
	transition: .3s ease-in-out;
	font-size: .9em
}
.widget.post-info .tax ul li a:hover{
	background: var(--hgwc12);
	color: var(--hgwc10);
}
/* layout 3 ********************/
.widget.post-info .post-meta-layots.layout3 .sec{
	border: none;
}
.widget.post-info .post-meta-layots.layout3 .big-title-box{
	background: var(--hgwc12);
	color: var(--hgwc10);
	padding: 10px;
	font-weight: bold;
}
.widget.post-info .post-meta-layots.layout3 .big-title-box i{
	color: var(--hgwc10);
}
.widget.post-info .post-meta-layots.layout3 .author-box{
	margin: 15px 0
}
.widget.post-info .post-meta-layots.layout3 .publish{
	background: var(--hgwc09);
	padding: 10px
}
.widget.post-info .post-meta-layots.layout3 .tax ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.widget.post-info .post-meta-layots.layout3 .tax li{
	width: 48%;
	margin: 0;
	padding: 0 0 5px 0;
}
.widget.post-info .post-meta-layots.layout3 .tax li a{
	display: block;
	width: 100%;
	padding: 5px 10px;
}

/* Widget Calendar ********************/
.calendar_wrap{
  text-align: center;
}
.calendar_wrap table{
  margin-bottom: 0;
}
.calendar_wrap caption{
  background: var(--hgwc11);
  color: var(--hgwc10);
  padding: 8px 0;
}
.calendar_wrap thead{
  background: var(--hgwc09);
}
.calendar_wrap th{
  border: 1px solid var(--hgwc04);
  color: var(--hgwc04);
}
.calendar_wrap td{
  border: 1px solid var(--hgwc08);
  padding: 0;
  line-height: 2.8;
  color: var(--hgwc05);
}
.calendar_wrap td a{
  background: var(--hgwc09);
  color: var(--hgwc11);
  font-weight: bold;
  display: block;
  text-decoration: none;
  transition: all 0.5 ease-in-out;
	box-shadow: 0 0 1px 1px var(--hgwc05);
	transition: .5s ease-in-out;
}
.calendar_wrap td a:hover{
  background: var(--hgwc11);
  color: var(--hgwc10);
}
.wp-calendar-nav{
  background: var(--hgwc11);
  padding: 10px 0!important;
  display: flex;
  justify-content: space-around;
}
.wp-calendar-nav span{
  padding: 5px 0;
}
.wp-calendar-nav a{
  background: var(--hgwc12);
  color: var(--hgwc10);
  padding: 6px;
  border-radius: 2px;
  text-decoration: none;
}
/*

# --------------------------------------------------------------------------
#	4.6.2 Comments
# --------------------------------------------------------------------------

*/


.comments-wrapper{
  margin: 1rem 0;
  padding: 20px 0;
  border-bottom: 1px dashed var(--hgwc06);
}

h3.comments-title{
	padding: 10px;
	background: var(--hgwc12);
	color: var(--hgwc10);
}

ol.commentlist{
	padding: 0 20px;
	font-size: .9em;
	line-height: 1.3;
}

#commentform{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.logged-in-as{
  padding: 5px 10px;
	margin-bottom: 5px;
	background: var(--hgwc08);
	width: 100%;
}


.logged-in-as a{
  font-size: .8em;
}


#commentform label{
  display: block;
  font-size: .8em
}



.comment-notes{
  color: var(--hgwc04);
  font-size: .9em;
}



.comment-form-comment,
.comment-form-cookies-consent{
  width: 100%;
}



.comment-form-comment textarea{
  width: 100%;
	border-radius: 3px
}



.comment-form-author,
.comment-form-email,
.comment-form-url{
  width: 31%;
}



.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
  width: 100%;
}



.comment-form-cookies-consent{
  display: flex;
}



.comment-form-cookies-consent label{
  padding: 10px 5px;
  text-decoration: underline
}


.commentlist{
  list-style-type: none;
  padding: 0
}

.commentlist .comment-content a{
	text-decoration: underline;
}

.commentlist ul.children{
	list-style: none;
	margin-top: 10px;
}

.commentlist > li{
  border-bottom: 1px solid var(--hgwc06);
	padding-bottom: 5px;
  margin-bottom: 20px;
}

.commentlist ul.children article{
	background: var(--hgwc09);
	padding: 10px;
	margin-top: 10px;
}

.commentlist .comment-author{
  display: flex;
  align-items: center;
}


.commentlist .comment-author img{
  border-radius: 50%
}



.commentlist .comment-author a{
  font-size: .9em;
  padding: 5px;
  color: var(--hgwc04);
}



.commentlist .comment-metadata a{
  font-size: .8em;
  color: var(--hgwc04);
}



.commentlist .reply{
  margin-top: 10px;
}



.commentlist .reply a,
input.submit{
  background: var(--hgwc12);
  color: var(--hgwc10);
  font-size: .8em;
  padding: 3px 10px;
  border-radius: 3px;
	border: none;
	cursor: pointer;
}


.commentlist .reply a:hover,
input.submit:hover,
input.submit:focus{
  background: var(--hgwc11);
}

.comment-reply-title{
  font-size: .9em
}


.comment-reply-title a{
  color: var(--hgwc01);
}


.comment-reply-title small a{
  background: var(--hgwc10);
  color: var(--hgwc01);
  font-size: 1.1em;
  padding: 3px 10px;
  border-radius: 3px;
  opacity: .7
}


.comment-reply-title small a:hover{
  opacity: 1
}
/*

# --------------------------------------------------------------------------
#	5. Footer
# --------------------------------------------------------------------------

*/
#site-footer{
	background: var(--hgwc01);
	color: var(--hgwc10);
	padding: 40px 0 0 0;
	margin-top: 40px;
	border-top: 5px solid var(--hgwc12);
}
#site-footer ul{
	margin: 0;
	padding: 0;
}
#site-footer li{
	list-style-type: none;
}
#site-footer a{
	color: var(--hgwc10);
}
#site-footer .inner-section{
	width: 100%;
	align-items: flex-start;
}
#site-footer .inner-section .ft-brand,
#site-footer .inner-section .ft-widget{
	width: 30%
}
#site-footer .inner-section h4.title.line,
#site-footer .inner-section h4.widget-title{
	color: var(--hgwc10);
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 20px
}
#site-footer .inner-section .ft-brand .description{
	margin-bottom: 20px
}
#site-footer .ft-brand .social ul{
	width: 100%;
}
#site-footer .ft-brand .social li{
	display: inline-block;
	margin: 0 5px 5px 5px;
	font-size: 2em
}
#site-footer .widget li.post {
	border-bottom: 1px solid var(--hgwc02);
	padding: 5px 0;
}
#site-footer .widget li.post:last-of-type{
	border: none;
}
#site-footer .widget nav{
	padding: 0 10px;
}
#site-footer .copyright{
	border-top: 1px solid var(--hgwc02);
	padding: 15px 0;
}
#site-footer .copyright p:last-of-type,
#site-footer .copyright p:last-of-type a{
	color: var(--hgwc04);
	font-size: .95em;
}
.scrollup{
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--hgwc12);
  bottom: 20px;
  right: 50px;
  font-size: 2.5em;
  text-decoration: none !important;
  transition: .5s ease-in-out;
  opacity: 0.2
}
.scrollup:hover{
  opacity: 1;
}
/*

# --------------------------------------------------------------------------
#	6. @media query
# --------------------------------------------------------------------------

*/
@media only screen and (max-width: 1048px){
	#site-content.ntf .innerw{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 980px){
	#site-header .header-content h1{
		font-size: 2em
	}
}
@media only screen and (max-width: 860px){
	#site-header .header-content .brand img{
		max-height: 80px;
	}
	#site-header .header-content h1{
		font-size: 1.8em
	}
}
@media only screen and (max-width: 780px){
	#site-header .header-content .brand img{
		max-height: 70px;
	}
	#site-header .header-content h1{
		font-size: 1.5em
	}
	.singular-page .innerw{
		padding: 0 50px
	}
	.singular-page main{
		display: block!important;
	}
	.singular-page main article.post,
	.singular-page main article.page,
	.singular-page main aside,
	.singular-page main aside .widget.post-info{
		width: 100%;
	}
	.singular-page main .sticky{
    position: static;
  }
  .singular-page main aside .sticky{
    display: flex;
    justify-content: space-between;
		flex-wrap: wrap;
  }
  .singular-page main aside .widget{
    width: 49%;
  }

}
@media only screen and (max-width: 735px){
	#site-header .header-content .brand img{
		max-height: 70px;
	}
	#site-content.ntf .innerw{
		flex-wrap: wrap;
		padding: 0 100px;
	}
	#site-content .top-container-front{
		flex-wrap: wrap;
	}
	#site-content .top-container-front .col.col-2{
		width: 100%;
		height: 60%;
	}
	#site-content .top-container-front .col.col-4{
		height: 40%;
		width: 100%;
		flex-direction: row;
	}
	#site-content .top-container-front .col.col-4 .post{
		height: 100%;
	}
  #site-content .top-container-front.layout4 .col.col-2 .inner-item.posts{
    flex-direction: column;
  }
  #site-content .top-container-front.layout4 .col.col-2 .inner-item.posts .post,
  main,
  aside{
    width: 100%
  }
  #main-section{
    flex-wrap: wrap;
  }
  .sticky{
    position: static;
  }
  aside .sticky{
    display: flex;
    justify-content: space-between;
		flex-wrap: wrap;
  }
  aside .widget{
    width: 49%;
  }
	#site-footer .inner-section{
		display: block!important;
	}
	#site-footer .innerw{
		padding: 0 100px;
	}
	#site-footer .inner-section .ft-brand,
	#site-footer .inner-section .ft-widget{
		width: 100%;
	}

}
@media only screen and (max-width: 640px){
	.innerw,
	#site-footer .innerw,
	.singular-page .innerw,
	#site-content.ntf .innerw,
	#site-header{
		padding: 0 80px
	}
	#site-header{
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		border-bottom: 3px solid var(--hgwc12);
	}
	.upper,
	#site-header .header-content .himgss.flex-sb{
		display: none;
	}
	#site-header .header-content{
		width: 80%;
		padding: 0;
	}
	#site-header.layout2 .header-content .just-logo{
		height: 40px;
	}
	#site-header.layout2 .header-content .just-logo img{
		width: auto;
		height: 100%;
	}
	#site-header .header-content .innerw,
	#site-header #nav-menu .innerw{
		padding: 0;
	}
	#site-header .header-content .brand,
	#site-header .header-content .brand .brand-both{
		width: 100%!important;
		max-width: 100%!important;
	}
	#site-header .header-content .brand .brand-both{
		margin: 0;
	}
	#site-header .header-content .brand img{
		max-height: 30px;
	}
	#site-header .header-content .brand a{
		padding: 0;
		font-size: .7em;
	}
	#site-header .header-content .brand p{
		display: none;
	}
	nav.main-menu{
		border: none;
		width: 20%;
	}
	nav.main-menu .innerw{
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	#site-header nav.main-menu button.open-menu{
		background: transparent;
		color: var(--hgwc02);
		border: none;
		font-size: 1.4em;
		margin: 0;
	}
	#site-header nav.main-menu .search-btn{
		margin: 0
	}
	#site-header nav.main-menu .search-btn button{
		color: var(--hgwc05);
		font-size: 1.2em;
		padding: 0 5px;
		margin: 0;
	}
	#site-header nav.main-menu a:focus,
	#site-header nav.main-menu button:focus{
		box-shadow: inset 0 0 3px var(--hgwc02);
	}
	#site-header nav.main-menu button#last-f{
		box-shadow: none!important;
	}
	#site-header nav.main-menu button.open-menu,
	#site-header nav.main-menu button.close-menu{
		display: block;
	}
	#site-header nav.main-menu .flex-sb .primary{
		display: none;
		flex-direction: column;
		position: fixed;
		background: var(--hgwc10);
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		padding: 50px 20px;
	}
	#site-header nav.main-menu .flex-sb .primary.show{
		display: flex !important;
		overflow: auto
	}
	#site-header nav.main-menu .homeicon{
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 10px
	}
	#site-header nav.main-menu #last-f{
		display: block;
		background: transparent;
		border: none;
	}
	nav.main-menu .homeicon button {
    background: var(--hgwc12);
    font-size: 1.1em;
    padding: 5px 8px 5px 5px;
    color: var(--hgwc10) !important;
    line-height: 0;
		border-radius: 0;
  }
	nav.main-menu .homeicon button i{
		font-size: 1.2em;
		padding: 0 5px;
	}
	#site-header nav.main-menu .primary,
	#site-header nav.main-menu #main-menu{
		width: 100%;
	}
	#site-header ul.primary-menu,
  #site-header #tiny-menu ul{
		display: flex;
		flex-direction: column;
		width: 100%
	}
	#site-header ul.primary-menu .toggle-btn{
		background: transparent;
		color: var(--hgwc10)!important;
		border-color: var(--hgwc01);
		font-size: 1.1em;
		font-weight: bold;
	}
	#site-header ul.primary-menu ul .toggle-btn{
		color: var(--hgwc01)!important;
	}
	#site-header ul.primary-menu li,
  #site-header #tiny-menu ul li{
		background: var(--hgwc09);
		width: 100%;
		display: flex!important;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		padding: 0!important;
		transition-delay: 0s!important;
		transition: .8s ease-in-out;
		overflow: hidden;
		max-height: 40px;
		float: none;
	}
	#site-header ul.primary-menu>li,
	  #site-header #tiny-menu ul>li{
		margin-bottom: 3px;
	}
	#site-header ul.primary-menu li.menu-item-has-children.collapsed{
		max-height: 1500px;
	}
	#site-header ul.primary-menu li.menu-item-has-children.collapsed>.toggle-btn:after{
    content: '\f068';
		font-size: 1.1em
	}
	#site-header ul.primary-menu >li,
  #site-header #tiny-menu ul li{
		background: var(--hgwc12);
	}
	#site-header ul.primary-menu >li>a,
  #site-header #tiny-menu ul li a{
		color: var(--hgwc10)!important;
	}
	#site-header ul.primary-menu >li .toggle-btn{
		background: var(--hgwc10)!important;
		box-shadow: inset 0 0 30px var(--hgwc12)!important;
	}
	#site-header ul.primary-menu >li>ul .toggle-btn{
		background: var(--hgwc10)!important;
		box-shadow: inset 0 0 10px var(--hgwc07)!important;
	}
	#site-header ul.primary-menu >li>ul>li.menu-item-has-children{
		background: var(--hgwc08)
	}
	#site-header ul.primary-menu ul.sub-menu{
		display: none;
		width: 100%;
		position: static;
		visibility: visible!important;
		opacity: 1;
		background: transparent;
		border: none;
		margin: 0;
	}
	#site-header .show ul.primary-menu li:hover > ul,
	#site-header .show ul.primary-menu li:focus-within > ul,
	#site-header .show ul.primary-menu ul:hover {
	  display: none;
	}
  #site-header ul.primary-menu >li.collapsed>ul,
  #site-header ul.primary-menu >li>ul>li.collapsed>ul{
		display: block!important;
	}
	#site-header ul.primary-menu ul ul{
		padding: 0 !important;
	}
	#site-header ul.primary-menu ul{
		min-width: 100%!important;
		padding: 0;
	}
	#site-header ul.primary-menu a{
		display: block;
		color: var(--hgwc01) !important;
		padding: 0!important;
		margin: 0!important;
		text-decoration: none!important;
	}
	#site-header ul.primary-menu >li>a,
  #site-header #tiny-menu ul li a{
		padding: 10px 15px!important;
	}
	#site-header ul.primary-menu >li>ul>li>a{
		padding: 10px 40px!important;
	}
	#site-header ul.primary-menu >li>ul>li>ul>li>a{
		padding: 10px 60px!important;
	}
	.top-container-front{
		flex-direction: column!important;
		height: auto !important;
	}
	#site-content .top-container-front .post:hover .inner-post-content{
		height: auto!important;
	}
	#site-content .top-container-front .post .inner-post-content .excerpt{
    display: none;
	}
	#site-content .top-container-front .col.col-4,
	#site-content .top-container-front .col.col-2{
		flex-direction: column!important;
	}
	#site-content .top-container-front .col.col-4 .post{
		max-height: 250px
	}
	#site-content .top-container-front .col.col-2 .inner-item.slider,
	#site-content .top-container-front .col.col-2 .inner-item.col-2{
		width: 100%!important;
	}
	#site-content .top-container-front .col.col-2 .inner-item.col-2{
		flex-direction: column!important;
	}
	#site-content .top-container-front .col.col-2 .inner-item.col-2 .post{
		width: 100%!important;
	}
	.popular-tags-list {
		display: none;
	}
	.top-container.fr-c3{
		flex-direction: column!important;
	}
	.post-box-container.type-4{
		width: 100%;
	}
	.post-box-container.type-4 .tiny{
		display: inline-block;
		width: 50%;
		padding: 0 5px;
		font-size: .9em
	}
	.post-box-container.type-4 .tiny .post{
		width: 100%;
	}
	.post-box-container.type-4 .tiny .post .post-inner{
		flex-direction: column;
	}
	.post-box-container.type-4 .tiny .post-thumbnail{
		width: 100%!important;
	}
	.post-box-container.type-4 .tiny .post-thumbnail img{
		height: 100px!important;
	}
	.post-box-container.type-4 .tiny .post .post-inner .inner-post-content{
		width: 100%;
		padding: 0!important;
	}
	#main-section{
		flex-direction: column!important;
	}
	main{
		width: 100%
	}
	.post-box-container.type-1 .post-box{
		flex-direction: column!important;
	}
	.post-box-container.type-1 .post-box .single-col,
	.post-box-container.type-1 .post-box .multiple-col{
		width: 100%!important;
	}
	.post-box .multiple-col{
		margin: 0
	}
	.posts-archive .post .post-inner{
		flex-direction: column;
	}
	.posts-archive .post .post-inner .post-thumbnail,
	.posts-archive .post .post-inner .inner-post-content{
		width: 100%;
		padding: 0;
	}
	aside{
		width: 100%!important;
	}
	.zoom-in img,
	.zoom-in:hover img,
	.zoom-in-rotate img,
	.zoom-in-rotate:hover img,
	.zoom-out img,
	.zoom-out:hover img,
	.zoom-out-rotate img,
	.zoom-out-rotate:hover img{
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

}
@media only screen and (max-width: 550px){
	.innerw,
	#site-footer .innerw,
	.singular-page .innerw,
	#site-content.ntf .innerw,
	#site-header{
		padding: 0 40px;
	}
	.pagination-singular .posts > a, .pagination-singular .posts > div{
		width: 45%;
	}
	.pagination-singular .posts .post{
		flex-direction: column!important;
	}
	.pagination-singular .posts .post .thumbnail{
		width: 50%
	}
	.pagination-singular .posts .post .content{
		width: 100%;
		text-align: center
	}
}
@media only screen and (max-width: 460px){
	.innerw,
	#site-footer .innerw,
	.singular-page .innerw,
	#site-content.ntf .innerw,
	#site-header{
		padding: 0 20px;
	}
	.singular-page main aside .widget,
	aside .widget{
		width: 100%;
	}
}
@media only screen and (max-width: 380px){
	.innerw,
	#site-footer .innerw,
	.singular-page .innerw,
	#site-content.ntf .innerw,
	#site-header{
		padding: 0 5px;
	}
}
