/*
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
*/

/* Custom Styles */
#footer  {
text-align: center;
}

.panel-body-inset {
    padding: 0 40px 0 40px;
}

.vegetarian strong {
    background-color: #A8B9B4 !important;
}

.vegetarian h3 {
    color: #A8B9B4 !important;
}

.vegetarian:before {
    border-color: #A8B9B4 !important;
}

#footer .sidebar-widget:last-child {
    margin-bottom: 20px !important;
}

.div-center {
	max-width: fit-content;
	margin-left: auto !important;
	margin-right: auto !important;
}

.widget_nav_menu li a {
    color: #26828c !important;
    font-weight: 700 !important;
}

.widget_nav_menu li a:hover, a:focus {
    color: #a8b9b4 !important;
}


/* Post Masonry Grid */
div.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
    font-size: 24px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    background-color: #749cb7;
    padding-top: 10px;
    margin-top: 10px;
}


/* Buttons */
.btn.btn-lg {
    font-size: 15px !important;
}

/* Buttons border */
a.btn.btn-default.btn-lg.text-normal.btn-header.element-left-10.element-right-10.element-top-20.element-bottom-20.os-animation.animated.fadeIn {
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;
}

a.btn.btn-default.btn-lg.text-light.btn-header.scroll-to-id.element-left-10.element-right-10.element-top-20.element-bottom-20.os-animation.animated.fadeIn {
    color: #ffffff;
    border-style: solid;
    border-width: 1px;
}

.flex-control-nav a {
    box-shadow: 0px 0px 0px 2px #26829C !important;
}


/* Typography */

body {
    line-height: 1.8;
}

blockquote {
    padding: 0 90px;
}

blockquote:before {
    font-size: 150px;
    left: 15px;
    top: -10px;
}

blockquote footer {
    padding-top: 15px;
}

.vc-hoverbox-block-inner h2 {
    color: #fff;
}