/**
 * Theme Name: Kenji2
 * Theme URI: https://slocumthemes.com/wordpress-themes/epic-free/
 * Description: A "one-click" child theme created for Epic - Make an Epic statement with this responsive WordPress blog theme. The perfect combination of minimalism and bold design for your journal, photo stream or video blog. Now supports live front-end text widget editing via <a href="http://wordpress.org/plugins/note/" target="_blank">Note</a>. More info - <a href="http://wordpress.org/plugins/note/" target="_blank">http://wordpress.org/plugins/note/</a>.
 * Author: Slocum Design Studio
 * Author URI: https://slocumthemes.com/
 * Version: 1.0
 * License: GPL2+
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Template: epic
 */
/**
 * Theme Styles
 */
body{
	width: auto;
	max-width: 1200px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #555555;
	background: #fff;
}
strong{
	font-weight: bold;
}
a {
	color: #565656;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #4A6075;
}
a:hover {
	text-decoration: none;
	color: #999;
}
header .header-call-to-action .widget {
	margin: 0 0 0.0em;
	padding: 0.0em;
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	text-align: right;
}

header .header-call-to-action .widget a {
	color: #fff;
}

header .header-call-to-action .widgettitle {
	margin: 0 0 0.25em;
}

header .header-call-to-action .widget_search {
	padding: 0;
	background: transparent;
	color: #555;
	overflow: auto;
}

/*   -------------
		HEADER
	 -------------  */

header#header{
	position: relative;
	z-index: 1000;
	clear: both;
}

section.logo-box{
	float: left;
	width: 100%;
	padding-top: 3em;
	padding-bottom: 1em;
	text-align:left;
}

.slogan{
	margin: 0.25em 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #999;
	line-height: 1em;
	/*display: block;*/
}

header #title {
	margin: 0 0 0.25em;
	line-height: 2.25em;
	font-size: .4em;
	font-weight: bold;
}

header #title.has-logo {
	margin: 0;
}

header #title a{
	font-size: 4em;
	text-transform: uppercase;
	text-decoration: none;
	color: #555;
}

header .header-cta-container {
	margin: 0.5em 0;
}

/*   -------------
	  Primary Nav
	 -------------  */

header nav {
	position: relative;
	z-index: 5;
}

nav .primary-nav{
	width: 100%;
	display: inline-block;
	clear: both;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

nav .primary-nav li{
	float: left;
	position: relative;
}

nav .primary-nav li a{
	float: left;
	text-decoration: none;
	color: #565656;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 15px 25px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


nav .primary-nav li a:hover{
	background: #565656;
	color: #fff;
}



nav .primary-nav li ul.sub-menu, .primary-nav-container li ul.children {
	width: auto;
	position: absolute;
	top: 100%;
	display: none;
	background: #565656;
}
/* Third Level */
nav .primary-nav li ul.sub-menu li a, .primary-nav-container li ul.children li a {
	width: auto;
	min-width: 12em;
	margin-bottom: -1px;
	padding: 15px 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	white-space: nowrap;
	float: none;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 200;
}
