/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.jag-red,
.jag-role-box h2 {
	color: #df002d !important;
}

.jag-blue {
	color: #1b588e;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	color: #1b588e;
	font-weight: 400;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 2.2em;
}

h4 {
	font-size: 2.0em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.6em;
}


.jag-blue-section h1 {
	color: white;
}

.jag-blue-section a.elementor-button {
	background-color: #0099b8;
	color: #1b588e;
	font-size: 1.2em;
	border-radius: 0.5em;
}

/* Remove separation between bottom section of home page and footer. */
.separate-containers .inside-article {
	padding-bottom: 0px;
	padding-top: 0px;
}

.main-navigation {
	border-bottom: 1px solid #ccc;
}

.main-navigation .navigation-logo img {
	height: 96px;
}

.main-nav {
	line-height: 96px;
}

header.site-header {
	display: none;
}



.jag-social-icon {
  border-radius: 4px;
  display: inline-block;
}

.jag-social-icon a {
  color: white;
  font-size: 24px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}


.jag-social-icon a:hover {
  color: white;
}

.jag-social-icon a:active {
  color: white;
}

.jag-social-icon a:visited {
  color: white;
}

.jag-facebook-icon {
  background-color: #3b5998;
}

.jag-twitter-icon {
  background-color: #00bdec;
}

.jag-youtube-icon {
  background-color: #ff0000;
}

.jag-linkedin-icon {
  background-color: #0077b5;
}

div.footer-widget-3 {
  text-align: right;
}

@media (max-width: 768px) {
	.jag-blue-section section {
		background-image: none !important;
	}
}

div.page-header-image-single img {
	width: 100%;
}

.entry-title {
	margin-top: 1.0em;
}


@media (min-width: 768px) {
	/* Only adjust layout on larger screens. */
	.page-biography .featured-image {
		display: block;
		float: right;
	}
	.page-biography .featured-image img {
		width: 320px;
		padding: 0.5em;
	}
}

.jag-person,
.elementor-964 .elementor-widget-flip-box,  /* Board of Directors Page */ 
.elementor-1861 .elementor-widget-flip-box  /* State Affiliates Page */
{
	min-width: 218px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

.elementor-widget-heading .elementor-heading-title {
	font-weight: 400 !important;
}












	


