/*!
Theme Name: Blogar
Theme URI: http://axilthemes.com/themes/blogar/
Author: Axilthemes
Author URI: https://themeforest.net/user/axilthemes/portfolio
Description: Blogar is a premium and trendy blog, magazine, and blog theme with super flexibility and fully responsive design.
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blogar
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 with others.

blogar is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/* *******************************new ******************************/
.wp-block-image:not(.is-style-rounded)>a, .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    margin-bottom: 35px;
}
.axil-post-details-content p{text-align:justify;}
ul#main-menu {
    position: relative;
    left: 70px;
}
.axil-slide.slider-style-2.plr--135.plr_lg--30.plr_md--30.plr_sm--30{padding: 0 58px!important;}
.axil-categories-list.axil-section-gap.bg-color-grey {
    background: #fff;
}

.axil-section-gap {
    padding: 26px 0!important;
}
.search-2.widget-sidebar.widget.widget_search.widgets-sidebar {
    display: none;
}
.axil-banner.banner-style-1 {
	height: 320px!important;}
.search-1.axil-single-widget.widget_search.mt--30.mt_sm--30.mt_md--30{
    display: none;
}


/* *******************************new ******************/
.mainmenu-nav ul.mainmenu > li > a {
  
	color: #050505!important;}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px!important;
}
.elementor-247 .elementor-element.elementor-element-1ce4aae .content-block.post-grid .post-thumbnail a img {
    height: 351px!important;
}
.content-block.post-grid.post-grid-transparent.post-grid-small.post-overlay-bottom .post-thumbnail a img{height:166px!important;
    object-fit: cover!important;}

.content-block.post-grid.post-grid-transparent.post-overlay-bottom .post-thumbnail a img{object-fit:cover;height:100%!important;}
.content-block.post-grid.post-grid-transparent::before {
    position: absolute;
    content: "";
    opacity: 0.6;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 139px!important;
    transition: all 0.5s;
    z-index: 1;
  }
