/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/

/* Add your custom CSS below */


.sh-nav li.menu-button a{
	height: 50px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 50px;
    font-size: 15PX;
    border-radius: 25px;
    background-color: #E9D6D3;
    color: #000000;
    display: inline-block;
    padding-right: 2rem;
    padding-left: 2rem;
    margin: 25px 0;
	font-family: "Montserrat" !important;
	font-weight:bold !important;
}

.sh-nav li.menu-button a:hover{
	background-color:#dfb3ac;
	color:#000000 !important;
}

.sh-sticky-header-active .sh-nav li.menu-button a{
	margin:10px 0;
}

@media (max-width: 800px) {.vc_column-inner.vc_custom_1758755410656 {padding: 20px !important;
}}



