/*!
Theme Name: Sika
Theme URI: https://cemreworks.com/product/sika-wordpress-theme/
Author: Cemre Tunçay
Author URI: https://www.cemreworks.com/
Description: Brand new blog theme - "Sika". This theme has been carefully crafted to provide the perfect platform for bloggers who want to showcase their content in a visually appealing and engaging way. With its clean and modern design, Sika is fully responsive, meaning that your blog will look great on any device. The theme comes with a range of customization options, allowing you to personalize your blog to suit your individual style and needs. Sika is designed with readability in mind, with clear typography and plenty of white space to ensure that your content is easy to read and navigate. The theme also includes a range of post formats, allowing you to mix and match different types of content, from text and images to video and audio. One of the key features of Sika is its flexibility. The theme comes with a range of pre-designed templates and layouts, as well as a powerful page builder, allowing you to create custom pages and post layouts with ease. This means that you can create a blog that truly reflects your personality and style, without having to worry about any technical know-how. Sika is also fully compatible with a range of popular WordPress plugins, including WooCommerce, Jetpack, and Contact Form 7. This means that you can easily add e-commerce functionality, social sharing buttons, and contact forms to your blog, without having to worry about any compatibility issues. Whether you're a seasoned blogger or just starting out, Sika is the perfect theme for anyone looking to create a professional, stylish, and engaging blog. So why wait? Download Sika today and start sharing your thoughts and ideas with the world!
Version: 1.0.1
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 5.2
License: GNU General Prefer License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sika
Tags: grid-layout, one-column, two-columns, left-sidebar, custom-background, custom-logo, custom-menu, featured-images, translation-ready, footer-widgets, custom-colors, custom-header, editor-style, rtl-language-support, theme-options, threaded-comments, block-styles, blog, news, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sika is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--container-width: 1400px;
	--primary-color: #202020;
	--secondary-color: #18187e;
	--tertiary-color: #28284a;
	--primary-font: "Lustria", serif;
	--secondary-font: "Proza Libre", serif;
}

/*--------------------------------------------------------------
>>> 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* 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
	 ========================================================================== */



/**
 * 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"] {
	appearance: button;
	-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"] {
	appearance: textfield;
	-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;
}

p {
	margin-bottom: 1rem;
}

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%;
}

/* SLICK SLIDER */
.slick-dots {
	display: flex;
	column-gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	padding: 5px;
	background-color: #7e7c79;
	border-color: #7e7c79;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots .slick-active button {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}

/* Elements
--------------------------------------------- */

body {
	font-family: var(--primary-font);
	margin: 0;
	color: var(--primary-color);
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 0em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
}

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 var(--tertiary-color);
	border-radius: 3px;
	background: var(--tertiary-color);
	color: #fff;
	line-height: 1;
	height: 35px;
	width: auto;
	padding: 0 10px;
	text-align: center;
	font-family: var(--primary-font);
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--secondary-color);
}

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 10px;
	height: 35px;
	font-family: var(--primary-font);
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.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);
}

.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 li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 10px 14px;
	font-weight: 600;
}

@media screen and (min-width: 901px) {
	.main-navigation ul ul {
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
	}

}

/* Small menu. */
.menu-toggle {
	width: 40px;
	display: block;
}

.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 901px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}

	.menu-primary-container {
		width: 100%;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 1.5em 0 1.5em;
	grid-column: -3/-1;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	gap: 10px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 49%;
}

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before {
	content: '\f100';
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 14px;
	padding-right: 5px;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 49%;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 14px;
	padding-left: 7px;
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	background: var(--tertiary-color);
	color: #fff;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	text-decoration: none;
}

.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover,
.comment-navigation .nav-links a:focus,
.posts-navigation .nav-links a:focus,
.post-navigation .nav-links a:focus {
	background: var(--primary-color);
	color: #fff;
}

.post-navigation .nav-links .nav-subtitle {
	display: none;
}

/* 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;
}

.post-page-numbers.current {
	font-weight: 500;
	color: var(--secondary-color);
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* BREADCRUMBS
--------------------------------------------- */
#breadcrumbs,
.theme-breadcrumb-wrapper {
	margin-top: 3rem;
}

.theme-breadcrumb-wrapper a,
#breadcrumbs a {
	text-decoration: none;
	font-size: 16px;
}

