/*
Theme Name: Fameup
Theme URI: https://themeansar.com/free-themes/fameup/
Author: Themeansar
Author URI: https://themeansar.com
Description: Fameup is a fast, clean, modern-looking Best Responsive Blog, News, Magazine WordPress theme. The theme is fully widgetized, so users can manage the content by using easy to use widgets. Fameup is suitable for dynamic blog, news, newspapers, magazine, publishers, blogs, editors, online and gaming magazines, newsportals,personal blogs, newspaper, publishing or review siteand any creative website. Fameup is SEO friendly, WPML,Elementor,Gutenberg, translation and RTL ready. Live preview : https://demos.themeansar.com/fameup-demos/ and documentation at https://docs.themeansar.com/docs/fameup/
Version: 1.0.0.42
Tested up to: 6.7
Requires PHP: 7.4
Requires at least: 5.4
Tags: two-columns, three-columns, left-sidebar, right-sidebar, translation-ready, custom-background, custom-logo, featured-images, footer-widgets, full-width-template, blog, e-commerce, entertainment
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl.html
Text Domain: fameup
*/
:root {
  --bxsh:0 1px 3px rgb(0 0 0 / 15%);
  --bxshover: 0 4px 60px 0 rgba(0,0,0,0.2);
  --bstras: 0 4px 60px 0 rgba(0,0,0,0.2);
}
/*---------------------------------------
	2.1.Body & Global    
-----------------------------------------*/
body {
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
	font-family: 'Karla', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.78;
	color: var(--text-color);
	text-decoration: none;
}
.boxed {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 10px 0 rgba(48, 48, 48, 0.5);
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
a:hover {
  text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: underline;
}

a:-webkit-any-link {
    text-decoration: none;
}

input[type="radio"], input[type="checkbox"]{display: inline;}

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, 
select:focus {
	color: #545454;
	border-color: #545454;
    box-shadow: 0 0 0 0.063rem rgba(84, 84, 84,.25) !important;
}
select {
	background-clip: padding-box;
	background-color: #fff;
	border: 2px solid #ccc;
	border-radius: 0;
	color: #444;
	display: block;
	font-weight: 400;
	overflow: hidden;
	padding: 6px 12px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}
.no-gutter > [class*=col-] {
 padding-right: 0;
 padding-left: 0;
}

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,
select {
    color: var(--text-color);
	background: var(--box-color);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 2px solid #e5e5e5;
	border-radius: 0;
	display: block;
	padding: 13px 16px;
	width: 100%;
    outline: 0;
}
.input-group .form-control{
	height: 54px;
	width: 100%;
}
.form-group input[type="text"], 
.form-group input[type="email"] {
	height: 40px;
}
button,
input[type="button"],
input[type="submit"], input[type="reset"] {
	padding: 10px 35px;
	line-height: 30px;
	border-radius: 0;
	font-weight: bold;
	font-size: 14px;
	border-width: 2px;
	border-style: solid;
	transition: all 0.4s ease-in-out 0s;
}
input[type="submit"]:hover, input[type="reset"]:hover, button:hover, input[type="submit"]:focus, input[type="reset"]:focus, button:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.form-control {
	border-radius: 0;
    margin-bottom: 20px;
    box-shadow: inherit;
    padding: 6px 12px;
    line-height: 40px;
    border-width: 2px;
    border-style: solid;
    height: 40px;
}
.form-control:focus {
    box-shadow: inherit;
}
address { 
	margin: 0 0 1.6rem; 
	line-height: 2; 
}

pre {
	background: #f6f6f6;
	margin-bottom: 32px;
	max-width: 100%;
	overflow: auto;
	padding: 16px;
}

mark, ins, .mark {
	padding: 2px 5px;
	border-radius: 3px;
}

hr { 
	background-color: #e9e9e9; 
	border: 0; 
	height: 1px; 
}

code, kbd, tt, var { 
	font-size: 16px; 
}

code, kbd, tt, var, samp, pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

abbr, acronym { 
	border-bottom: 1px dotted #e9e9e9; 
	cursor: help; 
}

iframe { 
	border: 0; 
}

big { 
	font-size: 125%; 
}
s, strike, del { text-decoration: line-through; }

em, cite, q { font-style:italic; }

ins, mark {text-decoration: none; padding: 0 3px; }

code {
    color: #444444;
}
legend {
  	color: #000;
  	padding: 5px 10px;
  	font-weight: 600;
	display: table;
	max-width: 100%;
	border-bottom: none;
	width: auto;
	padding: 0;
	white-space: normal;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 100%;
    padding: 0;
    border: 5px solid #fff;
    -moz-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    -webkit-box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
    box-shadow: 0 0 5px 2px rgba(45, 20, 20, .3);
}
fieldset {
    margin-bottom: 1rem;
    border: 1px solid #e9e9e9;
    margin: 0 2px;
    padding: 0.35rem 0.950rem 0.75rem;
}
fieldset p { margin: 0px 0 20px; }
.post-edit-link i{margin-left: 0px;}
.post-edit-link{margin-left: 5px;}
::-webkit-input-placeholder { color: #463838; }
:-moz-placeholder { color: #463838; }
::-moz-placeholder { color: #463838; }
:-ms-input-placeholder { color: #463838; }
/*Responsive Video*/
.responsive-video {
	height: 0;
	padding-top: 1px;
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border: none;
	border-radius: 0;
}
.bs-card-box {
	border-width: 1px;
	border-style: solid; 
	overflow: hidden;
}
.wrapper {
    overflow: hidden;
}
.admin-bar .sidenav .btn_close { 
    margin-top: 40px;
}
.attachment-full.size-full {
    width: 100%;
    height: auto;
}
.offcanvas-header{
	padding-bottom: 0;
}
/*---------------------------------------
	2.2.Typography        
-----------------------------------------*/
h1, .h1 {
	font-size: 34px;
	line-height: 1.3;
}
h2, .h2 {
	font-size: 32px;
	line-height: 1.3;
}
h3, .h3 {
	font-size: 28px;
	line-height: 1.3;
}
h4, .h4 {
	font-size: 24px;
	line-height: 1.3;
}
h5, .h5 {
	font-size: 20px;
	line-height: 1.3;
}
h6, .h6 {
	font-size: 16px;
	line-height: 1.3;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: normal;
	font-family: 'Vollkorn', serif; 
	color: var(--head-color);
}
.alignright {
	text-align: right;
}
.alignleft {
	text-align: left;
}
.aligncenter {
	text-align: center;
}
blockquote {
	position: relative;
	width: 100%;
	border-width: 0 0 0 5px;
	border-style: solid;
	padding:20px;
}
blockquote::before {
	content: "\f10d";
	display: table;
	float: left;
	font-family: 'Font Awesome 5 Free';
	font-size: 28px;
	margin-top: 6px;
	font-weight: 900;
	width: 6%;
}
blockquote p {
	font-style: italic;
	width: 94%;
	display: table;
	margin-bottom: 0;
}
.bshre{
	transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition: all 0.3s linear;
}
.bshre:hover{
	transform: translateY(-8px);
}
/*---------------------------------------
	2.4.Button Styles           
-----------------------------------------*/
.btn, .more-link {
	padding: 5px 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	font-weight: bold;
	display: inline-block;
	transition: all 0.2s ease 0s;
	border-width: 2px;
	border-style: solid;
}

.btn-theme:hover, .btn-theme:focus {
	transition: all 0.3s ease 0s;
	outline: none;
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0;
}
.pagination > li > a, .pagination > li > span {
	margin: 0 6px 10px;
	border-radius: 0;
	border : none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	transition: all 0.3s ease 0s;
}
.navigation.pagination .nav-links {
	display: flex;
}
.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    margin: 0 6px 10px;
    border-radius: 4px;
    padding: 0px 6px;
    vertical-align: baseline;
    white-space: nowrap;
    width: auto;
    min-width: 40px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    float: left;
}
.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
    border-radius: 30px;
}
.single-nav-links {
    text-align: center;
    margin-top: 30px;
}
.single-nav-links a, .single-nav-links span {
    margin: 0 6px 10px;
    border-radius: 4px;
    height: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    transition: all 0.3s ease 0s;
    padding: 8px 15px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
    width: 100%;
	gap: 10px;
}
.nav-links:has(.nav-next){
	justify-content: end;
}
.nav-links:has(.nav-previous +.nav-next){
	justify-content: space-between;
}
.nav-links a, .single-nav-links a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    width: 100%;
	word-break: break-word;
}
.bs-blog-post .single .nav-links div {
    box-sizing: border-box;
    flex-basis: 50%;
}
.featured-image-caption{
	display: block;
	text-align: center;
}
button.mfp-close:hover, button.mfp-close:focus {
	background: inherit;
}
.bs-social {
	padding: 10px 0px;
	margin-bottom: 0;
}
.bs-social li {
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: none;
}
.bs-social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 0 5px 0 0;
	text-align: center;
	border-radius: 50%;
}
.bs-section {
	padding: 50px 0;
}
.bs-default [role=button] {
    cursor: pointer;
    padding: 15px 0;
}

.padding-20 {
   padding: 20px;
 }
/*---------------------------------------
	swipper controls         
-----------------------------------------*/
.bs:hover .swiper-button-prev {
	left: 2%;
	opacity: 1;
}
.bs:hover .swiper-button-next {
	right: 2%;
	opacity: 1;
}
.bs .swiper-button-prev, .bs .swiper-button-next {
	width: 40px;
	height: 40px;
	transition: all .3s ease;
	opacity: 0;
}
.bs .swiper-button-prev:after, .bs .swiper-button-next:after {
    font-size: 26px;
}
.swiper.bs.thumbs-slider2 {
	position: relative;
	overflow: hidden;
}

.thumbs-slider2.bs .swiper-button-prev {
	left: 0%;
	top: 10%;

}
.thumbs-slider2.bs .swiper-button-prev, .thumbs-slider2.bs .swiper-button-next {
    width: 40px;
    height: 50%;
    transition: all .3s ease;
    opacity: 0.8;
}
.thumbs-slider2.bs .swiper-button-next {
	left: 0%;
	top: 60%;	
}

.thumbs-slider2 .bs-blog-thumb::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.thumbs-slider2 .thumbs-slider .bs-blog-thumb::after {
    content: "";
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
}
.swiper.thumbs-slider {
    position: absolute;
    bottom: 0%;
	right: 0%;
	width: 70%;
	background-color: rgba(0,0,0,0.5);
    z-index: 1;
	padding: 15px 50px;
	overflow: hidden;
    backdrop-filter: blur(15px);	
}


.thumbs-slider2 .bs-blog-thumb.lg {
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    position: relative;
	
}

.thumbs-slider2 .thumb-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	transition: transform 7000ms ease-in-out,-webkit-transform 7000ms ease-in-out;
	transform: scale(1);
}
.thumbs-slider2 .swiper-slide.swiper-slide-active .thumb-img{
	transform: scale(1.2);

}

