li + li {
  margin-top: 10px;
}
.top_header_add li + li {
  margin-top: 0px;
}
.header-contact-info li + li {
  margin-top: 0px;
}
.social-icons li + li {
  margin-top: 0px;
}
.blog {
	position: inherit;
}

li:last-child {
    margin-bottom: 10px;
}
.top_header_add li:last-child {
  margin-top: 0px;
}
.header-contact-info li:last-child {
  margin-top: 0px;
}
.social-icons li:last-child {
  margin-top: 0px;
}

.header {
	position: fixed;
}
#section {
    margin: 0;
    padding: 50px 0 50px;
}
.nav-links {
	display: inline;
}
.pagination {
	float: left;
}
.pagination span {
    background-color: #202020;
    color: #ffffff;
    cursor: pointer;
    display: table-cell;
    line-height: 2.2;
    font-weight: 600;
    transition: all 0.3s ease 0s;
    padding: 10px;
    vertical-align: baseline;
    white-space: nowrap;
    width: 70px;
    height: 60px;
}
.pagination .current {
		color: #FFFFFF;
    background-color: var(--thm-primary);
}
.pagination span:hover, .pagination span.active {
    color: #FFFFFF;
    background-color: var(--thm-primary);
}

blockquote {
width: 70%;
text-align: center;
margin: auto !important;
margin-bottom: 20px !important;
padding: 10px;
color:#FFF;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
border: 1px solid #ccc;
border-radius: 6px;
box-shadow: 1px 1px 1px #ccc;
font-style: italic;
}
blockquote cite:before {
content: "\2014 \2009";
}