.theme-breadcrumb-wrapper .breadcrumb_last,
.theme-breadcrumb-wrapper .last,
#breadcrumbs .breadcrumb_last {
	color: var(--secondary-color)
}

.theme-breadcrumb-wrapper+.main-wrapper,
#breadcrumbs+.main-wrapper {
	margin-top: 1.5rem;
}

/* 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. */
.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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*** Global ***/

.container {
	max-width: var(--container-width);
	margin: 0 auto;
	padding: 0 15px;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 800px) {
	.container .flex-row {
		flex-wrap: wrap;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--secondary-font);
	font-weight: 500;
}

h1 {
	font-size: 2rem;
	line-height: 1.3;
}

h2 {
	font-size: 2.25rem;
	line-height: 1.2;
}

h3 {
	font-size: 1.75rem;
	line-height: 1.2;
}

h4 {
	font-size: 1.5rem;
	font-weight: 400;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
	line-height: 1.3;
}

@media screen and (min-width: 600px) {
	h1 {
		font-size: 2.5rem;
	}

}

a,
a:visited {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: var(--tertiary-color);
}

a:hover,
a:focus,
a:active,
a:visited:hover,
a:visited:focus,
a:visited:active {
	color: var(--secondary-color);
	/* background-size: 100% 1px; */
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.site-wrapper {
	padding: 30px 0;
}

.main-wrapper {
	margin: 3rem 0;
	display: flex;
	-webkit-column-gap: 60px;
	column-gap: 60px;
}

.main-wrapper main {
	width: 70%;
}

.main-wrapper aside {
	width: 30%;
}

@media only screen and (max-width: 900px) {
	.main-wrapper {
		column-gap: 0;
		flex-wrap: wrap;
	}

	.main-wrapper main,
	.main-wrapper aside {
		width: 100%;
	}
}

.main-wrapper .site-main.ct-post-wrapper .sika-content-area {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	-ms-word-break: break-word;
	word-break: break-word;
}

.main-wrapper .site-main.ct-post-wrapper .feat-post-section,
.main-wrapper .site-main.ct-post-wrapper .sika-content-area .page-header {
	grid-column: 1/ -1;
}

.main-wrapper .site-main.ct-post-wrapper .sika-content-area .page-header .page-title {
	margin: 0;
}

@media screen and (min-width: 481px) {
	.main-wrapper .site-main.ct-post-wrapper .sika-content-area {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
	}
}

@media screen and (min-width: 1450px) {
	.main-wrapper .site-main.ct-post-wrapper .sika-content-area {
		gap: 30px;
	}
}

.page-title {
	margin-top: 0;
}

.archive-description {
	margin-bottom: 2rem;
}

.widget-title,
.widget_block h2 {
	font-size: 1.3rem;
	margin: 0 0 1rem 0;
	font-family: var(--primary-font);
}

.entry-content,
.comment-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


/*	Go To Top Button Design CSS */

.footer-go-to-top {
	font-size: 14px;
	color: #fff;
	background-color: #3a465c;
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	z-index: 20;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 2px 8px 2px 8px;
	text-align: center;
}

.footer-go-to-top.show {
	opacity: 1;
}

.footer-go-to-top:hover,
.footer-go-to-top:focus {
	bottom: 35px;
	color: #fff;
	background-color: var(--primary-color)
}


/* Social Links CSS */

ul.social-menu {
	padding-left: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

ul.social-menu li {
	display: inline-block;
}

/* Social Menu
--------------------------------------------- */

ul.social-menu,
ul.wp-block-social-links {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.social-menu li a {
	width: 20px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	text-align: center;
	font-size: 0;
	color: #454d59;
	vertical-align: middle;
}

.social-menu li a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Brands";
	vertical-align: middle;
	font-size: 16px;
}

.social-menu li a.website:before {
	content: "\f08e";
}

.social-menu li a[href*="facebook.com"]:before {
	content: '\f39e';
}

.social-menu li a[href*="twitter.com"]:before {
	content: '\f099';
}

.social-menu li a[href*="linked.com"]:before,
.social-menu li a[href*="linkedin.com"]:before {
	content: '\f0e1';
}

.social-menu li a[href*="github.com"]:before {
	content: '\f09b';
}

.social-menu li a[href*="instagram.com"]:before {
	content: '\f16d';
}

.social-menu li a[href*="pinterest.com"]:before,
.social-menu li a[href*="pinterest.com"]:before {
	content: '\f0d2';
}

.social-menu li a[href*="youtube.com"]:before {
	content: '\f167';
}

.social-menu li a[href*="vk.com"]:before {
	content: '\f189';
}

.social-menu li a[href*="telegram.com"]:before,
.social-menu li a[href*="t.me"]:before {
	content: '\f2c6';
}

.social-menu li a[href*="weibo.com"]:before {
	content: "\f18a";
}

.social-menu li a[href*="dribbble.com"]:before {
	content: "\f17d";
}

.social-menu li a[href*="bitbucket.org"]:before {
	content: "\f171";
}

.social-menu li a[href*="codepen.io"]:before {
	content: "\f1cb";
}

.social-menu li a[href*="flickr.com"]:before {
	content: "\f16e";
}

.social-menu li a[href$="/feed/"]:before {
	content: "\f09e";
}

.social-menu li a[href*="foursquare.com"]:before {
	content: "\f180";
}

.social-menu li a[href*="tumblr.com"]:before {
	content: "\f173";
}

.social-menu li a[href*="reddit.com"]:before {
	content: "\f1a1";
}

.social-menu li a[href*="vimeo.com"]:before {
	content: "\f194";
}

.social-menu li a[href*="digg.com"]:before {
	content: "\f1a6";
}

.social-menu li a[href*="twitch.tv"]:before {
	content: "\f1e8";
}

.social-menu li a[href*="stumbleupon.com"]:before {
	content: "\f1a4";
}

.social-menu li a[href*="delicious.com"]:before {
	content: "\f1a5";
}

.social-menu li a[href*="vk.com"]:before {
	content: "\f189";
}

.social-menu li a[href*="mailto:"]:before {
	content: "\f0e0";
}

.social-menu li a[href*="telegram.com"]:before,
.social-menu li a[href*="t.me"]:before {
	content: "\f2c6";
}

.social-menu li a[href*="quora.com"]:before {
	content: "\f2c4";
}

.social-menu li a[href*="qq.com"]:before {
	content: "\f1d6";
}

.social-menu li a[href*="tiktok.com"]:before {
	content: "\e07b";
}

/* Comments Section CSS */

.comments-area {
	margin-top: 50px;
	background: #f7f7f7;
	padding: 20px;
	border-radius: 5px;
}

.comments-area .comments-title {
	font-size: 1.8rem;
}

.comment-form label {
	display: block;
	font-size: 16px;
	padding-bottom: 10px
}

.comment-form input,
.comment-form textarea {
	font-size: 16px;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	border: 1px solid #0B162A;
	border-radius: 5px;
	color: #0B162A;
}

.comment-form textarea {
	height: auto;
}

.comment-form .form-submit .submit {
	font-size: 16px;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: var(--tertiary-color);
	color: #fff;
	border: 0;
	max-width: 160px;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.comment-form .form-submit .submit:hover {
	background: var(--primary-color);
}

.comment-form .comment-form-cookies-consent [type="checkbox"] {
	width: auto;
	height: auto;
	margin-right: 5px;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

.comments-area ol {
	list-style: none;
}

.comments-area ol.comment-list {
	padding-left: 25px;
}

.comments-area .comment-body {
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.comments-area .comment-body .comment-metadata,
.comments-area .comment-body .comment-awaiting-moderation,
.comment-body .comment-content {
	font-size: 14px;
	padding: 10px 0 5px;
}

.comments-area .comment-body .comment-author {
	display: flex;
	align-items: center;
}

.comments-area .comment-body .comment-author>* {
	padding-right: 5px;
}

.comment-body .comment-meta .fn,
.comment-body .comment-reply-link {
	color: var(--primary-color);
	font-weight: 700;
}

/* Header Search Section CSS */

.site-header .search-box {
	position: relative;
	padding-left: 5px;
}

.search-box .search-section {
	position: absolute;
	top: 30px;
	right: 0;
	width: 100%;
	min-width: 320px;
	display: none;
	padding: 10px;
	background: rgb(54 54 54 / 87%);
	z-index: 1;
}

.site-header .search-toggle {
	width: 25px;
	height: 25px;
	line-height: 28px;
	border-radius: 5px;
	padding: 0;
	background-color: transparent;
	font-size: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
}

.site-header .search-toggle.hide {
	opacity: 0;
	pointer-events: none;
}

.site-header .search-toggle i::before {
	color: #fff;
	transition: 400ms linear;
}

.search-box .close-btn {
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0 5px;
	font-size: 16px;
	border-radius: 5px;
	opacity: 0;
	pointer-events: none;
	color: #1b1b1b;
	border: none;
	background: none;
}

.search-box .close-btn.show {
	display: block;
	opacity: 1;
	pointer-events: initial;
}

.site-header .search-box:hover button i::before,
.search-box .close-btn.show i:before {
	color: #f7f7f7;
}

/*
* Main Menu
*/

.main-navigation li.menu-item-has-children:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 3px;
	top: 0;
	color: var(--link-color);
	font-size: 16px;
	font-weight: 600;
	vertical-align: middle;
}

.main-navigation li.menu-item-has-children:hover:after {
	color: var(--secondary-color);
}

.main-navigation ul#primary-menu>li>a,
.main-navigation div#primary-menu>ul>li>a {
	font-size: 16px;
	font-weight: 600;
	padding: 0 20px 0 15px;
	text-transform: capitalize;
}

.main-navigation ul#primary-menu .sub-menu {
	opacity: 0;
	visibility: hidden;
	height: 0;
	background-color: #fff;
	margin-left: 15px;
	width: calc(100% - 15px);
	border-top: 2px solid var(--secondary-color);
	box-shadow: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;

}

.main-navigation ul#primary-menu>li .sub-menu li {
	width: 100%;
	border-bottom: 1px solid #f5f5f5;
}

.main-navigation ul#primary-menu>li .sub-menu a {
	display: block;
	padding: 12px 15px;
}

