/*!
Theme Name: yith-proteo-child
Theme URI: http://underscores.me/
Author: YITH
Author URI: https://yithemes.com
Description: A new multi purpose theme from YITH
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yith-proteo
Template: yith-proteo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

yith-proteo is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
	font-family: 'Montserrat', sans-serif;
}

body.admin-bar #ywtenv-banner a {
    text-decoration: none;
}
/*
.site-title {
    font-size: 2em !important;
}
.site-description{
	font-size: 1em !important;
}
*/

div#yith_plugin_backend_demo_notice {
    max-width: 800px;
    margin: 45px auto 100px;
    padding: 50px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    text-align: center;
    border-radius: 2px;
    position: relative;
    color: #000000;
}

@media ( min-width: 1200px ) {
	div#yith_plugin_backend_demo_notice:after {
	    content: '';
	    display: block;
	    width: 140px;
	    height: 91px;
	    position: absolute;
	    top: -40px;
	    right: -140px;
	    background: url(https://plugins.yithemes.com/wp-content/themes/yith-proteo-child/images/arrow.svg);
	    background-size: contain;
	    background-repeat: no-repeat;
	}
}


/**
* EASY LOGIN CUSTOMIZATION
**/
.yith-welrp-cart-tips {
    	width: 50%;
    	float: right;
    	max-width: 500px;
    	padding: 50px 30px 50px 0;
    	position: relative;
}
.yith-welrp-cart-tips img {
   	width: 100%;
	height: auto;
}
@media (max-width: 767.98px) {
	.yith-welrp-cart-tips {
		display: none;
	}
}

/**
* WP ADMIN BAR CUSTOMIZATION
**/
#wpadminbar .quicklinks .menupop ul li.danger a.ab-item {
	color: #ff4242;
}

#wpadminbar .quicklinks .menupop ul li.danger:hover a.ab-item{
	color: #b52c2c;
}

#create-sandbox h4 {
	font-weight: bold;
}