/*
Theme Name: Meaningful Business
Theme URI: https://evently.qodeinteractive.com/
Description: A child theme of Evently Theme
Author: Yellow Box Software
Author URI: https://yellowbox.software
Version: 1.0.2
Text Domain: evently
Template: evently
*/

/* FONT */
@font-face {
  font-family: 'OPTIPegasus';
  src: url('fonts/OPTIPegasus.ttf.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OPTIPegasus';
  src: url('fonts/OPTIPegasus-Semibold.ttf.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: OPTIPegasus, Montserrat, sans-serif;
    font-weight: bold;
}
p, strong, span, a {
    font-family: OPTIPegasus, Montserrat, sans-serif;
    font-weight: normal;
}

/* Elements */
.mb-btn {
	border-radius: 20px;
    background: #f18e3c;
    padding: 10px;
    cursor: pointer;
    border: none;
	font-size: 12px;
    font-weight: bold;
}
/* Header */
.mkdf-shopping-cart-holder,
.mkdf-search-opener {
	display: none !important;
}
/* Full screen menu */
.mkdf-fullscreen-menu-opened .mkdf-fullscreen-menu-holder {
	padding: 0 100px;
}
.mkdf-fullscreen-menu-holder-inner .mkdf-fullscreen-menu-bottom.mkdf-full-width-bottom {
    padding: 40px 80px !important;
    width: calc(100vw - 160px);
}
nav.mkdf-fullscreen-menu ul.sub_menu {
	/* display: block !important; */
}
.mkdf-fullscreen-menu-opened .search-image {
	height: 40px;
	margin-bottom: -18px;
}
.mkdf-fullscreen-menu-opened .searchbar {
	margin-left: 20px;
    width: 500px;
    background: none;
    border-bottom: 2px solid #fff;
    border-right: none;
	font-size: 22px;
    line-height: 2;
}
.mkdf-fullscreen-menu-opened .searchbar.email {
	width: 250px;
    font-size: 17px;
	margin-right: 10px;
}
.mkdf-fullscreen-menu-opened .searchbar::placeholder {
	color: white;
}
/* Home - tiles */
.vc_custom_1496927474070 h3 {
	line-height: 1;
}
/* Home - what members say */
.vc_custom_1733586595622 .mkdf-team.social-aside .mkdf-team-position {
	color: #f18e3c;
}
.vc_custom_1733586595622 .mkdf-team.social-aside .mkdf-btn,
.vc_custom_1733586595622 .social_instagram,
.mkdf-team.social-aside .mkdf-social-share-wrap {
	display: none;
}
.vc_custom_1733586595622 .mkdf-team-excerpt {
	font-weight: bold;
    font-style: italic;
	color: black;
	font-size: 20px;
}
.vc_custom_1733586595622 .mkdf-team-excerpt::before {
    content: '“';
}
.vc_custom_1733586595622 .mkdf-team-excerpt::after {
    content: '”';
}
/* Home - blogs */
.mkdf-blog-list-holder .mkdf-post-title {
    font-size: 18px;
    line-height: 1.5;
}
.mkdf-blog-list-holder.mkdf-bl-masonry .mkdf-bli-content {
	min-height: 550px;
}
/* Footer */
footer img {
    max-width: 60px !important;
}
footer .mkdf-footer-bottom-inner .mkdf-grid-row {
    align-items: center;
    display: flex;
}
footer h3 {
    font-size: 20px;
}