.main-navigation ul#primary-menu>li>.sub-menu>.menu-item-has-children>a {
	position: relative;
}

.main-navigation ul#primary-menu li:hover>.sub-menu,
.main-navigation ul#primary-menu li:focus>.sub-menu,
.main-navigation ul#primary-menu li.focus>.sub-menu {
	visibility: visible;
	opacity: 1;
	height: auto;
	pointer-events: auto;
}

@media screen and (min-width: 901px) {
	.main-navigation ul#primary-menu .sub-menu {
		position: absolute;
		right: 0;
		top: 100%;
		margin-left: 0;
		width: 250px;
		pointer-events: none;
		border: 1px solid #f5f5f5;
		border-top: 4px solid var(--secondary-color);
		border-radius: 5px;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		z-index: 2;
	}

	.main-navigation ul#primary-menu>li>.sub-menu .sub-menu {
		left: 100%;
		top: -2px;
	}

	.main-navigation ul#primary-menu .sub-menu>li:hover>.sub-menu,
	.main-navigation ul#primary-menu .sub-menu>li:focus>.sub-menu,
	.main-navigation ul#primary-menu .sub-menu>li.focus>.sub-menu {
		left: 100%;
		visibility: visible;
		opacity: 1;
	}

	.main-navigation ul ul li.menu-item-has-children:after {
		right: 10px;
	}
}

