/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Generic
		- Normalize
		- Box sizing
	# Base
		- Typography
		- Elements
		- Links
		- Forms
	## Layouts
	# Components
		- Navigation
		- Posts and pages
		- Comments
		- Widgets
		- Media
		- Captions
		- Galleries
	# plugins
		- Jetpack infinite scroll
	# Utilities
		- Accessibility
		- Alignments

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

/*--------------------------------------------------------------
	# Fonts
	--------------------------------------------------------------*/
/* libre-baskerville-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/themes/babe/assets/fonts/libre-baskerville-v14-latin-regular.woff2")
	format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-baskerville-italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Libre Baskerville";
	font-style: italic;
	font-weight: 400;
	src: url("/wp-content/themes/babe/assets/fonts/libre-baskerville-v14-latin-italic.woff2")
	format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-baskerville-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Libre Baskerville";
	font-style: normal;
	font-weight: 700;
	src: url("/wp-content/themes/babe/assets/fonts/libre-baskerville-v14-latin-700.woff2")
	format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Poppins";
	font-style: normal;
	font-weight: 400;
	src: url("/wp-content/themes/babe/assets/fonts/poppins-v21-latin-regular.woff2")
	format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Normalize
	--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
		========================================================================== */

/**
	* 1. Correct the line height in all browsers.
	* 2. Prevent adjustments of font size after orientation changes in iOS.
	*/
/* html {
		line-height: 1.15;
		-webkit-text-size-adjust: 100%;
	} */

/* Sections
		========================================================================== */

/**
	* Remove the margin in all browsers.
	*/
/* body {
		margin: 0;
	} */

/**
	* Render the `main` element consistently in IE.
	*/
/* main {
		display: block;
	} */

/**
	* Correct the font size and margin on `h1` elements within `section` and
	* `article` contexts in Chrome, Firefox, and Safari.
	*/
/* h1 {
		font-size: 2em;
		margin: 0.67em 0;
	} */

/* Grouping content
		========================================================================== */

/**
	* 1. Add the correct box sizing in Firefox.
	* 2. Show the overflow in Edge and IE.
	*/
/* hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	} */

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/
/* pre {
		font-family: monospace, monospace;
		font-size: 1em;
	} */

/* Text-level semantics
		========================================================================== */

/**
	* Remove the gray background on active links in IE 10.
	*/
/* a {
		background-color: transparent;
	} */

/**
	* 1. Remove the bottom border in Chrome 57-
	* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	*/
/* abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	} */

/**
	* Add the correct font weight in Chrome, Edge, and Safari.
	*/
/* b,
	strong {
		font-weight: bolder;
	} */

/**
	* 1. Correct the inheritance and scaling of font size in all browsers.
	* 2. Correct the odd `em` font sizing in all browsers.
	*/
/* code,
	kbd,
	samp {
		font-family: monospace, monospace;
		font-size: 1em;
	} */

/**
	* Add the correct font size in all browsers.
	*/
/* small {
		font-size: 80%;
	} */

/**
	* Prevent `sub` and `sup` elements from affecting the line height in
	* all browsers.
	*/
/* sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	} */

/* sub {
		bottom: -0.25em;
	}

	sup {
		top: -0.5em;
	} */

/* Embedded content
		========================================================================== */

/**
	* Remove the border on images inside links in IE 10.
	*/
/* img {
		border-style: none;
	} */

/* Forms
		========================================================================== */

/**
	* 1. Change the font styles in all browsers.
	* 2. Remove the margin in Firefox and Safari.
	*/
/* button,
	input,
	optgroup,
	select,
	textarea {
		font-family: inherit;
		font-size: 100%;
		line-height: 1.15;
		margin: 0;
	} */

/**
	* Show the overflow in IE.
	* 1. Show the overflow in Edge.
	*/
/* button,
	input {
		overflow: visible;
	} */

/**
	* Remove the inheritance of text transform in Edge, Firefox, and IE.
	* 1. Remove the inheritance of text transform in Firefox.
	*/
/* button,
	select {
		text-transform: none;
	} */

/**
	* Correct the inability to style clickable types in iOS and Safari.
	*/
/* button,
	[type="button"],
	[type="reset"],
	[type="submit"] {
		-webkit-appearance: button;
	} */

/**
	* Remove the inner border and padding in Firefox.
	*/
/*button::-moz-focus-inner,
	[type="button"]::-moz-focus-inner,
	[type="reset"]::-moz-focus-inner,
	[type="submit"]::-moz-focus-inner {
		border-style: none;
		padding: 0;
	} */

