/*
Theme Name: Zerif Lite Child
Theme URI: http://themeisle.com/themes/zerif-lite-child/
Author: ThemeIsle
Author URI: http://themeisle.com
Template: zerif-lite
Description: This is a child theme of Zerif Lite
Version: 4.0.0
License: GNU General Public License version 3
License URI: license.txt
Text Domain: zerif-lite-child
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar,front-page-post-form,full-width-template,rtl-language-support,sticky-post,theme-options, custom-background, custom-menu, editor-style, featured-images, threaded-comments, translation-ready, footer-widgets, portfolio, e-commerce, blog
*/

 /*---------------------------------------
 **   Nav Bar           -----
-----------------------------------------*/
.navbar-brand {
height: 100px;
}

.navbar-inverse {
background-color: #FFF;
border:none;}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
color: #1bdcb8;
}

.navbar-inverse .navbar-nav>li.current>a {
    color: #1bdcb8;
    position: relative;
    outline: none;
}

ul.nav > li.current > a:before, .page ul.nav > li.current-menu-item > a:before, .single-post ul.nav > li.current-menu-item > a:before, .archive ul.nav > li.current-menu-item > a:before {
    background: #1bdcb8;
}

/* Selection colours (easy to forget) */
::selection {
    background: #1bdcb8 !important;
    color: #FFF;
}

.entry-title:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(28, 240, 204, 0.84);
    bottom: -9px;
    left: 0;
}
.red-border-bottom:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 75%;
    height: 2px;
    background: #1bdcb8;
    bottom: -9px;
    left: 12.5%;
}

 /*---------------------------------------
 **   5.1 Links                 -----
-----------------------------------------*/
a {
	color: #1bdcb8;
}
a:visited {
	color: #12a086;
}
a:hover,
a:focus,
a:active {
	color: #129a80;
}

/*---------------------------------------
 **   Section: About us;              -----
-----------------------------------------*/

.about-us {
    background: #e4e4e5;
    color: #000;
}
.our-clients .section-footer-title {
    background: #e4e4e5;
    padding: 0 15px;
    color: #999;
}
/*---------------------------------------
 **   Section: Our team;              -----
-----------------------------------------*/
.team-member h3 {
text-transform: uppercase;
color: #404040;
font-weight: 700;
font-size: 17px;
position: relative;
margin-top: 15px;
}

.team-member .position {
color: #a3a3a6;
font-size: 13px;
}

/*----------------------------------------
 **   BLOG           -----
-----------------------------------------*/
#carousel-homepage-latestnews .item .latestnews-box:nth-child(4n+1) .latestnews-title a:before {
    background: #1bdcb8;
}
.comment-form #submit:hover, .comment-form #submit:focus, .comment-form #submit:active {
    background: #1bdcb8;
}
.comment-form #submit, .comment-reply-link {
    background: #1bdcb8;
    border-color: #1bdcb8;
    color: #fff !important;
}

.widget .widget-title:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 35%;
    height: 2px;
    background: #1bdcb8;
    bottom: -9px;
    left: 0;
}

/*----------------------------------------
 **   Testimonial           -----
-----------------------------------------*/

.testimonial {
    background: #e4e4e5;
    padding-bottom: 90px;
}
.red-text {
    color: #1bdcb8 !important;
}


 /*---------------------------------------
 **   Footer           -----
-----------------------------------------*/
footer {
	background: #e4e4e5;
	line-height: 20px;
}
/*---------------------------------------
 **   5.2 Menus                  -----
-----------------------------------------*/

.nav-links a {
	color:#1bdcb8;
}
.navbar-inverse .navbar-nav .sub-menu li:hover > a {
        color: 1bdcb8;

.navbar-inverse .navbar-nav .sub-menu .link-focus > a {
	color: 1bdcb8;
}

/*--------------------------------------------------------------
Menu Bar
--------------------------------------------------------------*/
#main_nav li > ul li a:hover {
    color: #1bdcb8;

.social li a:hover {
	color: #1bdcb8;
}


/*--------------------------------------------------------------
Button
--------------------------------------------------------------*/

.btn-primary {
    color: #fff;
    background-color: #1bdcb8;
    border-color: #1bdcb8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1bdcb8;
    border-color: #1bdcb8;
}

.navbar-toggle.collapsed {
    background-color: #1bdcb8 !important;
}

.status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(http://www.davidsfamous.com/wp-content/plugins/slider-image/Front_images/loading/loading5.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}