/*
 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
*/

/* GENERAL */
a { color: #009688; text-decoration: none; }
a:active { color: #009688!important; }
a:hover { color: #fff; }
a:visited { color: #fff; }
.main-title a { color: #fff; }
.main-title { font-size: 20px;}
.main-title a:hover { color: #fff; }

/* NAVIGATION */
.main-navigation .main-nav ul li a {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 60px;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a { color: #009688!important; }

/* HOMEPAGE */
#home-wrap { width: 100%;
	display: flex;
	flex-flow: row wrap; 
	justify-content: space-around; 
}
.home-item { width: 450px; }
.home-vline { width: 4px; background-color: #93c47d; }
.extra-space { height: 150px; }

/* HIGHLIGHTS HOME */
.frp-full-width { background-color: rgb(182, 215, 168);
	width: 100vw;
	position: relative;
  	left: 50%;
  	right: 50%;
  	margin-left: -50vw;
  	margin-right: -50vw;
} 
.highlights { padding: 40px; 
	display: flex; 
	flex-flow: row wrap;
	justify-content: space-around;
}
i { color: rgb(18, 18, 18); }
.highlight-item { text-align: center; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}
.h-item-title { font-size: 20px; 
	font-weight: 800;
	margin-top: 15px;
	color: rgb(18, 18, 18);
}
.h-item-subt { font-size: 16px; 
	font-weight: 800;
	margin-top: 5px;
	color: rgb(18, 18, 18);
}

/* CONTACT */
#c-item-wrap { width: 100%;
	display: flex;
	flex-flow: row wrap; 
	justify-content: space-around; 
}
.c-item { width: 200px;
	text-align: center;
	margin-bottom: 25px; 
}
.pic img { border-radius: 15px; 
	width: 100px; 
	height: 150px;
}
.name, .loc, .mail { font-size: 13px;
	font-weight: 700; 
}

/* FOOTER */
.site-footer { border-top: 4px solid #93c47d; }
.site-info { border-top: 4px solid #93c47d; }