/*
Theme Name: Esquire — Ömer Child
Description: Minimal, clean customizations for the Esquire parent theme.
Author: Ömer Kahya
Template: esquire
Version: 1.0.0
Text Domain: esquire-omer-child
*/

/*
 * The Esquire parent theme is loaded separately from functions.php.
 * Keep this file limited to site-specific presentation changes.
 */

/* The parent credit is replaced by a quieter, site-specific contact line. */
#credit {
	display: none;
}

.ok-contact-links {
	position: fixed;
	left: 30px;
	bottom: 22px;
	z-index: 200;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	white-space: nowrap;
}

.ok-contact-links a {
	background: transparent;
	border-bottom: 1px dotted #666;
	color: #444;
	text-decoration: none;
}

.ok-contact-links a:hover,
.ok-contact-links a:focus,
.ok-contact-links a:active {
	background: transparent;
	border-bottom: 1px solid #000;
	color: #000;
}

.ok-contact-links .separator {
	color: #aaa;
	padding: 0 5px;
}
