body, html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #333;
}
.custom-top-menu { 
	padding: 10px 0; 
	background-color: #f7f7f7;
}
.custom-menu-horizontal { 
	display: flex; 
	flex-wrap: wrap; 
	align-items: center;
	margin: 0; padding: 0; 
	list-style: none; 
	justify-content: center;
}
.custom-menu-horizontal li { 
	list-style: none;
	margin: 0;
}
.custom-menu-horizontal li a { 
	display: block; 
	padding: 8px 25px; 
	line-height: 1; 
	font-weight: 700;
	text-transform: uppercase;
	 border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease;
}
.custom-menu-horizontal li a:hover {
    border-bottom-color: #000;
}
.custom-menu-horizontal li.current-menu-item > a,
.custom-menu-horizontal li.current-menu-parent > a,
.custom-menu-horizontal li.active > a {
    border-bottom-color: #000;
}
.wpcf7-form-control-wrap {
	float: left;
	/*
	width: 250px;
	*/
}
.wpcf7-form-control-wrap .wpcf7-email {
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: none;
	margin-bottom: 0;
	background: transparent;
}
.form-blog .wpcf7-submit {
	color: #000;
    background: none !important;
    box-shadow: none;
	position: absolute;
	right: 0;
	width: 50px;
	margin-bottom: 0;
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	box-shadow: none !important;
}
.form-blog .wpcf7-submit:hover {
	color: #Ad0300; !important;
}
.wpcf7-spinner {
	display: none;
}
.bgbox1 {
	background: #f1f6f7;
	padding-bottom: 40px;
	padding-top: 40px;
	height: 120px;
	overflow: hidden;
}
.bgbox1 .col {
	padding-bottom: 0 !important;
}
#comments {
	display: none;
}
@media only screen and (min-width: 1300px)
.container-width,.container, .row {
    max-width: 1320px !important;
}