/* Top Header CSS */

.top-header-wrap {
	background: var(--tertiary-color);
	color: #fff;
	padding: 5px 0;
}

.top-header-wrap .flex-row {
	align-items: center;
}

.top-header-wrap .top-header-left {
	width: 50%;
}

.top-header-wrap .top-header-right {
	width: 50%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
}

.top-header-wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 10px;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

@media screen and (min-width: 901px) {
	.top-header-wrap ul {
		justify-content: flex-start;
		text-align: left;
	}
}

.top-header-wrap ul a,
.top-header-wrap ul a:visited {
	color: #fff;
}

.top-header-wrap ul a:hover,
.top-header-wrap ul a:focus {
	color: #b4b6f9;
}

.top-header-wrap #top-menu ul a {
	font-size: 14px;
	text-decoration: none;
}

/* Header CSS */

.main-header-wrap {
	padding: 20px 0;
	background: #f7f7f7;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.main-header.flex-row {
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.main-header .site-branding {
	padding-right: 10px;
	min-width: 210px;
}

.site-branding .site-title {
	font-family: var(--secondary-font);
	margin: 0;
	line-height: 1;
	font-size: 2rem;
	font-weight: 700;
}

@media screen and (min-width: 600px) {
	.main-header .site-branding {
		min-width: 320px;
	}

	.site-branding .site-title {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 782px) {
	.site-branding .site-title {
		font-size: 3rem;
	}
}

.site-branding .site-description {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.main-header .main-navigation {
	display: flex;
	justify-content: flex-end;
}

.top-header-wrap .top-header-left .top-menu li a {
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.site-branding .site-description {
		display: none;
	}
}

/* Mobile Header */

.main-navigation>li a.close_nav {
	color: var(--light-color);
	background-color: transparent;
	padding: 2px;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 1.9;
}

.toggled.main-navigation .close_nav {
	border-radius: 0;
}

@media screen and (min-width: 901px) {
	.mbl-show {
		display: none;
	}

	.main-navigation>li a.close_nav {
		display: none;
	}

	.main-navigation ul#primary-menu>li .sub-menu li:after {
		top: 10px;
	}
}

@media screen and (max-width: 900px) {

	.site-header .search-box .search-toggle i::before,
	.site-header .search-box .close-btn i::before,
	.site-header .search-box .search-toggle i::before,
	.site-header .search-box .close-btn i::before,
	.site-header .search-box:hover button i::before,
	.site-header .close-btn.show i:before {
		color: var(--tertiary-color);
	}

	.search-box .search-section {
		top: 40px;
	}

	.header-top-toggle {
		background: var(--tertiary-color);
		padding: 5px 0;
	}

	.header-top-toggle a {
		color: #fff;
		width: 25px;
		display: inline-block;
		width: 50px;
		height: 25px;
		border-radius: 0 0 12rem 12rem;
	}

	.header-top-toggle a.open,
	.header-top-toggle a:hover {
		color: #f7f7f7;
	}

	.top-header-wrap .flex-row {
		flex-direction: column;
		justify-content: center;
	}

	.top-header-wrap .flex-row div {
		width: 100%;
	}

	.top-header-wrap .top-header-left .top-menu ul {
		padding-bottom: 10px;
	}

	.top-header-wrap .top-header-left .top-menu li {
		width: 100%;
		display: block;
	}

	.top-header-wrap .top-header-right {
		padding-bottom: 10px;
	}

	.main-header.flex-row {
		gap: 10px;
	}

	/* .main-header .main-navigation {
		width: calc(100% - 150px);
	} */

	.mbl-hide {
		display: none;
	}
}

@media screen and (max-width: 900px) {

	.search-box .search-field {
		width: calc(100% - 80px);
	}

	/* Mobile Menu */
	.main-header-wrap {
		position: relative;
	}

	.main-navigation #primary-menu {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #FBF8F1;
		-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
		box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
		z-index: 999;
		margin: 0;
	}

	.main-navigation.toggled #primary-menu {
		display: block;
	}

	.main-navigation ul li,
	.main-navigation ul#primary-menu>li .sub-menu li {
		display: block;
		border-bottom: 1px solid #eee;
	}

	.main-navigation ul#primary-menu>li .sub-menu li:last-child {
		border-bottom: none;
	}

	.main-navigation ul li:hover,
	.main-navigation ul#primary-menu>li .sub-menu li:hover {
		background: #f7f7f7;
	}

	.main-navigation ul#primary-menu>li {
		padding: 10px 0 10px 10px;
	}

	.main-navigation ul#primary-menu>li>a,
	.main-navigation div#primary-menu>ul>li>a {
		padding-left: 10px;
	}

	.main-navigation.toggled button i:before {
		content: '\f00d';
	}

	.main-navigation li.menu-item-has-children:after {
		padding: 10px;
	}
}

