/*
Theme Name: Poseidon Child
Theme URI: https://themezee.com/themes/poseidon/
Description: Child theme holding the California Landscape Architecture customisations, so the Poseidon parent theme can be updated without losing them.
Author: California
Template: poseidon
Version: 1.0.0
Text Domain: poseidon-child
*/

/* ---------- Typography ---------- */
body, button, input, select, textarea {
	color: #404040;
	font-family: 'Open Sans Hebrew', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	width: 100%;
}
body, h1, h2, html, textwidget {
	font-family: 'Open Sans Hebrew', serif;
	width: 100%;
}
.site-title {
	font-family: 'Open Sans Hebrew', sans-serif;
}

/* ---------- Brand colour: #22aadd -> #61c020 ---------- */
a:link, a:visited { color: black; }
a:hover, a:focus, a:active { color: #61c020; }
.site-title a:hover, .site-title a:active { color: #61c020; }
.widget-title a:hover, .widget-title a:active { color: #61c020; }
.widget_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:active { background: #61c020; }
.entry-title a:hover, .entry-title a:active { color: #61c020; }
.entry-meta a:hover, .entry-meta a:active { color: #61c020; }
.entry-tags .meta-tags a:hover, .entry-tags .meta-tags a:active { background: #61c020; }

/* ---------- Navigation ----------
   Selectors are doubled on purpose: Poseidon 1.1.0 uses .main-navigation-menu,
   2.4.3 renamed it to .main-navigation ul. Both are listed so this child theme
   renders identically before and after the parent update. */
.primary-navigation {
	float: none;
	margin: 0;
	background: #61c020;
	height: 3px;
}
.main-navigation-menu,
.main-navigation > ul { margin-top: -17px; }
.main-navigation-menu a,
.main-navigation ul a { padding-right: 0 !important; }
.main-navigation-menu a:hover,
.main-navigation-menu a:hover:after,
.main-navigation ul a:hover { color: #61c020; }
.main-navigation-menu li.current-menu-item > a,
.main-navigation ul li.current-menu-item > a { color: #61c020; }
@media only screen and (min-width: 60.001em) {
	.main-navigation-menu,
	.main-navigation > ul { height: 46px; margin-left: 17px; }
}

/* ---------- Layout ---------- */
.site-content { padding-top: 0.5em; }
.site-branding { margin-top: 8px; }
.right-image { margin-top: 6px; }
.site-footer { text-align: center; }
.credit { color: black; font-size: 18px; }
.page-title, .entry-title { display: none; }

/* ---------- Content sizing ---------- */
.entry-content { font-size: 14px; font-family: Arial; font-size: 1rem; }
.widget-magazine-posts .type-post .entry-content { font-size: 14px; font-family: Arial; }
.post-layout-small .content-area .type-post .entry-content { font-size: 14px; font-family: Arial; }

/* ---------- Buttons ---------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 0.4em 0.8em;
	width: 100%;
	font-family: 'Raleway', Tahoma, Arial;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #fff;
	background: #61c020;
	border: none;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
