/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.grecaptcha-badge {display: none !important;}

.site-top-message
{
	color: #999999;
	font-size: 12px;
	font-family: 'Montserrat',serif;
	line-height: 1em;
	letter-spacing: 2px;
}

.site-top-message div
{
	float: left;
}

.site-top-message .top-bar-tel
{
	margin-right: 20px;
}

.site-top-message .top-bar-idioma .wpml-ls
{
	float: right;
}

.site-top-message .top-bar-idioma .wpml-ls-legacy-dropdown-click a
{
	background-color: #000;
	border: 0px;
}

.site-top-message .top-bar-idioma .wpml-ls-legacy-dropdown-click
{
	width: 9em;
	margin-top: -5px;
}

.site-social-icons-wrapper 
{
    padding: 4px 0;
}

#site-top-bar 
{
    height: 32px !important;
}

.site-top-bar-inner 
{
    max-width: 1530px !important;
}

.main-navigation > ul > li > a
{
	text-transform: initial;
	font-weight: normal;
	position: relative;
}

.content-area {
    margin-top: 12px;
}

@media (min-width: 1530px)
{
	.site-header .site-tools 
	{
		right: 50% !important;
		margin-right: -765px;
	}
	
	.main-navigation > ul
	{
		width: 1530px;
		display: inline-block;
	}
}
@media (min-width: 1024px)
{
	.site-header .main-navigation
	{
		background-color: #F2F2F2;
		display: block;
		width: calc(100% + 40px);
		position: absolute;
		left: -20px;
		z-index: 1;
	}
	
	.main-navigation > ul > li
	{
		width: 19%;
	}
	
	.main-navigation > ul > li.menu-item-has-children > a::after 
	{
		left: auto;
		right: 3px;
	}
	
	.site-header .main-navigation 
	{
		height: 63px !important;
		line-height: 63px !important;
	}
}

/****************************************************************/
/****************************************************************/
/****************************************************************/