/* ===============================================
   NOTICE SECTION
   =============================================== */
   
.csm-notice {
	width:100;
	display:block;
	border-color:#ec7063;
	padding:25px
}

.csm-notice .dismiss-notice {
	margin-top:5px;
	font-size:12px;
}

.csm-notice .csm-noticedescription {
	float:left;
	font-size:14px;
	width:calc(100% - 200px);
}

.csm-notice .csm-features-details,
.csm-notice .csm-subscription-details {
	display: block;
	margin-bottom:10px;
}

.csm-notice .csm-subscription-details {
	margin-top:10px;
}

.csm-notice .button {
	background: #ec7063;
	border:solid 2px #ec7063;
	color:#fff !important;
	padding: 8px 16px;
	height:auto;
	line-height:normal;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	float:right;
	text-transform:uppercase;
	font-weight:bold
}

.csm-notice .button:hover ,
.csm-notice .button:active ,
.csm-notice .button:focus {
	border-color: #e74c3c;
	background-color:#e74c3c;
	-webkit-box-shadow:none;
    box-shadow:none;
}

@media screen and (min-width : 0px) and (max-width : 992px)  {

	.csm-notice .csm-noticedescription {
		float:none;
		width:100%;
	}
	
	.csm-notice .button {
		float:none;
		margin-top: 15px;
	}
	
}
