#header-wrap {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
#header-logo img{
	max-height: 45px !important;
	width: auto !important;
}

#navbar {
	padding-top: 0 !important;
}
.site-main #content-wrap {
	padding-top: 0px !important;
}
#header {
	position: fixed;
	top: 0;
	background-color: #ffffff;
	z-index: 9999;
}
#main {
	margin-top: 75px !important;
}
.blog-top-pad {
	margin-top: 30px !important;
}

#copyright-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

#footer-wrap {
    padding: 25px 0 !important;
}

body.single-result #content-wrap {
    max-width: 1260px ;
}

.nav-special a {
	color: #f89a34 !important;
    font-weight: bold !important;
}

.main-menu .btn-shape-rounded a {
	border-radius: 5px;
}

/* Gravity Forms 3.0 compatibility */

body .gform_wrapper .gform_footer button[type="submit"].gform_button,
body .gform_wrapper .gform_page_footer button[type="submit"].gform_button,
body .gform_wrapper .gfield--type-submit button[type="submit"].button {
    margin: 0;
    border: none;
    height: 50px;
    color: #fff;
    padding: 10px 35px;
    background: #f89a34;
    display: inline-block;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1 !important;
    font: 700 18px 'Open Sans', sans-serif;
    transition: background 150ms ease;
}

body .gform_wrapper .gform_footer button[type="submit"].gform_button:hover,
body .gform_wrapper .gform_page_footer button[type="submit"].gform_button:hover,
body .gform_wrapper .gfield--type-submit button[type="submit"].button:hover {
    color: #fff;
    background: linear-gradient(
        to right,
        #f89a34 0%,
        #fa9629 25%,
        #fc991a 47%,
        #ffb102 86%,
        #ffb400 100%
    );
}

#tertiary #gform_widget-3 button[type="submit"] {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1099px) {
    #gform_widget-2 .gform_wrapper .gform_footer button[type="submit"] {
        width: 100% !important;
    }
}