/**
 * Theme Name: Hestia / Above the Crux
 * Description: Above the Crux theme based on Neve
 * Author: Patrick Gephart
 * Author URI: https://patrickgephart.com
 * Template: hestia
 * Version: 1.0.0
**/

.navbar .navbar-header .navbar-brand img {max-height: 110px;}
.navbar .navbar-nav > li a {text-transform:lowercase; font-weight:700; font-size:16px;}

.btn, button,
input[type=button],
input[type=submit] {text-transform:lowercase; font-size:16px; font-weight:700;}

.hestia-testimonials-content {display:none;}
.hestia-clients-bar {padding-top:0;}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button {text-transform:lowercase !important;}

.about-headshot {text-align:center;}
.about-headshot img {max-width:75% !important;}

.page-content-wrap ol li::marker {font-weight:700 !important;}

@media only screen and (max-width:768px) {
	.navbar.navbar-fixed-top .navbar-collapse {margin-top:129px !important;}
	.archive .page-header.header-small .container, .blog .page-header.header-small .container, .category .page-header.header-small .container, .page .page-header.header-small .container, .single-post .page-header.header-small .container {padding-top:184px;}
}

@media only screen and (min-width:769px) {
	.single-post-wrap h2,
	.page-content-wrap h2,
	.page-template-template-fullwidth article h2,
	.main article.section .has-heading-font-size {
		font-size:28px !important;
	}

	.single-post-wrap h3,
	.page-content-wrap h3,
	.page-template-template-fullwidth article h3 {
		font-size:20px !important;
	}
}