/* ---three--- */
.homemain.three.bs .swiper-button-prev,
 .homemain.three.bs .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all .3s ease;
    opacity: 0;
}
.homemain.three.bs .swiper-button-prev,
.homemain.three.bs  .swiper-container-rtl .swiper-button-next {
    left: 47%;
    right: auto;
}
.homemain.three.bs  .swiper-button-next,
 .homemain.three.bs  .swiper-container-rtl .swiper-button-prev {
    right: 47%;
    left: auto;
}

.homemain.three.bs:hover .swiper-button-prev {
    left: 48%;
    opacity: 1;
}
.homemain.three.bs:hover .swiper-button-next {
    right: 48%;
    opacity: 1;
}
.homemain.three .swiper-button-prev {
    top: 49%;
	opacity: 1;
}
.homemain.three .swiper-button-next {
	top: 60%;
	opacity: 1;
}
.homemain.three.bs .swiper-button-prev:after,
 .homemain.three.bs .swiper-button-next:after {
    font-size: 18px;
}
/* ---four--- */
.center-slider .bs-blog-thumb.lg {
    height: 600px;
}
/*---------------------------------------
/* --------------------------------------
=========================================
	1. Header
=========================================
-----------------------------------------*/
/* navbar-toggle */

.burger {
	position: relative;
	display: block;
	z-index: 12;
	width: 1.75rem;
	height: 1rem; 
	border: none;
	outline: none;
	background: none;
	visibility: visible;
	transform: rotate(0deg);
	transition: 0.35s ease;
}
.burger-line {
	position: absolute;
	display: block;
	right: 0;
	width: 100%;
	height: 2px;
	border: none;
	outline: none;
	opacity: 1;
	transform: rotate(0deg); 
	transition: 0.25s ease-in-out;
}
.burger-line:nth-child(3) {
	top: 1rem;
}
.burger-line:nth-child(1) {
	top: 0px;
}
.burger-line:nth-child(2) {
	top: 0.5rem;
}
.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(1) {
	top: 0.5rem;
	transform: rotate(135deg); 
}
.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(2) {
	right: -1.5rem;
	opacity: 0;
	visibility: hidden;
}
.navbar-toggler[aria-expanded="true"] .burger .burger-line:nth-child(3) {
	top: 0.5rem;
	transform: rotate(-135deg); 
}
button.navbar-toggler{
	padding: 0 5px;
}
.switch{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch input{
  display: none;
}
.switch .slider{
  position: absolute;
  cursor: pointer;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: .4s;
}
.switch .slider::before{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 0px;
  left: 4px;
  bottom: 2px;
  background: #fff;
  border-radius: 50%;
    transition: 0.4s;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch .dark + .slider{
  background: #c69c53;
}
.switch .dark + .slider::before{
  transform: translateX(22px);
  content: "";
  color:#000;
}

.bs-head-detail .bs-latest-news,
.bs-head-detail .bn_title { 
    height: 40px; 
}
.bs-head-detail .bs-latest-news .bn_title h2 { 
    height: 40px; 
    line-height: 40px;
}
.bs-head-detail .bs-latest-news .bs-latest-news-slider { 
    top: -5px; 
    height: unset;
}
.bs-trhead {
	position: absolute;
	right: 0;
	left: 0;
	z-index: 999;
}
.bs-default .bs-header-main{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.bs-default .bs-header-main .inner{
	display: flex;
	padding: 15px 0;
	margin: 0;
	align-items: center;
	text-align: center;
}
.bs-default .navbar-brand {
	margin-right: unset;
}
.bs-default .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-menu-full {
	position: relative;
}
.navbar-wp {
	margin: 0;
	padding: 0;
	height: 50px;
	border-radius: 0;
	z-index: 1000;
	border-width: 1px 0;
	border-style: solid;
}
.bs-default .navbar-wp .navbar-nav > li> a {
    padding: 15px 15px;
}
.bs-standard .navbar-wp {
	height: 110px;
}

.bs-latest-news-sec {
	padding: 0;
	box-shadow: 0 3px 5px rgba(70, 70, 70, 0.1);
}

/* -------default two---- */

.bs-headtwo .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-headtwo .navbar-header {
    height: 50px;
}
.bs-headtwo .navbar-brand {
    margin-right: unset;
}
.bs-headtwo .navbar-header img {
	width: 100%;
    height: 100%;
}
.bs-headtwo .desk-header {
    padding: 0px;
}
.bs-headtwo .navbar-wp .navbar-nav > li> a {
    padding: 15px 15px;
}
.bs-headtwo [role=button] {
    cursor: pointer;
    padding: 15px 0;
}


.bs-latest-news{
  width: 100%;
  height: 35px;
  position: relative;
  overflow: hidden;
  margin: 0;
 
}


.bs-latest-news .bn_title h2{
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  height: 35px;
  box-sizing: border-box;
  position: relative;
}
.bs-latest-news .bn_title h2 i{
	margin-right: 5px;
}
/* 
.bs-latest-news .bn_title span{
  width: 0;
  position: absolute;
  right: -30px;
  top: 0px;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0px 30px;
} */
.bs-latest-news .bn_title {
  width: auto;
  height: 35px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.bs-latest-news  h6.headline {
    line-height: 40px;
    margin-bottom: 0px;
}
.bs-latest-news .bs-latest-news-slider a{
  text-decoration: none;
  font-weight: normal;
  padding-left: 20px;
  display: block;
  line-height: 40px;
  animation: animate 5s linear infinite;
}
.bs-latest-news .bs-latest-news-slider.marquee a{
  display: unset;
  animation: unset;
}

@keyframes  animate {
	0%{
		transform: translateY(0px);
	}
	15%{
		transform: translateY(-40px);    
	}
	30%{
		transform: translateY(-40px);
	}
	45%{
		transform: translateY(-80px);
	}
	60%{
		transform: translateY(-80px);
	}
	75%{
		transform: translateY(-120px);
	}
	90%,100%{
		transform: translateY(-120px);
	}
}
.bs-latest-news:hover .bs-latest-news-slider a{
	animation-play-state: paused;
}


.bs-latest-news .bs-latest-news-slider a .img, .bs-latest-news .bs-latest-news-slider a img{
	width: 40px;
	height: 35px;
	border-radius: 10px;
	margin-right: 8px;
	object-fit: cover;
}
.bs-latest-news .bs-latest-news-slider {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 150px;
	top: -2px;
	right: 40px;
	height: unset;
	font-size: 16px;
	line-height: 35px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	box-sizing: border-box;
	z-index: 0;
}

/* --latest-new two-- */
.bs-latest-news.two  {
	
	height: auto;
}

.bs-latest-news.two .bn_title {
    height: 100%;  
}
.bs-latest-news.two .bn_title .title {
	padding: 5px 10px;
    height: 100%;
	line-height: 1;
}
.bs-latest-news.two .bn_title .title:after {
	content: "";
    position: absolute;
    right: -2.5vh;
    top: 0%;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 22px 0 20px 20px; 
	border-top-color:transparent ;
	border-right-color:transparent ;
	border-bottom-color:transparent ;
	border-left-color:var(--head-color) ;
	z-index: 1;
}  
.bs-latest-news.two .bn_title .title i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
	position: relative;
}

.bs-latest-news.two .bn_title .title i:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid;
    border-radius: 50%;
	animation-name: rippal;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes rippal {
	0%{
		width: 0;
		height: 0;
		opacity: 1;
	}
	100%{
		width: 30px;
		height: 30px;
		opacity: 1;
	}
	
}

/* -------bs-head three---- */

.bs-headthree .bs-header-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
}

.bs-headthree .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-headthree .navbar-header {
    height: auto;
}
.bs-headthree .navbar-brand {
    margin-right: unset;
}
.bs-headthree .navbar-header img {
	width: 100%;
    height: 100%;
}

.bs-headthree .navbar-wp .navbar-nav > li> a {
    padding: 15px 15px;
}
.bs-headthree [role=button] {
    cursor: pointer;
    padding: 15px 0;
}
.bs-headthree .bs-header-main .inner {
    display: flex;
    padding: 0;
    margin: 0;
    height: 200px;
    align-items: center;
    text-align: center;
}

.bs-headthree .navbar-header {
    display: flex;
    justify-content: center;
    align-items: end;
}
.bs-headthree .bs-header-main .inner {
    height: 100px;
}
.bs-headthree .navbar-brand {
    height: 100px;
}
.bs-headthree .navbar-brand img{
	width: 100%;
	height: 100%;
}
.bs-headthree  .navbar-brand {
    margin-right: unset;
}
/* -------bs-four three---- */

.bs-headfour .bs-head-detail .info-right {
	display: flex;
    justify-content: flex-end;
}
.bs-headfour  #navbar-wp {
    margin: auto 0;
}
.bs-headfour .navbar-wp .navbar-brand {
    height: 85px;
	display: block;
}
.bs-headfour .navbar-header  img{
	width: 100%;
	height: 100%;
}
.bs-headfour .bs-head-detail .top-date .day {
    font-size: 20px;
}
.bs-headfour .bs-head-detail .top-date .deta {
    font-size: 15px;
    max-width: unset;
}
.bs-headfour .bs-head-detail .top-date {
    padding-right: 20px;
}
.bs-headfour .desk-header {
    padding: 0px;
}
.bs-headfour .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}

.bs-headfour [role=button] {
    cursor: pointer;
    padding: 15px 0;
}
/* -------default five---- */
.bs-headfive {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
.bs-headfive  #navbar-wp {
    margin: auto 0;
}
.bs-headfive .bs-head-detail .info-right {
    display: flex;
}
.bs-headfive  .navbar-wp .navbar-brand {
    height: 80px;
	display: block;
}
.bs-headfive  .navbar-wp .navbar-brand  img{
	width: 100%;
	height: 100%;
}
.bs-default.five .navbar-wp {
   border: none;
}
.bs-headfive div.desk-header {
    padding: 0px;

}

