/*
Theme Name:   Themis Child
Template:     themis
Version:      1.1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  themis-child
*/

/******************************************************************************/
/*  Text logo - replaces the demo's baked-in "Mark Anthony" PNG               */
/******************************************************************************/

.header
{
	position: relative;
}

.header-logo-text
{
	float: left;
	margin-top: 25px;
}

.header-logo-text a
{
	display: block;
	text-decoration: none;
	border: 0;
}

.dn-logo-mark
{
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	margin-right: 14px;
	border-radius: 50%;
	background-color: #F66E00;
	color: #FFFFFF;
	font-family: 'Noticia Text', Georgia, serif;
	font-size: 26px;
	line-height: 46px;
	text-align: center;
}

.dn-logo-text
{
	display: block;
	float: left;
	padding-top: 2px;
}

.dn-logo-text strong
{
	display: block;
	color: #FFFFFF;
	font-family: 'Noticia Text', Georgia, serif;
	font-size: 27px;
	font-weight: normal;
	line-height: 1.1;
}

.dn-logo-text em
{
	display: block;
	color: #CBBAAF;
	font-family: 'Noticia Text', Georgia, serif;
	font-size: 15px;
	font-style: normal;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

/******************************************************************************/
/*  Language flags - top right of the header                                  */
/******************************************************************************/

.dn-lang-flags
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	line-height: 1;
}

.dn-lang-flags .dn-flag
{
	display: inline-block;
	margin-left: 6px;
	padding: 3px;
	border: 1px solid transparent;
	border-radius: 2px;
	opacity: 0.55;
	vertical-align: middle;
	transition: opacity 0.2s ease, border-color 0.2s ease;
}

.dn-lang-flags .dn-flag:hover
{
	opacity: 1;
}

.dn-lang-flags .dn-flag-current
{
	opacity: 1;
	border-color: #F66E00;
}

.dn-lang-flags .dn-flag img
{
	display: block;
	width: 20px;
	height: auto;
}

.dn-lang-flags .dn-flag-code
{
	display: block;
	color: #CBBAAF;
	font-size: 11px;
	letter-spacing: 0.08em;
}

@media (max-width: 767px)
{
	.header-logo-text
	{
		float: none;
		margin-top: 18px;
	}

	.dn-lang-flags
	{
		top: -4px;
	}
}
