/*
Theme Name: MinimalZerif
Description: Free WordPress Theme for WP.org.
Author: 9Pixels
Author URI: http://www.9pixels.co
Template: zerif-lite
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, one-column, custom-colors, custom-header, custom-menu, featured-images, sticky-post, translation-ready, responsive-layout, one-column, theme-options
Text Domain: minimalzerif
*/

.navbar-inverse {
	background-color: #fff !important;
	border-bottom: none !important;
}

.navbar-brand {
	height: 76px !important;
	line-height: 60px !important;
	padding: 7px 15px !important;
}

.navbar-inverse .navbar-nav > li > a {
	color: #404040 !important;
}

.section-header h2 {
	font-family: 'Homemade Apple', sans-serif;
	font-size: 30px;
	text-transform: lowercase;
}

.testimonial {
	background: #404040;
}

.custom-button {
	background: transparent !important;
	padding: 13px 35px 13px 35px !important;
	border-radius: 4px !important;
	border: 1px solid #fff !important;
}

.custom-button:hover {
	background: #fff !important;
	color: #404040 !important;
}

.comment-form #submit,
.comment-reply-link {
	background: transparent;
	color: #404040 !important;
	border: 1px solid #404040 !important;
}

.comment-form #submit:hover,
.comment-reply-link:hover {
	background: #404040;
	color: #fff !important;
	text-decoration: none;
	border: 1px solid #404040;
}

.focus-box .service-icon {
	border: none !important;
}

.red-border-bottom:before {
	background: #404040 !important;
}

.team-member .social-icons ul li a:hover {
	color: #404040;
}

.entry-title:before {
	background: #404040;
}

.widget .widget-title:before {
	background: #404040;
}

.comment a {
	color: #404040;
}

.focus .row .focus-box {
	border-right: 1px solid #eee;
}

.entry-content a {
	color: #404040;
	text-decoration: underline;
}

.entry-content a:hover {
	color: #404040;
	text-decoration: none;
}

.zerif-copyright-box {
	padding: 30px 0;
	color: white;
}

.our-team {
	padding-top: 0;
}

.our-team .red-border-bottom:before {
	bottom: -9px;
}

.our-team .container {
	padding-top: 100px;
	border-top: 2px solid #404040;
}

.red-border-bottom:before {
	bottom: -17px;
}

.top-navigation {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	z-index: 999;
}

.top-navigation.fixed-navigation {
	background: #fff;
	position: fixed;
	border-bottom: 1px solid #eee;
}

.menu-color.logged-in .top-navigation,
.logged-in .top-navigation.fixed-navigation {
	margin-top: 32px;
}

.top-navigation.fixed-navigation .container .logo-text .logo-name,
.top-navigation.fixed-navigation .container .logo-text .logo-description,
.top-navigation.fixed-navigation .container .hambuger-menu,
.top-navigation.fixed-navigation .container .header-menu ul li a {
	color: #404040;
}

.menu-color .top-navigation .container .logo-text .logo-name,
.menu-color .top-navigation .container .logo-text .logo-description,
.menu-color .top-navigation .container .hambuger-menu,
.menu-color .top-navigation .container .header-menu ul li a {
	color: #404040;
}

.top-navigation.fixed-navigation .container .logo-image {
	background: url("images/black-logo.png") no-repeat center;
}

.top-navigation .container {
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.top-navigation .container .logo-image {
	width: 170px;
	height: 58px;
	background: url("images/white-logo.png") no-repeat center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	float: left;
}

.top-navigation .container .logo-text {
	font-family: "Lato", sans-serif;
	float: left;
}

.top-navigation .container .logo-text .logo-name {
	line-height: 36px;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
}

.top-navigation .container .logo-text .logo-name:hover {
	text-decoration: none;
}

.top-navigation .container .logo-text .logo-description {
	color: #fff;
}

.top-navigation .container .hambuger-menu {
	line-height: 19px;
	cursor: pointer;
	color: #fff;
	float: right;
}

.top-navigation .container .hambuger-menu .fa {
	margin-right: 5px;
	font-size: 18px;
}

.top-navigation .container .hambuger-menu span {
	font-size: 12px;
	text-transform: uppercase;
}

.top-navigation .container .header-menu {
	position: absolute;
	right: -100%;
	bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.top-navigation .container .header-menu.open {
	right: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.top-navigation .container .header-menu ul {
	margin-bottom: 0;
	list-style-type: none;
}

.top-navigation .container .header-menu ul li {
	margin-right: 15px;
	float: left;
}

.top-navigation .container .header-menu ul li:last-child {
	margin-right: 0;
}

.top-navigation .container .header-menu ul li a {
	color: #fff;
}

.top-navigation .container .header-menu ul li a:hover {
	text-decoration: none;
}

.contact-us address {
	font-style: italic;
	color: #fff;
}