/*
Theme Name: Bhebheko Minimalist
Author: BhebhekoMedia
Author URI: https://www.bhebhekomedia.com
Description: My first responsive HTML5 theme
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
 * {
  box-sizing: border-box;
}
body {
    background-color: #FFF;
	font-family: 'Inter', sans-serif;
	font-family: 'Karla', sans-serif;
	font-family: 'Noto Sans Display', sans-serif;
	font-size: 1.1rem;
}
.custom-logo {
  width: 260px;
  height: auto;
}
#header {
  background: #FFF;
}
.header-container {
  max-width: 1500px;
  width: 100%;
}
.navbar {
  padding: 0;
  line-height: 50px;
}
.header-wrap {
  text-align: center;
  display: inline-block;
}
.column-container{
	position: relative;
}
.column-container a{
	color: #333;
}
.column-container a:hover{
	text-decoration:none ;
	color: #000;
	transition: all .5s ease .1s;
}
.header-wrap img {
  width: 100%;
}
.post-thumb {
  height: 200px;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8rem;
}
.post-thumb img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  overflow:hidden;
}
.video-thumb {
  height: 250px;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8rem;
}
.video-thumb img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 0.8rem;
  overflow:hidden;
}
.post-title h2 {
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
  line-height: 23px;
  margin-bottom: 0;
}
.post-link-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.view-more-list {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.image-style-content-video-item{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	border: none;
}
.home-widget {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 600;
  color: #111;
}
.widget-info {
  margin-bottom: 20px;
}
.view-more-list a {
  background: #fff;		
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  border-radius: .4rem;
}
.view-more-list a:hover {
  color: #111;
  background: #fca302;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all .5s ease .1s;
  transition-property: background;
}
.widget_home_item_style_1, .widget_home_video_style {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*Custom Menu*/
.menu-description {
  margin-bottom: 20px;
}

.widget_nav_menu, .widget_full_nav_menu_widget {
  padding-top: 15px;
  padding-bottom: 20px;
}

.menu-custom-nav-menu-container{
  display: block;
  line-height: 70px;
}
.menu-custom-nav-menu-container ul {
  margin: 0;
  padding: 0;
}
.custom-menu-item a{
	height:100%;
	width:100%;
	display: inline-block;
	padding-left: 83px;
	position: relative;
	z-index: 1;	
	color: #333;
	font-weight: 600;
	text-decoration: none;
}
.custom-menu-item{
	position: relative;
}
.diy.custom-menu-item::before {
  content: '';
  background: url("images/menu-pics/diy-pics.jpg") no-repeat;
  background-size: 70px;
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 0.8rem;
}
.patterns.custom-menu-item::before {
  content: '';
  background: url("images/menu-pics/pattern-pics.jpg") no-repeat;
  background-size: 70px;
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 0.8rem;
}
.sewing.custom-menu-item::before {
  content: '';
  background: url("images/menu-pics/sewing-pics.jpg") no-repeat;
  background-size: 70px;
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 0.8rem;
}
.tutorials.custom-menu-item::before {
  content: '';
  background: url("images/menu-pics/tutorials-pics.jpg") no-repeat;
  background-size: 70px;
  position: absolute;
  width: 70px;
  height: 100%;
  border-radius: 0.8rem;
}
.shop-wrap {
  margin: 40px 0 25px;
}
.shop-wrap img {
  height: 35px;
}
/* Effects */
/* Rotate */
.widget a img {
	-webkit-transform: rotate(5deg) scale(1.2);
	transform: rotate(5deg) scale(1.2);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.widget a:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

/* footer */
.footer-logo{
	text-align: center;
}
.footer-logo img{
	width: 173px;
	background: #FFF;
	border-radius: 50%;
	padding: 10px;
}
.footer-wrap {
  background: #fdd58a;
  padding: 25px 0;
}
.widget_bhebheko_footer_menu_widget {
  margin-top: 0;
}
.footer-copyright{
	background: #fcdfa7;
	font-size: 0.8rem;
	font-weight: 300;
}
.footer-container{
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.footer-desc {
  font-size: 0.9rem;
  margin-top: 25px;
  color: #555;
}
.footer-menu-title {
  font-size: 1em;
  font-weight: 600;
}
.footer-menu-links {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-menu-links li a{
	color: #111;
	text-decoration: none;
	font-size: 1em;
}

/* POST */
.breadmeta {
  display: inline-block;
  font-size: 0.8rem;
}
#breadcrumbs {
  padding: 0;
  list-style: none;
}
#breadcrumbs li {
  float: left;
}
#breadcrumbs a{
	color: #666;
	text-decoration: undeline;
}
#breadcrumbs a:hover{
	text-decoration: none;
	color: #fda203;
}
#breadcrumbs strong{
	font-weight: normal;
}
.separator{
	padding: 0 3px;
}
.article-full {
  margin-top: 25px;
}
.page-post-title {
  font-size: 3em;
  font-weight: 400;
  margin: 25px auto 15px;
}
.standard-featured-image {
  width: 100%;
  height: auto;
  margin: 25px auto;
}
.post-meta {
  margin-top: 25px;
  display: inline-block;
  width: 100%;
}
.post-profile-avatar{
	padding-right: 0;
}
.post-profile-avatar img{
	border-radius: 50%;
}
.post-update-date {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.7);
}
.author-name {
  font-weight: 600;
  color: #444;
}
.social-media-share {
  font-size: 25px;
}
.next-post-thumb img {
  width: 100%;
  object-fit: cover;
  height: 210px;
  border-radius: 0.8rem;
}
.next-post-meta h2{
	color: #444;
}
.next-post-meta p{
	color: #666;
}
.next-post {
  margin-top: 25px;
  margin-bottom: 50px;
}
.next-post a{
	text-decoration: none;
}
.next-post a .next-post-meta h2:hover{
	color: #111;
}
.share-text p{
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color: #444;
}
.post-separator {
  display: inline-block;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0 0;
}
.post-copyright p {
  font-size: 0.8em;
  color: #555;
}
.post-tags{
	padding-bottom: 25px;
}
.post-tags a {
  background: #fff;
  margin-right: 5px;
  padding: 5px 8px;
  font-size: 0.8rem;
  color: #666;
  border-radius: 0.8rem;
  text-decoration: none;
}
.post-tags a:hover{
	color: #333;
}
.related-post{
	display: inline-block;
	width: 100%;
	padding: 5px 15px 15px;
}

