/*
Theme Name: AD Coaching Blog
Theme URI: https://entrepreneurscircle.org/
Template: myknowledgebase
Author: Tommy Cunningham
Author URI: mailto:support@entrepreneurscircle.org
Description: A Knowledge Centre child theme for AD Coaching Blog
Version: 1.0.0.1642168105
Updated: 2022-01-14 13:48:25

*/

body.home, body.search-results, body.search-no-results, body.error404, body.archive {
    background-color: rgba(254, 204, 23, .1);
}

#container {
	display: flex;
}

#footer .site-info {
	display: none;
}

table, th, td {
    border: unset;
    padding: unset;
}

#content .post-list:last-of-type {
    /* border-bottom: 0; */
    margin-bottom: 0;
}

#content .post-list {
    background-color: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 1rem;
    padding: 1rem;
}

#breadcrumbs {
    font-size: 1rem;
    line-height: 1;
}

#content .post-list .entry-content {
    padding-bottom: 0;
}

#content .post-list .entry-content p {
    font-size: 1rem;
    line-height: normal;
}

.more {
    padding-bottom: 0;
}

.entry-title {
    font-weight: bold;
    color: #FDBE0F;
}

.entry-content {
	font-size: 1.4rem;
}

.entry-content p, .entry-content ul, .entry-content ol, .entry-content-page p, .entry-content-page ul, .entry-content-page ol {
	font-size: inherit;
}

.list-image, .single-image {
	border-radius: .25rem;
}

div.post-nav {
	margin-top: 1rem;
}

a.readmore, a.nav-next, a.nav-prev {
    background-color: #4C3C4F;
    color: #FFFFFF;
    border-radius: 5px;
    transition: all 0.2s ease;
}

a.nav-next, a.nav-prev {
	padding: 5px 10px;
	background-color: #FFFFFF;
    color: #4C3C4F;
    border: 1px solid rgba(0,0,0,0.1);
    font-weight: 500;
}

a.readmore:hover, a.readmore:focus {
    background-color: #302531;
    color: #FFFFFF;
}

a.nav-next:hover, a.nav-next:focus, a.nav-prev:hover, a.nav-prev:focus {
	background-color: #FAFAFA;
	color: #4C3C4F;
}

.mobile-nav-container {
    padding: 0;
}

#mobile-nav.sv-nav {
    opacity: 1;
    pointer-events: unset;
    top: calc(100% - 5px);
}

#mobile-nav.sv-nav ul {
    margin-bottom: 0;
}

#mobile-nav.sv-nav ul li:last-of-type {
    border-bottom: none;
}

#header-third {
    position: relative;
    background-color: rgba(202, 149, 2, .25);
}

#header-third .search-form {
    float: unset;
    display: table;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 830px;
    position: relative;
}

#header-third .search-field {
    display: block;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border: 0;
    border-radius: 100px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1rem;
    padding: .5rem 2rem;
    padding-right: 3rem;
}

#header-third .search-submit {
    background: unset;
    color: #AAAAAA;
    position: absolute;
    top: calc(50% - .6rem);
    padding: 0;
    right: 1rem;
    font-size: 1.2rem;
    line-height: 1.2rem;

}

#header-third .search-submit:hover, #header-third .search-submit:focus {
    background: unset;
    color: #919191;
}

#header-third .srl {
    height: 0;
    margin: 0;
    padding: 0;
    display: block;
}

.tag-success {
	background: inherit;
}

h1.page-title {
	color: #4C3C4F;
}

h1.page-title strong {
	color: #FDBE0F;
}

.tag {
	white-space: inherit;
	text-align: inherit;
	color: inherit;
	font-weight: inherit;
    display: inherit;
    padding: inherit;
    font-size: inherit;
    line-height: inherit;
    vertical-align: inherit;
    border-radius: inherit;
}

.archive h1.page-title {
	font-weight: 700;
	color: #FDBE0F;
}

.archive h1.page-title span {
	color: #4C3C4F;
	font-weight: 500;
}

.list-image, .single-image {
	margin: 0 1rem 1rem 0;
}

#sidebar {
  margin-left: 1rem;
}

.archive #sidebar, .search #sidebar {
  margin-top: calc(3.5rem - 1px);
}

.post-template-default #content, .page-template-default #content {
  width: 100%;
}

.post-template-default #sidebar, .page-template-default #sidebar {
  display: none;
}

#sidebar #block-8 {
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 1rem;
  padding: 1rem;
  overflow: hidden;
}

#sidebar #block-8 h2.widget-title {
  text-align: center;
  background-color: #4C3C4F;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem;
  margin: -1rem;
  margin-bottom: 1rem;
}

#sidebar #block-8 ul.wp-block-categories {
  margin: 0;
  list-style: none;
}

#sidebar #block-8 ul.wp-block-categories li {
  margin: 0;
  font-size: 1rem;
  border-bottom: 1px solid rgba(79, 89, 163, .25);
}

#sidebar #block-8 ul.wp-block-categories li:last-of-type {
  border-bottom: 0;
}

#sidebar #block-8 ul.wp-block-categories li a {
  display: block;
  padding: .25rem;
}

#sidebar #block-8 ul.wp-block-categories li a:hover {
  background-color: rgba(210, 213, 233, .1);
}

#mobile-nav-toggle {
	color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  #container {
    display: inherit;
  }
  #content, #sidebar {
    float: none;
    width: 100%;
  }
  #sidebar {
    margin-left: 0;
    margin-top: 0 !important;
  }
}