

/********************************** now  **********************/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Misc

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

html {
    width: 100%;
	padding: 0;
}



@media  (max-width: 600px) {
  html {
   overflow-x: hidden;
	}
}


body {
    width: 100%;
  
	padding: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.single-post h1 {

  margin: 0;
}

.single-post .post-thumbnail-wrap {
  margin-bottom: 30px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
 a {
   background-color: transparent;
   text-decoration: none;
 }

 a:hover {

   text-decoration: none;
 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}


.clearfix {
  clear:both;
}

article ul,
article ol {
    margin: 0 0 1.5em 0em !important;
}


/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

   /**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */

   button,
   input,
   optgroup,
   select,
   textarea {
     font-family: inherit; /* 1 */
     font-size: 100%; /* 1 */
     line-height: 1.15; /* 1 */
     margin: 0; /* 2 */
   }

   /**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */

   button,
   input { /* 1 */
     overflow: visible;
   }

   /**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */

   button,
   select { /* 1 */
     text-transform: none;
   }

   /**
    * Correct the inability to style clickable types in iOS and Safari.
    */

   button,
   [type="button"],
   [type="reset"],
   [type="submit"] {
     -webkit-appearance: button;
   }

   /**
    * Remove the inner border and padding in Firefox.
    */

   button::-moz-focus-inner,
   [type="button"]::-moz-focus-inner,
   [type="reset"]::-moz-focus-inner,
   [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
   }

   /**
    * Restore the focus styles unset by the previous rule.
    */

   button:-moz-focusring,
   [type="button"]:-moz-focusring,
   [type="reset"]:-moz-focusring,
   [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
   }

   /**
    * Correct the padding in Firefox.
    */

   fieldset {
     padding: 0.35em 0.75em 0.625em;
   }

   /**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */

   legend {
     box-sizing: border-box; /* 1 */
     color: inherit; /* 2 */
     display: table; /* 1 */
     max-width: 100%; /* 1 */
     padding: 0; /* 3 */
     white-space: normal; /* 1 */
   }

   /**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */

   progress {
     vertical-align: baseline;
   }

   /**
    * Remove the default vertical scrollbar in IE 10+.
    */

   textarea {
     overflow: auto;
   }

   /**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */

   [type="checkbox"],
   [type="radio"] {
     box-sizing: border-box; /* 1 */
     padding: 0; /* 2 */
   }

   /**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */

   [type="number"]::-webkit-inner-spin-button,
   [type="number"]::-webkit-outer-spin-button {
     height: auto;
   }

   /**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */

   [type="search"] {
     -webkit-appearance: textfield; /* 1 */
     outline-offset: -2px; /* 2 */
   }

   /**
    * Remove the inner padding in Chrome and Safari on macOS.
    */

   [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
   }

   /**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */

   ::-webkit-file-upload-button {
     -webkit-appearance: button; /* 1 */
     font: inherit; /* 2 */
   }


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}



/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* clear: both; */
}

