/*
Theme Name:Doo Child
Text Domain: doo-child
Template: doo
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Tags: threaded-comments, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, sticky-post, theme-options, translation-ready, post-formats, custom-logo, blog, e-commerce, holiday, news, photography, portfolio

All files, unless otherwise stated, are released under the GNU General Public License
version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
==================================================
*/

/** ensure smaller screens have no margin **/
.row {
	width: 100%;
	margin-left: 0px !important;
}


/** hides responsive menu button **/
.menu-toggle {
	display: none;
}

a {
	color: #c51e3a;
}

h1.site-title {
	font-size: 46px;
}

p.site-description {
	font-size: 16px;
}

.widget_categories ul {
	padding-left: 35px !important;
}

..cat-item {
	border-bottom: 1px solid red;
}

.widget_collapsed_archives_widget ul {
	padding-left: 35px !important;
}

h2.widget-title {
	text-align: left !important;
	padding-bottom: 5px;
	border-bottom: 2px solid #666;
}

.widget li {
	line-height: 22px;
}

/** custom display for About widget **/
.about {
	background: #bfeffb;
	padding: 0 10px;
	border-radius: 12px;
	border: 1px solid #ccc;
	display: none;
}

h2.entry-title, h2.entry-title a {
	text-align: left !important;
}

.entry-meta, .entry-meta-inner {
  justify-content: left !important;
  text-align: left !important;
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
}

.entry-meta {
	text-align: left !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}

.entry-meta span {
	border-right: 2px solid #666;
	padding: 0 10px;
}

.meta-comments {
	border-right: none !important;
}

.archive-main.archive-full article {
	border-bottom: 3px solid #ccc;
}

.entry-content p a {
	word-wrap: break-word !important;
}


li.cat-item {
	line-height: 25px;
	padding-top: 5px;
	margin-left: -20px;
	list-style-type: none;
}

.collapsed-archives ul {
    margin-left: -2.5em !important;
}

.collapsed-archives ul ul {
    margin-left: -0.5em !important;
	list-style-type: none;
}

.page-numbers {
	font-size: 30px;
}