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

/* Add your custom CSS below */
/*

/*create shadow for sticky menu, desktop */
.sh-sticky-header-active,
.sh-sticky-mobile-header {
	box-shadow: 0 1px 5px 2px rgba(0,0,0,.2);
}

table {
	border: none;     /*2px solid #e5e5e5; /* !important removed */
	border-radius: 0 !important; /*  !important removed */
	border-collapse: collapse;  /* !important removed */
}

table td,
table th {
    border: none;           /*     1px solid #e5e5e5!important;    */
}


/* needed to fix after theme update
/*
line 188 Elton removed important from line-height = normal

h1{
    font-family: 'Raleway', serif;
    color: #3f3f3f;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
	line-height: normal;
}

/** line 696
 * 6.0 Tables
 

table {
	border: 2px solid #e5e5e5;  /* elton !important removed
	border-radius: 0;  /*elton !important removed
	border-collapse: collapse;   /*elton !important removed
}

table td,
table th {
    border: none;   /*elton 1px solid #e5e5e5!important; removed
}

/* line 1206 elton removed !important 
#page-container header.primary-mobile-light .sh-header-mobile.sh-sticky-mobile-header-active {
	border-bottom: 1px solid rgba( 0,0,0,0.08 );
}
*/


/* responsive CSS*/
@media (max-width: 700px) {

	/* Page Container */
	.container {
	    max-width: 500px!important;
	}
}

@media (max-width: 550px) {
	/* Page Container */
.container {
    max-width: 330px !important;
}
}

