/*
Theme Name: Newspaper Child
Theme URI: http://tagdiv.com
Template: Newspaper
Author: tagDiv
Author URI: http://themeforest.net/user/tagDiv/portfolio
Description: Premium WordPress template, clean and easy to use.
Tags: black,white,one-column,two-columns,fixed-layout
Version: 10.3.9.1.1624647922
Updated: 2021-06-25 20:05:22

*/



.notic-target {
    text-align: center;
}

.notic-desktop {

}

.notic-mobile {
	display: none;	
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


@media (max-width: 768px) {
	.notic-desktop {
		display: none;
	}

	.notic-mobile {
		display: block;	
	}
}