.bs-headfive .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-headfive [role=button] {
    cursor: pointer;
    padding: 15px 0;
}
/* -------default six---- */

.bs-headsix .bs-head-detail {
    border: none; 
}
.bs-headsix .navbar-brand img {
    height: 100px;
}
.bs-headsix .navbar-wp {
     border: none; 
}
.bs-headsix .bs-header-main{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
}
.bs-headsix .bs-header-main .inner{
	display: flex;
	padding: 0;
	margin: 0;
	height: 200px;
	align-items: center;
	text-align: center;
}
.bs-headsix .navbar-brand {
	margin-right: unset;
}
.bs-headsix .navbar-wp {
    margin: 0;
    z-index: 999;
    transition: all 1s ease-out;
    border-radius: 0;
    height: auto;
}
.bs-menu-full {
	position: relative;
}
.navbar-wp {
	margin: 0;
	padding: 0;
	height: 50px;
	border-radius: 0;
	z-index: 1000;
	border-width: 1px 0;
	border-style: solid;
}
.bs-headsix .navbar-wp .navbar-nav > li> a {
    padding: 15px 15px;
}
/*---------------------------------------
	1.1.Top Bar           
-----------------------------------------*/
.bs-head-detail {
	padding: 8px 0;
	position: relative;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.bs-head-detail ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.bs-head-detail .info-left {
	justify-content: flex-start;
}
.bs-head-detail .info-left li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.bs-head-detail .info-left li a {
	font-size: 13px;
}
.bs-head-detail .info-left i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .btn-theme.quote {
    margin: -5px 0 -5px 0;
    border-radius: 0;
    float: right;
}
.bs-head-detail .top-date {
	display: inline-flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.bs-head-detail .top-date .day {
    font-size: 14px;
    margin-right: 6px;
    line-height: 0.8;
    font-weight: 700;
    letter-spacing: 0.2px;
}
.bs-head-detail .top-date .deta {
	font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    word-break: break-word;
}
.bs-head-detail .time {
    padding: 0 4px;
    height: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.btn.btn-subscribe {
	padding: 0 8px;
	display: inline-flex;
	align-items: center;
}
.btn.btn-subscribe i{
	line-height: 30px;
}
.bs-head-detail .info-right {
	justify-content: flex-end;
}
.info-right li {
	display: inline-block;
	margin-right: 15px;
	padding: 0;
}
.info-right li:last-child {
    margin-right: unset;
}
.bs-head-detail .info-right li a {
	font-size: 13px;
}
.bs-head-detail .info-right i {
	font-size: 14px;
	padding-right: 10px;
}
.bs-head-detail .bs-social {
	padding: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.bs-head-detail .bs-social li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bs-head-detail .bs-social li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin: 2px 2.5px;
	text-align: center;
	padding: 0;
	border-radius: 50%;
	font-size: 16px;
	border: 1px solid #E0E0E0;
}
.bs-head-detail .bs-social li a :hover {
	transition: all 0.4s ease-in-out 0s;
}
.bs-head-detail .bs-social li a i {
	font-size: 14px;
	padding-right: unset;
}
.bs-cart {
	position: relative;
}
.bs-cart-count {
	background: #e33729;
	border-radius: 20px;
	color: #ffffff;
	display: inline-block;
	font-size: 9px;
	font-weight: bold;
	height: 16px;
	line-height: 15px;
	margin-left: -15px;
	margin-top: 0;
	position: absolute;
	text-align: center;
	vertical-align: top;
	width: 16px;
}

.navbar-brand {
	font-size: 26px;
	height: auto;
	line-height: 25px;
	margin-right: 50px;
	padding: 15px 0;
	text-shadow: 2px 2px 1px rgba(150, 150, 183, 0.18);
}
.navbar-brand .site-title {
    font-size: 26px;
    line-height: 1.2;
}
.navbar-brand .site-description {
	font-size: 13px;
	line-height: 0;
	margin-bottom: 0;
}
.navbar-wp .navbar-nav > li> a {
	padding: 0 12px;
	margin-right: 0;
	font-size: 16px;
	letter-spacing: 0.5px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin-bottom: 0px;
	font-weight: 600;
	display: block;
}
.navbar-nav {
    justify-content: center;
}
.navbar-wp .navbar-nav > li.active > a {
	border-bottom: 2px solid ;
}
.navbar-wp .navbar-nav > .active > a, .navbar-wp .navbar-nav > .active > a:hover, .navbar-wp .navbar-nav > .active > a:focus {
	background: none;
}
.navbar-wp .navbar-nav > li > ul > li > a i {
	padding-right: 10px;
}
.navbar-wp .navbar-nav > .disabled > a, .navbar-wp .navbar-nav > .disabled > a:hover, .navbar-wp .navbar-nav > .disabled > a:focus {
	background-color: transparent;
}
.navbar-wp .navbar-nav > .open > a, .navbar-wp .navbar-nav > .open > a:hover, .navbar-wp .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar-base .navbar-nav > .open > a, .navbar-base .navbar-nav > .open > a:hover, .navbar-base .navbar-nav > .open > a:focus {
	background: transparent;
}
.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    align-items: center;
}
.navbar-wp [data-bs-toggle=offcanvas] {
    cursor: pointer;
    padding: 0;
}
[role=button] {
    cursor: pointer;
    padding: 15px;
}
.navbar-nav {
    justify-content: center;
}
.desk-header {
    display: flex;
    padding: 0;
}
.navbar-toggle {
	border-radius: 0;
	margin: 10px auto;
	position: absolute;
	right: 5%;
	border: none;
	box-shadow: none;
}
.navbar-wp .dropdown-menu {
	min-width: 200px;
	padding: 0;
	border: none;
	border-radius: 0;
	z-index: 10;
	right: auto;
	left: 0;
}
.navbar-wp .dropdown-menu > li, .navbar-wp .dropdown-menu > li:last-child {
	border: 0
}
.navbar-wp .dropdown-menu > li > a {
	padding: 8px 15px;
	display: block;
	transition: .3s;
	font-weight: normal;
}
.navbar-wp .dropdown-menu > .dropdown-menu {
	right: 0;
	left: auto;
}
.navbar-nav > li:last-child > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropdown-submenu {
	position: relative
}
.dropdown-submenu > .dropdown-menu {
	top: -1px;
	left: 100%;
	margin-top: 0;
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
	padding: 0
}
.dropdown-submenu.pull-left {
	float: none
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px
}
.navbar-wp .navbar-brand {
	font-size: 22px;
	line-height: 20px;
	padding: 15px 0;
	transition: all 0.25s ease-out 0s;
}
.navbar-wp .dropdown-menu.searchinner {
    left: inherit !important;
    right: 0!important;
    padding: 10px;
    min-width: 200px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    border: 1px solid #c9c9c9;
}
.navbar-wp .dropdown-menu.searchinner .input-group{
	flex-wrap: nowrap;
}
.navbar-wp .dropdown-menu.searchinner .form-control {
    margin-bottom: 0;
    height: 40px;
}
.navbar-wp .dropdown-menu.searchinner .btn {
    border: medium none;
    border-radius: 0 4px 4px 0;
    height: 40px;
    line-height: 25px;
    padding: 5px 15px;
}
.m-header {
	display: none;
	
}
.desk-header {
	display: flex;
	padding: 0;
}
.desk-header .btn-theme{
	padding: 6px 22px;
	line-height: 20px;
    margin-left: 10px;
}
.desk-header .msearch {
	padding: 8px;
}
.bs-default .desk-header .msearch {
	padding: 8px 10px;
}
.desk-header .msearch.dropdown-toggle::after {
	content: inherit;
}
.bs-search-box .dropdown-toggle::after {
	display: none;
}
.top-cart {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}
/* --------------------------------------

=========================================
	2.General
=========================================
-----------------------------------------*/
.site-branding-text .site-title {
	font-weight: 700; 
	line-height: 1.2;
}
.site-branding-text .site-title-footer {
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	font-family: 'Vollkorn', serif;
	margin-bottom: 8px;
}
.site-branding-text p.site-description { 
	margin-bottom: 0;
}
/*=========================================
	missed
=========================================
-----------------------------------------*/
.missed {
	padding-top: 30px;
	padding-bottom: 40px;
}
/*---------------------------------------
=========================================
	widget Titlle
=========================================
-----------------------------------------*/

.bs-widget-title {
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 30px;
}
.bs-sec-title span.bg {
    display: inline-flex;
    padding: 3px 0 0 0;
    position: relative;
}

.bs-widget-title , .widget_block .title.four {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 0;
    position: relative;
    letter-spacing: 1.1px;
    border-style: solid;
    border-width: 0 0 2px 0;
}
.bs-sidebar .widget_block .title.four {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 0;
    position: relative;
    letter-spacing: 1.1px;
    border-style: solid;
    border-width: 2px 0;
}
.bs-widget-title.two {
    border-style: solid;
    border-width: 0 0 1px 0;
}
.bs-widget-title.two .title {
    border-style: solid;
    border-width: 0;
}
.bs-widget-title.two:after, .bs-widget-title.two:before {
	display: none;
}
.bs-widget-title .title {
	margin-bottom: 0;
	font-weight: 700;
}
/*---------------------------------------
=========================================
	promo widget
=========================================
-----------------------------------------*/
.bs-widget {
    margin-bottom: 30px;
    border-radius: 0;
   
}
.wp-block-tag-cloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
.bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
    cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
.bs-widget.promo {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	transition: all 0.4s ease 0s;
	text-align: center;
	margin-bottom: 30px;
}
.bs-widget.promo .inner-content {
	transition: all 0.4s ease 0s;
	height: 100%;
	position: relative;
	width: 100%;
	padding: 15px;
}
.bs-widget.promo:hover .text{
	border: none;
}
.bs-widget.promo .text{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,1);
	transition: all 0.6s ease;
	position: relative;
}
.bs-widget.promo .text::before{
	box-sizing: inherit;
    content: '';
    position: absolute;
	top: 0;
	left: 0;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}
.bs-widget.promo:hover .text::before{
	transition: width .15s ease-out,height .25s ease-out .25s;
}
.bs-widget.promo .text::after{
	box-sizing: inherit;
    content: '';
    position: absolute;
	bottom: 0;
	right: 0;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}
.bs-widget.promo:hover .text::after{
	transition: border-color .25s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
}

.bs-widget.promo:hover .text::before,
.bs-widget.promo:hover .text::after{
	width: 100%;
	height: 100%;	
}
.bs-widget.promo h5{
	z-index: 1;
	font-size: 16px;
	font-weight: 500;
}
.bs-widget.promo h5 a{
	z-index: 1;
	padding: 5px 20px;
}
.tabarea-area .nav-tabs .nav-link{
	border-radius: 0;
}
/*---------------------------------------
=========================================
	featured tab widget
=========================================
-----------------------------------------*/
.featured-tab-widget .bs-widget-title {
    justify-content: space-between;
    display: flex;
    align-items: center;
}
.featured-tab-widget .nav-link {
    cursor: pointer;
    font-size: 14px;
}
.featured-tab-widget .nav-link {
    cursor: pointer;
    font-size: 14px;
}
/*---------------------------------------
=========================================
	featured-post-widget
=========================================
-----------------------------------------*/
.featured-post-widget .bs-blog-post{
	text-align: start;
}
.featured-post-widget .bshre .bs-blog-category{
	justify-content: start;
}
.featured-post-widget .small-post{
	margin-bottom: 15px;
}
.featured-post-widget .bs-blog-thumb.md {
    height: 350px;
}
.bs-sidebar .featured-post-widget .col-md-6{
	flex: 0 0 auto;
    width: 100%;
}
.bs-sidebar .small-post .img-small-post{
	width: 30%;
}
/* Tabbed widget  */
.bs-sidebar .fameup_popular_tab_Widget .tabarea-area ul li {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.top-right-area .nav-tabs li.tab-categorised a{
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px; 
}
/*---------------------------------------
=========================================
	content
=========================================
-----------------------------------------*/
#content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.bs-widget.widget_text h2 {
	font-size: 22px;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 15px;
	font-weight: 600;
}
/*---------------------------------------
=========================================
	Image Ads
=========================================
-----------------------------------------*/
.bs-ads-area img {
    max-width: 100%;
}
/*---------------------------------------
	blogs       
-----------------------------------------*/
.bs-blog-post {
	margin-bottom: 30px;
	box-shadow: var(--bxsh);
	overflow: hidden;
}

.bs-blog-post.lg {
	position: relative;
	height: 475px;
	overflow: hidden;
	margin-left: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color:#000;
}
.bs-blog-post.three.lg.md {
    width: 100%;
    height: 200px;
}
.bs-blog-post.text-start .bs-blog-category {
    justify-content: flex-start;
}
.bs-blog-post.text-center .bs-blog-category {
    justify-content: center;
}
.bs-blog-post.text-end .bs-blog-category {
    justify-content: flex-end;
}
.bs-blog-post:hover {
	box-shadow: var(--bxshover);
}
.bs-blog-thumb {
	position: relative;
    min-height: 20px;
    overflow: hidden;
    max-width: 100%;
}
.link-div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bs-blog-thumb.lg {
	height: 400px;
}
.bs-blog-thumb.md {
	height: 220px;
}

.bs-social-icon {
    display: flex;
    list-style: none;
}
.bs-social li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 2px 2.5px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
}
/*----- blog-post two -----*/
.bs-blog-post.two {
	background: unset;
	box-shadow: unset;
}
.bs-blog-post.two .small {
    margin: 0 20px;
    position: relative;
    top: -60px;
}
/*----- blog-post overlay -----*/
.bs-blog-post.three {
	position: relative;


}
.bs-blog-post.three.lg {
	height: 400px;

}

