/*
Theme Name: Neve Child
Template: neve
Version: 1.0.0
Text Domain: neve-child
*/

/* @import url('../neve/style.min.css'); */
body {
  font-family: Verdana, Helvetica, sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Helvetica, sans-serif !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea,
select, .wp-block-button a, .button, button, input[type=button], .btn, input[type="submit"] {
  border-radius: 0px !important;
}

.nv-page-title-wrap.nv-big-title {
	display:none;
}
.footer-bottom-inner {
    height: auto !important;
}
footer,#site-footer,.footer-top-inner {
	background: #f1f1f2 !important;
}
.footer-content-wrap {
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.builder-item--logo .site-logo img {
    max-width: 100% !important;
}
.wp-block-image {
    margin-bottom: 0 !important;
}
#header-grid {
	margin-bottom: 2px;
}
.wp-block-themeisle-blocks-advanced-columns {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#site-footer .wp-block-button:hover {
	color:#fff;
}
#wpmtst-form .strong-form-inner{
	padding:0;
}

.site-logo h1, .site-logo p {
    font-size: 1rem !important;
}

.home #content {
    margin-bottom: -20px !important;
}

@media (min-width: 960px){
    .site-header .builder-item {
        margin:0;
    }
}