/* Sidebar CSS */

.search-form input[type="search"] {
	margin-bottom: 5px;
}

.search-form input[type="submit"],
.wp-block-search__text-button .wp-block-search__button {
	padding: 0 10px;
	width: auto;
}

.widget ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	list-style-type: none;
}

.widget ul li {
	padding-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget a,
.widget ul li a {
	text-decoration: none;
}

.widget ul.wp-block-social-links li {
	padding-bottom: 0;
}

aside .widget {
	border: 1px solid #ddd;
	padding: 25px;
}

aside .widget .search-form {
	display: flex;
	column-gap: 10px;
}

aside .widget .search-form>label,
aside .widget .search-form input[type="search"] {
	width: 100%;
}

.widget ul,
.widget ol,
.widget.widget_recent_comments ul,
.widget.widget_categories ul,
aside .widget.widget_recent_entries ul,
aside .wp-block-latest-posts.wp-block-latest-posts__list,
.widget ol.wp-block-latest-comments {
	padding-left: 20px;
	margin-bottom: 0;
}

.widget ul li,
.widget ol li,
.widget.widget_recent_comments ul li,
.widget.widget_categories ul li,
.wp-block-archives li,
.wp-block-categories li,
aside .widget.widget_recent_entries ul li,
aside ul.wp-block-latest-posts li,
.widget ol.wp-block-latest-comments li {
	position: relative;
}

.widget.widget_recent_comments ul li:before,
.widget.widget_categories ul li:before,
.widget_recent_entries ul li:before,
.wp-block-archives li:before,
.wp-block-categories li:before,
aside .widget.widget_recent_entries ul li:before,
aside ul.wp-block-latest-posts li:before,
.widget ol.wp-block-latest-comments li::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -20px;
	top: 3px;
	font-weight: 900;
	font-size: 12px;
}

