/* GeneratePress Site CSS */ .main-navigation,
.footer-widgets {
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.entry-header,
.entry-meta {
	text-align: center;
}

.sidebar .widget {
	border: 1px solid rgba(0,0,0,0.1);
}

footer.entry-meta {
    margin-top: 1em;
}

/*
.entry-content,
.entry-summary,
#comments {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
*/

.post-image,
.entry-content {
	margin-top: 3em;
}

.post-image:hover {
	opacity: 0.95;
}

footer.entry-meta > span {
	display: inline-block;
	margin: 0 10px;
	text-transform: none;
	font-size: 85%;
}

.post-navigation {
	text-transform: none;
	font-size: 85%;
}

div.entry-meta > span {
	text-transform: none;
	font-size: 85%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
	border-width: 1px;
	border-style: solid;
	border-color: inherit;
}

.read-more-container,
#comments {
	text-align: center;
}

#comments .comment {
	text-align: left;
}

.one-container .site-main > article:not(:last-child):after {
    content: "";
    border-bottom: 1px solid rgba(0,0,0,0.3);
    display: block;
    max-width: 400px;
    margin: 0 auto 60px;
}

.one-container .inside-article {
    padding: 0 0 60px;
}

.nf-form-cont {
    text-align: center;
}

.nf-form-fields-required {
    margin-bottom: 30px;
}

.main-navigation.toggled .main-nav li {
    text-align: center !important;
}

.generate-back-to-top {
    border-width: 1px;
    border-style: solid;
}

.post-image-above-header .inside-article .post-image, 
.post-image-above-header .inside-article .featured-image {
    margin-bottom: 60px;
}

.widget-title:after {
    content: "";
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
    display: block;
    width: 30px;
    padding-top: 10px;
}

.nf-field-label {
    margin: 0 auto;
}

.sticky-enabled .main-navigation.is_stuck {
    box-shadow: 0 0 0;
}

@media (max-width: 768px) {
	.main-navigation.toggled .main-nav li.social-icon {
    	display: inline-block !important;
	}
}

@media (min-width: 769px) {
    .main-navigation .menu > .menu-item > a::after {
        content: "";
        position: absolute;
        right: 0;
        left: 50%;
        bottom: 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);

        display: block;
        width: 0;
        height: 1px;

        background-color: currentColor;
        transition: 0.3s width ease;
    }
    .main-navigation .menu > .menu-item.current-menu-item > a::after,
    .main-navigation .menu > .menu-item > a:hover::after,
		.main-navigation .menu > .menu-item.sfHover > a::after {
        width: 50%;
    }
} /* End GeneratePress Site CSS */

/* disable upper case for site title */
.main-title {
    font-family: Georgia;
    font-weight: 100;
    text-transform: none;
    font-size: 45px;
}
/* site description font size increase */
.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 18px;
}

/* plain text prefixes for posts meta */

.single .cat-links a:before {
    content: 'dans:';
    margin-right: 0.5ch;
}

.single .cat-links a:after {  
	margin-left: 0.5ch;}

.single .tags-links a:before {
    content: 'par:';
    margin-right: 0.5ch;
}

/* typography for entry meta on posts */
.entry-meta {
    font-size: 110%;
	font-family: Georgia;
    margin-top: 0.5em;
    line-height: 1.5;
    font-weight: 600;
}

footer.entry-meta > span {
    display: inline-block;
    margin: 0 10px;
    text-transform: none;
    font-size: 85%;
}

/* increase margin top post featured image 
.post-image-above-header .no-featured-image-padding .inside-article .featured-image {
    margin-top: 20px;
}
*/

/* increase margin top pages
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 4em;
}
*/

/* pagination bottom blog archives */
.wpsp-load-more, .nav-links {
  margin-top: 2em;
  text-align: center;
	font-size: 18px;
	font-weight: 900;
	color: #96C0CE;
	text-align: center;
	border: solid 1px #1e73be;
	background-color: #f9f9f9;
	display: block;
	padding: 4px;
	margin: 0px;
}

/* image borders */
img {
    -webkit-box-shadow: 5px 5px 5px gray;
box-shadow: 5px 5px 5px lightgray;
}

/* translation flags */
/* (old WP main-navigation placement rules removed - flags now live
   directly in the site header, positioned by costa.css instead) */

#google_language_translator {
    width: auto!important;
    margin-top: 18px;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
	margin-right: 20px;
}

#google_translate_element2 {display:block !important;}
select.goog-te-combo {display: none !important;}
.goog-te-gadget:nth-child(2) {
    display: none !important;
}

.goog-te-gadget img {
    box-shadow: none;
}

/*
.mobile-translate {
    order: 4;
    width: auto;
    flex: 1 0 calc(100% - 20px);
    margin-right: 50px;
	 	margin-bottom: -50px;
}
*/

/* layout of WP archive pages matching those of WPSP */
.separate-containers .generate-columns .inside-article {
    padding: 10px;
    text-align: left;
}
.generate-columns .entry-header, .generate-columns .entry-title,
.generate-columns .entry-header .entry-meta,
.separate-containers .generate-columns .inside-article  {
    margin-bottom: -16px;
}

.separate-containers .generate-columns .inside-article .post-image {
    margin-bottom: 10px;
}

.generate-columns .inside-article .entry-summary {
    margin-top: 0;
    line-height: 26px;

}
.generate-columns .entry-header, .generate-columns .entry-meta {
    text-align: left;
    font-family: Overlock, display;
    font-weight: 400;
    font-size: 1em;
}

.separate-containers .page-header {
    text-align: center;
}

/* format WP Show Posts page for full listing line by line */

section#wpsp-1055 .wp-show-posts-inner, section#wpsp-1055 .wp-show-posts-inner header.wp-show-posts-entry-header, section#wpsp-1055 .wp-show-posts-inner header.wp-show-posts-entry-header > :is(p,div) {
    display:inline;
}
section#wpsp-1055 .wp-show-posts-inner header.wp-show-posts-entry-header .wp-show-posts-entry-meta {
    font-family: Overlock, display;
    font-size: 20px;
}

section#wpsp-1055 article {
    margin-bottom: 3px;
}

section#wpsp-1055 {
  counter-reset: section;
}

section#wpsp-1055 article::before {
  counter-increment: section;
  display: inline;
  content: counter(section) ". ";
}

section#wpsp-1055 .wp-show-posts-entry-title:after {
  content: " - ";
}

/* post navigation and icons bottom of posts - font size, color and styling */

.post-navigation {
    text-transform: none;
    font-size: 80%;
    font-style: italic;
}

.entry-meta .gp-icon {
    margin-right: 0.6em;
    opacity: .7;
    color: #1e73be;
}

/* password window top margin */
.ppw-ppf-input-container {
    margin-top: 20px;
}

/* hide Malcare logo */
img[src="https://haralambis.com/costa/wp-content/plugins/malcare-security/img/malcare-wordpress-security.png"] {
    display: none !important;
}