 /*
 Theme Name:   Inspiro Child
 Description:  Inspiro Child Theme
 Author:       Robin Schülein
 Author URI:   http://example.com
 Template:     inspiro
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  inspirochild
*/
.site-content-contain {
	background-color: rgb(226, 208, 231) !important;
}

.navbar {
	background: rgb(103 110 108) !important;
}

.page .entry-title::after,
.site-branding-text .site-title::after {
	content: none !important;
}

.page .entry-title,
.page-title {
	text-transform: none !important;
}

@media (min-width: 1025px) {
	.navbar-toggle {
		display: none !important;
	}
}

.mb-button {
	font-size: 18px !important;
	color: var(--wp--preset--color--vivid-purple) !important;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
	text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Montserrat,sans-serif;
    text-decoration: none!important;
    transition: background-color .3s ease;
}

.mb-button:hover {
    background-color: #0bb4aa;
    color: #fff;
    border-color: #0bb4aa;
}

form input,
form textarea {
  width: 100%;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label > input {
  flex: 1;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label > span {
  flex: 10;
  margin-left: 10px;
  line-height: 1.3;
}

.site-footer {
  background-color: rgb(103 110 108) !important;
}

.site-footer * {
  color: #fff;
}

.site-footer-separator,
.site-info {
  display: none !important;
}

blockquote {
  border: 0 !important;
}
