/*
Theme Name: News YSPU
Theme URI: http://crestaproject.com/downloads/annina/
Template: annina
*/

/* elementor */
p {
  margin-bottom: 0.5em;
}

.elementor-widget-text-editor {
color: #202020!important;
}

.elementor-posts .elementor-post__read-more {
 font-size: 15px!important;
}

/* author */
.byline {
display: none!important;
}

/* onesignal */
#onesignal-bell-container {
z-index: 1!important;
}

/* mdb */
.black-text, .btn.btn-link, .md-toast-close-button:focus, .md-toast-close-button:hover,
.card-text {
    color: #000!important;
}

/* grecaptcha */
.grecaptcha-badge {display: none;}

/* logo */
.site-branding {
background: #203651 url(img/logo.png) no-repeat center 0px;
}

/* site name */
.site-title,
p.site-title {
font-size: 20px;
letter-spacing: 0.01em;
z-index: 2;
padding-top: 150px;
padding-left: 10px;
padding-right: 10px;
line-height: 23px;
}

@media (max-width: 1100px) {
.site-title {
	padding: 150px 10px 0 10px;
}
}

/* site description */
.site-description {
/* width: 100%; */
/* padding-top: 240px; */
/* display: inline-block; */
/* position: absolute; */
/* bottom: 0px; */
/* left: 0; */
text-transform: uppercase;
/* text-align: center; */
font-size: 10px;
font-weight: bold;
color: #a4a6a9;
margin: 10px 5px 0 5px;
}

@media (max-width: 1100px) {
.site-description {
	font-size: 15px;
}
}
/* menu */
.site-header {
	padding: 1.5em 0 1.5em 0;
}

/* special color */
.content-annina-title.annDouble {
background: #203651;
}
.content-annina-title.annDouble a:link,
.content-annina-title.annDouble a:visited {
	color: white;
	text-decoration: underline;
}
.content-annina-title.annDouble a:hover {
	color: white;
	text-decoration: none;
}