/**
	* Restore the focus styles unset by the previous rule.
	*/
/* button:-moz-focusring,
	[type="button"]:-moz-focusring,
	[type="reset"]:-moz-focusring,
	[type="submit"]:-moz-focusring {
		outline: 1px dotted ButtonText;
	} */

/**
	* Correct the padding in Firefox.
	*/
/* fieldset {
		padding: 0.35em 0.75em 0.625em;
	} */

/**
	* 1. Correct the text wrapping in Edge and IE.
	* 2. Correct the color inheritance from `fieldset` elements in IE.
	* 3. Remove the padding so developers are not caught out when they zero out
	*       `fieldset` elements in all browsers.
	*/
/* legend {
		box-sizing: border-box;
		color: inherit;
		display: table;
		max-width: 100%;
		padding: 0;
		white-space: normal;
	} */

/**
	* Add the correct vertical alignment in Chrome, Firefox, and Opera.
	*/
/* progress {
		vertical-align: baseline;
	} */

/**
	* Remove the default vertical scrollbar in IE 10+.
	*/
/* textarea {
		overflow: auto;
	} */

/**
	* 1. Add the correct box sizing in IE 10.
	* 2. Remove the padding in IE 10.
	*/
/* [type="checkbox"],
	[type="radio"] {
		box-sizing: border-box;
		padding: 0;
	} */

/**
	* Correct the cursor style of increment and decrement buttons in Chrome.
	*/
/* [type="number"]::-webkit-inner-spin-button,
	[type="number"]::-webkit-outer-spin-button {
		height: auto;
	} */

/**
	* 1. Correct the odd appearance in Chrome and Safari.
	* 2. Correct the outline style in Safari.
	*/
/* [type="search"] {
		-webkit-appearance: textfield;
		outline-offset: -2px;
	} */

/**
	* Remove the inner padding in Chrome and Safari on macOS.
	*/
/* [type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	} */

/**
	* 1. Correct the inability to style clickable types in iOS and Safari.
	* 2. Change font properties to `inherit` in Safari.
	*/
/* ::-webkit-file-upload-button {
		-webkit-appearance: button;
		font: inherit;
	} */

/* Interactive
		========================================================================== */

/*
	* Add the correct display in Edge, IE 10+, and Firefox.
	*/
/* details {
		display: block;
	} */

/*
	* Add the correct display in all browsers.
	*/
/* summary {
		display: list-item;
	} */

/* Misc
		========================================================================== */

/**
	* Add the correct display in IE 10+.
	*/
/* template {
		display: none;
	} */

/**
	* Add the correct display in IE 10.
	*/
/* [hidden] {
		display: none;
	} */

/* Box sizing
	--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
	@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* *,
 *::before,
 *::after {
		box-sizing: inherit;
	}

	html {
		box-sizing: border-box;
	} */

/*--------------------------------------------------------------
	# Base
	--------------------------------------------------------------*/

/* Typography
	--------------------------------------------- */
/* body,
	button,
	input,
	select,
	optgroup,
	textarea {
		color: #404040;
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
		font-size: 1rem;
		line-height: 1.5;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
	}

	p {
		margin-bottom: 1.5em;
	}

	dfn,
	cite,
	em,
	i {
		font-style: italic;
	}

	blockquote {
		margin: 0 1.5em;
	}

	address {
		margin: 0 0 1.5em;
	}

	pre {
		background: #eee;
		font-family: "Courier 10 Pitch", courier, monospace;
		line-height: 1.6;
		margin-bottom: 1.6em;
		max-width: 100%;
		overflow: auto;
		padding: 1.6em;
	}

	code,
	kbd,
	tt,
	var {
		font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	}

	abbr,
	acronym {
		border-bottom: 1px dotted #666;
		cursor: help;
	}

	mark,
	ins {
		background: #fff9c0;
		text-decoration: none;
	}

	big {
		font-size: 125%;
	} */

/* Elements
	--------------------------------------------- */
/* body {
		background: #fff;
	}

	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}

	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}

	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}

	dt {
		font-weight: 700;
	}

	dd {
		margin: 0 1.5em 1.5em;
	} */

/* Make sure embeds and iframes fit their containers. */
/* embed,
	iframe,
	object {
		max-width: 100%;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	figure {
		margin: 1em 0;
	}

	table {
		margin: 0 0 1.5em;
		width: 100%;
	} */

/* Links
	--------------------------------------------- */
/* a {
		color: #4169e1;
	}

	a:visited {
		color: #800080;
	}

	a:hover,
	a:focus,
	a:active {
		color: #191970;
	}

	a:focus {
		outline: thin dotted;
	}

	a:hover,
	a:active {
		outline: 0;
	} */

