/*!
Theme Name: Arthgo
Theme URI: https://github.com/Palashchandra
Author: 
Author URI: 
Description: something
Version: 1.0.12
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Arthgo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Arthgo 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/
*/


/*--------------------------------------------------------------
>>> 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.
 */


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


/**
 * Remove the margin in all browsers.
 */


/**
 * Render the `main` element consistently in IE.
 */


/* 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;
}

a:focus {
    outline: none !important;
}

.contact_form .form-control:focus {
    color: #3B8C66;
    border-color: #3B8C66;
    box-shadow: none;
}

.contact_form .form-control:focus::placeholder {
    color: #3B8C66;
}


/* 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
--------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
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;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: -0.005em;
    font-family: "DM Sans", sans-serif;
}
a, article{
    text-decoration: none;
    transition: all .3s;
}
article.blog_single_content {
    padding: 0% 15%;
}
p {
    margin-bottom: 0;
    letter-spacing: -0.005em;
    font-family: "DM Sans", sans-serif;
	padding: 16px 0;
}
.menu > .nav-item.current-menu-item > a:after {position: absolute;content: "";bottom: 0;left: 0;width: 100%;background-color: #46DE46;height: 3px;}

.menu > .nav-item.current-menu-item > a, .menu > .nav-item > a:hover, .menu > .nav-item:hover a {
    color: #000 !important;
}
.img_slider_wrapper .dl_slider_item img {
    border-radius: 20px;
    width: 100%;
}


/* .img_slider_wrapper .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;    
  transition-timing-function:linear!important; 
  position: relative;
} */

.search_part_wrapper .search_form {
    max-width: 730px;
    margin: 0 auto;
}

.search_part_wrapper .search_form .search_input {
    position: relative;
}

.search_part_wrapper .search_form .search_input input {
    padding: 24px 64px;
    border-radius: 50px;
    width: 100%;
    border: 0px solid transparent;
}

.search_part_wrapper button {
    padding: 18px 20px;
    background: #46DE46;
    border-radius: 6px 80px 80px 6px;
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    position: absolute;
    right: 11px;
    top: 11px;
}

.search_part_wrapper button svg {
    margin-right: 10px;
}

.search_part_wrapper .search_form .search_input i {
    position: absolute;
    left: 30px;
    top: 40%;
}

.category_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 30px;
}

.category_list ul li {
    display: inline-block;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(32px);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin: 0 2px;
    cursor: pointer;
    transition: .3s;
}

.category_list ul li:hover {
    background-color: #fff;
    color: #000;
    border-radius: 50px;
}

.category_list ul li:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.category_list ul li:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.sub_header {
    padding: 14px 140px;
    background: linear-gradient(90deg, #5E9190 0%, #465166 48.56%, #3C3B4C 100%);
    backdrop-filter: blur(17px);
    text-align: center;
}

.sub_header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
	padding: 0px;
}

.cre_accordion .accordion-item {
    border-radius: 0 !important;
    overflow: hidden;
    border: 0px solid transparent;
    padding: 24px;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #CDD2CF;
    transition: .3s;
}

.cre_accordion .accordion-item.accordion-item-active {
    background: #EDEBE4;
    border-bottom: 0px solid transparent;
    border-radius: 10px !important;
}

.cre_accordion .accordion-item .accordion-body {
    margin-top: 16px;
}

.cre_accordion .accordion-item .accordion-button {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #1F2937;
}

.cre_accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.cre_accordion .accordion-button::after {
    content: "\f067" !important;
    font-size: 17px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    color: #000000;
    position: absolute;
    right: 0;
    top: 1px;
}

.accordion-item .counter {
    position: absolute;
    left: -80px;
    top: 50%;
    width: 56px;
    height: 56px;
    background: #EDEEF0;
    border-radius: 48px;
    display: inline-grid;
    place-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #002B6B;
    transform: translateY(-50%);
}

.accordion-item.position-relative.accordion-item-active .counter {
    background: #fff;
}

