/* Global */

body {
 background: #fff url(''); 
}

.post-title a, .post-title a:active, .post-title a:visited {
    color: #404040;
}

.edit-link a, .edit-link a:active, .edit-link a:visited {
     background: #404040; 
}

/* Events Calender */

.tribe-bar-submit {
    width: 35%;
  margin-left: 0px;
}

#tribe-events ul li:before {
 content: '' !important; 
}

.tribe-events-list-widget ol li {
  margin-bottom: 15px;  
}

#sidebar .tribe-event-title {
  margin:0px;
}

#tribe-events .hentry:after { 
 background-image: none; 
}

.tribe-events-gcal {
 display:none !important; 
}


/* Footer */

#footer-top-outside {
 border-top: none;
    background: #f4f4f4;
    padding: 1em 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.social-icon.rss {
 background-color: #f4f4f4; 
}

.social-icon i {
    font-size: 1em;
  color: #404040;
}
.social-icon {
-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Navigation */

#main-nav-outside {
      border-bottom: 1px solid #d1d1d1;
  		border-top: 4px solid #f80;
  -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  border-left: none;
    border-right: none;
}

.home #main-nav ul > li.current-menu-item:after, #main-nav ul > li.current_page_item:after {
  display: none;
}

/* Posts and Pages */

#title-outside {
 background: #dadada; 
}

.title-header .post-title {
	color: #404040;
}

/* Categorys &amp; Archives */

.title-header .post-title i {
 color: #404040; 
}

.post-title .label, .title-header .post-title .value:before, .title-header .post-title .value:after {
 display:none; 
}

/* Forms */
input[type="submit"], input[type="button"], input[type="reset"] {
 border:none; 
}

/* Post list */

.home section article p {
 margin:0px; 
}

.hentry, .type-attachment {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  	background: #f4f4f4;
    margin-left: -1em;
    margin-right: -1em;
    padding: 1em;
}

.post-more {
 border:none; 
}

.post-meta {
    color: #808080;
    padding: 1em 0;
    overflow: auto;
}

.footer {
 margin:0;
 border:none;
  background-color:#f4f4f4;
}
.type-post:after, .type-page:after {
background: url('wp-content/uploads/2016/09/bg-front-post.png') no-repeat center center scroll;
}

/* Sidebar */
.post-nav {
  display:none;
}

.post-meta .author-avatar, .post-meta .post-author  {
 display: none !important; 
}

.widget-sidebar {
    background: #f4f4f4;
    color: #808080;
    padding: 1em;
    margin: 0 0 0.166em;
}

.widget-sidebar .widget-title {
    padding: 0.666em;
    margin: -0.666em -0.666em 0.666em;
    border-bottom: 0.111em solid #fff;
}

.widget-sidebar a, .widget-sidebar a:active, .widget-sidebar a:visited {
    color: #404040;
}


.widget_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a:active, .widget_tag_cloud .tagcloud a:visited {
 background:none;
  color: #404040;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