/* Forms
	--------------------------------------------- */
/* button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 1px solid;
		border-color: #ccc #ccc #bbb;
		border-radius: 3px;
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.8);
		line-height: 1;
		padding: 0.6em 1em 0.4em;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
	}

	button:active,
	button:focus,
	input[type="button"]:active,
	input[type="button"]:focus,
	input[type="reset"]:active,
	input[type="reset"]:focus,
	input[type="submit"]:active,
	input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
	}

	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		color: #666;
		border: 1px solid #ccc;
		border-radius: 3px;
		padding: 3px;
	}

	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="password"]:focus,
	input[type="search"]:focus,
	input[type="number"]:focus,
	input[type="tel"]:focus,
	input[type="range"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="week"]:focus,
	input[type="time"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="color"]:focus,
	textarea:focus {
		color: #111;
	}

	select {
		border: 1px solid #ccc;
	}

	textarea {
		width: 100%;
	} */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

/*--------------------------------------------------------------
	# Header
	--------------------------------------------------------------*/
#header_masthead_wrapper {
	padding: 10px 0 10px 0;
	position: relative;
	display: flex;
}
.site-branding {
	max-width: 250px;
	float: left;
	box-sizing: border-box;
}
#site-navigation {
	float: right;
	width: 70%;
}
.logo-right-header #site-navigation {
	float: left;
	/* padding-top: 20px; */
}
.logo-right-header #primary_menu {
	float: left;
	/* padding-left: 15px; */
}
.logo-right-header .site-branding {
	max-width: 250px;
	float: right;
	box-sizing: border-box;
	/* padding-right: 15px; */
}

/* Navigation
	--------------------------------------------- */
#primary_menu {
	float: right;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin: 0 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.menu-item-has-children > a::after {
	content: "▼";
	margin-left: 5px;
	font-size: 12px; /* Adjust as needed */
	display: inline-block;
}
.menu-item-has-children .sub-menu {
	display: block;
	/*    background-color: #fff;*/
}
.menu-item-has-children .sub-menu li {
	margin: 0;
}
.menu-item-has-children .sub-menu li a {
	padding: 10px;
}
.menu-item-has-children .sub-menu li:hover {
	background-color: #ccc;
}
.menu-item-has-children .menu-item-has-children .sub-menu {
	display: none;
	left: 100%;
}
.menu-item-has-children .menu-item-has-children:hover .sub-menu {
	display: block;
}
.menu-item-has-children .menu-item-has-children > a::after {
	content: "▼";
	margin-left: 42%;
	font-size: 12px;
	display: inline-block;
	transform: rotate(150deg);
	position: relative;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1025px) {
	.menu-toggle {
	display: none;
	}

	.main-navigation ul {
	display: flex;
	}
}

/* Default Styles for Main Menu */
#primary_menu .menu-item a {
	color: #333333; /* Default Normal State */
}

#primary_menu .menu-item a:hover {
	color: #555555; /* Default Hover State */
}

#primary_menu .menu-item a.active {
	color: #000000; /* Default Active State */
}

/* Basic styling for search button */
#search-btn {
	font-size: 16px;
	cursor: pointer;
}
/* Shadows */
.shadow-small {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-medium {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.shadow-large {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-x-large {
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-none {
	box-shadow: none;
}

/* Fullscreen search box */
#fullscreen-search {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 9999999;
	opacity: 0;
	transform: translateY(-100%);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Active state for showing the search box */
#fullscreen-search.active {
	display: block;
	opacity: 1;
	transform: translateY(0%);
}

/* Slide-up animation for closing the search box */
#fullscreen-search.slide-up {
	opacity: 0;
	transform: translateY(-100%);
}
#fullscreen-search.show {
	opacity: 1;
	transform: translateY(0%);
}

/* Close button styling */
.close-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 80px;
	color: #ffffff;
	cursor: pointer;
	transition: color 0.3s ease;
}

.close-btn:hover {
	color: #ccc;
}

/* Search container styling */
.search-container {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	/* color: white; */
	width: 70%;
	min-width: 600px;
	background: #fff;
	border-radius: 50px;
	padding: 10px;
}

/* Search input styling */
#search-input {
	width: 90%;
	padding: 10px;
	font-size: 20px;
	border: none;
	outline: none;
	color: #333;
	line-height: 30px;
	background: transparent;
	transition: background-color 0.3s ease, color 0.3s ease;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

#search-input:focus,
#search-input:active,
#search-input:hover {
	color: #000 !important;
	background-color: transparent !important;
}