.wp-caption{
	width: 100%!important;
	display: block;
}
.tim-sb-img img {
  width: 500px;
  transform: rotate(-15deg);
}
.tim-an-img img {
  width: 500px;
  transform: rotate(15deg);
}
.tim-sd-img img {
  width: 100%;
  transform: rotate(15deg);
  position: relative;
  z-index: 0;
}
.tim-sb-img, .tim-an-img{
	overflow:hidden;
	position: relative;
	z-index: 0;
}
.tim-sd-meta {
  padding: 52px 0 25px;
}
.tim-sb-btn a {
  background: #FFF;
  font-size: 2em;
  padding: 0 15px;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  color: #fca302;
}
.tim-an-btn a {
  background: #fca302;
  font-size: 2em;
  padding: 0 15px;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}
.tim-sb-meta h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 45px;
}
.tim-sb-btn {
  text-align: center;
  margin-top: 17px;
}
.tim-an-btn{
	margin-top: 17px;
	position: relative;
	z-index: 1;
}
.tim-an-title{
	font-family: 'Kalam', cursive;
	font-size: 3em;
	font-weight: bold;
}
.tim-an-description {
  font-size: 1.5rem;
  font-weight: 300;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; 
  margin-top: 30px;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Archive */
.archive-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
	background-color:#111;
	border-color:#111;
	cursor: default;
}
.pagination a{
	margin-right: 15px;
}
.pagination > li > a, .pagination > li > span{
	position: relative;
	float: left;
	padding: 8px 14px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #f1f1f1;
	margin-left: -1px;
	border-radius: 4px;
	border: none;
	color: #222;
}
.pagination > li > a:hover{
	color: #111;
	background-color: #e9e9e9;
}
.disabled {
  display: none !important;
}
#main-content-wrap {
  position: relative;
  z-index: 1;
}
.page-header {
  margin-bottom: 25px;
}
.page-not-found{
	padding: 100px 0 30px;
	text-align: center;
}
.circle-img img {
  width: 300px;
  object-fit: cover;
  height: 300px;
}
.circle-img {
  max-width: 250px;
  overflow: hidden;
  border-radius: 50%;
  height: 100%;
  max-height: 250px;
  display: inline-block;
  margin: 30px 0 40px;
}
.search-field{
	width: 100%;
}
/* Rocket top */

#scrolltop {
  display: none;
}
.scissors-home {
  bottom: 40px !important;
}

#rocketmeluncur {
  position: fixed;
  bottom: 153px;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 12px;
  background: url("images/scissors_top.png") no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}



#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url("images/scissors_top.png") no-repeat 50% -48px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}
/* Share Fixed */
.ss-btn {
  position: fixed;
  right: 0;
  bottom: 47px;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 11px;
  border-radius: 0.8rem 0 0 0.8rem;
}
.ss-btn p {
  margin: 0; 
  font-size: 12px;
}
.ss-btn a {
  display: block;
  text-align: center;
}
.fb-share, .tw-share {
  font-size: 25px;
}
.ss-btn a .fb-share {
  color: #3b5998;
}
.ss-btn a .tw-share {
  color: #00acee;
}
.lead{
	padding: 25px 0;  
}
/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
	.nav-link{
		font-size: 1.2rem;
	}
	.header-wrap img {
	  height: 380px;
	  object-fit: cover;
	}
	.item-link-wrap{
		margin-top: 40px;
	}
	.tim-sb-meta, .tim-an-meta, .tim-sd-img {
	  padding: 30px;
	}
	.tim-sb-img, .tim-an-img{
		overflow:hidden;
	}	
	.tim-sb-img img, .tim-an-img img{
		width: 100%;
	}
	
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
	.custom-menu-item {
	  width: 33.333%;
	  float: left;
	  list-style: none;
	  padding: 0 15px;
	  margin-bottom: 25px;
	}
	.share-this-post{
		position: fixed;
		right: 0;
		background: #FFF;
		padding: 10px 5px 5px;
		z-index: 1;
		width: 60px;
	}
	.m-nopadding{
		padding: 0;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;	
	}
	.next-post-meta{
		margin-top: 20px;
	}
	.next-post-meta p{
		margin-bottom: 0;
	}
	.article-full iframe {
	  width: 100%;
	}
	.tim-sb-img, .tim-sd-img{
		overflow:hidden;
	}		
	
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.header-wrap img {
	  height: 280px;
	  object-fit: cover;
	}
	.custom-logo{
		width: 210px;
	}
	.custom-menu-item {
	  width: 50%;
	  float: left;
	  list-style: none;
	  padding: 0 15px;
	  margin-bottom: 25px;
	}	
	.widget_bhebheko_footer_menu_widget{
		margin-bottom: 25px;
	}
	.page-post-title {
	  font-size: 1.6em;
	  font-weight: 500;
	  line-height: 40px;
	}	 
	.gallery-item {
	  width: 100% !important;
	  display: inline-block;
	}	
	.tim-an-btn a{
		font-size: 1.7em;
	}
}