/*
Theme Name: Editor Blocks Child
Author: DannyCooper
Author URI: https://dannycooper.com/
Description: Child theme for the Editor Blocks theme. Adds tagline, a below header navigation and footer widgets.
Template: editor-blocks
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: editor-blocks-child
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready, blog, e-commerce, theme-options
*/

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

.site-header > .wrapper {
    padding: 50px 0;
}

.site-title {
	padding: 0 0 6px 0;
	line-height: 1
}

/*--------------------------------------------------------------
# Below Header Menu
--------------------------------------------------------------*/

.menu-2,
.site-footer,
.sub-footer {
	background: #1D1D1D;
}

.menu-2 {
	font-size: 14px;
}

.menu-2 {
	display: block;
}

.menu-2 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-2 li {
	display: inline-block;
	position: relative;
}

/* Align the navigation with the rest of the content. */
.menu-2 .nav-menu > li:last-child {
	margin-right: -15px
}

.menu-2 a {
	display: block;
	text-decoration: none;
	color: rgba( 255, 255, 255, 0.5 );
	padding: 25px 15px;
}

.menu-2 li:hover a,
.menu-2 .sub-menu a {
	color: rgba(255, 255, 255, 0.9);
}

.menu-2 ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.menu-2 ul ul ul {
	left: -999em;
	top: 0;
}

.menu-2 ul ul a {
	width: 200px;
	text-align: left;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-2 ul ul li {
	background-color: #0e0e0e;
}

.menu-2 li:hover,
.menu-2 li.focus {
	background-color: #0e0e0e
}

.menu-2 ul li:hover > ul,
.menu-2 ul li.focus > ul {
	right: 0;
	left: auto;
}

.menu-2 ul ul li:hover > ul,
.menu-2 ul ul li.focus > ul {
	left: auto;
	right: 100%;
}

.menu-2 .sub-menu li:hover {
	background-color: #1D1D1D
}

.menu-2 li.page_item_has_children > a:after,
.menu-2 li.menu-item-has-children > a:after {
	content: '\25bc';
	font-size: 7px;
	vertical-align: 1px;
	padding-left: 5px;
	opacity: .75
}
.menu-2 .sub-menu li.page_item_has_children > a:after,
.menu-2 .sub-menu li.menu-item-has-children > a:after {
	content: '';
}
.menu-2 li li.page_item_has_children > a:before,
.menu-2 li li.menu-item-has-children > a:before {
	content: '\25c0';
	font-size: 7px;
	vertical-align: 1px;
	padding-right: 5px;
	opacity: .75
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	padding-top: 100px;
	padding-bottom: 75px
}

.site-footer .widget-title {
	color: rgba( 255, 255, 255, 0.75 );
	margin-bottom: 1em
}

.site-footer,
.site-footer a,
.sub-footer,
.sub-footer a {
	color: rgba( 255, 255, 255, 0.5 );
}

.sub-footer .wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #2b2b2b;
}

.footer-widget {
	width: 22%;
	float:left;
	margin-right: 4%
}

.footer-widget-4 {
	margin-right: 0
}
