/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.page-links {
    clear: both;
    margin: 0 0 1.5em;
    font-size: 25px;
    background-color: #eedee2;
}

#commentform input,
#commentform textarea{
	margin-top:15px;
}

@media (min-width:678px){
	#commentform #email{
		width:49%;
		float:left;
	}
	#commentform #url{
		width:48%;
		float:right;	
	}

	#commentform .fields-wrap:after{
		content:"";
		display: block;
		clear:both;
	}	
}

.separate-containers .site-main>:last-child, .one-container .site-main>:last-child {
    margin-bottom: 0;
    background-color: #f0f0f0;

}
.comment-content {
    padding: 20px;
    border: 1px solid #000000;
}

.rel_posts {
  border-top: 1px dotted gray;
  padding-top: 20px;
}
.rel_posts:after {
  content: "";
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  clear: both;
}
.rel_posts ul {
  width: 100%;
}
.rel_posts ul li {
  list-style: none;
  width: 10%;
  float: left;
  margin-left: 10px;
}
.rel_posts ul li .title_rel {
  display: block;
  padding: 4px;
}
@media only screen and (max-width: 600px) {
  .rel_posts ul li {
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .rel_posts ul li:nth-child(odd) {
    clear: both;
  }
}