.bs-blog-post.three.sm {
	height: 185px;
}
.bs-blog-post.three .bs-blog-category {
    position: absolute;
    top: 20px;
    z-index: 5;
}
.bs-blog-post.three .title {
	z-index: 5;
}
.bs-blog-post.three .title.sm {
	font-size: 18px;
	margin-bottom: 0;
}
.bs-blog-post.three .bs-blog-meta {
    margin-bottom: 0;
    z-index: 5;
}
.bs-blog-post.three .inner {
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.bs-blog-post.three .inner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(1, 14, 46, 0.63)) repeat scroll 0 0;
}
/* --blog--four-- */
.bs-blog-post.four {
    display: flex;
    background: transparent;
    box-shadow: none;
}
.bs-blog-post.four .bs-blog-thumb {
    width:55%;
	height: auto;
}
.bs-blog-post.four .small {
    width: 66%;
    margin: 25px 0;
    margin-left: -120px;
    position: relative;
	box-shadow: 0 4px 25px 0 rgb(0 0 0 / 20%);
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four{
    flex-direction: row-reverse;
}
.col-md-12.fadeInDown:nth-child(even) .bs-blog-post.four .small {
	margin-left: unset;
	margin-right: -70px;
}
/*----- blog-post list -----*/
.list-blog.bs-blog-post {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 8px;
}
.list-blog .bs-blog-thumb {
	width: 33.333333%;
	max-width: 33.333333%;
	height: 100%;
	min-height: 360px;
	padding-left: 20px;
}
.list-blog  .small {
    padding: 20px 20px;
	font-size: 17px; 
}
.list-blog .bs-blog-category {
    justify-content: flex-start;
    margin-top: 0;
}
/*----- blog-post bshre -----*/
.bshre{
	text-align: center;
}
.bshre .post-share-icons {
    transform: translateY(-25px);
	justify-content: center;
	margin-top: 10px;
}
.bshre .bs-blog-category {
	justify-content: center;
}
.bshre .bs-blog-thumb.lg {
    height: 500px;
}
.bshre .bs-blog-post h4.title {
    font-size: 30px; 
}
/*----- small-post -----*/
.double-category-posts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 1.5rem;
}
.double-category-posts .colinn {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.small-post.mg-post-1 {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    flex-direction: column;
}
.small-post.mg-post-1  .img-small-post {
    height: 370px;
    width: 100%;
    margin-right: auto;
    margin-bottom: 25px;
}
.small-post.mg-post-1 .small-post-content {
    margin-bottom: 20px;
}
.small-post-list-widget .col-grid-2 {
	display: grid;
    grid-column-gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.small-post-list-widget .small-post .img-small-post {
	width: 34%;
    height: 150px;
}
.small-post {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px;
}
.small-post .img-small-post {
	width: 20%;
	height: 85px;
	margin-right: 25px;
	overflow: hidden;
	position: relative;
	border-radius: 0;
	transition: all .3s ease-out;
}
.small-post-content {
	-ms-flex: 1;
	flex: 1;
}
.small-post .title{
	font-weight: 600;
    line-height: 1.2;
}
.bs-sidebar .small-post-list-widget .col-grid-2, footer .small-post-list-widget .col-grid-2 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bs-sidebar .bs-widget .small-post-list-widget .title{
	text-align: start;
}
/*----- blog-post slider -----*/
.homemain .bs-blog-thumb.lg {
	height: 550px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	position: relative;
}
.homemain .bs-blog-thumb::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.1);
}
.bs-blog-thumb .bs-blog-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: auto;
	padding: 30px 15px;
	text-align: center;
	z-index: 1;
	position: relative;
}
.bs-blog-thumb .bs-blog-inner::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.9;
}
.bs-blog-thumb .bs-blog-inner h4, .bs-blog-thumb .bs-blog-inner h4 a {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 25px;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* ---home-two--- */
.bs-blog-thumb .bs-blog-inner.two h4, .bs-blog-thumb .bs-blog-inner.two h4 a {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}
.bs-blog-inner.two .bs-blog-category a {
    font-size: 16px;
}
.bs-blog-thumb .bs-blog-inner.two {
    align-items: flex-start;
    text-align: left;
	width: 70%;
}
.bs-blog-thumb.toggle .bs-blog-inner::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}

.bs-blog-thumb.toggle {
    display: flex;
    align-items: center;
}
.bs-blog-thumb.toggle .bs-blog-inner h4 ,.bs-blog-thumb.toggle .bs-blog-inner h4 a{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
}
.bs-blog-thumb.toggle .bs-blog-inner {
    width: 70%;
    height: auto;
    padding: 10px 15px;
    text-align: left;
    z-index: 1;
    position: relative;
	align-items: unset;
}
.bs-blog-thumb.toggle  .bs-blog-meta span {
    padding-right: 5px;
    font-size: 12px;
    font-weight: normal;
}
.thums-img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
    overflow: hidden;
}

.thums-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bs-thums .bs-inner {
    padding: 10px;
}


/*----three----*/

.bs-blog-thumb .bs-blog-inner.three {
    width: 70%;
}

.bs-blog-thumb .bs-blog-inner.three h4, .bs-blog-thumb .bs-blog-inner.three h4 a {
    font-size: 30px;
}

/* --four-- */
.homemain.two{
	box-shadow: unset;
}
.homemain.two .bs-blog-thumb.lg {
    align-items: flex-end;
	margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0 0 17px 8px rgb(212 212 212 / 50%);
}
.homemain.two .bs-blog-thumb .bs-blog-inner {
    width: 100%;
}
.homemain.two .bs-blog-thumb .bs-blog-inner h4, .homemain.two .bs-blog-thumb .bs-blog-inner h4 a {
    font-size: 24px;
}
.homemain.two .bs-blog-thumb::after {
    background-color: rgba(0,0,0,0.05);
}

.homemain.three {
	box-shadow: 0 0 17px 8px rgb(212 212 212 / 50%);
}

.homemain.three .bs-blog-thumb.lg {
    justify-content: flex-end;
	margin-bottom: 0;
}
.homemain.three .bs-blog-thumb .bs-blog-inner {
    width: 50%;
	height: 100%;
	padding: 30px 50px;
}
.homemain.three  .bs-blog-thumb .bs-blog-inner::after {
    opacity: 0.95;
}
.homemain.three .thumb-img {
    width: 50%;
    height: 100%;
}
.homemain.three .thumb-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*------ side-post------ */
.bs-widget.latest {
    overflow: hidden;
}

