/* 
Theme Name:		 Mommination
Theme URI:		 https://d-olsen.com/
Description:	 Exclusive theme for the Mommination
Author:			 David Olsen
Author URI:		 https://d-olsen.com/
Template:		 creativo
Version:		 1.0.0
Text Domain:	 mommi
*/
.layout-business-new > .container {
  justify-content: space-between;
}
.layout-business-new #branding {
  max-width: 344px;
}
.layout-business-new #branding .logo {
  padding: 0;
}
.layout-business-new #branding .logo a img.show_logo{
	max-width: 100%;
}
.layout-business-new #navigation > ul{
	height: 75px !important;
	line-height: 75px !important;
}
.layout-business-new #navigation > ul > li > a {
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
}
header.header_wrap .layout-business-new .additional_icons ul, 
header.header_wrap .layout-business-new .additional_icons > ul{
	border: none;
	height: auto !important;
	line-height: 36px !important;
}
header.header_wrap .layout-business-new .additional_icons i{
	line-height: 36px !important;
	height: auto !important;
}
.layout-business-new .header-right-side {
  padding-top: 18px;
}
.top-bar .container{
	height: auto !important;
}
#top-menu{
	padding-top: 4px;
	padding-bottom: 4px;
	height: auto;
}
#top-menu a,
.mobile-join-now-button a, .mobile-account-button a {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 36px;
}
.layout-business-new .header-right-side a{
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.layout-business-new .header-right-side a i{
	color: #686868;
}
.top-bar .join-memb.menu-item,
.layout-business-new .header-right-side .join-memb.menu-item{
	position: relative;
	padding-left: 40px;
}
.top-bar .join-memb.menu-item a,
.layout-business-new .header-right-side .join-memb.menu-item a,
.mobile-join-now-button a, .mobile-account-button a {
  	background-color: #e5707d;
  	line-height: 36px;
  	border-radius: 6px;
	transition: 0.3s;
}
.mobile-join-now-button a, .mobile-account-button a {
  color: #000;
  padding: 0 1rem;
  position: absolute;
  right: 52px;
  bottom: -46px;
	display: none;
}

.top-bar .join-memb.menu-item a:hover,
.layout-business-new .header-right-side .join-memb.menu-item a:hover,
.mobile-join-now-button a:hover, .mobile-account-button a:hover {
	color: #fff !important;
}
body:not(.logged-in) .acc-link {
  display: none;
}
.top-bar .join-memb.menu-item::before,
.layout-business-new .header-right-side .join-memb.menu-item::before {
  content: "OR";
  display: inline-block;
  color: #000;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  left: 0;
  font-size: 14px;
	line-height: 36px;
}
.layout-business-new .header_search {
  bottom: 8px;
  right: 0;
  top: auto !important;
}
.layout-business-new .header_search input[type="text"]{
	height: 50px;
	border-radius: 8px;
	font-size: 18px;
	background-color: #fff;
}
.layout-business-new #menu-item-16591 a {
  padding-left: 8px;
}
.cta-btn .button {
  min-width: 145px;
  color: #fff !important;
  font-weight: 500;
}
.cta-outline button, .cta-outline a {
  color: #000 !important;
  border-color: #e5707d !important;
  min-width: 145px;
  border-width: 1px !important;
  text-transform: uppercase;
}
.cta-outline button:hover, .cta-outline a:hover {
  color: #fff !important;
  background-color: #e5707d !important;
}
.homepage-posts-grid .posts-grid-item {
  background-color: #fff;
}
.homepage-posts-grid .posts-grid-item img{
	height: 230px;
}
.homepage-posts-grid .description{
	position: relative;
}
.homepage-posts-grid .post_grid_category {
  position: absolute;
  top: -45px;
}
.homepage-big-display-posts .post_grid_category a,
.homepage-posts-grid .post_grid_category a {
  background-color: #f6677b;
  color: #fff;
  padding: 6px 7px 5px !important;
  line-height: 12px;
  display: inline-block;
  margin-bottom: 12px;
}
.homepage-big-display-posts .md\:grid.md\:grid-cols-2.lg\:grid-cols-2.md\:gap-6 {
  display: block;
}
.homepage-big-display-posts .posts-grid-item{
  display: flex;
}
.homepage-big-display-posts .description{
	align-content: center;
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.homepage-big-display-posts .posts-grid-item img{
	height: 445px;
	width: 100%;
}
.homepage-big-display-posts figure{
	width: 60%;
}

body.logged-in .mobile-account-button {
    display: block !important;
}
body .mobile-account-button {
    display: none;
}

@media only screen and (max-width: 1024px){
	.mobile-join-now-button a{
		display: block;
	}
	.mobile-account-button a{
		display: block;
	}
	body.logged-in .mobile-join-now-button {
    display: none !important;
}
}
@media only screen and (max-width: 767px){
	.top-bar{ border: none; }
	.top-bar .container { padding: 4px; }
	.layout-business-new { padding-bottom: 8px; }
	.homepage-big-display-posts .posts-grid-item {
  		display: block;
	}
	.homepage-big-display-posts figure {
  		width: 100%;
	}
	.homepage-big-display-posts .description{
		width: 100%;
	}
}