/*
Theme Name: SureInsure
Theme URI: http://wordpress.org/sureinsure/
Author: Aniruddha Roy
Author URI: http://wordpress.org/sureinsure/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sureinsure
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

a.header-logo {
    width: 200px;
}
.tnp-field label {
    color: #fff !important;
}
.textwidget.custom-html-widget ul li {
    padding: 0;
    border: 0;
}
.cookie-notice-container {
    padding: 5px !important;
}
.alert {
  	padding: 4px;
    background-color: #0569b3;
    color: white;
    border-radius: inherit;
    margin: 0;
	text-align: center;
}
.alert a{color: #fff;}


.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}