.latest-inner {
	padding: 0;
}
.media.bs-latest {
    display: flex;
	margin-bottom: 20px;
	align-items: center;
}
.media.bs-latest .media-img {
    width: 40%;
    height: 166px;
}
.media.bs-latest .media-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.media.bs-latest .bs-category {
    margin-bottom: 10px;
}
.media.bs-latest .bs-author {
    margin-right: 10px;
}
.media.bs-latest .bs-category a{
	font-size: 14px;
}
.media.bs-latest .bs-category a {
	padding: 2px 5px;
}
.media.bs-latest .media-body {
	padding: 15px;
}
.media.bs-latest .title {
    font-weight: 600;
    line-height: 1.2;
}


/* - side-post- two- */

.media.bs-latest.two .media-img{
	border-radius: 50%;
	overflow: unset;
	width: 100px;
    height: 100px;
	position: relative;
}


.media.bs-latest.two .media-img img {
 border-radius: 50%;
}
 
.media.bs-latest.two .media-body {
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
}
.media.bs-latest.two .media-body .title{
	font-size: 18px;
	font-weight: 600;
}

.media.bs-latest.two .tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #c69c53;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
}
/*----- blog-post category -----*/
.bs-blog-category {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
	gap: 12px;
}
.bs-blog-category a {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1px;
    font-family: 'Red Hat Display', sans-serif;
}
.bs-blog-category a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}
.bs-blog-post h4.title {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
	text-decoration: none;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bs-blog-post .title{
	word-break: break-word;
}
.bs-blog-post h4.title.sm {
	font-size: 28px;
	line-height: 1.2;
}
.bs-blog-post .small {
	padding: 20px 20px;
	font-size: 17px;
	overflow: hidden;
	word-break: break-word;
}
/*----- blog-post post-share-icons -----*/
.post-share-icons {
    display: flex;
    list-style: none;
    padding: 0;
}
.post-share-icons a {
	width: 36px;
	min-width: 36px;
    height: 36px;
    margin-right: 0.538rem;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 1;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    transition: all 0.2s;
}
.post-share-icons a i {
    transform: scale(1);
    transition: all ease 0.31s;
}
.post-share-icons a:hover i {
    transform: scale(1.2);
}
.post-share-icons.cf{
	margin-top: 1.5rem;
}
/*----- blog-post meta -----*/
.bs-blog-post .bs-blog-meta {
	margin-bottom: 20px;
}
.bs-post-meta a {
    display: inline-block;
}
.bs-blog-meta span {
	padding-right: 5px;
	font-size: 15px;
    font-weight: normal;
}
.bs-blog-meta .bs-author img {
	border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-left: 1px;
    display: unset;
}
.bs-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before, .fa-tags:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: relative;
    display: inline-block;
    padding-right: 8px;
    padding-left: 1px;
    text-decoration: inherit;
    vertical-align: baseline;
    opacity: 0.8;
}
.bs-blog-post .bs-header .fameup-tags  {
   font-family: 'Vollkorn', serif;
   font-weight: 600;
}
.bs-blog-date:before{
	content: "\f017";
}
.comments-link:before {
    content: "\f086";
}
.cat-links:before { content: "\f07c"; }
.tag-links:before { content: "\f02c"; }
.bs-author-pic img {
	width: 80px;
	height: 80px;
}

.comment-content a,.comment-content a:visited{text-decoration:underline;}

.comment .comment-author a:hover,.comment .comment-author a:focus,.comment .comment-author a:active{color:#08ACD5;text-decoration:underline;}

.post-items ul:not(.post-categories) li a,.post-items ol:not(.post-categories) li a, .post-items table a, strong a, blockquote a, code a, p a, .navigation.posts-navigation .nav-links a:hover,
.navigation.posts-navigation .nav-links a:hover, #cancel-comment-reply-link, .comment-reply-link, .mg-blog-post-box a,
 .widget_text a:not(.more-link):not(.button),
.comment-content a,
.theme-custom-block a, .comment-detail .edit-link a, 
.comment-detail .reply a, 
pre.wp-block-code a, #cancel-comment-reply-link, .comment-reply-link{
	text-decoration: underline;
}

.comment-content p {
    margin-bottom: 1.3rem;
    padding: 0;
}

.edit-link .post-edit-link:hover { 
	text-decoration: underline; 
}

#cancel-comment-reply-link {
    text-decoration: underline;
}
/*----- blog-post single -----*/
.bs-blog-post.single {
	text-align: left;
}
.bs-blog-post .bs-header h1 {
    font-size: 38px;
    font-weight: 800;
}
.bs-blog-post .bs-header {
    padding: 20px;
}
.bs-blog-post .bs-header h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.bs-blog-post .bs-header .bs-info-author-block {
    border-width: 2px 0 0 0;
    border-style: solid; 
    box-shadow: inherit;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}
.bs-blog-post .bs-header .bs-author-pic img {
    width: 60px;
    height: 60px;
}
.bs-info-author-block {
	display: flex;
	justify-content: flex-start;
	border-width: 2px 0 2px 0;
    border-style: solid;	
	align-items: center;
}
.bs-info-author-block .media-body p{
	margin-bottom: 0;
}
.bs-info-author-block .bs-author-pic img {
    margin: 0 15px 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    width: 80px;
    height: 80px;
    max-width: unset !important;
    border-width: 3px;
    border-style: solid;
}
/*----- comments -----*/
.bs-blog-post img{ max-width: 100%; }
.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 70px;
    min-height: 120px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 0;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(225,225,225,0.9);
}
@media(max-width: 575px){
	.comments-area .comment-body {
		padding: 100px 25px 25px 0px;
	}
	.comment-list .children {
		margin-left: 1rem;
	}
}
.comment-list .children {
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: 2.5rem;
    z-index: 0;
    list-style: none;
}
.comment-body .reply {
    text-align: right;
}
#comments img {max-width: 100%;}
.reply a {
    font-size: 14px;
    padding: 5px 17px;
    font-weight: bold;
    transition: 0.3s ease-in-out 0s;
    border-radius: 0;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
}
.comments-area .comment-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-direction: row;
    flex-direction: row;
}
.comment-meta .comment-metadata { 
   display: flex;
   width: 100%;
   justify-content: space-between;
}
.comment-metadata .edit-link:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 14px;
	margin-right: 5px;
}
.comment-content {
    position: relative;
    z-index: 0;
    padding: 16px 40px 16px 0;
}
.comments-area img.avatar {
	border-radius: 60%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 28px;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    border-width: 3px;
    border-style: solid;
}
.comments-area .reply a {
    text-decoration: none;
}
.comments-area .comments-title{
	word-break: break-word;
}
/*---------------------------------------
	3.16.bs-contact-section      
-----------------------------------------*/
.bs-contact .overlay {
	padding: 40px 0;
	margin: 0;
}
.widget_fameup_custom_widget h5 , .fameup_contact_widget h6 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.bs-widget-address {
	padding: 0px;
}
.bs-contact .bs-widget-address > li:first-child {
	padding-top: 0;
}
.bs-widget-address > li {
	list-style: none;
	padding: 8px 0;
}
.bs-widget-address > li:last-child {
	border-bottom: none;
}
.bs-widget-address li span.icon-addr {
	float: left;
	height: 30px;
	line-height: 38px;
	margin-right: 18px;
	text-align: center;
	width: 30px;
	display: inline-block;
	border-radius: 10px;
}
.bs-widget-address li span.icon-addr i {
	font-size: 24px;
}
.bs-widget-address strong {
	padding-right: 5px;
}
/*---------------------------------------
	3.17.bs-gmap-section      
-----------------------------------------*/
.bs-gmap-wrapper {
	padding: 0;
	margin: 0;
}
.bs-gmap-wrapper #map {
	padding: 0;
	width: 100%;
	height: auto;
	border: 0;
	margin-bottom: -10px;
}
.bs-gmap-wrapper {
	padding: 0;
	margin: 0;
}

