/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

.grecaptcha-badge {
	visibility: hidden;
}
html {
	/* background: url(/wp-content/uploads/2026/03/struckaxiom.webp) top left repeat;
	background-attachment: fixed; */
	color: #f0f0f0;
}
.is-sticky #logo img {
	max-height: 44px !important;
}
 #Top_bar.is-sticky {
    height: 65px;
}
#Top_bar .menu li ul li {
	width: 360px;
	a {
		 padding: 20px;
	}
}
#Top_bar .menu li ul li {
	width: 360px !important;
	a {
		 padding: 20px !important;
	}
}

.social-icons {
	i.icon-facebook, i.icon-linkedin {
		background: rgba(250, 250, 250, .15);
		padding: 15px 17px;
		border-radius: 50em;
	}
}
.post-nav {
  	width: 66% !important;
	margin: 20px auto 0 auto;
}
.single-post.post-template-default.header-transparent #Content {
  padding-top: 50px;
}
.post-footer {
	.button-love{
	  display: none;
	}
	.post-links {
	  float: unset;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1239px) {
  #Wrapper {
    max-width: 100%; /*960px;*/
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #Wrapper {
    max-width: 100%; /*728px;*/
  }
}
@media only screen and (max-width: 767px) {
  #Wrapper {
    	max-width: 100%; /*calc(100% - 67px);*/
  	}
	.post-nav {
  		width: 100% !important;
		margin: 0 auto;
	}
}