.comment-form-url {
	display: none;
}

/* Responsive */
* , *:before, *:after{ 
	 box-sizing:border-box; 
}

/* some fixes */
.home_post_container {
	float: none;
}

.post.excerpt, .secondary-navigation {
	width: 100%;
}

.wp-caption {
  width: 100% !important;
}

/* end some fixes */

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: justify;
  overflow-y: scroll;
  line-height: 2; 
}

.main-header .container {
  max-width: 100%;
}

.container {
  max-width: 1200px;
}
.article {
  width: 100%;
	padding-left: 0px;
}

.pagination {
  display: flex;
  justify-content: center;
	float: none;
	width: 100%;
	background-color: inherit;
}

.sidebar.c-4-12, .f-widget {
  width: 100%;
  max-width: initial;
}

.top {
  float: none;
}

.main-container {
  padding: 0px 6px;
}


.footer-widgets, .copyrights {
  padding-left: 6px; 
  padding-right: 6px;
}

.copyrights  #copyright-note {
  display: flex;
  justify-content: space-between;
}

/* Format navigation select */

.js #navigation select {
	background-color: black;
	color: white;
	font-size: 1.3em;
	border: none;
	border-radius: 0;
}

.js #navigation select option {
	font-size: 1.3em;
}

#page {
	background-color: #eee;
	border: none;
}

.post.excerpt {
	background-color: white;
	border: 1px solid #ddd;
}

aside.sidebar {
	background-color: white;
	border: 1px solid #ddd;
	padding: 12px;
}

footer {
	margin-top: 12px;
}

footer, footer > .container {
	background-color: white;
	border: none;
}

@media(min-width: 800px) {
  .article {
    width: 70%;
		max-width: none;
  }
  
  .sidebar.c-4-12 {
    width: 28%;
    float: right;
  }
  
  #header {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .footer-widgets .footer-w-container {
    display: flex;
    justify-content: center;
  }
  
  .footer-widgets .f-widget {
    width: 32%;
    float: left;
    margin-right: 12px;
  }
}

@media(min-width: 1200px) {
  .main-container {
    padding: 0px;
  }
  
    
  .footer-widgets, .copyrights {
    padding-left: 0; 
    padding-right: 0;
  }
}

/* End Responsive CSS */	