/*
Theme Name:     Lambda Child Theme
Description:    Child theme for the Lambda WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       lambda
Version:        1.0
*/
body .menu {
    background-image: linear-gradient(to right, #076599 , #05364c);
}
body .navbar-brand {
    line-height: 110px;
    height: 110px;
	padding-bottom: 4px;
}
body #masthead .logo-sidebar .name1 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #076599;
    text-transform: capitalize;	
	font-size: 15px;
	font-weight: 400;
	margin-bottom: -5px;
}
body #masthead .logo-sidebar .img-top {
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 38px;
	margin-bottom: -5px;
}
body #masthead .logo-sidebar .link1 {
	color: #029db7;
	font-size: 20px;
	font-weight: 400 !important;
}
body .logo-navbar .sidebar-widget {
    line-height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
}
body #masthead .logo-sidebar #block-3 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 12px;
}
body #masthead .logo-sidebar #block-4 {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #dddddd;
	padding-top: 10px;
	padding-bottom: 12px;
}
body #masthead .logo-sidebar #block-5 {
    text-align: center;
    padding-left: 30px;
    padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 12px;
}
body p {
	line-height: 24px;
	margin-bottom: 20px;
}
body .welcome-tag {
    display: block;
    font-weight: bold;
    margin-top: -10px !important;
    color: #029db7;
    letter-spacing: 2px;
    border-left: 80px solid #dddddd;
	font-size: 22px;
	line-height: 28px;
}
body .box3div .features-list h3 {
	margin-bottom: 0px;
	font-weight: bold;
}
body h2 {
	font-size: 30px;
	line-height: 38px;
}
body h3 {
	font-size: 25px;
	line-height: 34px;
}
body #footer {
	margin-top: 50px;
}
body #footer .subfooter {
    border-top: 1px solid #076599;
	font-size: 13px;
}
body #footer .subfooter p {
	font-size: 13px;
}
body .borded-img img {
    padding: 3px;
    border: 1px solid #DDDDDD;
}
body .linked-boxes .col-md-3 {
	padding: 0px;
	margin: 0px;
}
body .yellow-text  {
	color: #ffc200;
}
body .fa-ul li {
    margin-bottom: 22px;
	line-height: 22px;
}
body .listn2 .fa-ul li {
    margin-bottom: 10px;
	line-height: 19px;
}
body .roundedimg img {
    border-radius: 50%;
    padding: 3px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #CCCCCC;
}
#block-6 h3 {
	margin-top: 0px;
	padding-top: 0px;
}
@media (max-width: 990px) {
	body .navbar-brand {
    line-height: 90px;
    height: 90px;
	padding-bottom: 4px;
}
	body .welcome-tag {
    display: block;
    font-weight: bold;
    margin-top: -5px !important;
    color: #029db7;
    letter-spacing: 0px;
    border-left: 10px solid #dddddd;
	font-size: 20px;
	line-height: 25px;
}
	
}