.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(white, white);
  /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}
.am__col-3 .am_grid_col {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.gm-byline{ display:none; }
.gm-postmeta span:first-child{ display:none; }
.gridmaster-style-3 .am__title{ font-size:18px; }
.am_thumb{ display:none; }
.am_single_grid{ max-height:300px; overflow:hidden; } 

h2.psacp-post-title a{ color:#fff ; }
 
::selection{
	color:#000;
	background: #ffcf8e;
}

::-moz-selection {
	color:#000;
	background: #ffcf8e;
}

.wp-block-uagb-container{
	background:#0000004f;
	border-radius:16px;
}


.widget { margin-bottom: 1em; }

.widget p {
    margin-bottom: 5px;
}

.emailicon img{ width:16px; display:inline-block; }

.ast-site-title-wrap{ max-width:280px; }

.uagb-post__image { max-height: 280px; overflow: hidden; }

.uagb-post-grid .uagb-post__image img {
    width: auto;
    height: auto;
    max-width: 640px!important;
    max-height: 480px;
    margin: 0 auto;
}


.uagb-post-pagination-wrap{ display: none; }

.ak_pagination{ margin: 0 auto; text-align:center; }

.ak_pagination a{
	border-style: solid;
    background-color: transparent;
    border-width: 1px;
    border-color: #333;
    color: #777777;
    padding: 4px;
    margin-right: 4px;
    min-width: 28px;
    display: inline-block;
}

.ak_pagination a span.current{
    background-color: transparent ;
    border-width: 1px ;
    border: 1px dotted;
    color: #FF5722;	
}

.ak_pagination a span.current:hover{ cursor: default; }

.uagb-post-pagination-wrap .page-numbers.current {
    border-style: solid !important;
    background-color: transparent !important;
    border-width: 1px !important;
    border: 1px dotted !important;
    color: #FF5722 !important;
}

.wp-block-file:not(.wp-element-button) {
    font-size: 1.2em;
}

.psacp-post-slider-wrap.psacp-design-1 .psacp-featured-meta{
	border:unset;
	background-color: rgba(0, 0, 0, 0.74);
	border-radius:24px;
}
.psacp-post-cats a {
  color: #b9b9b9;
}

.psacp-post-cats {
  color: #dcdcdc;
}
.psacp-post-slider-wrap.psacp-design-1 .psacp-post-cats a {
  border-color: #949393;
}

.psacp-post-meta {
  color: #dbdbdb;
}

#loader{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:80px;
	background-color:#0096888a;
	opacity:0.8;
	z-index:100000;
	animation-name: komora;
    animation-duration: 2s;
}

@keyframes komora {
  from { background-color: #0096888a; }
  to {background-color: #f4433682;}
}



@media only screen and (max-width: 768px) {
   article img.alignnone{ float:unset; display: block; }

   #loader{ height:12px; border:12px solid #4caf50; }
}
	