/*
Theme Name: CoffeeKing Child Theme
Theme URI: http://coffeeking.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for CoffeeKing
Template: coffeeking
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: coffeeking

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
nav.navbar .logo img {
    max-height: 80px;
    width: auto;
}


nav.navbar #navbar {
     padding-left: 150px;
    transition: all .3s ease;
}



nav.navbar #navbar ul.navbar-nav > li > a span {
  
    font-weight: 300;
}

.fixedHeight {
  
  min-height:37vw;
}

@media only screen and (max-width: 767px) {
	.fixedHeight {
background-size:cover!important
}
}

.woocommerce div.product p.stock {
   
    display: none;
}

#block-footer .widget_nav_menu ul li a {
  
    font-weight: 400 !important;
    font-size: 17px !important;
}

.block-icon li.icon-image{text-align:center;}
.block-icon li.icon-image h5{text-align:center;min-height:44px;}

#billing_company_field .optional,
#vat_number_field .optional{
	display:none;
}

@media only screen and ( min-width: 1600px ){
.container {
    width: 1650px;
	}
nav.navbar #navbar ul.navbar-nav a {
    padding: 24px 10px 4px;
	font-size: 17px;    
	}
}

@media (min-width:1199px) and (max-width:1500px) {
nav.navbar #navbar ul.navbar-nav a {
    padding: 24px 5px 4px;
	font-size: 16px;    
	}}

@media (min-width:1199px) and (max-width:1367px) {
.container {
    width: 1366px;
	}}