/* Search button styling */
#search-submit {
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	background-color: transparent;
	color: white;
	border: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

#search-submit:hover {
	background-color: transparent;
}

@media (max-width: 1024px) {
	.search-container {
	width: 90%;
	}
	.close-btn {
	top: 42%;
	}
}
@media (max-width: 576px) {
	.search-container {
	width: 90%;
	min-width: unset;
	border-radius: 10px;
	max-width: 350px;
	}
	.close-btn {
	top: 42%;
	left: 50%;
	transform: translateX(-50%);
	}
	#search-input {
	width: 70%;
	line-height: normal;
	}
}

/* Initial hidden state */
.hidden {
	display: none;
}

/* Single Portfolio */
.single-portfolio-header h1 {
	font-size: 4.5rem;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.single-portfolio-header h2 {
	font-size: 1.2rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}
.portfolio-pagination {
	padding: 50px 0;
}
.single-portfolio-header {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20vh 5%;
	color: #fff;
	position: relative;
}
.portfolio-pagination .nav-links img {
	width: 200px;
	height: 120px;
	object-fit: cover;
}
.portfolio-pagination .nav-title {
	margin: 0 20px;
	background-color: #040226;
	padding: 10px 12px;
	border-radius: 50%;
	color: #fff;
}
.portfolio-pagination .nav-title:hover {
	background-color: #423bcc;
}
.pagination-item-title {
	clear: both;
	font-weight: 500;
}
.portfolio-pagination .nav-links a {
	color: #000;
	text-decoration: none;
}
.search-results .nav-links a {
	color: #fff;
	text-decoration: none;
	background-color: purple;
	font-weight: 500;
	padding: 6px 15px;
	text-transform: capitalize;
	border-radius: 5px;
}
.search-results article .entry-title a {
	text-decoration: none;
	color: #000;
}
.client-link a {
	color: #fff;
}
.client-link a:hover {
	color: #a8a8a8;
}
.client-link-two {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: -20px 20vw;
}
.client-link-two a {
	color: #500078;
	text-decoration: none;
	transform: rotate(-45deg);
	background: #fff;
	padding: 20px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	border: 1px solid #500078;
}
.client-link-two a:hover {
	color: #500078;
}

/* Sidebars and Search */
.wp-block-search__inside-wrapper {
	position: relative;
	align-items: center;
	background-color: #e7e7e7;
	border-radius: 10px;
}
.wp-block-search__input {
	appearance: none;
	border: 0px;
	padding: 13px;
	border-radius: 10px;
	background: #e7e7e7;
	outline: none;
}
.wp-block-search__button {
	border: 0px solid #111111;
	position: absolute;
	right: 10px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wp-block-search__button.wp-element-button::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f002";
	color: #111111;
}

/*  .wp-block-search__input:focus,
	.wp-block-search__input:focus-visible{

		outline: 2px solid #d9d9d9;
	}
	.wp-block-search__button {
		border: 0px solid #111111;
		position: absolute;
		right: 10px;
		background: transparent;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.wp-block-search__button.wp-element-button::after {
		font-family:"Font Awesome 5 Free";
		font-weight: 900;
		content: "\f002";
			color:#111111
	}
	aside .wp-block-group{
		text-align: left;
	} */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	width: 100%;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* addiional comment-list class */
.comments-title {
	margin-top: 20px;
	margin-bottom: 20px;
}
.comment-list {
	padding: 0px;
}
.comment-list li {
	border: 1px solid #ededed;
	padding: 15px;
	border-radius: 20px;
}
.comment-list > li {
	margin-bottom: 20px;
}
.comment-list .children li {
	border: none;
}
.comment-list li::marker {
	content: "";
}
.comment-list .comment-author img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.comment-meta {
	display: flex;
	align-items: center;
}
.comment-list .comment-metadata {
	margin-left: 10px;
}
.comment-list .comment-content {
	margin-top: 10px;
}
.comment-list .children {
	padding: 10px;
	background: #fefefe;
	border-top: 1px solid #ededed;
}
.comment-list .children {
	margin-top: 20px;
}
.comment-list a {
	color: #000;
	list-style: none;
	text-decoration: none;
}
.comment-list .url,
.comment-list .comment-reply-link {
	color: #500078;
}

.comment-respond {
	margin-top: 20px;
}

label {
	margin-bottom: 10px;
}

.comment-form label {
	margin-bottom: 10px;
	margin-top: 10px;
}
/* end of comment section */
/* Posts and pages
	--------------------------------------------- */
/* .sticky {
		display: block;
	}

	.post,
	.page {
		margin: 0 0 1.5em;
	}

	.updated:not(.published) {
		display: none;
	}

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 1.5em 0 0;
	}

	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	} */

/* Comments
	--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
#comment,
#author,
#email,
#url {
	border: 0px;
	background-color: #efedf0;
	padding: 12px 18px;
	border-radius: 0.8rem;
	font-size: 0.9rem;
	color: #303030;
	width: 50%;
}
#commentform label {
	display: block;
}
#commentform #submit {
	background-color: #500078;
	color: #ffffff;
	transition: 0.5s ease;
	border-radius: 7px;
	padding: 10px 15px;
}

/* Widgets
	--------------------------------------------- */
/* .widget {
		margin: 0 0 1.5em;
	}

	.widget select {
		max-width: 100%;
	} */

/* Media
	--------------------------------------------- */
/* .page-content .wp-smiley,
	.entry-content .wp-smiley,
	.comment-content .wp-smiley {
		border: none;
		margin-bottom: 0;
		margin-top: 0;
		padding: 0;
	} */

/* Make sure logo link wraps around logo image. */
/* .custom-logo-link {
		display: inline-block;
	} */

/* Captions
	--------------------------------------------- */
/* .wp-caption {
		margin-bottom: 1.5em;
		max-width: 100%;
	}

	.wp-caption img[class*="wp-image-"] {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.wp-caption .wp-caption-text {
		margin: 0.8075em 0;
	}

	.wp-caption-text {
		text-align: center;
	} */

/* Galleries
	--------------------------------------------- */
/* .gallery {
		margin-bottom: 1.5em;
		display: grid;
		grid-gap: 1.5em;
	}

	.gallery-item {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	.gallery-columns-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.gallery-columns-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.gallery-columns-4 {
		grid-template-columns: repeat(4, 1fr);
	}

	.gallery-columns-5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.gallery-columns-6 {
		grid-template-columns: repeat(6, 1fr);
	}

	.gallery-columns-7 {
		grid-template-columns: repeat(7, 1fr);
	}

	.gallery-columns-8 {
		grid-template-columns: repeat(8, 1fr);
	}

	.gallery-columns-9 {
		grid-template-columns: repeat(9, 1fr);
	}

	.gallery-caption {
		display: block;
	} */

/*--------------------------------------------------------------
	# Plugins
	--------------------------------------------------------------*/

/* Jetpack infinite scroll
	--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
	# Utilities
	--------------------------------------------------------------*/

/* Accessibility
	--------------------------------------------- */

/* Text meant only for screen readers. */

.custom-logo {
	height: auto;
	max-width: 100%;
	object-fit: contain;
}
.sticky-header-logo {
	height: auto;
	max-width: 100%;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
.header-on-top {
	position: fixed;
	width: 100%;
	/* background: #fff; */
	z-index: 9999;
}

/* Alignments
	--------------------------------------------- */
/* .alignleft {


		float: left;


		margin-right: 1.5em;
		margin-bottom: 1.5em;
	}

	.alignright {


		float: right;


		margin-left: 1.5em;
		margin-bottom: 1.5em;
	}

	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5em;
	} */
/* sidebars and main content area */
#primary {
	overflow: hidden;
	width: 100%;
}
#left-sidebar ul,
ol,
#right-sidebar ul,
ol {
	padding: 0px;
	margin: 0px;
}
#left-sidebar ul li {
	display: block;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
}
/* #left-sidebar, #right-sidebar{
		width: 20%;
		float: left;
		box-sizing: border-box;
	}
	#main-content{
		width: 60%;
		float: left;
		box-sizing: border-box;
	} */
