.nicetitle {
  font-size: 20px;
}
.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #604d1b;
	font-size: 1.5rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
        margin-bottom: 0.5em;
}
.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 1em;
	}
.page:not(.home) #content {
		padding-bottom: .25em;
	}
.site-header .site-branding .site-title{
	font-size: 24px;
	font-weight: 700;
	color: #F3880A;
	margin: 0;
	text-transform: uppercase;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #F3880A;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #F3880A;
}
.site-header {
	background: #2b630c;
	color: #fff;
	padding: 24px 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
.widget .search-form {
    background: #2B630C none repeat scroll 0 0;
    margin: 0;
    overflow: hidden;
    padding: 2px;
}
.widget .search-form input[type="submit"] {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: right;
    height: 48px;
    text-indent: -9999px;
    width: 48px;
}
.search .top-section .search-form input[type="submit"]{
	width: 48px;
	height: 48px;
	float: right;
	text-indent: -9999px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #2b630c;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #2b630c;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    background: #2b630c none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    outline: medium none;
    padding: 0;
    text-shadow: none;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #000000;
    font: 18px/28px  Arial;
    min-width: 320px;
    overflow-y: scroll;
}
.main-navigation a:hover, .main-navigation a:focus {
    color: #F3880A;
}
.site-header .tel-link{
	float: right;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #fff;
	padding: 7px 10px 5px 23px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}