/*
Theme Name: poket child
Tags:  custom-menu, editor-style, featured-images
Template: poket
Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/
.current-menu-item a,.wp-block-paragraph a{
	text-decoration:underline!important;
}
.top-welcome p a, .top-address p a,.wp-block-heading,.wp-block-paragraph a{
	color:black!important;
}
.wpml-ls-item a{
	font-family:'Saira'!important;
	color:black!important;
}
.wpml-ls-current-language a span{
	font-weight:600!important;
	color:black!important;
}
.javajan-credit{
      display: flex;
  justify-content:center;
    text-align: center;
    background: black;
    color: white;
    padding: 10px;
    font-size: 12px;
}
.javajan-credit p{
	margin:0;
	font-size: 12px;
}
.javajan-credit p a{
	color:white;
	text-decoration:underline;
	font-weight:600;
}