/*
 Theme Name:   Artperon
 Description:  Artperon is a child theme of the Experon theme
 Author:       PraArt WebDevelopment
 Template:     experon
 Version:      1.0.1
*/

/*@import url("../experon/style.css");*/

html {
  overflow-y: auto;
}

html, body, #body-core {
  min-height: 100vh;
}

a {
  color: grey;
}

q { /* skasowane wszystko odnoszące się do q z style.css z głównego motywu (experon) */
  quotes: '\201E' '\201D' '\00BB' '\00AB';
}
/*p {
  margin-top: 10px;
  margin-bottom: 10px;
}*/


#body-core {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}

#non-footer-wrapper {
  flex: 1 0 auto;
}


#header-core {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
	#header-core {
    padding-top: 20px;
    padding-bottom: 20px;
	}
}

#header-core::before, #header-core::after {
  display: none;
}

#logo {
  margin: auto;
  margin-right: 0px;
  margin-left: 15px;
}

@media only screen and (max-width: 768px) {
	#logo {
		margin-left: 0px;
	}
}

#logo h1 {
  margin-top: 0px;
  padding-bottom: 1px;
  color: #960e0e;/*#106e9e;*/
}

#logo h2 {
  color: #909090;
}

#header-links {
  min-width: 400px;
  margin-right: 0px;
}

#header .header-links > ul > li a {
  font-size: 16px;
  color: #909090;
  padding: 10px 15px;
}

#header .menu > li.menu-hover > a,
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover {
  color: #960e0e;/*#106e9e;*/
}

#header-nav {
  margin: 0px;
  margin-right: -20px;
  display: none;
}

@media only screen and (max-width: 768px) {
	#header-nav {
		display: initial;
	}
}

#header-nav .btn-navbar {
  padding: 20px;
  display: block;
}


#header-responsive li a {
  text-align: center;
}

#intro {
	background: none;
  border-bottom: 0;
  padding: 25px 10px 15px;
}

@media only screen and (max-width: 685px) {
  #intro #intro-core {
    display: table;
    margin-left: 0px;
  }
}

#intro .page-title {
  text-align: center;
}


#content {
  padding: 15px 10px 30px;
}

#main-core {
  /*width: 95%;*/
  margin: auto !important;
  /*border: black dotted 1px;*/
}

#main-core .artperon-content-special {
  color: #960e0e; /* color: #106e9e */
}

/* .centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes *//*
  transform: translate(-50%, -50%);
} */


footer {
  right: 0;
  left: 0;
}

#sub-footer {
	padding: 7px 10px;
  background-color: #292929;
}

@media only screen and (max-width: 685px) {
	#sub-footer-core {
    text-align: center;
	}
}

@media only screen and (max-width: 568px) {
	#sub-footer-core .copyright {
		margin-bottom: 2px;
	}
}

.copyright {
   color: grey;
}

.widget.recent-posts-widget-with-thumbnails {
  text-align: center;
}
