/* CSS Document 
Theme Name: penneyholland-childtheme
Template: twentytwentyfive
Author: Penney Holland
Version: 1.0.0
Description: Custom child theme for My Adventures in Traveling website. This is based off of the twentytwentyfour theme.
Text Domain: twentytwentyfive-child
*/

.fa-globe {
	color: #6495ED;
}
.postList {
	padding: 20px !important;
	border-bottom: solid 1px #dedede;
}
.postList li {
	margin-top: 0;
}
/* zebra styling for blog post list */
.odd {
	background-color: #E5E4E2; // or use #fafafa
}
.odd, .even {
	margin-top: 0;
}
/* country custom field on blog page */
.postDate {
	color: #6495ED;
	font-weight: bold;
}
/* nav */
.topNav { /* fixes nav at top as scroll down page */
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #6495ED;
	box-shadow: 0px 1px 8px #223055;
	z-index: 1000;
	transition: top 0.8s ease, opacity 0.7s ease;
	padding-top: 15px;
}
.topNav div div {
	padding: 6px!important;
}
.topNav a {
	text-decoration: none;
}
.wp-element-button, .wp-block-button__link {
	background-color: #0047AB;
}