/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.nk-add-calendar-links{
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.nk-calendar-btn{
  display: inline-block;
  padding: 10px 20px;
  background: #006298;
  border: 1px solid #006298;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  width: 48%;
  text-align: center;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nk-calendar-btn:hover{
  background: #3f96b4;
  color: #ffffff!important;
}