.widget-area ul {
	margin: 0;
}
/* Footer */
.site-info div {
	/* float: left; */
	box-sizing: border-box;
}

/* Theme Breadcrumb Manager */
#babe-breadcrumb .container {
	padding: 0;
}
.breadcrumb {
	margin: 20px 0;
	padding: 10px;
	background: #f9f9f900;
	border: 1px solid #dddddd8c;
	border-radius: 5px;
	text-transform: capitalize;
	font-size: 1rem;
}

.breadcrumb a {
	text-decoration: none;
	color: #0073aa;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb span {
	color: #555;
}
.breadcrumb-symbol i {
	font-size: 12px;
	padding: 0 10px;
}

/* Archive Styles */
.archive-header {
	min-height: 260px;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background: rgb(27, 22, 102);
	background: radial-gradient(
	circle,
	rgba(27, 22, 102, 1) 0%,
	rgba(31, 9, 84, 1) 35%,
	rgba(23, 6, 64, 1) 100%
	);
}
.archive-header h1 {
	padding-top: 9vh;
	width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.archive-header .archive-description {
	color: #fff;
	font-weight: 500;
}
/* Portfolio Archive styles */
/* .full-width .portfolio-image {
	width: 66.3%;
	float: left;
	box-sizing: border-box;
	}
	.full-width .item-content-wrapper {
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	}
	.archive-grid {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	}

	.archive-item {
	margin: 15px;
	box-sizing: border-box;
	position: relative;
	} */
/* portfolio list style */
/* #portfolio-list .portfolio-list-item {
	background-color: #f8f8f8;
	}

	#portfolio-list .portfolio-image {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	}
	#portfolio-list .portfolio-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;

	transition-duration: 4s;
	}
	#portfolio-list .portfolio-list-item:hover .portfolio-image img {
	transform: scale(1.2);
	}

	#portfolio-list .item-content-wrapper .portfolio-title a {

	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
	margin-top: 10px;
	}
	#portfolio-list .portfolio-excerpt {
	line-height: normal;
	}
	#portfolio-list .portfolio-meta {
	display: flex;
	justify-content: space-between;
	width: 100%;
	}
	#portfolio-list .portfolio-meta {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	}

	#portfolio-list .portfolio-categories a {
	display: inline-block;
	background-color: #eaeaea;
	border-radius: 12px;
	text-decoration: none;
	}
	#portfolio-list .portfolio-list-item a.link i {
	color: #ffffff;
	transition: 0.3s ease-in-out;
	left: calc(50% - 50px);
	}
	#portfolio-list .portfolio-list-item a.link:hover {
	background-color: #440365;
	color: #ffffff;
	}
	#portfolio-list .portfolio-list-item a.link:hover i {
	left: calc(50% - 50%);
	position: relative;
	}
	@media (max-width: 992px) {
	}
	@media (max-width: 767px) {
	#portfolio-list .portfolio-image {
		min-height: 300px;
	}
	#portfolio-list .item-content-wrapper .portfolio-title a {
		line-height: 33px;
	}
	}
	@media (max-width: 567px) {
	#portfolio-list .portfolio-image {
		min-height: 250px;
	}
	} */
/* end of portfolio list style */

.post-header-banner .post-header-banner-wrapper img {
	object-fit: cover;
	width: 100%;
}
.post-header-banner .post-header-banner-wrapper {
	position: relative;
	min-height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.post-header-banner .post-header-banner-wrapper h1 {
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
	padding: 0 15px;
}

.article-container {
	padding-bottom: 50px;
}
article .entry-title {
	margin-top: 30px;
}
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	width: 100%;
	object-fit: cover;
	max-height: 400px;
}
.navigation.posts-navigation {
	padding: 40px 0;
}
.navigation.posts-navigation .nav-links .nav-previous,
.navigation.posts-navigation .nav-links .nav-next,
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
	width: fit-content;
	/* background: aqua; */
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
}
ul.wp-block-latest-posts__list li {
	margin-bottom: 20px !important;
	display: inline-block;
}
/* .three-column {
	width: calc(33.333% - 30px);
	}
	.two-column {
	width: calc(50% - 30px);
	}
	.one-column {
	width: calc(100% - 30px);
	}

	.full-width {
	width: 100%;
	background-color: #fff;
	position: relative;
	margin: 40px 15px;
	}

	.archive-image {
	background-size: cover;
	background-position: center;
	height: 400px;
	}
	.archive-date {
	font-size: 0.8rem;
	padding-top: 5px;
	width: max-content;
	float: right;
	margin-top: -26px;
	}
	.archive-author {
	font-size: 0.8rem;
	width: fit-content;
	padding-top: 5px;
	}
	.archive-author i {
	top: -1px;
	position: relative;
	}
	.archive-categories {
	margin-top: 10px;
	}
	.archive-category a {
	font-weight: 500;
	color: #777;
	text-transform: uppercase;
	font-size: 14px;
	}
	.archive-title a {
	color: #000000;
	font-weight: 500;
	font-size: 1.5rem;
	text-decoration: none;
	}
	.archive-title a:hover {
	color: #332395;
	}

	#load-more-container {
	text-align: center;
	margin: 20px 0 60px 0;
	}

	#load-more {
	background: #17063f;
	color: #fff;
	border: none;
	padding: 10px 30px;
	cursor: pointer;
	border-radius: 30px;
	font-weight: 500;
	}
	.archive-meta {
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	}

	.archive-meta .archive-author,
	.archive-meta .archive-date {
	margin-right: 10px;
	}

	.archive-meta .archive-date {
	color: #999;
	}
	.archive-item a {
	text-decoration: none;
	transition: all 1s ease-in;
	}
	.archive-item a .archive-excerpt {
	color: #fff;
	display: none;

	}
	.archive-item a:hover .archive-excerpt {
	display: block;
	height: 100%;
	padding: 20px;
	text-align: justify;
	padding-top: 270px;
	background: rgb(48, 39, 69);
	background: linear-gradient(
		0deg,
		rgba(48, 39, 69, 1) 13%,
		rgba(16, 16, 17, 0.3477766106442577) 90%
	);
	}
	.more-btn {
	position: absolute;
	bottom: 100px;
	right: 30px;
	color: #1c2448;
	background: #ffffff;
	padding: 6px 10px;
	border-radius: 60px;
	font-size: 14px;
	display: none;
	}
	.tax-portfolio_category .more-btn {
	bottom: 80px;
		right: 30px;
	}
	.archive-item.full-width .more-btn {
	bottom: 20px;
	right: 36%;
	}
	.archive-item a:hover .more-btn {
	display: block;
	}

	@media (max-width: 1024px) {
	.three-column {
		width: calc(100% - 10px);
	}
	.full-width .item-content-wrapper {
		width: 40%;
	}
	.full-width .archive-image {
		width: 60%;
	}
	}
	@media (max-width: 576px) {
	.full-width {
		width: 100%;
		background-color: unset;
		position: unset;
	}
	.archive-image {
		height: 300px;
	}
	.full-width .archive-image {
		width: 100%;
	}
	.full-width .item-content-wrapper {
		width: 100%;
	}
	.full-width .item-content-wrapper {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		position: unset;
		top: 0;
		right: 0;
		transform: unset;
	}
	} */

