.blinking-cursor {
  -webkit-animation: 1.5s blink step-end infinite;
  -moz-animation: 1.5s blink step-end infinite;
  -ms-animation: 1.5s blink step-end infinite;
  -o-animation: 1.5s blink step-end infinite;
  animation: 1.5s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: #fff;
  }
}
.table { display:table; }
.table-row { display:table-row; }
.table-cell { display:table-cell; }

:focus {
	outline: 3px solid transparent;
	outline-offset: 3px;
}
:focus-visible {
	outline: 3px solid rgb(189, 39, 38);
	outline-offset: 3px;
}

/*Content*/
.archive_content article {
	margin-bottom: 3rem;
}
.archive_content article:last-of-type {
	margin-bottom: 2rem;
}
.entry-header .entry-title {
	margin: 0;
	font-weight: 100;
}
.projects-template-default .entry-header .entry-title {
	margin: 0 0 0.5em;
}
.single .entry-header .entry-title {
	border: none;
	padding-left: 0;
}
.page_content {
	flex: 1;
	padding-bottom: 2rem;
}
.columns_nomargins {
	display: grid;
	align-items: center;
	grid-gap: 1rem 1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.blog .post .entry-content {
	display: flex;
	flex-direction: column;
	margin-top: 2rem;
}
.single-post .page_content {
	background-color: #fcfcfc;
	border-top: 1px solid #ebebeb;
}
.single-post .page_content.sidebar_active {
	background-color: #fff;
}
.blog .page_content .blog_excerpt {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: space-between;
}
.blog .page_content .blog_excerpt p {
	margin-bottom: 0;
}
.blog .page_content .thumbnail a {
	margin: 0;
	display: block;
}
.single-post #page_content .inner, .page article .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page article.full_width .inner {
	display: block;
}
.single-post #page_content.sidebar_active .inner, .page article.sidebar_active .article-body-wrap  {
	justify-content: space-between;
}
.single-post .post-content, .page .article-body {
	flex: 1;
	max-width: 43.75rem;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #343434;
	word-wrap: break-word;
	-webkit-hyphens: none;
	hyphens: none;
	background-size: 200.22% auto;
	background-position: 0 0;
	transition: background-position .5s ease-out,color .3s ease-in-out;
	background-image: linear-gradient(to right,rgba(255,255,255,0) 50%,#f4f4f4 50%);
}
.entry-header .entry-title a:hover {
	background-position: -99.99% 0;
}
.single-projects .entry-header .entry-title span {
	background-size: 100% 1px;
	padding-bottom: 8px;
	background-repeat: repeat-x;
	background-position: 0px 100%;
	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.single-projects .page_body .inner {
	max-width: 940px;
}
.single-projects .pageline {
	margin: 0;
}
.single-projects h1 {
	text-align: center;
}
.single-projects .project_info { 
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 1rem 0;
	border-topd: 1px solid #393939;
	border-bottomd: 1px solid #393939;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 1.25rem;
}
.single-projects .project_info div {
	border-right: 1px solid #393939;
	padding: 1rem 0.5rem;
}
.single-projects .project_info div:last-child {
	border: 0;
}
.single-projects .project_info span {
	text-transform: uppercase;
}
.post-meta {
	font-size: 0.875rem;
	font-family: 'Open Sans', sans-serif;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	margin: 0.357143em 0 0;
	padding: 0.25rem 0;
}
.post-date, .post-category a {
	color: #5F5F5F;
	text-decoration: none;
	text-transform: uppercase;
}
.post-category a:hover {
	color: #c39f76;
}
.post-category a:before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='gray' viewBox='0 0 30 28'><path d='M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z' /></svg>");
	vertical-align: middle;
	margin-right: 0.5rem;
}
.read_more_wrap {
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
	padding: 7px 0;
    margin-top: 1rem;
}
a.readmore {
	text-decoration: none;
	padding: 0.25em 0.375em;
	color: #372E2E;
	display: inline-block;
	font-weight: bold;
	border-radius: 0.1325em;
	text-shadow: 0px 0px 2px #c4c4c4;
	margin: 0.75em 0;
}
a.readmore:hover {
	opacity: 0.9;
}
/*Contact Forms - Default Style*/
form {
	padding: 0;
	max-width: 32rem;
	margin: 0 auto;
	display: grid;
	grid-gap: 1rem 0;
}

.eform_default {
    display: grid;
    grid-template-areas:
        "name name"
        "email email"
        "phone zip"
        "message message"
        "button button";
    grid-gap: 1rem;
}

form input, form textarea {
	min-height: 34px;
	box-sizing: border-box;
	color: #000;
	font-family: freight-sans-pro;
	font-size: 1.0625rem;
	line-height: 22px;
	padding: 0.5em 1em;
	width: 100%;
	border: 1px solid transparent;
	min-block-size: 40px;
	transition: background-color linear .2s;
	transition: border-color linear .2s;
}
form input:focus, form textarea:focus {
	background: #f9f9f9;
	border: 1px solid #b8b8b8 !important;
	transition: background-color linear .2s;
	transition: border-color linear .2s;
}
form button[type=submit] {
	display: block;
	width: 18rem;
	margin-top: 2.25rem;
	-webkit-appearance: none;
	justify-content: center;
	justify-self: center;
	min-width: 18.75rem;
	min-block-size: 40px;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	border: 0;
	border-radius: 35px;
	background: #404041;
	transition: background-color .3s cubic-bezier(.5,.25,.25,.75),box-shadow .2s cubic-bezier(0,.25,.25,.75),transform .2s cubic-bezier(0,.25,.25,.75),color .3s cubic-bezier(.5,.25,.25,.75),font-size .3s cubic-bezier(.5,.25,.25,.75),block-size .3s cubic-bezier(.5,.25,.25,.75),min-inline-size .3s cubic-bezier(.5,.25,.25,.75),min-block-size .3s cubic-bezier(.5,.25,.25,.75),opacity .2s cubic-bezier(0,.25,.25,.75),padding .3s cubic-bezier(.5,.25,.25,.75),inline-size .3s cubic-bezier(.5,.25,.25,.75);
}
.eform_default .columns_nomargins {
	grid-template-columns: 1fr 1fr;
}
.eform_default button[type="submit"]:hover {
	background: #5c5c5d;
}
.color {
	color: #b1100c;
}
.thumbnail a {
	display: inline-block;
	margin: 0 2rem 0 0;
	position: relative;
	text-decoration: none;
}
.thumbnail a img {
	display: block;
	margin: 0;
	border-radius: 2px;
	width: 100%;
	height: auto;
}
.thumbnail a:before {
	opacity: 0;
	position: absolute;
	border-radius: 2px;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(to left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%);
	transition: opacity .3s ease-in-out;
}
.thumbnail a:after {
	opacity: 0;
	font-weight: bold;
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 100px);
	display: inline-flex;
	min-block-size: 40px;
	min-width: 200px;
	content: 'Read More';
	color: #fff;
	background: rgba(0,0,0,0.55);
	padding: 6px 12px;
	border-radius: 25px;
	transition: opacity .3s ease-in-out;
	align-items: center;
	justify-content: center;
}
.thumbnail a:hover:after {
    opacity: 1;
}
.thumbnail a:hover:before {
    opacity: 0.3;
}
.feature_text div {
	height: 100%;
	padding: 2rem;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border: 1px solid #ebebeb;
	background: #fcfcfc;
}
.shadow_box {
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
	position: relative;
}
.shadow_box:hover {
	transform: scale(1.04,1.04);
	backface-visibility: hidden;
	z-index: 1;
}
.shadow_box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
    opacity: 0;
    -webkit-transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
    transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
}
.shadow_box:hover::after {
	opacity: 1;
}
.golden_style .feature_text div {
	border: 0;
	background: #fdfdfd;
}
.feature_image img {
	border: 0;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*Sidbear*/
#sidebar {
	font-size: 1rem;
	background: #fbfcfd;
	border: 1px solid #f2f2f2;
	padding: 1rem 2rem;
	margin-top: 2rem;
	height: max-content;
}
.page #sidebar {
	margin-top: 0;
}
#sidebar .widget {
	margin-bottom: 3rem;
}
#sidebar .widget:last-child {
	margin-bottom: 1rem;
}
#sidebar .widget-title {
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222222;
	font-size: 1rem;
	text-align: center;
	border: 1px solid #222;
	border-left: 0;
	border-right: 0;
	padding: 0.5em;
	margin-bottom: 1rem;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-bottom: 1px solid #e1e1e1;
}
#sidebar li a {
	display: block;
	color: #222222;
	padding: 0.25em 0;
}
#sidebar li a:hover {
	color: #999;
}
@media screen and (min-width: 768px) {
	.single-post #page_content .inner, .page article .inner {
		flex-direction: row;
	}
	#sidebar {
		flex: 0 0 25rem;
	}
	.has_padding .feature_text {
		padding: 1rem;
	}
	.golden_style .feature_text div {
		border: 1px solid #c39f76;
	}
	.widget-area .textwidget.loc, .widget-area .textwidget.hours {
		margin: 0;
	}
	.blog .post .entry-content {
		flex-direction: row;
	}
	.blog .page_content .thumbnail a {
		margin: 0 2rem 0 0;
	}
	.blog .page_content .blog_excerpt {
		min-width: 30rem;
	}
}
/*Pagination*/
.pagination {
	font-family: 'Open Sans', sans-serif;
}
.pagination, .nav-single {
	margin: 2rem 0 0;
	position: relative;
	font-size: 1rem;
	line-height: 1;
	text-align: center;
}
.pagination span, .pagination a {
	display: inline-block;
	border: 1px solid #d6d6d6;
	border-right: 0;
	padding: 0.5em 0.75em;
	text-decoration: none;
	width: auto;
	color: #343434;
	transition: all ease 0.1s;
}
.pagination a:last-child, .pagination a:nth-last-child(2) {
	border-right: 1px solid #d6d6d6;
}
.pagination span.current {
	background: #F0F0F0;
}
.pagination a:hover {
	color: #999;
}
.pagination .load-more {
	display: block;
	width: 7rem;
	margin: 0 auto;
}
.pagination .disabled {
	display: none;
}
.pagination .arrow {
	display: none;
}
/*Footer*/
#footer {
	color: #fff;
	font-size: 1rem;
	line-height: 1.7;
	background: #2d2d2d;
}
.home #footer, .home .footer-bottom {
	color: #343434;
	background: #fff;
}
#footer .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: column;
	align-content: center;
	text-align: center;
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .widget-area .widget-container {
	width: max-content;
	margin: 0 auto;
}
#footer h2 {
	font-size: 2rem;
	margin: 0.875em 0 0.625em;
	text-align: center;
}
#footer .nav-menu li {
	padding: 3px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.home #footer a {
	color: #343434;
}
.footer-bottom {
	margin-top: 1em;
	letter-spacing: 1px;
	border-top: 1px solid #ccc;
}
#footer .footer-bottom a, #footer .copyright {
	display: inline-flex;
	width: 100%;
	padding: 11px 0;
	justify-content: center;
}
#footer .footer-bottom li {
	border-top: 1px solid #d1d1d1;
}
#footer .nav-menu {
	text-align: center;
}
#footer .widget-area .nav-menu {
	text-transform: uppercase;
}
.footer_icon {
	fill: #fff;
	width: 2rem;
	height: 2rem;
	display: block;
	margin: 0 auto;
}
.home .footer_icon {
	fill: #343434;
}
#footer .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#footer .info .table_row {
	line-height: 1;
}
#footer .info .table_row div {
	padding-bottom: .5rem;
	text-align: left;
}
#social-widget a {
	width: 3.5rem;
	height: 3.5rem;
}
#footer .textwidget, #social-widget {
	display: table;
	margin-bottom: 12px;
}
#social-widget {
	border-spacing: 1rem 0;
	margin: auto;
}
#footer .info {
	display: table-cell;
	vertical-align: middle;
	padding-left: 12px;
}
#footer .phone .icon {
	width: 25px;
	height: 25px;
	display: table-cell;
	padding-right: 7px;
}
#footer .icon {
	display: table-cell;
	vertical-align: middle;
}
.hours_column {
	padding-left: 10px;
}
.footer-contact {
	display:none;
}
.home .footer-bottom {
	background: #fafafa;
}
#footer a:hover {
	filter: grayscale(60%);
	opacity: 0.8;
	transition: opacity ease 0.4s;
	text-decoration: none;
}
/* Wordpress Comment Box*/
.net {
	display: none;
}
.comment-form {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: 1fr;
	justify-content: space-between;
	max-width: none;
	width: 100%;
	margin: 0;
	font-family: freight-sans-pro, Helvetica, Arial, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5;
}
.comment-respond {
	margin-top: 2rem;
}
.comment-reply-title {
	margin-bottom: 2rem;
	font-size: 1.5rem;
}
#cancel-comment-reply-link {
	display: none;
}
.comments-area ul {
	list-style: none;
}
.comments-area {
	--comment-box-radius: 10px;
}
.comment-list .comment-body {
	position: relative;
	border: 1px solid #e1e1e1;
	border-radius: var(--comment-box-radius);
	padding: 18px 40px;
	margin: 2rem 0;
}
.comments-title {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 7px 0;
	margin-top: 25px;
}
.comments-area p {
	margin: 0;
}
.comment-list, .comment-list ol   {
	list-style: none;
	margin: 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	padding: 1.6842em 0;
}
.comment-meta {
	position: relative;
}
.comment-metadata a, .pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
.comment-author {
	font-size: 1.1875rem;
	font-family: 'Open Sans', sans-serif;
}
.comment-metadata { 
display:none; 
}
.comment-content p {
	margin: 1em 0;
}
.comment-author .avatar {
	float: left;
	border-radius: 50%;
	height: 56px;
	margin-right: 1.6842em;
	top: 3px;
	width: 56px;
	position: absolute;
	float: none;
	left: -29px;
    top: 22px;
}
.comment-date {
	font-size: 0.6875em;
	color: #929292;
	margin-left: .5em;
}
.comment_field input, .comment_field label {
	line-height: 1;
}
.comment_field label input {
	margin: 0;
	cursor: pointer;
}
.comment-reply-notification-field,
.comment-reply-notification-notice {
	grid-column: 1 / -1;
}
.comment-reply-notification-field label {
	align-items: flex-start;
	display: flex;
	gap: .5rem;
	line-height: 1.35;
}
.comment-reply-notification-field input[type="checkbox"] {
	flex: 0 0 auto;
	inline-size: 1.15rem;
	min-block-size: 0;
	min-height: 0;
	margin-top: .2rem;
	width: 1.15rem;
}
.comment-reply-notification-notice {
	background: #f4faf1;
	border: 1px solid #d7e2d2;
	color: #2f5d2f;
	padding: .75rem 1rem;
}
.comment-list .reply a {
	padding: 0.4375em 0.875em;
	border: 1px solid #d6d6d6;
	color: #5a5a5a;
	display: inline-block;
	font-family: museo-sans, 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 0.4167em 0.8333em;
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
}
.comment-list .reply a:hover, .comment-list .reply a:focus {
	border-color: #8c8c8c;
	color: #8c8c8c;
}
.comment-list .reply a:active {
	transform: scale(1.04,1.04);
	transition: all .6s cubic-bezier(0.165,0.84,0.44,1);
}
.comment_field {
	margin:0;
	width: 100%;
}
.comment_field input, .comment_field textarea {
	color: #3f4549;
	cursor: text;
	padding: 0.5em 0.7em;
	font: inherit;
	transition: all .15s ease-in-out;
	border: 1px solid #e1e1e1;
	border-radius: var(--comment-box-radius);
	transition: border-color linear .2s;
	transition: background-color linear .2s;
}
#commentform input[type="text"]:focus, #commentform input[type="email"]:focus, #commentform input[type="url"]:focus, #commentform textarea:focus {
	border-color: #444;
	background: #f9f9f9;
	transition: border-color linear .2s;
	transition: background-color linear .2s;
}
#commentform input[type="text"]:focus-visible, #commentform input[type="email"]:focus-visible, #commentform input[type="url"]:focus-visible, #commentform textarea:focus-visible {
	outline: none;
}
.comment_field textarea {
width: 100%;
}
.form-submit input {
	-webkit-appearance: none;
	border: none;
	background: #565656;
	display: inline-block;
	width: auto;
	min-width: 18rem;
	padding: 10px 1rem;
	color: #fff;
	font-family: freight-sans-pro, Helvetica, Arial, sans-serif;
	line-height: 1.1;
	border-radius: 2px;
	font-weight: 500;
	transition: background .2s;
}
.form-submit input:hover{
	background: #2d2d2d;
	transition: background .2s;
}
/*Portfolio*/
.project_post {
	position: relative;
}
.project_post img, .grid_post img{
	display: block;
	width: 100%;
	height: auto;
	transition: transform .2s ease-in-out;
}
.project_post figure {
	aspect-ratio: 1 / 1;
	margin: 0;
	overflow: hidden;
}
.project_post figure img {
	height: 100%;
	object-fit: cover;
}
.project_description {
	width: 100%;
	position: absolute;
	color: #000;
    bottom: 40px;
	padding: 10px;
	background: #fff;
	opacity: 0.75;
}
.wide-plank-page__inner {
	max-width: 77rem;
	padding: 0 2rem;
}
.wide-plank-page .subtitle_wrapper {
	text-align: center;
}
.wide-plank-page .subtitle {
	font-size: 2.25rem;
}
.color_caption {
	text-align: center;
}
.portfolio_content a:before  {
	opacity: 0;
	position: absolute;
	border: 1px solid #eee;
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: linear-gradient(to left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%);
	transition: opacity .3s ease-in-out;
}
.portfolio_content a:hover:before {
	opacity: 0.3;
}
.portfolio_content a:after {
	opacity: 0;
	font-weight: bold;
	position: absolute;
	top: 35%;
	left: 35%;
	display: block;
	content: 'View';
	color: #000;
	background: #fff;
	padding: 10px 26px;
	border-radius: 15px;
	transition: opacity .3s ease-in-out;
}
.portfolio_content a:hover:after {
	opacity: 0.8;
	transition: opacity .4s ease-in-out;
	transition-delay: .05s;
}
.projects_sel {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 2rem;
}
.projects_cat {
	display: inline-block;
	margin-right: 1rem;
}
.projects_cat a {
	display: block;
	color: #343434;
	padding: 0.5rem 0.75rem;
	background: #f2f2f2;
	border-radius: 10px;
	border: 1px solid transparent;
}
.projects_cat a.active {
	border: 1px solid #ccc;
	background: #fff;
}
.projects_cat a.active:hover {
	background: #fff;
}
.projects_cat a:hover {
	color: #343434;
	background: #eee;
}
.pattern_img {
	background: #fff;
}
.service_tile h3 {
	margin-top: 0.5em;
}
@media screen and (max-width: 519px) {
	.footer-bottom .inner {
		padding: 0;
	}
	#footer .copyright {
		border-top: 1px solid #d1d1d1;
	}
	.footer-bottom {
		border: 0;
	}
}
@media screen and (min-width: 520px) {
	#footer .inner {
		flex-direction: row;
		align-content: stretch;
		text-align: center;
	}
	#footer .footer-bottom .inner {
		flex-direction: row-reverse;
	}
	#footer .footer-bottom li{
		display: inline-block;
		border: none;
	}
	#footer .footer-bottom li + li::before {
		content: " | ";
		display: inline-block;
		font-size: 110%;
		margin: 0 0.5em 0 0.5em;
		margin: 0 10px 0 10px;
	}
	#footer .footer-bottom a, #footer .copyright {
		width: auto;
	}
	#footer .nav-menu, #footer h2 {
		text-align: left;
	}
}
@media screen and (min-width: 768px) {
	#motto_section h1 {
		font-size: 1.75rem;
	}
	#footer .widget-area:first-child {
		margin-left: 0;
	}
	#footer .widget-area:last-child {
		text-align: center;
	}
	.home .footer-bottom {
		background: none;
	}
	.pagination .arrow {
		display: inline-block;
	}
	.pagination a:nth-last-child(2) {
	border-right: 0;
	}
}