/* --------------------------------------
=========================================
	4.bs-breadcrumb-section
=========================================
-----------------------------------------*/
.bs-breadcrumb-section {
	margin-top: -20px;
	margin-bottom: 20px;
}
.bs-breadcrumb-section .overlay {
	padding: 10px 10px;
	position: relative;
	box-shadow: var(--bxsh);
}
.bs-breadcrumb-section .breadcrumb {
    margin-bottom: 0;
}
.bs-breadcrumb-section .breadcrumb a {
    font-size: 13px;
}
.bs-breadcrumb-title {
	padding: 0;
}
.bs-breadcrumb-title h1 {
	font-size: 40px;
	font-weight: 700;
	margin: 0;
	line-height: 48px;
	padding-bottom: 0px;
}
.bs-page-breadcrumb {
	list-style: none outside none;
	margin-bottom: 0;
	padding: 0;
	font-size: 15px;
	line-height: 30px;
}
.bs-page-breadcrumb > li {
	display: inline-block;
}
.bs-page-breadcrumb > li + li:before {
	content: "\f178";
	font-family: 'Font Awesome 5 Free';
	padding: 0 5px;
}
.bs-breadcrumb-section .bs-blog-category{
	position: relative;
	left: 0;
}
.bs-breadcrumb-inner {
	display: flex;
    width: 100%;
}
/* --------------------------------------
=========================================
	Page Title
=========================================
-----------------------------------------*/
.page-entry-title .bs-breadcrumb-section{
	margin: 0;
	flex: 1;
}
.page-entry-title .bs-breadcrumb-section .overlay{
	box-shadow: none;
	padding: 0;
}
.page-entry-title .bs-breadcrumb-section ol.breadcrumb{
	justify-content: flex-end;
}
.page-entry-title{
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.page-entry-title:has(.entry-title.title){
	padding: 20px;
}
.archive-description{
	width: 100%;
	text-align: end;
}
/* --------------------------------------
=========================================
	5.bs-sidebar
=========================================
-----------------------------------------*/
.bs-sidebar a {
	transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-widget .btn {
	padding: 2px 12px;
	border: none;
	border-radius: 0;
	height: 40px;
}
.bs-sidebar .bs-widget {
	margin-bottom: 30px;
    padding: 20px 20px 10px 20px;
    border-radius: 0;
    box-shadow: var(--bxsh);
}
.bs-sidebar .bs-widget-title {
	padding: 0 0 5px 0;
}
.bs-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bs-widget ul li:last-child {
	border: none;
	margin-bottom: 0;
}
.bs-widget ul li {
	display: block;
	letter-spacing: 0.2px;
	line-height: 22px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.bs-sidebar .bs-widget .title { 
	line-height: 20px;
	padding: 10px 0;
	position: relative;
    border: none;
    text-align: center;
    z-index: 1;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.bs-sidebar .bs-widget h2 form {
    padding: 0 10px;
}
.bs-sidebar .bs-widget h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 5px 0;
    position: relative;
    letter-spacing: 1.1px;
    border-style: solid;
    border-width: 0 0 2px 0;
}
.bs-sidebar .bs-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul li a:hover {
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu {
	margin-left: 15px;
}
.bs-sidebar .bs-widget ul.menu li .sub-menu li {
	border-bottom: none;
	padding: 10px 0 0;
}
.bs-sidebar .bs-widget.widget_search .btn {
	border: 2px solid;
    border-radius: 0;
    height: 53px;
    line-height: 25px;
    padding: 15px;
    transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-category-widget ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.bs-sidebar .bs-category-widget ul li a:hover {
	padding-left: 10px;
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget .bs-widget-tags, .bs-sidebar .bs-widget .tagcloud {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0;
}
.bs-sidebar .bs-widget .bs-widget-tags a, .bs-sidebar .bs-widget .tagcloud a {
	cursor: pointer;
    display: inline-block;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 20px;
    margin: 0 5px 9px 0;
    padding: 6px 12px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    text-transform: capitalize;
    border-width: 1px;
    border-style: solid;
}
.bs-sidebar .bs-widget-tags a:hover, .bs-sidebar .bs-widget .tagcloud a:hover {
	transition: all 0.4s ease-in-out 0s;
}
.bs-sidebar .bs-widget .bs-twitter-feed li {
	margin: 2px 0;
	padding-bottom: 5px;
	padding-left: 20px;
	position: relative;
}
.bs-sidebar .bs-widget ul.bs-social li {
	display: inline-block;
	border: inherit;
	padding: 0;
}
.bs-sidebar .bs-widget ul.bs-social li a i {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 0px;
	text-align: center;
	width: 32px;
	border-radius: 50%;
	padding: 0;
}
.widget_search .input-group{
	flex-wrap:nowrap;
}
.bs-widget .bs-social li a i:hover {
	transition: all 0.4s ease-in-out 0s;
	padding-left: unset;
}
.bs-widget .bs-social li a i {
	font-size: 16px;
}
/*--bs-blog-post end--*/ 
.bs-widget .recentarea-slider {
    height: 450px;
    counter-reset: tr_post;
    position: relative;
}
.bs-widget .recentarea-slider .swiper-button-prev, .bs-widget .recentarea-slider .swiper-button-next {
    position: absolute;
    top: 20px;
    transform: rotate(90deg);
}
.bs-widget .recentarea-slider .media.bs-blog-post {
    counter-increment: tr_post;
    border-width: 0 0 1px 0;
	border-style: solid;
	padding-bottom: 20px;
}
.bs-widget .recentarea-slider .bs-post-area:before {
  	content:  counter(tr_post);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.bs-widget .recentarea-slider .media.bs-blog-post .bs-post-area {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.media.bs-blog-post:hover {
	box-shadow: unset;
}
.media.bs-blog-post {
	margin-bottom: 20px;
	margin-top: 0 !important;
	overflow: hidden;
	padding-bottom: 20px;
	box-shadow: unset;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
}
.media.bs-blog-post:last-child {
	padding-bottom: 10px;
	margin-bottom: unset;
	border-bottom: unset;
}
.media.bs-blog-post .bs-post-area {
	display: flex;
    justify-content: center;
    align-items: flex-start;
	margin-left: 0;
	margin-right: 20px;
	height: 80px;
	width: 30%;
	transition: all 0.3s ease-in-out 0s;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.media.bs-blog-post  .bs-author img {
	width: 25px;
    height: 25px;
}
.media.bs-blog-post img {
	width: 80px;
}
.media.bs-blog-post .media-body {
	-ms-flex: 1;
	flex: 1;
}
.media.bs-blog-post h3 {
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 5px;
	margin-top: -5px;
	word-wrap: break-word;
}
.media.bs-blog-post span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin-right: 8px;
	font-style: italic;
}
.media.bs-blog-post .bs-author {
	margin-top: 0;
}
.media.bs-blog-post .bs-blog-meta {
    margin-bottom: 0;
}
/*--bs-blog-post end--*/ 
/*--bs-widget author --*/
.bs-widget .bs-author {
    margin-top: 25px;
}
.bs-widget .bs-author img.rounded-circle {
	border-width: 4px;
    border-style: solid;
    margin-bottom: 20px;
    width: 130px;
    height: 130px;
    object-fit: cover;
}
/*--bs-widget author end--*/ 
/*--calendar_wrap--*/ 
.bs-widget .calendar_wrap table {
	width: 100%;
	font-size: 15px;
}

.bs-widget .calendar_wrap table caption {
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	margin-bottom: 0;
	padding: 5px 12px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
	border-width: 1px;
	border-style: solid;
}
.bs-widget .calendar_wrap table tbody td:hover, .bs-widget .calendar_wrap table tbody #today:hover {
	transition: all 0.3s ease 0s;
}
.bs-widget .calendar_wrap table tfoot {
	border-width: 1px;
	border-style: solid;
}
.bs-widget .calendar_wrap table thead th {
	text-align: center;
	padding: 6px 0;
}
.bs-widget .calendar_wrap table tbody td {
	line-height: 1.7;
	transition: background 0.15s ease 0s;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	padding: 3px 5px; 
}
.bs-widget .calendar_wrap table tfoot {
	font-size: 11px;
}
.bs-widget .calendar_wrap table tfoot tr td#prev {
	padding: 5px;
	text-transform: uppercase;
}
.bs-widget .calendar_wrap table tfoot tr td#next {
	padding: 5px;
	text-align: right;
	text-transform: uppercase;
}
.bs-widget .calendar_wrap .wp-calendar-nav {
	display: flex;
	justify-content: space-between;
	padding: 5px 5px 0px 5px;
}
/*--calendar_wrap end--*/ 
.bs-sidebar .bs-widget .textwidget select, .bs-sidebar .bs-widget .textwidget img {
	width: 100%;
}
.bs-sidebar .bs-widget .textwidget img.size-large {
    height: auto;
}
/*----woocommerce footer-widget----*/
.bs-sidebar .bs-widget.widget_product_search .btn {
	padding: 2px 12px;
	height: 40px;
	border-radius: 0;
	margin-left: -1px;
}
/*----left-menu-widget----*/
.bs-sidebar .bs-left-menu-widget ul li {
	border-radius: 0;
	margin: 0;
	padding: 10px 20px;
}
.bs-sidebar .bs-left-menu-widget ul li:hover, .bs-sidebar .bs-left-menu-widget ul li.active {
	border-radius: 0 30px 30px 0;
}
ol.wp-block-latest-comments {
    overflow-x: hidden;
	padding: 0;
}
ol.wp-block-latest-comments a{
	word-break: break-word;
}
/* Social Icons */
.bs-sidebar .wp-block-social-links .wp-social-link{
	padding: 0;
}
.bs-sidebar .wp-block-social-links .wp-social-link:last-child{
	margin-bottom: 10px;
}
.bs-sidebar .wp-block-social-links .wp-social-link .wp-block-social-link-anchor:hover{
	padding: 0.25em;
}
/* Recent Post */
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image img.size-large { 
    margin-bottom: 16px;
}
.wp-block-latest-posts__list .wp-block-latest-posts__featured-image + .wp-block-latest-posts__post-title{
	font-weight: 600;
	font-family: 'Vollkorn', serif;
}
/* --------------------------------------
=========================================
	6.bs-error page
=========================================
-----------------------------------------*/
.bs-error-404 h1 {
	font-size: 100px;
	line-height: 80px;
}
.bs-error-404 h1 i {
	padding: 5px;
	text-shadow: 1px 3px 8px rgba(0, 0, 0, 0.17);
}
.bs-error-404 h4 {
	line-height: 40px;
}
.bs-error-404 p {
	line-height: 30px;
}
/* --------------------------------------
=========================================
	7.bs-footer
=========================================
-----------------------------------------*/
/* --new--- */


footer .overlay {
    padding-top: 50px;
}
footer .callout {
    text-align: center;
	margin-bottom: 30px;
}
footer .text-input {
    position: relative;
	margin: 0 auto;
    width: 70%;
}
footer .bs-widget .text-input {
	width: 90%;
	margin: unset;
}
footer .bs-widget  .callout {
    text-align: left;
}
footer .text-input input{
	height: 50px;
	padding-right: 180px;
}
footer .text-input button.sub-link {
    position: absolute;
    top: 0;
    right: 0;
	height: 100%;
}
footer .bs-widget .bs-author img {
	width: 60%;
}
footer .bs-widget h6 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
footer .bs-widget ul li {
	padding-bottom: 10px;
}
.bs-section.insta {
    padding: 50px 0;
	text-align: center;
}
.bs-section.insta ul.no-gutter {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bs-section.insta .insta-img {
    height: 251px;
	position: relative;
	overflow: hidden;
}
.insta-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 1;
}
.insta-img:hover:before{
	opacity: 0.2;
}
.insta-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;
}
.insta-img:hover img{
	transform: scale(1.2);
}
.insta-img .icon{
	width: 90%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.6s ease;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);

}
.insta-img .icon i{
	font-size: 25px;
}
.insta-img .icon::before{
	box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}
.insta-img .icon::after{
	box-sizing: inherit;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border: 3px solid transparent;
    width: 0;
    height: 0;
}

.insta-img:hover .icon::before{
    transition: width .15s ease-out,height .25s ease-out .25s;
}
.insta-img:hover .icon::after{
    transition: border-color .25s ease-out .5s,width .25s ease-out .5s,height .25s ease-out .75s;
}
.insta-img:hover .icon::before,.insta-img:hover .icon::after{
	width: 100%;
	height: 100%;
}

.footer-social {
    text-align: right;
}
.footer-logo { 
    border-radius: 0%;
    overflow: hidden;
    margin: 0 auto; 
	padding: 10px 0;
	display: block;
}
.footer-logo img{
	width: 100%;
    height: 100%;
}
.footer-logo .navbar-brand{ 
	margin-right: 0;
}
footer .media.bs-blog-post h3 {
    font-size: 16px;
}
.bs-widget.blog li.media {
    display: flex;
    align-items: center;
    padding: 0.5em 0;
    border-bottom: 1px solid #eee;
}
.bs-widget.blog .media .media-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 1em;
    position: relative;
    border-radius: 5px;
    margin-right: 16px;
}
.bs-footer-copyright {
    padding: 15px 0;
}
.bs-widget.blog .media .media-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bs-footer-copyright .col-md-4 {
    margin: auto 0;
}
footer .bs-footer-copyright, footer .bs-footer-copyright p, footer .bs-footer-copyright a {
    margin-bottom: 0;
}
.bs-widget h2.title {
    font-size: 24px;
	border-bottom: 2px solid var(--wrap-color);
}
.bs-widget-blog-post h2.title {
    font-size: 24px;
	border-bottom: 2px solid var(--wrap-color);
}
.bs-blog-post img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.wp-block-heading {
	margin-bottom: 20px;
	padding: 5px 0;
	position: relative;
	letter-spacing: 1.1px;
	border-style: solid;
	border-width: 0 0 2px 0;
}
footer ul.menu li .sub-menu{
	padding-left: 15px;
}
footer ul.menu li:first-child{
	margin-top: 15px;
}
footer ul.menu li.menu-item{
	border-style: none;
}
footer ul.menu li.menu-item:before{
	content: '\';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	margin-right: 10px;
}
.bs-widget ul li:last-child{
	padding-bottom: 0;
}
/* --------------------------------------
=========================================
	8.bs-scroll
=========================================
-----------------------------------------*/
.bs_upscr {
	bottom: 2%;
	display: none;
	height: 40px;
	opacity: 1;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 40px;
	z-index: 9999;
	border-radius: 0;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bs_upscr:hover {
	opacity: 1;
}
.bs_upscr i {
	font-size: 16px;
    line-height: 40px;
}
.bs_upscr:hover, .bs_upscr:focus {
	border-width: 2px;
	border-style: solid;
	transition: all 0.3s ease 0s;
}

.container.mobi-menu {
    display: none;
}
/*----woocommerce----*/
/* woocommerce v2.3.5 */
*:focus {
	outline: 0;
}
.woocommerce h2 {
	font-size: 22px;
}
.woocommerce h3 {
	font-size: 20px;
}
/*----product----*/
.woocommerce .products span.onsale, .woocommerce span.onsale {
	border-radius: 0;
	display: block;
	font-size: 13px;
	font-weight: normal;
	line-height: 25px;
	margin: 4px !important;
	min-height: 10px;
	padding: 0 12px;
	z-index: 999;
}
.woocommerce span.onsale {
	margin: 10px !important;
}
.woocommerce ul.products li.product {
	text-align: center;
	padding-bottom: 20px;
	transition: all 0.4s ease 0s;
	border-radius: 0;
	border-width: 1px;
	border-style: solid;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: 0.5rem;
}
.woocommerce ul.products li.product:hover {
	
}
.woocommerce table.shop_attributes td p {
    padding: 8px;
}
.woocommerce ul.products li.product a img:hover {
	opacity: 0.6;
}
.woocommerce-page .woocommerce-ordering select {
	padding: 12px 15px 12px 10px;
	color: #A0A0A0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.woocommerce-page .products .product > a:first-child {
	position: relative;
	text-align: center;
	display: block;
}
.woocommerce-page .products a.button {
	display: inline-block;
	text-align: center;
	border-radius: 0;
	margin: 10px;
	border: none;
	font-weight: bold;
	margin: 0 auto !important;
}
.woocommerce-page .products a.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-page .products h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
	float: none;
	width: auto;
	margin: 0;
}
.woocommerce-page .products .star-rating {
	position: relative;
	margin: 0 auto;
}
.woocommerce-page .products a .price {
	line-height: 20px;
	width: 100%;
	float: left;
	height: auto;
	min-height: 40px;
	text-align: center;
	padding: 10px 0;
}
.woocommerce-page .products a .price del {
	display: inline-block !important;
	line-height: 20px;
}
.woocommerce-page .products a .price ins {
	display: inline-block;
	font-weight: bold;
	background: none;
	line-height: 20px;
	margin-left: 10px;
}
.woocommerce-page .products .added_to_cart {
	display: inline-block;
	text-align: center;
	padding: 10px 20px 10px 20px;
	border-radius: 0;
	border: none;
	font-size: 12px;
	margin: 0;
}
.woocommerce-page .woocommerce-result-count {
	float: left;
	font-size: 14px;
	line-height: 46px;
	margin-top: 20px;
}
.woocommerce-page .woocommerce-ordering {
	float: right;
	margin-top: 20px;
}
.woocommerce-page .product-type-simple {
	position: relative;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	font-size: inherit;
}
footer .fameup-widget .woocommerce ul.cart_list li img, footer .fameup-widget .woocommerce ul.product_list_widget li img {
	margin-top: 7px;
}
/*woocommerce-tabs*/
.tabs.wc-tabs {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border-width: 0 0 1px 0;
	border-style: solid;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0;
	background: transparent;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 22px;
	line-height: 25px;
}
.related.products {
	text-align: center;
}
.related.products h2 {
	font-size: 26px;
	line-height: 40px;
}
/*woocommerce-form*/
.woocommerce form .form-row label {
    width: 100%;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 40px;
	margin-bottom: 20px;
	border: 2px solid #ebebeb;
	color: #ccc;
	border-radius: 0px;
	padding: 6px 12px;
}
.select2-container .select2-choice {
	height: 40px;
	padding: 6px 12px;
}
/*woocommerce-cart*/
.woocommerce table.shop_table {
	border-radius: 0;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
	float: none;
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
	box-shadow: 0 4px 20px -5px rgba(0,0,0,0.5);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	line-height: 30px;
	padding: 5px 35px;
	border-radius: 0;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border-radius: 0;
	height: 40px;
	border-width: 1px;
	border-style: solid;
	min-width: 110px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18), 0 3px 6px rgba(0, 0, 0, 0.16);
}
/*woocommerce-messages*/
.woocommerce-page .woocommerce-message {
	margin: 0px 0 40px;
	border-radius: 3px;
	list-style: none;
}
.woocommerce-page .woocommerce-message a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-error {
	list-style: none;
	padding: 10px 0 10px 50px;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
}
.woocommerce-page .woocommerce-error a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	list-style: none;
	padding: 0;
	margin: 0px 0 40px;
	border-radius: 3px;
	border: none;
	float: left;
	width: 100%;
	margin-top: 25px !important;
}
.woocommerce-page .woocommerce-info a {
	padding: 6px 14px;
	font-size: 12px;
}
.woocommerce-page .woocommerce-info {
	float: left;
	text-align: left;
	padding-top: 30px;
}
.woocommerce-page .woocommerce .woocommerce-info {
	border-radius: 3px;
	border: none;
	padding: 15px 0 15px 50px;
	margin-bottom: 40px;
}
.woocommerce-page .woocommerce .woocommerce-info a {
	opacity: 0.9;
}
/*woocommerce-pagination*/
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
	float: left;
	line-height: 1.42857;
	margin: 6px;
	padding: 6px 12px;
	border-radius: 0;
}
/*woocommerce-price-filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #1a2128;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* --------------------------------------
=========================================
	9.bs-Widget Block Css
=========================================
-----------------------------------------*/
.widget_block .wp-block-search__label{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 5px 0;
	position: relative;
	letter-spacing: 1.1px;
	border-style: solid;
	border-width: 0 0 2px 0;
	font-family: 'Vollkorn', serif;
}
.widget_block h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	padding: 5px 0;
	position: relative;
	letter-spacing: 1.1px;
	border-style: solid;
	border-width: 0 0 2px 0;
}
.widget_block .wp-block-search__label {
	color: var(--head-color);
	border-color: #d7d7d7;
}
.bs-footer-widget-area .widget_block .wp-block-search__label {
    color: #f5f3f3;
    border-color: #d7d7d7;
}