/* Hardcoded css - CHECK & Remove this section*/
.hello-babe-email {
	width: 100%;
	font-family: "Libre Baskerville";
}
h1,
h2 {
	font-family: "Libre Baskerville";
}

#footer_site_info_menu ul {
	list-style: none;
}
#footer_site_info_menu ul li a {
	text-decoration: none;
	padding: 4px 8px;
	text-transform: capitalize;
}
#footer_site_info_menu ul li a:hover {
	color: #9a89ff;
}
#footer_site_info_menu li {
	float: left;
	margin: 0;
}
.before-footer-para {
	padding: 15px 0;
}
.site-branding a {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Search */
.nav-bar-search-icon {
	width: 30px;
	display: flex;
	position: relative;
	left: 100%;
	/* top: -33px; */
	margin-left: 20px;
}
.layout-logo-left .nav-bar-search-icon {
	width: 30px;
	display: flex;
	position: relative;
	left: 100%;
	top: 25px;
	margin-left: 20px;
}
#footer_site_info_menu li a {
	padding: 6px 10px;
	text-decoration: none;
}
#footer_site_info_menu {
	list-style: none;
	padding-left: 0;
	display: flex;
	/* margin-left: 85%; */
	white-space: nowrap;
	margin-bottom: 0;
}
.testimonialsWrap .owl-carousel .owl-stage {
	padding-bottom: 10px;
}