.widget ul li:hover a,
.widget ol li:hover a,
.widget ul li:hover::before,
.widget ol li:hover::before {
	color: var(--secondary-color);
}

/* Footer CSS */

.footer-bottom {
	text-align: center;
	padding: 20px 0;
	background: var(--tertiary-color);
	color: #fff;
}

.footer-bottom .container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-bottom .container>div+div {
	width: 100%;
}

.site-info,
.site-info a,
.footer-bottom a,
.footer-bottom .social-menu li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.site-info a:hover,
.footer-bottom a:hover,
.footer-bottom .social-menu li a:hover {
	color: #b4b6f9;
}

.footer-bottom .social-links .social-menu {
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.footer-bottom .container {
		justify-content: space-between;
	}

	.footer-bottom .social-links .social-menu {
		justify-content: flex-end;
	}

	.footer-bottom .container>div+div {
		width: 50%;
	}
}

.footer-top {
	padding: 40px 0;
	background: #f7f7f7;
}

.footer-top .flex-row {
	column-gap: 30px;
}

.footer-col {
	width: calc(33.33% - 30px);
}

@media screen and (max-width: 768px) {
	.footer-col {
		width: 100%;
	}

	.footer-top .flex-row {
		gap: 20px;
	}
}

.footer-col .menu li::before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: -20px;
	top: 3px;
	font-weight: 900;
	font-size: 12px;
}

.footer-col .menu .sub-menu {
	display: none;
}

.footer-col .widget {
	margin-bottom: 0;
}

/* Blog Block Style */

article .entry-title {
	word-break: break-word;
}

.ct-post-wrapper article.post {
	background-color: #f7f7f7;
}

.card-blog-post .card-body h3.entry-title {
	margin: 0.7rem 0 1rem;
	font-size: 1.5rem;
}

.card-blog-post .card-body h3.entry-title a:hover {
	color: var(--secondary-color);
}

.ct-post-wrapper .card-item {
	display: flex;
	flex-wrap: wrap;
}

.ct-post-wrapper .card-item .card-media {
	width: 100%;
	font-size: 0;
	line-height: 1;
}

.ct-post-wrapper .card-item .card-media a {
	line-height: 1;
	height: 100%;
	width: 100%;
	display: inline-block;
}

.ct-post-wrapper .card-item .card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ct-post-wrapper .card-item .card-body {
	width: 100%;
	padding: 30px;
}

.card-item .card-body .entry-meta {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: var(--secondary-font);
}

.card-item .card-body .cat-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.card-item .card-body .cat-links a {
	font-size: 12px;
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
	border-radius: 2px 8px 2px 8px;
	padding: 5px 10px;
	font-family: var(--secondary-font);
}

.card-item .card-body a.read-btn {
	position: relative;
	color: var(--secondary-color);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	font-family: var(--secondary-font);
}

.card-item .card-body a.read-btn:hover,
.card-item .card-body a.read-btn:focus {
	color: var(--primary-color)
}

.card-item .card-body .cat-links a:hover,
.card-item .card-body .cat-links a:focus {
	background-color: var(--tertiary-color);
	color: #fff;
}

.card-item .card-body a.read-btn::after {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 12px;
	padding-left: 4px;
}

@media screen and (max-width: 768px) {
	.ct-post-wrapper .card-item {
		flex-wrap: wrap;
	}

	.ct-post-wrapper .card-item .card-media,
	.ct-post-wrapper .card-item .card-body,
	.ct-post-wrapper .card-item .card-media+.card-body {
		width: 100%;
	}

	.ct-post-wrapper .card-item .card-body {
		padding: 20px 15px;
	}
}