.bs-footer-widget-area .widget_block .wp-block-search__button {
    color: #fff !important;
}

.bs-footer-widget-area, .widget_block .widget_rss {
	color: #fff;
}

.widget_block .wp-block-search__button {
	margin-left: -1px;
	padding: 10px 15px;
}

.enn-doublecate-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-column-gap: 1.5rem;
	
}
.enn-grid {
	display: grid;
	grid-column-gap: 1.5rem;
}
.col-grid-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.col-grid-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.colinn{
	padding: 20px;
	border: 1px solid #eee;
	margin-bottom: 30px;
}
.small-post.mg-post-1 {
	padding: 0;
	position: relative;
	margin-bottom: 10px;
	flex-direction: column;
}
.small-post.mg-post-1  .img-small-post {
	height: 370px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 25px;
}
.small-post.mg-post-1 .small-post-content {
	margin-bottom: 20px;
}
/*---------------------------------------
	blogs       
-----------------------------------------*/
.bs-blog-post {
	margin-bottom: 30px;
	box-shadow: var(--bxsh);
	overflow: hidden;
}
.bs-blog-post.text-start .bs-blog-category {
	justify-content: flex-start;
}
.bs-blog-post.text-center .bs-blog-category {
	justify-content: center;
}
.bs-blog-post.text-end .bs-blog-category {
	justify-content: flex-end;
}
.bs-blog-post:hover {
	box-shadow: var(--bxshover);
}
.bs-blog-thumb {
	position: relative;
	min-height: 20px;
	overflow: hidden;
	max-width: 100%;
}
.link-div {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.back-img {
	background-color: #333;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bs-blog-thumb.lg {
	height: 400px;
}
.bs-blog-thumb.md {
	height: 220px;
}
.list-blog .bs-blog-category {
	justify-content: flex-start;
}
/*----- blog-post overlay -----*/
.bs-blog-post.three {
	position: relative;
}
.bs-blog-post.three.lg {
	height: 400px;
}
.bs-blog-post.three.sm {
	height: 185px;
}
.bs-blog-post.three .bs-blog-category {
	position: absolute;
	top: 20px;
	z-index: 5;
}
.bs-blog-post.three .title {
	z-index: 5;
}
.bs-blog-post.three .title.sm {
	font-size: 18px;
	margin-bottom: 0;
}
.bs-blog-post.three .bs-blog-meta {
	margin-bottom: 0;
	z-index: 5;
}
.bs-blog-post.three .inner {
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 5;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}
.bs-blog-post.three .inner:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	background: rgba(255, 255, 255, 0) linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(1, 14, 46, 0.63)) repeat scroll 0 0;
}