/* Widgets */
.wp-block-heading {
	font-family: "Poppins";
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 10px 0;
	color: #2a00ac;
}
.wp-block-categories .cat-item,
.wp-block-archives li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ededed;
	padding: 10px 0;
	color: #000;
}
.wp-block-categories .cat-item:hover,
.wp-block-archives li:hover {
	cursor: pointer;
}
.wp-block-categories,
.wp-block-archives {
	padding: 0;
	list-style: none;
}

.wp-block-categories ul {
	list-style: none;
}
.wp-block-categories .cat-item a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
	text-decoration: none;
	color: #000;
	width: 100%;
}
.widget_recent_entries ul li {
	margin: 10px 0;
	overflow: hidden;
}
.wp-block-tag-cloud a {
	color: #000;
	text-decoration: none;
}
.wp-block-tag-cloud a:hover {
	color: #2a00ac;
}

.wp-block-latest-posts__post-categories a {
	font-size: 12px;
	margin-top: 5px;
	color: #626262 !important;
	text-decoration: none;
	background-color: #e9e9e9;
	padding: 4px 10px;
	border-radius: 20px;
	font-weight: 500;
	text-decoration: none;
}
.wp-block-latest-posts__post-categories a:hover {
	color: #2a00ac;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	font-size: 14px;
}
.wp-block-latest-posts__post-title {
	font-weight: 500;
	margin-bottom: 3px;
	display: block;
	line-height: 24px;
}
.wp-block-latest-posts__post-categories {
	margin: 10px 0;
}