/* FEATURED POST SECTION */
.feat-post-section {
	margin-top: 40px;
	margin-bottom: 40px;
}

.feat-post-section .card-item {
	display: grid;
	row-gap: 30px;
	align-items: center;
}

.feat-post-section .card-item h2.entry-title {
	font-weight: 600;
}

.feat-post-section .card-item .entry-content p {
	font-size: 1.125rem;
}

@media screen and (min-width: 700px) {
	.feat-post-section .card-item {
		grid-template-columns: repeat(2, 1fr);
		grid-auto-flow: column;
		column-gap: 50px;
		row-gap: 0;
	}

	.feat-post-section .card-item h2.entry-title {
		font-size: 2.5rem;
	}

	/* .feat-post-section .card-item .card-media {
		order: 2;
	}

	.feat-post-section .card-item .card-body {
		order: 1;
	} */
}

.feat-post-section .slick-dots {
	margin-top: 20px;
	margin-bottom: 20px;
	justify-content: center;
}


.feat-post-section .slick-arrow {
	content: "";
	position: absolute;
	bottom: -35px;
	right: 0;
	z-index: 9;
	background: transparent;
	border-radius: 2px 8px 2px 8px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	padding: 0;
	color: var(--secondary-color);
}

.feat-post-section .slick-slider .slick-arrow i {
	font-size: 16px;
}

.feat-post-section .slick-slider .slick-prev {
	right: 40px;
}

.feat-post-section .slick-slider .slick-next {
	right: 0;
}

@media screen and (min-width: 600px) {
	.feat-post-section .slick-dots {
		width: 50%;
		margin-left: auto;
		margin-right: 0;
	}
}

/* Featured Grid Section CSS */

.feat-grid-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: 20px 0;
}

.feat-grid-wrap .card-item {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	align-items: center;
}

.feat-grid-wrap .card-item .card-media {
	width: 100%;
	font-size: 0;
	line-height: 1;
}

.feat-grid-wrap .card-item .card-body {
	width: 100%;
	padding: 10px;
}

.feat-grid-wrap .card-blog-post .card-body h3.entry-title {
	font-size: 1.2rem;
}

.feat-grid-wrap .card-item .card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 767px) {
	.feat-grid-wrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}

	.feat-grid-wrap .card-item .card-body {
		padding: 30px 20px;
	}
}

@media screen and (min-width: 481px) {
	.feat-grid-wrap .card-item {
		flex-wrap: nowrap;
	}

	.feat-grid-wrap .card-item .card-media {
		width: 40%;
	}

	.feat-grid-wrap .card-item .card-body {
		padding: 15px;
	}

	.feat-grid-wrap .card-item .card-media+.card-body {
		width: 60%;
	}

	.feat-grid-wrap .card-blog-post .card-body h3.entry-title {
		font-size: 1.3rem;
	}
}

/* Single Post CSS */
.single .card-item .card-body .entry-meta {
	font-size: 14px;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.single .card-item .card-body .cat-links a {
		padding: 5px 10px;
		font-size: 14px;
	}
}

/* Related Posts CSS */
.related-post {
	margin-top: 60px;
}

.rel-post-wrap {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.rel-card-item .entry-title h3 {
	font-size: 18px;
	margin: 15px 0;
}

.rel-card-item .entry-meta {
	font-size: 14px;
}

.rel-card-item a {
	text-decoration: none;
}

.rel-card-item .read-more-btn {
	padding: 10px 0;
	font-weight: 600;
}

@media screen and (min-width: 481px) and (max-width: 1199px) {
	.rel-post-wrap {
		grid-template-columns: repeat(2, 1fr);

	}
}

@media screen and (min-width: 600px) {
	.rel-card-item .entry-title h3 {
		font-size: 20px;
	}
}

@media screen and (min-width: 901px) {
	.rel-card-item .entry-title h3 {
		font-size: 22px;
	}
}

@media screen and (min-width: 1200px) {
	.rel-post-wrap {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* Links CSS */
.site-header a {
	text-decoration: none;
}

.card-item .entry-header a,
.card-item .entry-content a.btn,
.comments-area .comment-meta a {
	text-decoration: none;
}

/* SEARCH PAGE */
.search-results .ct-post-wrapper article.page {
	background-color: #fff;
}

@media screen and (max-width: 480px) {
	.search-results #primary>div>* {
		width: 100%;
	}
}