/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.marketplace_link{
	background-color:#009fe3;
	color: #fff;
	padding:10px 20px 10px 20px;
	border-radius:10px;
	font-size:20px;
	display:inline-block
}

.marketplace_link img{
	margin-right:5px;
}

.marketplace_link:hover{
	color:#f3f7f6;
}

.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-4028,
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-4029,
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-4030{
    text-decoration: none;
    float: left !important;
    max-width: 90%;
    color: #333333;
    padding: 0px 5px 0px 5px;
    margin: 10px 10px 10px 10px;
    border: 2px solid #446084;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

html[lang='es-ES'] .header-nav > li > a{
	font-size: .8em !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