/* Post Articles */
.article_wrapper .type-post .entry-meta {
	margin: 15px 0;
}
.article_wrapper .type-post .entry-title {
	margin: 15px 0;
}
.article_wrapper .type-post .entry-title a {
	color: #2a00ac;
	text-decoration: none;
	font-family: "Poppins";
	font-weight: 600;
}
.article_wrapper .type-post .post-thumbnail img {
	width: 100%;
	height: auto;
	max-height: 560px;
	object-fit: cover;
}
.post-author {
	/* float: right; */
	text-transform: capitalize;
}
.entry-meta .post-author .avatar {
	width: 40px;
	height: 40px;
	object-fit: cover;
	margin-right: 10px;
}

p.read-more-wrapper {
	margin-bottom: 0;
}
.btn-post-read-more {
	margin: 10px 0;
	padding-left: 0;
	color: #3000af;
	font-weight: 500;
	border: 0;
}
.btn-post-read-more i {
	color: #888;
	margin-top: 2px;
	position: absolute;
	margin-left: 10px;
	font-size: 21px;
}
.btn-post-read-more:hover,
.btn-post-read-more:hover i {
	color: #000;
}
.tags-links {
	margin-left: 20px;
}
.cat-links a,
.tags-links a {
	text-decoration: none;
	background-color: #d3d2d2;
	color: #4c4c4c;
	padding: 2px 10px;
	border-radius: 30px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 5px;
}
.entry-meta i {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 7px;
}
.entry-meta span {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	/* color: #000; */
}
.entry-meta a {
	color: #000;
}
.cat-links i,
.tags-links i {
	margin-right: 10px;
}
.article_wrapper .entry-footer {
	justify-content: space-between;
	display: flex;
}
.article_wrapper .post-excerpt {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.babe-posts-pagination {
	text-align: center;
	justify-content: center;
	padding: 30px;
}
.babe-posts-pagination .nav-links a {
	margin: 0 15px;
	padding: 6px;
}
.babe-posts-pagination .nav-links .current {
	background-color: #000;
	color: #fff;
	padding: 10px 16px;
	border-radius: 50%;
}
.single-post .post-thumbnail img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 100vh;
}
.single-post .post-thumbnail {
	margin-bottom: 10px;
}
.single-post article .entry-title {
	margin: 20px 0;
}
@media (max-width: 1024px) {
	#site-navigation {
		float: right;
		width: 65%;
		text-align: right;
	}
	button.menu-toggle {
		float: right;
		background: transparent;
		border: none;
		font-size: 24px;
	}
	#primary_menu {
		position: absolute;
		background-color: #ffffff;
		width: 100%;
		float: none;
		left: 0;
		top: 70px;
		text-align: center;
		padding-bottom: 30px;
		z-index: 9999999;
	}
	.site-info div {
		float: none;
		box-sizing: unset;
		text-align: center;
		width: 100%;
	}
	#footer_site_info_menu {
		list-style: none;
		padding-left: 0;
		display: flex;
		margin-left: 35%;
		white-space: nowrap;
		width: 100%;
		text-align: center;
		padding: 30px 0 10px 0;
	}
}
@media (max-width: 576px) {
	#footer_site_info_menu {
		list-style: none;
		padding-left: 0;
		display: flex;
		margin-left: 9%;
		white-space: nowrap;
		width: 100%;
		text-align: center;
		padding: 30px 0 10px 0;
	}
	.site-info {
		color: #000;
		padding: 40px 0;
	}
	#before-footer .wp-block-heading {
		font-size: 34px !important;
	}
	.hello-babe-email {
		font-size: 24px !important;
	}
	.before-footer-para {
		padding: 15px;
	}
	#primary_menu .menu-item .sub-menu {
		/* position: relative; */
		box-shadow: none;
		width: 100%;
		float: unset;
	}
	#primary_menu .menu-item .sub-menu .menu-item {
		text-align: center;
	}
	#primary_menu .menu-item .sub-menu .menu-item a {
		width: 100%;
	}
}
/* Guest Author Widget */
.giw_guest_item {
	border-bottom: 1px solid #ccc;
	padding: 15px;
	margin: 10px 0;
}
.giw_guest_item .row {
	display: flex;
}
.giw_guest_item .label {
	width: 150px;
	float: left;
	padding-bottom: 10px;
}
.giw_guest_item .field {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}
.giw_guest_item .field input {
	width: 70%;
}
.giw_guest_item .field .img-upload {
	width: 60%;
}