.img_img_list_column {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

.img_img_list_column:not(:last-child) {
    margin-bottom: 40px;
}

/** blog part css **/

.arthgo-blog-widget-posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.arthgo-blog-thumb img {
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: .3s;
}
.arthgo-blog-post{
    overflow: hidden;
}
.arthgo-blog-post:hover .arthgo-blog-thumb img {
    transform: scale(1.1);
}
.arthgo-blog-post {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.arthgo-blog-post .arthgo-blog-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(30px);
}

.arthgo-blog-content .arthgo-blog-meta span {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.arthgo-blog-content .arthgo-blog-title {
    margin-top: 1rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 0;
}

.arthgo-blog-content .arthgo-blog-readmore {
    display: inline-block;
    margin-top: 1rem;
    color: #fff;
    text-decoration: underline;
}
.arthgo-blog-meta .mx-2 {
    margin: 0 8px;
}
/** blog part end **/

/** subscription form css **/
.subscription_form input {
    padding: 26px 30px 26px 64px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 70px;
    border: 0px solid transparent;
    width: 100%;
    color: #000;
}

.subscription_form button {
    padding: 18px 20px;
    background: #46DE46;
    border-radius: 6px 80px 80px 6px;
    border: 0px solid transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    position: absolute;
    right: 11px;
    top: 11px;
    display: flex;
    align-items: center;
}

.subscription_form {
    position: relative;
}

.subscription_form  .email_input {
    position: relative;
}

.subscription_form .email_input i {
    position: absolute;
    left: 28px;
    z-index: 1;
    top: 32px;
}

.subscription_form button br {
    display: none;
}

.subscription_form button svg {
    margin-right: 11px;
}

.subscription_form input::placeholder {
    color: #000;
}
/** subscription form css end **/



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

.category_wrapper .category_item {
    display: block;
    width: 100%;
    background: #B0CAFD;
    border-radius: 20px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.category_wrapper .category_item .category_name {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #043F43;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-table;
    transition: background-color .5s ease-in-out, font-size .6s ease-in-out;

}

.category_wrapper .category_item .front_text {
    z-index: 1;
}
.category_wrapper .category_item:hover .front_text {
    z-index: -1;
    font-size: 80px;
    background: rgba(255, 255, 255, 0);
    color: #fff;
}
.category_wrapper .category_item {
    z-index: 1;
}
.category_wrapper .category_item:hover {
    border-radius: 100px;
}
.category_wrapper .category_item:nth-child(2), .category_wrapper .swiper-slide:nth-child(2) .category_item{
    background-color: #C8F169;
}
.category_wrapper .category_item:nth-child(3), .category_wrapper .swiper-slide:nth-child(3) .category_item{
    background-color: #46DE46;
}
.category_wrapper .category_item:nth-child(4), .category_wrapper .swiper-slide:nth-child(4) .category_item{
    background-color: #C8B783;
}

.blog_page, .site-main  {
    padding: 50px 0 120px;
    background: #EDEBE4;
}
.single .site-main{
    padding-bottom: 0;
}
.arthgo-blog-post-wrapper .arthgo-blog-content .arthgo-blog-title {
    font-size: 24px;
    line-height: 120%;
}
.arthgo-blog-post-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-left: 15px !important;
}
.search_blog_wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.arthgo-blog-post:hover {
    border-radius: 40px;
}

.arthgo-breadcrumb a{
    color: #111 !important;
}
.arthgo-breadcrumb {
    margin-bottom: 30px;
}
.widget-area {
    padding: 20px !important;
    background: #FFFFFF;
    border-radius: 10px;
    
}

.widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area h2 {
    margin-bottom: 20px;
}
.widget-area ul li a {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #102322;
    padding: 20px 16px;
    border-radius: 10px;
    display: block;
    
}
.widget-area ul li a:hover {
    background: #46DE46;
}
.position_sticky {
    position: sticky;
    top: 0;
}

.blog_single_top .blog_meta span {
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000000;
}

.blog_single_top .blog_meta {
    margin-bottom: 20px;
}

.blog_single_top .title {
    font-weight: 500;
    font-size: 3rem;
    line-height: 120%;
    color: #102322;
    margin-bottom: 20px;
}



.blog_breadcrumb {
    margin-bottom: 30px;
}

.blog_breadcrumb span, .blog_breadcrumb a {
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.blog_breadcrumb  .breadcrumbs__separator {
    margin: 0 5px;
}
.blog_single_sidebar {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
}
.blog_single_sidebar .sidebar_item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3)
}
.blog_single_sidebar .sidebar_item .sidebar_title {
    margin-bottom: 30px;
}
.author_info {
    padding: 20px 24px 20px 16px;
    background: #E8EDDA;
    border: 1px solid rgba(16, 35, 34, 0.1);
    border-radius: 10px;
    align-items: center;
}
.author_info .avatar {
    border-radius: 50%;
}
.author_info  .author_details h5 {
    font-size: 20px;
}
.blog_single_content img {
    max-width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.blog_single_content a {
    color: #26A05A;
}

.blog_signle_content a:hover {
	color: #198754;
}

.blog_single_content a:visited{
	color:#006cdb !important;
}

.blog_single_content h1 {
    font-size: 3rem;
    line-height: 1.2;
}

.blog_single_content h1, .blog_single_content h2 {
    font-weight: 500;
    font-size: 2rem;
    line-height: 120%;
	padding: 24px 0px 0px;
	margin: 0px;
}

.blog_single_content h3 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
	margin: 24px 0px 0px 0px;
}

.blog_single_content h4 {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 120%;
}

.blog_single_content h5 {
    font-size: 1.25rem;
}
.related_posts{
    background: #fff;
    padding: 120px 0;
}
.related_posts .section_title {
    margin-bottom: 60px;
}
ul.post_tag {
    list-style: none;
    padding: 0;
    gap: 0 !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

ul.post_tag li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
ul.post_tag li {
    padding: 6px 14px;
    border: 1px solid rgba(4, 63, 67, 0.2);
    border-radius: 6px;
    
}


ul.post_tag li:first-child {
    border-radius: 30px 6px 6px 30px;
}

ul.post_tag li:last-child {
    border-radius: 6px 30px 30px 6px;
}

ul.post_tag li:hover {
	border-radius: 100px;
	background: #ffffff;
	transition: all 0.3s;
}

div#max_offcanvas {
    padding: 20px;
}

div#max_offcanvas .offcanvas-header {
    margin-bottom: 20px;
}
ul#menu-offcanvus-menu .nav-item .nav-link {
    padding: 12px 14px;
    border-radius: 6px !important;
}
ul#menu-offcanvus-menu .nav-item.active .nav-link {
    background: #46DE46;
}
.site-header .search_wrap {
    position: relative;
}

