/*
Theme Name: Tecblogger
Theme URI: https://themepoints.com/tecblogger
Author: themepoints
Author URI: https://themepoints.com
Tags: one-column, two-columns, three-columns, custom-background, custom-header, custom-menu, custom-colors, featured-images, left-sidebar, sticky-post, post-formats
Description: Tec-Blogger is a modern, clean, and fully responsive WordPress blog theme designed for passionate bloggers. Whether you're running a personal blog, fashion blog, travel blog, photography blog, lifestyle blog, or even a sports blog, this theme is crafted to suit a wide range of niches.
Version: 1.0.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tecblogger
Requires at least: 4.0
Tested up to: 6.8
Requires PHP: 7.4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Root color
# Normalize
# Typography
# Elements
# Navigation
# Header Top
# Header
	## Main Menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Blog Details
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Gallery Post Formats
# Footer
--------------------------------------------------------------*/


/* Root color variables */
:root {
  --primary-color:#44bbff;
  --main-bg-color: #ffffff;
  --main-text-color: #666666;
  --heading-text-color: #333333;
  --white-text-color: #ffffff;
  --primary-btn-bg-color:#44bbff;
  --primary-btn-text-color:#ffffff;
  --white-color:#ffffff;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: var(--main-bg-color);
	color:var(--main-text-color);
	font-size:16px;
	font-weight:400;
	line-height: 26px;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: var(--heading-text-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 36px;
  line-height: 1.2em;
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.4em;
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 15px;
  line-height: 1.5;
}

button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

p {
  margin: 0 0 15px 0;
  color: var(--main-text-color);
  line-height: 1.75;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}
table tbody tr td {
  font-size: 14px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
	outline: 0;
	transition: all ease 0.4s;
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}
.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  text-align: center;
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
  font-size: 16px;
  font-weight: 500;
  padding: 12px 24px;
  border-radius: 5px !important;
  overflow: hidden;
  transition: 0.4s;
}