figure img, .wp-block-image img {
    border-radius: var(--radius);
    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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


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




/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*-------------------------------------
	Admin Bar 
------------------------------------*/
@media (max-width: 767px) {
	.content-block.post-list-view .post-thumbnail a img {
    width: 100%!important;
    object-fit: cover;
    height: 205px!important;
}
	.slick-track {
    opacity: 1;
    float: left!important;
    width: 100%!important;
    transform: translate3d(0px, 0px, 0px);
    display: -webkit-box!important;
}
		.arrow-between-side .slide-arrow.next-arrow {
    left: auto!important;
    right: -4px!important;
    /* background: #d94746!important; */
    z-index: 999!important;
    /* position: relative; */
}
	.arrow-between-side .slide-arrow {
    position: absolute!important;
    left: -2px!important;
    background: #fff!important;
    top: 50%!important;
    transform: translateY(-50%);
    opacity: 1!important;
}
.arrow-between-side .slide-arrow {
    position: absolute!important;
    left: -3px!important;
    background: #fff!important;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1!important;
}
	.axil-slide.slider-style-2.plr--135.plr_lg--30.plr_md--30.plr_sm--30 {
    padding: 0 19px!important;
}

	.axil-header .logo {
		text-align: left!important;}
	.axil-header .logo a img {
		width: 56%!important;}

 }
@media only screen and (min-width: 779px) {
	

	body.admin-bar header.axil-header.header-sticky.sticky,
	body.admin-bar .popup-mobile-manu {
		top: 32px
	}
}

@media only screen and (max-width: 779px) and (min-width: 601px) {
	body.admin-bar header.axil-header.header-sticky.sticky {
		top: 46px
	}
}

@media only screen and (max-width: 992px) and (min-width: 779px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

@media only screen and (max-width: 779px) and (min-width: 601px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

@media only screen and (max-width: 600px) {
	body.admin-bar .popup-mobile-manu {
		top: 0
	}
}

/*-- Preloader --*/
#preloader {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999;
	background-size: 100px;
}


/* Text Loading*/
.text-loading .button-text {
	position: relative;
}

.text-loading .button-text::after {
	content: " Please wait... ";
	display: block;
	position: absolute;
	bottom: -45px;
	left: 50%;
	width: 100%;
	font-size: 17px;
	color: #666666;
	font-weight: normal;
	text-transform: none;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.disabled {
	pointer-events: none;
	opacity: .65;
}



/* Custom Code */
.content-block.thumb-border-rounded .post-thumbnail a img {
	border-radius: 100%;
	min-width: 250px;
	max-width: 250px;
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
}

.axil-trending-post-area .trend-post .post-content {
	width: 100%;
}

/* Caregory widget */
.list-categories .single-cat .inner {
	min-height: 180px;
	width: 100%;
	background: var(--color-primary);
}

.list-categories .single-cat .thumbnail img {
	width: 100%;
	min-height: 180px;
	object-fit: cover;
}

.post-thumbnail a img {
	object-fit: cover;
}

/* Social Networks */
ul.social-with-text li:hover a i {
	color: var(--color-white);
}


/* Creative Slider */
.axil-slide.slider-style-3 .content-block {
	display: flex;
}

/* Audio Post */
.axil-post-details audio {
	display: block;
	width: 100%;
}

.ads-container>a {
	display: inline-block;
}


.vertical-tab-with-post-area {
	display: flex;
	margin: 0;
}

.axil-vertical-nav {
	min-width: 279px;
	width: auto;
	border-right: 1px solid #CED0D4;
	padding: 30px;
}

.axil-vertical-nav-content {
	width: 83.589%;
	padding: 30px;
}

/* Elementor */
.elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1260px !important;
}

@media (max-width: 1199px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 960px !important;
	}
}
@media (max-width: 991px) {
	.elementor-section.elementor-section-boxed > .elementor-container {
		max-width: 720px !important;
	}
}
@media (max-width: 1199px) {
	.elementor-section-full_width .elementor-container {
		max-width: 100% !important;
	}
}
@media (max-width: 991px) {
	.elementor-section-full_width .elementor-container {
		max-width: 100% !important;
	}
}
@media (max-width: 1199px) {
	.container-fluid,
	.custom-fluid-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 991px) {
	.container-fluid,
	.custom-fluid-container {
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: auto;
		margin-right: auto;
	}
}






@media (max-width: 1200px) {
    .axil-vertical-nav {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
        border: none;
    }
    ul.vertical-nav-menu {
        padding: 0;
        width: 100% !important;
    }
    .vertical-tab-with-post-area {
        position: relative;
        flex-wrap: wrap;
    }
    .axil-vertical-nav-content {
        width: 100% !important;
        padding: 0;
    }
    .axil-vertical-single .content-block {
        margin-top: 20px;
    }
    .megamenu-sub-menu{
        display: none;
    }
}


/* WPML */
.wpml-ls-statics-footer.wpml-ls, p#wpml_credit_footer {
	display: flex;
	justify-content: center;
}

/* Fix Mega menu */

.mainmenu-nav ul.mainmenu > li.megamenu-wrapper .megamenu-sub-menu {
    max-width: 1230px;
}
.header-bottom .col-xl-8.col-lg-4.col-md-6.col-sm-4.col-7 {
    position: static;
}
.axil-header .axil-mainmenu-withbar {
    position: static;
}
.axil-header.header-style-3 .col-md-6.col-sm-3.col-4.col-xl-8 {
    position: static;
}