/*----- blog-post meta -----*/
.bs-blog-post .bs-blog-meta {
	margin-bottom: 20px;
}
.bs-post-meta a {
	display: inline-block;
}
.bs-blog-meta span {
	padding-right: 5px;
	font-size: 15px;
	font-weight: normal;
}
.bs-blog-meta .bs-author img {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	margin-right: 8px;
	margin-left: 1px;
	display: unset;
}
.bs-blog-date:before, .comments-link:before, .cat-links:before, .tag-links:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: relative;
	display: inline-block;
	padding-right: 8px;
	padding-left: 1px;
	text-decoration: inherit;
	vertical-align: baseline;
	opacity: 0.8;
}
.bs-blog-date:before{
	content: "\f017";
}
.comments-link:before {
	content: "\f086";
}
.cat-links:before { content: "\f07c"; }
.tag-links:before { content: "\f02c"; }
.bs-author-pic img {
	width: 80px;
	height: 80px;
}
.custom-cate-list ul {
	list-style: none;
}
.custom-cate-list ul li {
	padding: 10px 0;
	position: relative;
	transition: all 0.4s ease-in-out 0s;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin-bottom: 15px;
}

.custom-cate-list ul li a{
	min-height: 100px;
	background-position: center center; 
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 20px;
	color: #fff;
	font-weight: 600;
}
.custom-cate-list ul li a span{
	color: #fff;
	position: relative;
}
.custom-cate-list ul li a span.badge {
	background: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	line-height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom-cate-list ul li a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	content: "";
	background: rgba(0,0,0,0.3);
}
/* --------------------------------------
=========================================
	10.bs-Responsive part
=========================================
-----------------------------------------*/
/* ---- ==== Media ==== ----*/
@media (min-width: 1200px) {
  .container {
  	max-width: 1230px;
  }
}
@media screen and (min-width: 240px) and (max-width: 1179px) {
	.boxed {
		width: auto;
	}
}
@media (max-width: 991.98px) { 
	#menu-primary li.active.home {
		display: none;
	}
	.m-header {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.desk-header {
		display: none;
	}
	.navbar > .container{
		justify-content: center;
	}
	.collapse.navbar-collapse {
		position: relative;
	}
	.navbar-collapse.collapse.show {
		left: 0%;
		height: auto;
	}
	.bs-default .navbar-wp {
		padding: 5px 0;
	}
	.bs-search-box, .switch {
		margin-left: 10px;
	}
	.swiper.thumbs-slider {
		width: 80%;
	}
	.bshre .bs-blog-thumb.lg {
		height: 400px;
	}
	.navbar-wp [data-bs-toggle=offcanvas] {
		padding: 8px;
		line-height: 0;
	}
	/* WordPress Core*/
	.site-branding-text .site-title a {
		font-size: 60px;
	}
	.site-description {
		margin-bottom: 0;
	}
	.entry-content img {
		margin: 0 0 1.5em 0;
	}
	.alignleft, img.alignleft {
		margin-right: 1.5em;
		display: inline;
		float: left;
	}
	.alignright, img.alignright {
		margin-left: 1.5em;
		display: inline;
		float: right;
	}
	.aligncenter, img.aligncenter {
		margin-right: auto;
		margin-left: auto;
		display: block;
		clear: both;
	}
	.alignnone, img.alignnone {
		/* not sure about this one */
	}
	.wp-caption {
		margin-bottom: 1.5em;
		text-align: center;
		padding-top: 5px;
	}
	.wp-caption img {
		border: 0 none;
		padding: 0;
		margin: 0;
	}
	.wp-caption p.wp-caption-text {
		line-height: 1.5;
		font-size: 10px;
		margin: 0;
	}
	.wp-smiley {
		margin: 0 !important;
		max-height: 1em;
	}
	blockquote.left {
		margin-right: 20px;
		text-align: right;
		margin-left: 0;
		width: 33%;
		float: left;
	}
	blockquote.right {
		margin-left: 20px;
		text-align: left;
		margin-right: 0;
		width: 33%;
		float: right;
	}
	.gallery dl {}
	.gallery dt {}
	.gallery dd {}
	.gallery dl a {}
	.gallery dl img {}
	.gallery-caption {}

	.size-full {}
	.size-large {}
	.size-medium {}
	.size-thumbnail {}
	/*Contact Form 7*/
	.wpcf7-form { margin-bottom: 50px; }
	.wpcf7-form label {display: block;}
	.wpcf7-textarea {
		height: 200px;
	}
	.commentlist .bypostauthor {}
	.commentlist li ul.children li.bypostauthor {}
	.sticky{}

	.navigation.pagination .nav-links .page-numbers, .navigation.pagination .nav-links a {
		background-color: #ffffff;
		border: 1px solid #dbdbdb;
		color: #212121;
		cursor: pointer;
		display: inline-block;
		transition: all 0.3s ease 0s;
		font-size: 18px;
		line-height: 40px;
		margin: 0 3px 10px;
		padding: 0px;
		vertical-align: baseline;
		white-space: nowrap;
		width: 40px;
		height: 40px;
		transition: all 0.3s ease 0s;
		text-decoration: none;
		position: relative;
		float: left;
		border-radius: 0;
	}
	.navigation.pagination > li:first-child > a, .navigation.pagination > li:first-child > span {
		border-radius: 0;
	}

	/* WordPress Gallery 
	------------------------------------------ */
	.gallery {
		margin-left: -0.5em;
		margin-right: -0.5em;
	}
	.gallery:after {
		display: table;
		content: "";
		clear: both;
	}
	.gallery-item {
		margin: 0;
		float: left;
		padding: 0.5em;
	}
	.gallery-item img {
		width: 100%;
	}
	.gallery-columns-1 .gallery-item {
		width: 100%;
		float: none;
	}
	.gallery-columns-2 .gallery-item {
		width: 50%
	}
	.gallery-columns-3 .gallery-item {
		width: 33.3333%
	}
	.gallery-columns-4 .gallery-item {
		width: 25%
	}
	.gallery-columns-5 .gallery-item {
		width: 20%
	}
	.gallery-columns-6 .gallery-item {
		width: 16.6667%
	}
	.gallery-columns-7 .gallery-item {
		width: 14.2857%
	}
	.gallery-columns-8 .gallery-item {
		width: 12.5%
	}
	.gallery-columns-9 .gallery-item {
		width: 11.1111%
	}
	.gallery-columns-2 .gallery-item:nth-child(2n+1),
	.gallery-columns-3 .gallery-item:nth-child(3n+1),
	.gallery-columns-4 .gallery-item:nth-child(4n+1),
	.gallery-columns-5 .gallery-item:nth-child(5n+1),
	.gallery-columns-6 .gallery-item:nth-child(6n+1),
	.gallery-columns-7 .gallery-item:nth-child(7n+1),
	.gallery-columns-8 .gallery-item:nth-child(8n+1),
	.gallery-columns-9 .gallery-item:nth-child(9n+1) {
		clear: left;
	}
	/* Text meant only for screen readers. */
	.screen-reader-text {
		position: absolute;
		margin: -1px;
		padding: 0;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		border: 0;
		word-wrap: normal !important;
	}
	.screen-reader-text {
		border: 0;
		clip: rect(1px, 1px, 1px, 1px);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
		word-wrap: normal !important;
	}
	.no-js .some-element .screen-reader-text {
		position: static;
		-webkit-clip-path: none;
		clip-path: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	.homemain .bs-blog-thumb.lg{
		height: 500px;
	}
}	
@media (min-width: 767px) and (max-width: 991px) {
	.widget_search .input-group { 
		flex-wrap: wrap;
		justify-content: center;
	}
	.bs-sidebar .bs-widget.widget_search .btn{
		margin-top: 10px;
		margin-left: 0;
	}
	.input-group .form-control{
		margin: 0;
	}
	.widget_block h2 {
		font-size: 22px;	
	}
	.wp-block-search__inside-wrapper {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.widget_block .wp-block-search__button {
		margin-left: 0px;
		margin-top: 5px;
	}
	.list-blog .bs-blog-thumb {
		width: 40%;
		max-width: 40%; 
	}
}
@media (max-width: 767.98px) {
	html { 
		font-size: 13px; 
	}
	.bs-head-detail .bs-latest-news {
	    width: 70%;
	    margin-bottom: 5px;
	}
	.bs-head-detail .info-right {
		justify-content: center;
	}
	.bs-head-detail ul.info-left {
    	align-items: center;
    	flex-direction: column;
	}
	.navbar-brand img {
		max-width: 100%;
	}
	.bs-blog-thumb .bs-blog-inner {
		width: 90%;
	}
	.bs-blog-thumb .bs-blog-inner h4 {
		font-size: 30px;
	}
	.list-blog.bs-blog-post {
    	flex-direction: column;
	}
	.list-blog .bs-blog-thumb.lg {
    	width: 100% ;
    	max-width: 100% ; 
		height: 300px;
		min-height: 260px; 
    }
    .list-blog .small {
		max-width: 100% !important;
	}
    .text-xs {
		text-align: center;
	}
	.text-center-xs {
		text-align: center;
	}
	.navigation.pagination .nav-links {
		justify-content: center;
	}
	.bs-sidebar {
		margin-top: 20px; 
		margin-bottom: 20px; 
	}
	.header-ads img{
		width: 500px;
		height: auto;
	}
	.homemain .bs-blog-thumb.lg {
		height: 450px;
	}
	.bs-blog-thumb .bs-blog-inner h4 a{
		font-size: 24px;
		margin-bottom: 0;
	}
}
@media (max-width: 640px) {
	.swiper.thumbs-slider {
		width: 100%;
	}
	.bs-blog-thumb .bs-blog-inner.two h4, .bs-blog-thumb .bs-blog-inner.two h4 a {
		font-size: 35px;
		font-weight: 700;
		line-height: 1.1;
		margin-bottom: 25px;
	}
}

@media (max-width: 576.98px) {
	.homemain .bs-blog-thumb.lg {
		height: 400px;
	}
	.page-entry-title{
		flex-direction: column;
	}
	.page-entry-title .bs-breadcrumb-section ol.breadcrumb{
		justify-content: center;
	}
	.site-branding-text .site-title a {
		font-size: 34px;
	}
}
@media (max-width: 480px) { 
	.header-ads img{
		width: 300px;
		height: auto;
	}
}