Your IP : 216.73.216.5


Current Path : /home/theafprt/conviviality360.com/wp-content/themes/salient/nectar/plugin-notices/css/
Upload File :
Current File : /home/theafprt/conviviality360.com/wp-content/themes/salient/nectar/plugin-notices/css/notice.css

.nectar-bold-notice.notice:before {
    background: linear-gradient(#531fff,#2247ff);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    opacity: 0.9;
}
.nectar-bold-notice.notice {
	margin-top: 20px;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-left: 0;
	padding: 15px;
}

.nectar-bold-notice.notice .notice-dismiss {  
	color: #fff; 
	z-index: 10; 
	top: 3px; 
	right: 3px; 
}
.nectar-bold-notice.notice .notice-dismiss:before { 
	color: #fff; 
	font-size: 20px; 
}
.nectar-bold-notice.notice .notice-dismiss:hover:before { 
	opacity: 0.7; 
}
.nectar-bold-notice.notice h3 { 
	margin-top: 0; 
}
.nectar-bold-notice.notice ul,
.nectar-bold-notice.notice h3,
.nectar-bold-notice.notice p, 
.nectar-bold-notice.notice a,
.nectar-bold-notice.notice ul li span { 
	color: #fff; 
	z-index: 10; 
	position: relative; 
}

.nectar-bold-notice.notice ul li span {
	display: inline-block;
	font-size: 12px;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 3px;
	background-color: rgba(0,0,0,0.1);
	margin-left: 10px;
}

.nectar-bold-notice.notice ul li span.core {
	background-color: #62c357;
}

.nectar-bold-notice.notice ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(255,255,255,0.2);
}
.nectar-bold-notice.notice ul li {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	border-right: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	width: 50%;
}

.nectar-bold-notice.notice a.begin-installing {
  margin: 10px 0;
  color: #2247ff;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  padding: 8px 16px;
  border-radius: 3px;
  transition: all 0.25s ease;
}
.nectar-bold-notice.notice a.begin-installing:hover {
  padding: 8px 20px;
}