/*--------------------------------------------------------------
## Header Top
--------------------------------------------------------------*/
.header-top {
  background: #f8f7f7;
  padding: 10px 0px;
}
.header-top p {
  font-size: 15px;
}
.header-top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.header-top-date {
  color: #161616;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-area {
	background:#ffffff;
	padding:70px 0px;
	border-bottom: 1px solid #f3f3f3;
}
.header-right {
  justify-content: flex-end;
}
.header-left {
  justify-content: flex-start;
}
.site-title {
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-decoration: none;
  margin-bottom: 10px;
}
.header-area h1.site-title a {
  font-weight: bold;
}
.header-area h1.site-title a, a:hover {
  text-decoration: none;
}
.logo h2.site-description {
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.mainmenu-area{
  background: #f8f7f7;
}
.mainmenu-area.header-two{
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #ddd;
}
.header-two-menu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.main-menu a span {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.main-menu a.active,
.main-menu a:hover {
  color: #44bbff;
}
.main-menu a.active span,
.main-menu a:hover span {
  opacity: 1;
}
.main-menu a.active:before,
.main-menu a:hover:before {
  background: #44bbff;
}
.main-menu > ul {
  display: flex;
  align-items: center;
}
.main-menu > ul > li {
  margin: 0;
}
.main-menu > ul > li > a {
  padding: 20px 12px;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li .sub-menu li:hover > a, 
.main-menu ul li .sub-menu li.active > a {
  color: #44bbff;
}
.main-menu ul li ul.sub-menu li ul.sub-menu li:hover > a, 
.main-menu ul li ul.sub-menu li ul.sub-menu li.active > a {
  color: #44bbff;
}
.main-menu > ul > li.active a, .main-menu > ul > li:hover a {
  color: #44bbff;
}
.main-menu ul li.current-menu-ancestor>a{
  color: #44bbff;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  min-width: 280px;
  width: max-content;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.main-menu ul.sub-menu a {
  font-weight: 600;
  line-height: 35px;
  font-size: 15px;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: #44bbff;
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu a:hover {
  padding-left: 5px;
}
.main-menu ul.sub-menu {
  padding: 18px 30px 19px 30px;
  left: 0px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  color: #333333;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before,
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 17px;
  right: 3px;
  height: 9px;
  width: 1px;
  background: #000000;
  transition: 0.4s;
  transform: rotate(45deg);
  display: inline-block;
  transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before {
  transform: rotate(-45deg);
  top: 12px;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 30px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/*------------------- # Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 40px 0px 40px;
  display: block;
  text-align: start;
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  z-index: 1;
  color: #333333;
  background-color: transparent;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #ddd;
}
.mobile-menu-wrapper .menu-toggle:hover {
  transform: rotate(90deg);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #ffffff;
  border-right: 0px solid #ffffff;
  height: 100%;
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  z-index: 1;
  padding: 0 20px 20px;
  overflow-y: scroll;
}
.mobile-menu-wrapper .mobile-menu-area::-webkit-scrollbar {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-area::-webkit-scrollbar-track {
  display: none;
}
.mobile-menu-wrapper .mobile-menu-area::-webkit-scrollbar-thumb {
  display: none;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper .sidebar-wrap {
  margin-bottom: 23px;
}
.mobile-menu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
  line-height: 24px;
}
.mobile-menu-wrapper .sidebar-wrap a {
  color: #333333;
}
.mobile-menu-wrapper .sidebar-wrap a:hover {
  color: #333333;
}
.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 25px;
  margin-bottom: 30px;
  text-align: left;
  border-bottom: 2px solid #333333;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu ul li {
  list-style-type: none;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  letter-spacing: normal;
  text-transform: capitalize;
}
.mobile-menu ul li.active-class > a {
  color: #333333;
}
.mobile-menu ul li.active-class > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li a {
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  padding: 6px 0;
}
.mobile-menu ul li ul li a .mean-expand-class:before {
  font-size: 14px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: #333333;
  border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f107";
  font-weight: 700;
  font-family: 'FontAwesome';
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\f106";
  font-family: 'FontAwesome';
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.mobile-contact {
  margin-bottom: 30px;
}
.mobile-contact a.btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
}

.sidebar-btn {
  background: transparent;
  position: relative;
  border: 0;
  text-align: center;
  line-height: 54px;
  padding: 0;
  padding-top: 22px;
  padding-bottom: 22px;
}
.sidebar-btn .line {
  display: block;
  height: 3px;
  width: 18px;
  background: #000000;
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}
.mobile_search {
  padding: 0 0px 25px 0px;
}
.mobile_search form {
  position: relative;
}
.mobile_search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.mobile_search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.mobile_search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: #333333;
}
.header-button {
  display: flex;
  align-items: center;
  gap: 10px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 30px;
  position: relative;
  padding: 30px 30px;
  background: #f8f7f7;
  border: 1px solid #E4E1E1;
  border-radius: 10px;
}
aside.blog-sidebar .widget:last-child{
  margin-bottom: 0px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}

aside ul {
  margin: 0;
  padding: 0;
}
aside ul li {
  display: block;
  list-style: outside none none;
  font-size: 17px;
  margin-bottom: 7px;
}
aside ul li:last-child {
  margin-bottom: 0;
}
aside ul li a{
  color: #000;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
	outline: medium none;
	text-decoration: none;
	transition: 0.3s;
}
aside ul li a:focus {
  box-shadow: none;
  color: #8b8b8b;
  outline: medium none;
  text-decoration: none;
}
aside ul li a:hover{
	color:#000;
	text-decoration:none;
}
form.search-form label input.search-field {
  font-size: 15px;
  line-height: 30px;
}
.search-form > label {
  display: block;
}
form.search-form label input[type="search"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-wrapper-area,
.blog-details-area,
.blog-wrapper-area {
  padding: 60px 0px;
}
.blog-post-item{
	background:#f8f7f7;
	border:1px solid #E4E1E1;
	border-radius:10px;
	position: relative;
	margin-bottom: 30px;
}
.blog-post-item.sticky {
  border:1px solid var(--primary-color);
}
.content-area div.entry-content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}
.entry-content code {
  font-size: 14px;
  display: block;
  overflow: hidden;
  background: #ddd;
  padding: 10px;
  border-radius: 0px;
}
#primary .post-thumbnails a {
  border: medium none;
  box-shadow: none;
  outline: medium none;
  text-decoration: none;
}
.blog-post-content,
.post-content-container {
  display: block;
  overflow: hidden;
  padding: 30px;
}
.post-single-container {
  display: block;
  overflow: hidden;
  padding: 30px;
}
.content-area .post-single-container header.entry-header h1.entry-title, h1.entry-title a {
  margin-top: 0;
}
.content-categories {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  margin-top: -0.4em;
}
.entry-footer{
  display: block;
  overflow: hidden;
  padding: 20px 0px 0px;
}
.entry-footer .tags-links a {
  border: 1px solid #a7a7a7;
  color: #f1f1f1;
  display: inline-block;
  float: left;
  font-size: 10px;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}
.entry-footer .tags-links a::before {
  color: #a7a7a7;
  content: "#";
  margin-right: 1px;
}
header.entry-header {
  display: block;
  overflow: hidden;
}
div.entry-content {
  display: block;
  overflow: hidden;
  padding: 0px;
  padding-top: 10px;
}
.content-categories ul.post-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap:10px;
	margin: 0;
	padding: 0;
}
.content-categories ul.post-categories li {
  list-style: none;
}
.content-categories ul.post-categories li a {
  border: medium none;
  box-shadow: none;
  color: var(--heading-text-color);
  font-size: 15px;
  outline: medium none;
  padding: 0;
  text-decoration: none;
}
.content-categories ul.post-categories li a:hover {
  color:var(--unit-primary-color);
}
.content-categories ul.post-categories li::before {
  content: "/";
  float: left;
  font-family: "FontAwesome";
  font-size: 19px;
  margin: 0px 7px 0 0;
}
.content-categories ul.post-categories li:first-child::before {
  display: none;
}
.more-link {
  border: 1px solid #ddd;
  color: #000;
  padding: 6px;
}
.more-link a, a:hover {
  color: #000;
}
.content-area div.entry-content p em {
  display: inline-block;
  overflow: hidden;
}
.blog-post-bottom {
  display: block;
  overflow: hidden;
  padding-top: 15px;
}
.tech-read-more a{
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  padding: 5px 15px;
}

/*Blog Details*/
.blog__details-content {
    padding: 30px;
}

/*link post css*/

.postFormatLinkArea .postFormatLink {
  overflow: hidden;
}
.postFormatLink {
  position: relative;
  display: block;
  padding: 40px;
  text-decoration: none!important;
  overflow: hidden;
}
.o-backgroundImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.o-backgroundImg--dimmed:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.postFormatLink-content {
  position: relative;
  text-align: center;
  color: #fff;
}
.postFormatLink-content-title {
  font-size: 40px;
  margin: 0 0 10px 0;
  text-align: center;
  color: #fff;
}
.postFormatLink-content-title i {
  font-size: 32px;
  margin-left: 15px;
}
.postFormatLink-content-desc {
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}
.postFormatLink .o-backgroundImg, .postFormatLink .o-backgroundImg--dimmed:after {
  overflow: hidden;
}

/*quote*/
.postFormatQuote {
  position: relative;
  margin: 0;
  padding: 100px 40px 40px;
  color: #fff;
  border: none;
  overflow: hidden;
}
.postFormatbgimage {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.postFormatOverlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.postFormatQuote p {
  position: relative;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 12px;
}
.postFormatQuote cite {
  display: block;
  font-style: normal;
  font-weight: 300;
}
.postFormatQuote:after {
  content: "\201C";
  position: absolute;
  top: 40px;
  left: 40px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 110px;
  line-height: 1;
  color: #fff;
}
.postFormatQuote .postFormatQuote-author {
  position: relative;
}
.postFormatQuote .postFormatQuote-author:before {
  content: "\2014";
  margin-right: 5px;
}

/* # Gallery Post Formats*/
#gallery-carousel { 
  overflow: hidden 
}
.gallery-control {
  background: none repeat scroll 0 0 #fff;
  color: #1e1e1e;
  font-size: 20px;
  height: 40px;
  margin-top: -20px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
}
.gallery-control.right {
	right: 0px;
  padding-top: 3px;
  background: #44BBFF;
  color: #fff;
}
#gallery-carousel:hover .gallery-control.right { 
  right: 0 
}
.gallery-control.left {
  left: 0px;
  padding-top: 3px;
  background: #44BBFF;
  color: #fff;
}
#gallery-carousel:hover .gallery-control.left { 
  left: 0 
}
.gallery-control:hover { 
  color: #fff 
}
#gallery-carousel a:hover {
  background: none repeat scroll 0 0 #ff0000;
}
div.entry-content .gallery {
  margin: 0;
  padding: 0;
}
div.entry-content .gallery figure.gallery-item {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px;
}
div.entry-content .gallery figure.gallery-item img {
  width: 100%;
  height: auto;
}

/*------------------- # Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--primary-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: #333333;
}
.popup-search-box button.searchClose:hover {
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  padding: 0 80px 0 0px;
  color: #ffffff;
  border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input:-ms-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  filter: brightness(99999);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}

/*Search Icon*/
.icon-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: var(--primary-color);
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: #333333;
  color: #fff;
}

/*post navigation*/
.pev-next-post-wrap .post-item {
  display: flex;
  align-items: center;
}
.pev-next-post-wrap .post-item .icon a {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ECF4F3;
  font-size: 18px;
  color: var(--title-color);
  margin-right: 15px;
}
.pev-next-post-wrap .post-item .icon a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.pev-next-post-wrap .post-item .content span {
  color: #758598;
  display: block;
  font-size: 13px;
}
.pev-next-post-wrap .post-item .content .title {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
  word-break: break-all;
}
.pev-next-post-wrap .post-item.next-post {
  flex-direction: row-reverse;
}
.pev-next-post-wrap .post-item.next-post .icon a {
  margin-right: 0;
  margin-left: 15px;
}
.pev-next-post-wrap .post-item.next-post .content {
  text-align: right;
}
.pev-next-post-wrap a:hover h2 {
  color: var(--title-color);
}

@media (max-width: 767.98px) {
  .pev-next-post-wrap .post-item.next-post {
    flex-direction: row;
    margin-top: 30px;
  }
  .pev-next-post-wrap .post-item.next-post .icon a {
    margin-right: 15px;
    margin-left: 0px;
  }
  .pev-next-post-wrap .post-item.next-post .content {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pev-next-post-wrap .post-item.next-post {
    flex-direction: row;
    margin-top: 30px;
  }
  .pev-next-post-wrap .post-item.next-post .icon a {
    margin-right: 15px;
    margin-left: 0px;
  }
  .pev-next-post-wrap .post-item.next-post .content {
    text-align: left;
  }
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin: 50px 0 0;
}
.pagination__wrap ul li a,
.pagination__wrap ul li .page-numbers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #f8f7f7;
  border-radius: 4px;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.pagination__wrap ul li a:hover,
.pagination__wrap ul li .current {
  background-color: var(--primary-btn-bg-color);
  color: var(--primary-btn-text-color);
}
.pagination__wrap ul li.active a {
  color: #ffffff;
  background: #000000;
}

/* Widgets About */
.about-widget h3 {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}
.about-widget > p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  text-align: justify;
}

/* Tag Widgets */
.widget .tagcloud {
  display: block;
  overflow: hidden;
  text-align: left;
}
.widget .tagcloud a::before {
  color: #f1f1f1;
  content: "#";
}
.post-tags a, .widget .tagcloud a {
  background: #111 none repeat scroll 0 0;
  color: #f1f1f1;
  display: inline-block;
  float: left;
  font-size: 10px !important;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  margin-right: 0.4rem;
  overflow: hidden;
  padding: 5px;
  text-transform: uppercase;
  transition: all 0.35s ease 0s;
}


/* Dafination List */

dl {
  border: 3px solid #ccc;
  padding: 2.5em;
}
dt {
  font-weight: bold;
  padding: 10px 0;
  text-align: left;
}
dd {
  margin: 0;
  padding: 0 0 0.5em;
}
dd {
  margin: 0;
  padding: 0 0 0.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details-card .blog-post-comment {
  padding-top: 50px;
}
.comments-wrap-title {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .comments-wrap-title {
    font-size: 26px;
  }
}

.comments-wrap .latest-comments .children {
  margin: 0 0 0 135px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .comments-wrap .latest-comments .children {
    margin: 0;
  }
}

.comments-box {
  display: flex;
  align-items: flex-start;
  padding-bottom: 48px;
  gap: 25px;
}

@media (max-width: 767.98px) {
  .comments-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.comments-avatar {
  flex: 0 0 auto;
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comment-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 0 20px;
}
.comments-text .avatar-name {
  margin-bottom: 15px;
}
.comments-text .avatar-name .name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.comments-text .avatar-name span {
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: var(--title-color);
  margin-bottom: 6px;
}
.comments-text p {
  margin-bottom: 20px;
  font-size: 18px;
}
.comment-reply-title {
  font-size: 24px;
  margin-bottom: 35px;
}

@media (max-width: 767.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}

.comment-form .comment-notes {
  margin-bottom: 35px;
  font-size: 18px;
}
.comment-form textarea.form-control, 
.comment-form textarea {
  min-height: 220px;
}
.comment-form .comment-field input,
.comment-form .comment-field textarea {
  display: block;
  width: 100%;
  color: #979797;
  background: transparent;
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  padding: 10px 20px;
}
.comment-form .form-submit {
  margin: 0 0 10px;
}
.comment-form .comment-field {
  margin: 0 0 20px;
}
.post-author{
	padding-top: 30px;
}
.author-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.author-container .author-img {
  margin-right: 24px;
  max-width: 106px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 106px;
  flex: 0 0 106px;
  border-radius: 50%;
  overflow: hidden;
}
.author-container .author-img img {
  width: 100%;
}
.author-name-headding {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.tagcloud .share-links-title {
  margin: 0;
  padding: 0;
}
.list-wrap {
  margin: 0px;
  padding: 0px;
}
footer.entry-footer .tagcloud ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
footer.entry-footer a, .tagcloud a {
  display: block;
  color: #333333;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  line-height: 1;
  padding: 8px 12px;
  font-size: 15px !important;
  margin: 0 0;
}

/*Social Icon*/
.header-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.tp-social-icon svg {
  width: 15px;       /* Change size here */
  height: 15px;
  fill: #333333;        /* Default color */
  transition: transform 0.3s ease, fill 0.3s ease;
}
.tp-social-icon:hover svg {
  transform: scale(1.1);
  fill: #0073aa;     /* Change on hover */
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-wrapper {
  background: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #666666;
}
.copyright-wraper{
	background: #000000;
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.copyright-wraper .copyright-text {
  color: #ffffff;
  font-size: 16px;
}
.footer-widget .widget-title{
  color:#ffffff;
}
.site-info, .site-info a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.site-info a.developed {
  font-size: 14px;
  color: #44BBFF;
  font-weight: 600;
}
.copyright-text{
	color:#fff;
}

/* Responsive embed wrapper */
.responsive-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}