/*
Theme Name:     Momentum Child
Theme URI:      http://www.momentumdesign.co.uk
Description:    Child theme for the Momentum
Author:         Momentum
Author URI:     http://www.momentumdesign.co.uk
Template:       minamaze                             
Version:        1.0
*/

@import url("../minamaze/style.css");

body {
	color: #333;
}
#introaction-core, #outroaction-core {
padding: 20px 0;
border-width: 1px 0;
border-style: none;
border-color: #EEE;
}
#sidebar .widget {
margin-bottom: 35px;
border-bottom: none; /*1px solid #EEE;*/
}
a, a:visited {
color: #333;
text-decoration: none;
}

.action-text h3 {
margin-left: 10px;
margin-right: 10px;
padding-bottom:20px;
}

/* Enter below your Customization CSS */
#sidebar .textwidget {
	padding: 0px; /* 20px; */
	border: none /* 1px solid #EEE; */
}
#logo img {
	max-height: 130px;
	display: block;
	margin: 0 auto;
}
.main-navigation {
}
.slider-full #header-core {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 960px;
	height: 130px;
}
#pre-header {
	background: #454b22;
}
#pre-header-search .search {
	max-width: 120px;
	background: #868d60;
	border: 1px solid #bec3a3;
	padding: 3px 10px;
}
 #pre-header-search .search::-webkit-input-placeholder { /* WebKit browsers */
color:#bec3a3;
}
#pre-header-search .search:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#bec3a3;
opacity:1;
}
#pre-header-search .search::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#bec3a3;
opacity:1;
}
#pre-header-search .search:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#bec3a3;
}
#sub-footer {
	background: #454b22;
	border-top: 1px solid #444;
	padding: 15px 0px;
}

/* Responsive bits */
@media only screen and (max-width: 768px) {
#logo img {
	max-height: 100px!important;
}
}
@media only screen and (min-width: 768px) {
.main-navigation {
	margin-top: 80px;
}
#section-home .section {
	min-height: 300px;
}
}


#slider .featured-title span {
	background: #000000;
	background: rgba(0,0,0,0.7);
	padding-right: 10px;
	padding-left: 10px;
	line-height: 1.4;
}
#slider .featured-excerpt span {
	background: #000000;
	background: rgba(0,0,0,0.7);
	padding-right: 10px;
	padding-left: 10px;
}
#pre-header-social li a {
	background: #868d60;
}
.themebutton, button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: #FFF;
	background: #454b22;
}
a.themebutton:active, a.themebutton:hover , a.themebutton:visited , a.themebutton:link  {
	color: #FFF;
}
#footer {
	border-top: none;
	margin-top: 10px;
	border-bottom: 1px solid #111;
	padding: 15px 10px;
	background-color: #333333;
}
#footer-core a {
color: #FFF;
text-decoration:underline;
}
#footer ul.a {
    list-style-type: circle;
}
#header .menu > li.menu-hover > a, #header .menu > li.current_page_item > a, #header .menu > li.current-menu-ancestor > a, #header .menu > li > a:hover {
	color: #5B642D;
}
.gallery-item {
margin-right:4px;
margin-top: 4px;
}