.site-header .search_form {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 320px;
    z-index: 9999;
}
.site-header .search_form input {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.search_part_wrapper .search_form {
    display: block !important;
}
.arthgo-blog-post{ 
    display: block;
}
.arthgo-blog-pagination, .category_mobile-pagination {
    position: absolute;
    bottom: -40px !important;
}

.arthgo-blog-pagination .swiper-pagination-bullet, .category_mobile-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 30px;
}
.arthgo-blog-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .category_mobile-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px;
    background: #46DE46;
}
.contact_form input, .contact_form textarea {
    width: 100%;
    border: 0px solid transparent;
    padding: 14px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.contact_form textarea {
    height: 200px;
}
.contact_form_item .elementor-icon-box-content {
    display: flex;
    flex-wrap: wrap;
}.elementor-icon-box-content {}

.contact_form_item .elementor-icon-box-content h4.elementor-icon-box-title {
    flex: 100%;
    order: 2;
}
.contact_form .form_btn {
    width: 100%;
    border: 0px solid transparent;
    background: #023D3D;
    color: #fff;
    padding: 14px;
    border-radius: 80px;
    font-size: 16px;
}
.offcanvas_icon_inner{
    display: grid;
    place-content: center;
    padding: 10px;
    width: 60px;
    height: 60px;
    background: #46DE46;
    border-radius: 80px 80px 6px 80px;
    cursor: pointer;
}
.header_meta {
    position: relative;
}

.header_meta .header_offcanvus_menu {
    position: absolute;
    top: 77px;
    right: 0;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 20px 20px;
    z-index: 2;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header_offcanvus_menu ul#menu-offcanvus-menu {
    display: block;
}
.header_meta .max_offcanvas_icon.menu_open .header_offcanvus_menu {
    opacity: 1;
    visibility: visible;
}
.header_meta .menu_close {
    display: none;
}
.header_meta .max_offcanvas_icon.menu_open .menu_close {
    display: block;
}
.header_meta .max_offcanvas_icon.menu_open .menu_icon {
    display: none;
}
.header_meta .menu > .nav-item.current-menu-item > a:after {
    height: 0;
}
.header_meta .menu > .nav-item{
    margin: 0;
    padding: 0;
}
.archive .arthgo-blog-thumb img, .category .arthgo-blog-thumb img, .blog .arthgo-blog-thumb img {
    height: 376px;
}
.arthgo-blog-thumb.no-image {
    height: 376px;
    background-color: #c9c9c9;
}
.navigation.pagination .page-numbers {
    color: #111;
    background-color: #fafafa;
    height: 40px;
    width: 40px;
    display: inline-grid;
    border-radius: 50px;
    place-content: center;
    margin: 0 3px;
}

nav.navigation.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.navigation.pagination .page-numbers.current {
    background-color: #46DE46;
    color: #fff;
}
.blog_single_sidebar {
    position: sticky;
    top: 0;
}

.blog_single_sidebar .sidebar_item span {
    display: block;
    font-family: "DM Mono", monospace;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #000000;
}
ul.wp-block-categories-list.wp-block-categories {
    max-height: 250px;
    overflow-y: auto;
}
div#ez-toc-container {
    display: none;
}
.blog_single_sidebar .sidebar_item span:not(:last-child) {
    margin-bottom: 10px;
}
.blog_single_sidebar div#ez-toc-container {
    display: block;
}
.cre_accordion .accordion-item .accordion-button {
    padding-right: 24px;
}
.contact_form .form_btn:hover {
	color: #111;
	background: #46DE46;
}
.single_hero_image img {
    max-width: 100% !important;
    height: 600px !important;
	border-radius: 16px;
	object-fit: cover;
}
@media (min-width: 991px) {
    .widget-area.sidebar_right {
        position: sticky;
        top: 0;
    }
	
}
@media (max-width: 1200px) and (min-width: 991px) {
    .arthgo-blog-widget-posts {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .arthgo-blog-widget-posts {
        grid-template-columns: repeat(2, 1fr);
    }
    .category_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .arthgo-blog-thumb img {
        height: 373px;
    }
	.arthgo-blog-post-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding-left: 10px !important;
	}
	.blog_page, .site-main {
		padding: 50px 0;
	}
	.blog_single_wrapper_content .flex-row-reverse {
        flex-direction: column-reverse !important;
    }
    .blog_single_top .title {
        font-size: 2.5rem;
        line-height: 120%;
    }
	.single_hero_image img {
		margin-bottom: 0 !important;
		height: 300px !important;
	}
	article.blog_single_content{
		padding: 0%;
	}
	
}
@media (max-width: 767.98px) {
    .blog_single_top .title {
        font-size: 2rem;
        line-height: 120%;
		margin: 0px 0px;
    }
    .arthgo-blog-widget-posts {
        grid-template-columns: repeat(1, 1fr);
    }
    .category_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .sub_header {
        display: none;
    }
    .site-header {
        padding: 10px 0;
    }
    .max_offcanvas_icon svg {
        width: 50px;
    }
    .cre_accordion .accordion-item {
        padding: 16px;
        border: 1px solid #CDD2CF !important;
        border-radius: 10px !important;
    }
    .cre_accordion .accordion-item .accordion-button {
        font-size: 20px;
    }
    .arthgo-blog-content .arthgo-blog-title {
        margin-top: 15px;
        font-size: 24px;
        margin-bottom: 0;
    }
    .arthgo-blog-thumb img {
        height: 373px;
    }
    .subscription_form button svg {
        display: none;
    }
	.arthgo-blog-post-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
		padding-left: 10px !important;
	}
	.blog_page, .site-main {
		padding: 50px 0;
	}
	.blog_single_wrapper_content .flex-row-reverse {
        flex-direction: column-reverse !important;
    }
	.site-header .search_form {
		right: -67px;
	}
    .blog_single_sidebar{
        display: none;
    }
    .blog_single_content h1, .blog_single_content h2 {
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 120%;
    }
    .search_blog_wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
	.single_hero_image img {
		margin-bottom: 0 !important;
		height: 300px !important;
	}
	article.blog_single_content{
		padding: 0%;
	}
}
@media (max-width: 576px) {
    .category_wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
	.arthgo-blog-post-wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		padding-left: 10px !important;
	}
	.blog_page, .site-main {
		padding: 50px 0;
	}
	.blog_single_wrapper_content .flex-row-reverse {
        flex-direction: column-reverse !important;
    }
    .search_blog_wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
	article.blog_single_content{
		padding: 0%;
	}
}

.by_content h4 {
	padding: 32px 0px 0px 0px;
}
.by_content p {
	padding: 8px 0px;
}