p {
	margin-bottom: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

cite {
	font-size: 14px;
    font-family: sans-serif;
}


blockquote {
	margin: 0;
	border-left: 3px solid #aaa;
	padding: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.single-post h1 {
    margin: 0;
    margin-top: 10px;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */




select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

 #primary {
	 /*z-index: 0; */
} 



#masthead .kt-row-has-bg>.kt-row-column-wrap {
    padding-left: var(--global-content-edge-padding,0px);
    padding-right: var(--global-content-edge-padding,0px);
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.alignleft.wp-block-site-logo {
	/* padding: 0 !important; */
	margin: 0 !important;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page,
#page  {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


.credits {
    text-align: right;
    font-size: 12px;
    color: #fff;
    position: relative;
    bottom: 28px;
    right: 4px;
    background: #00000095;
    padding: 3px;
    min-width: 10px;
    float: right;
}

.archive .credits {

    float: left;
    right: 0px;
    left:4px;
}

.credits .creditlink {

    color: #fff;
    text-decoration: none;

}

.post-edit-link {
    background: #333;
    padding: 3px 5px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

.post-edit-link:hover {
    color: #fff;
    text-decoration: none;
}

.nav-section a {
  text-decoration: none !important;
}

.page-title {
  border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 20px 0;
}

.entry-meta {
  margin-bottom: 10px;
	margin-top: 10px;
}

.post_date,
.post_time,
.author,
.omment-tag {
	padding-right: 10px;
}

.archive article,
.search-results article {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.archive-style2 article img.wp-post-image {
  max-height: 300px;
}

.archive #content,
.search-results #content {
  margin-bottom: 30px
}

.cat-links [class^="bi-"]::before, [class*=" bi-"]::before {
    line-height: 1.6;

}

.cat-links a, .cat-links a:hover,
.tags-links a, .tags-links a:hover {

    font-size: 14px;
}
blockquote.wp-block-quote {
    margin: 0 0 1rem 0px;
    border-left: 3px solid;
    padding-left: 30px;
    font-style: italic;
    font-weight: bolder;
}

/*Author page
--------------------------------------------- */

.author .author-thumbnail  {

	text-align: right;

}
.author .page-header  {

	background: #fff;
	margin-top: 13px;

}

.author .author-thumbnail img {
	border-radius: 50%;
    border: 3px solid #ddd;


}
.author .authorpage.vcard {
    color: #efefef;
    padding: 60px 30px 30px 30px;
    box-shadow: inset 0 180px 0 0 #29293a;

}



.author .authorpage.vcard .page-title {
    border-top: 0px solid #aaa;
    border-bottom: 0px solid #aaa;
    padding: 0px 0 0;
}
.author .authorpage.vcard  a {
    color: #fff !important;
}

.author .authorpage.vcard  h1.page-title {
    font-family: serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    font-style: italic;
}



.author .authorpage.vcard .author-title {
	padding: 0px 0 0;
}

.author  .archive-description {
	padding: 10px 0 30px;
}



.author-newest-posts-divider {
	border-bottom: 1px solid #aaa;
	line-height: 0px;
    margin: 30px 0 20px;
	text-align: center;

}
.author-newest-posts-divider .author-newest-posts-title {
	padding: 0 20px;
	background:#fff;

}


.newest-posts-chevron {
	text-align: center;
}

.author .author-mail-icon,
.author .author-phone-icon {
	padding-right: 10px;
}

.author .author-social {
	padding-left: 20px;
	display: inline;
}




@media  (max-width: 767px)  {

	.author .authorpage.vcard {
		color: #efefef;
		padding: 60px 30px 30px;
		box-shadow: inset 0 180px 0 0 #29293a;
		background: #29293a;
		text-align: center;
	}

	.author .author-thumbnail  {

		text-align: center;
		margin: 20px;

	}
	.author  .archive-description {
		padding: 30px 0 30px;
	}

	.author-mail-icon,
	.author-phone-icon {
		    display: block;
	}

}


/* Comments
--------------------------------------------- */
.comments-area {
  background: #f7f5f5;

}

.comments-title {
  margin-bottom: 1rem;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #515151;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: -0.05rem;
}

.comments-title:after {
  content: '';
  display: block;
  position: relative;
  top: 50px;
  left: 1rem;
  width: 0;
  height: 0;
  border-left: 1.125rem solid transparent;
  border-right: 1.125rem solid transparent;
  border-top: 1.125rem solid #515151;
}
.comment-list {
  margin: 50px 0 0 0;
  padding: 0;
  list-style: none;


}
.comment {
  background: #fff;
border-radius: 3px;
padding: 10px;
margin: 20px;
}


.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-respond {
  padding: 20px;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0;
    padding: 8px;
    background: #efefef;
}

.wp-caption-text {
	text-align: center;
}
.wp-block-image figcaption {

    margin-bottom: 1em;
    background: #ddd;
    padding: 10px;
    margin-top: 0;
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Blocks
   ========================================================================== */

   .wp-block-latest-posts.wp-block-latest-posts__list li {
       clear: both;
       padding-bottom: 10px;
       float: left;
   }

    .wp-block-latest-posts__featured-image.alignleft {

        float: left;
    }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/***** Start Style ****/
.skip-link {
  display:none;
}
img {
    max-width: 100%;
    height: auto;
}


#top-footer-content {
  padding: 0px 0;
}
/* #bottom-footer-content {
  padding: 0px 0;
} */

.custom-logo,
.site-name {
  float: left;
}

h1.site-title {
  line-height:0;
  margin: 21px 0;
}

.site-title a {
  text-decoration: none;

}

.site-description {
  padding: 0;
  margin: 0;
}

.site-footer h6 {
  font-size: 16px !important;
}

.site-footer h6 a {
  color: #fff !important;
}

/*---  single.php  ---*/

.single-post #content {
  margin-bottom: 30px;
  margin-top: 30px;
}
.centered-posts {
  margin: 0 auto;

}

a.post-edit-link {
  color: #fff;
}

a.post-edit-link:visited {
  color: #fff;
}
.entry-comments-link {
  margin-left:5px;
}

.cat-links a {
  color: #fff;
  border-radius: 3px;
  line-height: 1rem;
  background: #1e6eea;
  margin: 10px 0 0;

}
.cat-links a:hover {
  color: #fff;
  background: #1e6eea;

}

.tags-links {
  display: block;
}

.tags-links a {
  color: #fff;
  border-radius: 3px;
  line-height: 1rem;

  margin: 10px 0 0;
}

.tags-links a:hover {
  color: #fff;
  background: #1e6eea;
}

.nav-previous a,
.nav-next a {
  padding: 5px;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin:10px;

}
.nav-previous i,
.nav-next i {
margin: 0 10px;
}

.nav-title {
  top: -3px;
  position: relative;
  padding: 0 5px;
}

.nav-next a {
  margin-left; 10px;
  float: right;
}

.post-navigation {
  margin: 30px 0;
}
/*
figcaption {
    background: #eaeaea;
    padding: 10px;
    color: #61880c;
    margin-top: 0px !important;
    font-size: 14px;
    font-weight: bolder;
}
*/
/**---   footer   ---***/

.site-info {
  text-align: center;
	padding: 10px 0;
	font-size: 13px;
}

.site-footer p {
	margin-bottom: 0;
}
/*  add ons **/

.wp-block-genesis-blocks-gb-cta h2 { text-align: center !important;}


@media (min-width: 979px) {
  #primary-menu li.menu-item-has-children:hover ul.dropdown-menu {
    display: block;
  }
}


.adinfoline {
    font-size: 12px;
    background: #efefef;
    padding: 3px 6px;
    border-radius: 3px;
	border: 1px solid #aaa;
    text-align: center;
    margin: 0 auto;
}

ins.adsbygoogle { background: transparent !important; }

#dcl_comment_btn {
	  background: #2196f3;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    padding: 8px;
}

.cat-links a {

    background: #2196f3 !important;

}

.tags-links a {
    background: #2196f3 !important;
}

.aligncenter {
    margin-bottom: 0 !important;
}


.hauptmenu .wp-block-navigation__container {padding-top: 4px; }

.hauptmenu .wp-block-navigation .wp-block-navigation-item {
    display: flex;
    align-items: center;
    position: relative;
	padding-right: 5px;
}

.hauptmenu .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 0px;
    border: 1px solid #949494;
    background: #fff;
    border-radius: 5px;
}

.hauptmenu .wp-block-navigation__responsive-container-open {
	padding-top: 0px;
}


#wprmenu_bar .bar_logo {

    margin-top: -7px;
    margin-left: 30px;
			height: 30px;
}

.hauptmenu .wp-block-navigation .wp-block-navigation-item a:active,
.hauptmenu .wp-block-navigation .wp-block-navigation-item a:visited,
.hauptmenu .wp-block-navigation .wp-block-navigation-item a:focus {
    color: #fff;
}

.hauptmenu .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container a:active,
.hauptmenu .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container a:visited,
.hauptmenu .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container a:focus {
    color: #333;
}

.archive h2.entry-title a { color: #333;}

.newest-posts-chevron {

    margin-bottom: 50px;
}





