/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/



img.logo-default {
    max-height: 100px;
}

.btn.phone a {
    color: #FFFFFF !important;
    fill: #FFFFFF;
    background-color: #A5C842;
    padding: 0.6em 1.5em 0.6em 1.5em;
	font-size: 16px !important;
    line-height: 1.35em;
	max-height: 40px;
	font-weight: 400 !important;
	border-radius: 20px;
}
.btn.phone a svg {
    width: var(--icon-font-size);
    max-height: var(--icon-font-size);
    fill: currentColor;
}
.btn.phone a:hover {
    color: #FFFFFF !important;
    background-color: #6E6E6E;
	    transform: translate3d(0, -2px, 0);
    /*box-shadow: 0 12px 28px rgba(0, 0, 0, .12);*/
}
.main-nav > li > a  {
	padding: 5px 25px;
}
.is-stuck  {
    background: #fff;
}
.is-stuck img.logo-default {
    max-height: 70px;
}

@media (max-width: 1300px)  {
	.main-nav > li > a {
		font-size: 16px !important;
		font-weight: 600 !important;
		padding: 5px 10px !important;
	}
}
@media (max-width: 1200px)  {
	.lqd-mobile-sec .navbar-brand {
		padding: 5px 0 !important;
	}
	img.logo-default {
		max-height: 70px;
	}
}