.axil-header .logo {
    text-align: left;
    padding: 5px 0!important;
}
.axil-header .logo a img {
    width: 50%!important;
	
	max-height:none!important;
}
.axil-header .logo {
    margin-left: 34px!important;
}
.slick-track {
    opacity: 1;
    float: left!important; 
	width: 100%!important;
    transform: translate3d(0px, 0px, 0px);
}
.single-cat{
    width: 248px!important;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
    display: none;
}
.content-block.post-grid.post-grid-small .post-grid-content {
    padding: 0 30px;
    z-index: 999!important;
    padding-bottom: 20px;
}
.content-block .post-thumbnail a {
    display: block;
    overflow: hidden;
    border-radius: var(--radius);
    z-index: 500!important;
    position: relative;
}
.content-block.post-grid.post-grid-transparent .post-grid-content {
    padding: 0 40px;
    padding-bottom: 40px;
    position: absolute;
    z-index: 999!important;
}
.axil-post-details-content a strong{color: #1d9bf0!important;}
.slider-area .content-block.post-grid.post-grid-transparent .post-thumbnail a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    top: 0px;
    right: 0px;
    background-color: rgb(0 0 0 / 44%);
}
.slider-area .content-block.post-grid.post-grid-transparent:hover .post-grid-content .post-content h3.title{color:#000;}
tbody.tbl-best tr td {
    border: 1px solid #000!important;order: 1px solid #000!important;
    color: #000!important;
    font-weight: 600;
}
.axil-post-details .post-thumbnail img {
 height: 436px;
    object-fit: fill;
    width: 100%;
}
.axil-breadcrumb {
    flex-wrap: wrap;
    padding: 0px 0;
}
.post-single-wrapper .banner-single-post.axil-section-gapBottom {
    padding-bottom: 11px;
}
.banner-single-post.post-formate .content-block .post-content .post-meta-wrapper {
    margin-top: 14px;
    border-bottom: 1px solid var(--color-lighter);
}
.post-thumbnail.mb--60.position-relative {
    margin-bottom: 17px;
}
.axil-post-details-content p {
    margin-bottom: 12px;
}
.axil-post-details figure, .entry-content figure {
    margin-bottom: -16px;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #3858f6!important;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 20px!important;
    height: auto;
    margin: 13px 0px!important;
}
.newsletterwidgetminimal-2.axil-single-widget.widget_newsletterwidgetminimal.mt--30.mt_sm--30.mt_md--30 {
    margin-top: 4px;
}
.leave-comment-form {
  
    position: relative;
    top: 14px;
    box-shadow: 0px 3px 10px 10px #dddddd2e;
   padding: 15px;
    border-radius: 10px;
}
div#comment-form {
    margin-top: -35px;
}
p.aiowps-captcha {
    margin: 0px!important;
}
.axil-blog-area.axil-section-gap.bg-color-white .newsletterwidgetminimal-2.axil-single-widget.widget_newsletterwidgetminimal.mt--30.mt_sm--30.mt_md--30 {
    margin-top: 0px;
}

.mainmenu-nav ul.mainmenu > li {
    margin: 0 9px!important;
}
.slider-area.bg-color-grey.pt--60.pb--80 {
    padding-top: 28px;
    padding-bottom: 50px;
}
.content-block.post-list-view .post-thumbnail a img {
    width: 295px;
    object-fit: cover;
    height:205px!important;
}
.content-block.post-grid.post-grid-transparent .post-grid-content .post-content {
    background: transparent !important;
    padding: 0;
    position: relative;
    top: 27px;
}
.content-block.post-list-view .post-content .title {
    margin-bottom: 0;
    font-size: 18px;
}
.content-block.post-list-view .post-content {
    border: 1px solid var(--color-lightest);
    padding: 28px 30px!important;
    flex-grow: 1;
}
.content-block.post-list-view .post-content .post-meta-wrapper {
    margin-top: 23px!important;
}
.related-post.p-b-xs-30 .post-stories .post-thumbnail a img {
    border-radius: 10px;
    height: 194px!important;
    width: 100%;
    object-fit: cover;
}

.axil-post-details-content p strong a{position:relative;z-index:999!important;}
li.post-meta-tags {
    display: none;
    list-style: none!important;
    color: #fff!important;
}
.axil-post-details-content ul li {
    margin-bottom: 12px; text-align: justify;color:#000;
}
.axil-post-details-content ul li strong a{color:#000;}
.axil-post-details-content h3 {
    font-display: swap;    margin-bottom: 13px;
    font-size: 24px;
}
.axil-post-details-content h2 {
    font-display: swap;
    font-size: 28px;
}
.axil-single-widget, .widget-sidebar {
    background: #FBFBFD;
    padding: 16px!important;
}
.axil-post-details-content strong a{
    color: #1d9bf0!important;
}
.texyt-blog{background:red;text-align:center;}
.texyt-blog h3 p{color:#fff;    text-align: center;
    font-weight: 600;}