/* Header */

.menu-container {
    font-size: .8em;
    font-weight: 400;
}

.header-inner #header-menu {
	width:auto;
}

#main {
	margin-bottom:10px;
}

/* Home Cards */

.post-excerpt p {
    color: #222222;
    line-height: 1.5;
}



.grid-view .post-content {
    display: block;
    margin: 6px 10px 30px;
    padding: 0 15px;
}

.post-date {
    margin: 20px 0 10px !important;
    color: #555555 !important;
    font-size: .7em !important;
    text-align: left !important;
    text-transform: uppercase;
}



.post-title {
    font-weight: 400 !important;
}

.post-meta {
	display:none;
}


/* Sidebar */

.sidebar {
    padding: 0;
}

/* Widgets */
.widget {
   margin-bottom: 24px;
   padding: 10px 25px 25px;
   font-size: .85em;
	border-left: 6px solid #cdcdcd;
}

.widget .widget-title {
   position: relative;
   margin: 0em 0.2em 0.2em;
   font-family: Yesteryear,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;
   font-size: 2.5em;
   font-weight: 400;
   text-transform: lowercase;
}

.widget p {
   font-size: 0.85em;
   font-weight: 400;
   text-transform: none;
}

/* Widget - Tag Calendar */

.widget_tag_cloud a {
    display: inline-block;
    margin: .2em .03em;
    padding: 4px 6px;
    border: 1px solid #d58e00;
    border-radius: 5px;
    background-color: #d58e00;
    color: #FFFFE7;
    line-height: 1.2;
    font-size: 1.4rem!important;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

/* Widget - Calendar */

.widget #wp-calendar {
  font-size: 0.9em;
}

.widget #wp-calendar td {
	padding:3px;
}

.widget #wp-calendar caption {
  font-size: 1.1em;
	font-weight:600;
	margin: .2em 0 .7em 0;
	text-transform: uppercase;
	background-color: #222;
	color:#ffffff;
	padding:2px;
}

/* Post Page */

.title-box-inner {
    padding: 0 10px;
}
.breadcrumb {
	display:none;
}

.content-inner {
    padding: 0 10px;
  -webkit-box-shadow: none;
box-shadow: none;
}

.entry blockquote {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 1em 1em 3em;
    border-radius: 1px;
    color: #444;
    font-style: italic;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    border-left: 8px solid #444444;
    font-size: 1.2em;
    line-height: 1.2em;
}

/* footer */

ul.page-numbers {
    border-bottom:none;
    color: #222222;
    font-weight: 400;
    padding: 0 10px;
	  font-size: 0.8em;
}

.footer {
    font-weight: 400;
    font-size: .9em;
}

.footer .copyright a {
    color: #D68E00;
}

.footer-widget-area, .sidebar {
	background-color: #f0f0f0;
}

.footer-widget-area {
    padding-top: 20px;
    padding-bottom: 40px;
	box-shadow: none;
}

/* forms */

input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
    padding: 6px;
    border: 1px solid #ddd;
    color: #717171;
    margin: 10px 0;
}
