/*
Theme Name: Bonehook
Version: 1.0
Description: A child theme for Feather.
Author: Illusio Design
Author URI: http://illusio.com
Template: Feather
*/
 
@import url("../Feather/style.css");


/**********************************************
	General 
***********************************************/

/* Set logo background transparent and adjust height */
#logo {
	background: transparent;
	height: 103px;
	padding: 10px 0 0 0 !important;
}

/* Remove the horizontal padding */
#logo a {
	padding: 0;
}


/* Float the tagline to the right */
#tagline {
	float: right;
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	line-height: inherit;
	margin: 4em 0 0 2em;
}


/* Set all of the default links to the Bonehook blue */
.widget a {
	color: #13B5EA;
}

/* Reset the font color on shortcode buttons */
a.button {
	color:#fff !important;
}

/* Hide the glass effect */
.glass {
	display: none;
}


/**********************************************
	Navigation 
***********************************************/

/* Position at vertical center */
#nav {
  margin: 1.3em 0 0 0;
}

#nav li a {
	/* line-height: 60px; */
}


/**********************************************
	Home page
***********************************************/

/* Slide caption */
.front #slidecaption h1 {
	color: #FFFFFF;
	font-size: 110px;
	font-weight: normal;
	line-height: 1em;
	text-shadow: rgba(0, 0, 0, 0.298039) 0 1px 0px, rgba(0, 0, 0, 0.298039) 0 0 40px;
	text-transform: uppercase;
}


/* Core offerings txt */
.front-wide #page-title h1 span {
	font-weight: 600;
	margin-top: .5em;
	opacity: 0.7;
}

/* Adjust the height of the caption */
#front-wide .flexslider #caption-wrap {
	top: 35%;
}

/* Headers */
#front-portfolio .text h3, #front-blog .text h3 {
	font-family: LeagueGothicRegular, Arial, sans-serif;
	font-size: 26px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Hide the social stuff on blog posts */
#front-blog div.mr_social_sharing_wrapper {
	display: none;
}

@media only screen and (max-width: 767px) {
	.flexslider {display: none;}
	#page-title h1 {margin-top:16px;}
	#header-inner {text-align: center;}
}

#header-nav + a.hamburger {
	display: none;
}
a.hamburger {
	font-size: 30px;
	position: absolute;
	margin: 30px -15px;
	bottom: -30px;
	right: 50%;
  	color: #999;
	left: 50%;
}
a.hamburger::before {
	content: '\2630';
}


@media only screen and (max-width: 767px) {
	#logo {
	  padding: 10px 0 20px 0 !important;
	}
        #header-nav + a.hamburger {
		display: block;
	}
	#header-nav,
	.flexslider {
		display: block;
	}
        #nav {
		width: 100%;
		text-align: center;
		margin: 0 0 40px;
		display: none;
	}
	#nav li {
		border-right: none;
		float: none;
		display: block;
		text-align: left;
	}
	#nav li a {
		padding: 4px 20px;
	}
	#logo a,
	#logo a img {
		float: none;
	}
        #logo a {
		margin: 0 auto;
	  	width: 240px;
 	}
#nav li .sub-menu {
  top: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 1.4em;
  background: transparent;
  box-shadow: none;
}
#nav li .sub-menu.active:after {
  border-top: none;
  border-bottom: 12px solid #999;
  top: -1em;
}
#nav li .sub-menu:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 30px;
  border-top: 12px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
#nav li .sub-menu.active {
  width: 100%;
  display: block;
  position: relative;
  top: inherit;
  margin: 0;
  background: 0;
  height: inherit;
}
#nav ul li a, #nav li:hover ul li a {
 border-bottom: none !important;
}
#nav li .sub-menu li {
  display: block;
  float: none;
  position: relative;
  border: none;
  margin-left: 40px;
  display: none;
}
#nav li .sub-menu.active li {
  display: block;
}
}
