/*
Theme Name: Viva Child
Template: viva
Theme URI: https://www.vivatheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

.navbar .container #logo .logo { 
	margin-top: 5px;
	margin-bottom: 5px;
}

.navbar-nav {
	margin-top: 5px;
	padding-left: 20px;
}

h5.pricing-title-content {
    font-weight: normal !important;
    font-size: 24px !important;
}

.bronze .price-number {
    color: #A6793A !important; /* Standard Bronze color */
}
.gold .price-number {
    color: #D4AF37 !important; /* Standard Gold color */
}
.platinum .price-number {
    color: #585C66 !important; /* Standard Platinum color */
}

.menubar.main-nav-left {
	border-bottom: 1px solid #D2E2E9; /* Light Grey */
	box-shadow: 0 1px 2px rgba(190, 210, 220, 0.2); /* light shadow */
}

.entry-header {
	padding-bottom: 80px !important;	
	background-color: #E6F7FF !important;
}

.callnowbutton a {
	font-weight: bold !important;
}