/*
Theme Name: GD_Alysep
Theme URI: https://alyvia-alyn-lind.com
Description: Theme designed exclusively for alyvia-alyn-lind.com
Version: 1.0
Author: Gratrix Designs
*/




@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}






/* NAVIGATION */

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
}

.icon-star:before {
  content: "\f005";
}

.icon-home:before {
  content: "\f015";
}

.icon-camera:before {
  content: "\f030";
}

.icon-external-link:before {
  content: "\f08e";
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  margin-right: 0.5em;
  opacity: 0.2;
}

/* Defaut link style */
#access a, #access #menu a, #menu li a {
	display: block;
	color: #575757;
	text-decoration: none;
	padding: 1em 1em;
	letter-spacing: 0.15em;
}

#access a:hover, #access #menu a:hover, #access a.skip-link.focus, #access #menu a.skip-link.focus, #menu li a:hover {
	color: #575757;
}

#access {
	font-size: 12px;
	text-transform: uppercase;
	zoom: 1;
}

#access:before, #access:after {
	content: "";
	display: table;
}

#access:after {
	clear: both;
}

#access a.skip-link, #access #menu a.skip-link {
	position: relative;
	z-index: 2;
}

#access a.skip-link span, #access #menu a.skip-link span {
	position: absolute;
	right: 0.5em;
	top: 0.5em;
	padding: 0 0.3em;
}

#access #menu li.active a a, #access #menu li.active a a:hover, #access #menu li.active:nth-child(odd) a, #access #menu li.active:nth-child(odd) a:hover {
	background-color: #fff;
	color: #575757;
	cursor: default;
}

#menu {
	border: 0 none;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	-webkit-transition: max-height 500ms linear;
	-moz-transition: max-height 500ms linear;
	-ms-transition: max-height 500ms linear;
	-o-transition: max-height 500ms linear;
	transition: max-height 500ms linear;
}

#menu li a {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-moz-binding: url('xml/ellipsis.xml#ellipsis');
}

@media only screen and (max-width: 768px) {

#menu {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: margin 500ms linear;
    -moz-transition: margin 500ms linear;
    -ms-transition: margin 500ms linear;
    -o-transition: margin 500ms linear;
    transition: margin 500ms linear;
    margin-top: -8em;
    overflow: hidden;
}
	
#menu li {
    max-height: 0;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

#menu li a {
    -webkit-transform-origin: top 50%;
    -moz-transform-origin: top 50%;
    -ms-transform-origin: top 50%;
    -o-transform-origin: top 50%;
    transform-origin: top 50%;
    -webkit-transform: rotateX(-90deg) scale(0.97);
    -moz-transform: rotateX(-90deg) scale(0.97);
    -ms-transform: rotateX(-90deg) scale(0.97);
    -o-transform: rotateX(-90deg) scale(0.97);
    transform: rotateX(-90deg) scale(0.97);
    position: relative;
    overflow: hidden;
}
	
#menu li:nth-child(odd) a {
    -webkit-transform: rotateX(90deg) scale(0.97);
    -moz-transform: rotateX(90deg) scale(0.97);
    -ms-transform: rotateX(90deg) scale(0.97);
    -o-transform: rotateX(90deg) scale(0.97);
    transform: rotateX(90deg) scale(0.97);
}
	
#menu li.active a:before, #menu li a:hover:before {
    opacity: 1;
}
	
#menu li a:hover:before {
    color: #ba5b53;
}
	
#menu li.active a:before, #menu li.active a:hover:before {
    color: #fff;
}
	
#menu:target, #menu.target {
    margin-top: 0;
}
	
#menu:target li, #menu.target li {
    max-height: 2.5em;
    height: auto;
}
	
#menu:target li a, #menu.target li a {
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: rotateX(0) scale(1);
    -moz-transform: rotateX(0) scale(1);
    -ms-transform: rotateX(0) scale(1);
    -o-transform: rotateX(0) scale(1);
    transform: rotateX(0) scale(1);
  }
}

@media only screen and (min-width: 769px) {
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    display: block;
    text-align: center;
    margin-right: 0;
}

#access a.skip-link {
    display: none;
}

#menu {
    width: 100%;
    text-align: center;
}
	
#menu li {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    white-space: nowrap;
}
	
#menu li {
    *display: inline;
}
	
#menu li a:before {
    -webkit-transition: -webkit-transform 500ms ease-in;
    -moz-transition: -moz-transform 500ms ease-in;
    -ms-transition: -ms-transform 500ms ease-in;
    -o-transition: -o-transform 500ms ease-in;
    transition: transform 500ms ease-in;
}
	
#menu li a:hover:before {
    -webkit-transform: translateY(1em) scale(3) rotate(15deg);
    -moz-transform: translateY(1em) scale(3) rotate(15deg);
    -ms-transform: translateY(1em) scale(3) rotate(15deg);
    -o-transform: translateY(1em) scale(3) rotate(15deg);
    transform: translateY(1em) scale(3) rotate(15deg);
  }
}





/* HEADER & BODY */

#header {
	height: 440px;
	background: url(images/header.png) no-repeat center;
}

#headerbanner { 
	width:100%; 
	height:120px; 
	background:URL("images/headerbanner.png") top center no-repeat;
}

body {
	margin: 0;
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	color: #575757;
}






/* WRAPPER/CONTAINER */

#container {
	margin: 0 auto;
	max-width: 1600px;
    
}

#wrapper {
	margin: 0 auto;
	max-width: 1200px;
}






/* WELCOME */

#welcome {
	margin-top: 0;
	margin-bottom: 20px;
	width: 1200px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 2px;
	color: #535150;
}

#welcome b {
	color: #e89d52; 
}

#welcome strong {
	color: #d16a5e;
}

#welcome em {
	background: #e89d52;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #fff;
}

#welcome i {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #d16a5e;
}

#welcome u {
	border-bottom: 1px dashed #d16a5e; 
	padding-bottom: 1px; 
	font-weight: 400;
	text-decoration: none; 
	letter-spacing: 2px;
	color: #e89d52; 
}




/* POSTS */

#content {
	float: left;
	margin: 30px 0 0 0;
	width: 820px;
}

#content .post {
	margin: 0 0 20px 0;
}

.post_text {
	margin-bottom: 100px;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	background: #f7f7f7;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	color: #575757;
}

.post-title a { 
	font-size: 30px;
	line-height: 30px;
	font-family: 'Abril Fatface', cursive;
	color: #535150;
}

.post-title a:hover { 
	padding-bottom: 2px; 
	color: #e89d52; 
}







/* DATE/CATS */

.post-date {
	margin-right: 5px;
	padding: 15px;
	background: #d16a5e;
}

.day {
	font-size: 34px;
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	color: #fff;
}

.monthyr {
	font-size: 10px;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}

.line {
	margin-top: 5px;
	margin-bottom: 3px;
	border-bottom: 2px solid #FFF;
}

.tags {
	text-transform: uppercase;
}

.tags a {
	text-transform: uppercase;
	color: #535150;
}

.tags a:hover {
	text-transform: uppercase;
	color: #e89d52;
}

#meta {
	width: 100%;
	padding-top: 10px;
}

#meta span.auth {
	display: inline-block;
	padding: 3px;
	background: #e89d52;
	font-size: 11px;
	line-height: 1em;
	font-weight: 400;
	font-family: 'Rokkitt', serif;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 4px;
	color: #FFF;
}

#div {
	margin: 10px;
	width: 60px;
	height: 1px;
	background-color: #fff;
}

.border {
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #b1b1b1;
}








/* FEATURED IMAGE */

#content .featured {
	border: 0px solid #fff!important; 
}

#content .featured img {
	margin: 0px; 
	border: 0px!important;
	width: 100%;
	max-width: 820px;
	height: 320px;
	padding: 0px!important;
}

#content .featured img { 
	max-width: 100%;
}




/* POST IMAGES */

#content img,
#content img a {
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

#content img:hover,
#content img a:hover {
	filter: grayscale(34%) saturate(107%) sepia(35%);
}






/* HEADER TAGS */

h1 {
	display: block;
	margin: 0.67em 0;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #d16a5e;
}

h2 {
	display: block;
	margin: 0.83em 0;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #e89d52;
}

h3 {
	display: block;
	margin: 1em 0;
	font-size: 1.17em;
	font-weight: bold;
	text-transform: uppercase; 
}

h4 {
	display: block;
	margin: 1.33em 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase; 
}

h5 {
	display: block;
	margin: 1.67em 0;
	font-size: 0.83em;
	font-weight: bold;
	text-transform: uppercase; 
}

h6 {
	display: block;
	margin: 2.33em 0;
	font-size: 0.67em;
	font-weight: bold;
	text-transform: uppercase;
}






/* HIDDEN POST CONTENT */

.more-link {
	display: inline-block;
	margin: 20px 0 0 0;
	border: 1px solid #d16a5e;
	padding: 10px 20px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #e89d52;
}

.more-link:hover {
	display: inline-block;
	border: 1px solid #e89d52;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #d16a5e;
}






/* GALLERY LINK */

.gal-links {
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 55px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 15px;
	background-image: url(images/gallink.png);
	background-repeat: no-repeat;
	line-height: 18px;
}

.gal-links a {
	display: inline-block;
	padding: 2px;
	background-color: #d16a5e;
	line-height: 0.75em;
	text-decoration: none;
	color: #fff;
}

.gal-links a:hover {
	display: inline-block;
	padding: 2px;
	background-color: #e89d52;
	line-height: 0.75em;
	text-decoration: none;
	color: #fff;
}






/* BLOCKQUOTE */

blockquote  {
	color: #535150;
	width: 90%;
	max-width: 100%;
	font-style: italic;
	margin: 15px auto;
	padding: 4px 2%;
	background-color: transparent;
	position: relative;
	text-align: justify;
}

blockquote:before {
	content: '';
	position: absolute;
	background-color: #e89d52;
	width: 40%;
	height: 2px;
	top: 0;
	left: 0;
	margin: -2px auto 0 auto;
}

blockquote:after {
	content: '';
	position: absolute;
	background-color: #d16a5e;
	width: 40%;
	height: 2px;
	bottom: 0;
	right: 0;
	margin: 0 auto -2px auto;
}

blockquote p { 
		margin: 6px 0 !important; 
}

blockquote::first-letter {
	float: left;
	margin-bottom: 5px!important;
	margin-right: 5px!important;
	padding: 15px 5px!important;
	font-size: 50px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	color: #d16a5e;
}









/* MISC CODE */

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
	color: #d16a5e;	
}

.svg-inline--fa {
	color: #d16a5e;	
}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 400;
	text-decoration: none;
	color: #e89d52;
}

a:hover {
	text-decoration: none;
	color: #d16a5e;
}

b,bold {
	color: #e89d52; 
}

strong {
	color: #d16a5e;
}

e, em {
	background: #e89d52;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
	color: #fff;
}

i, italic {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
	color: #d16a5e;
}

u, underline {
	border-bottom: 1px dashed #d16a5e; 
	padding-bottom: 1px; 
	font-weight: 400;
	text-decoration: none; 
	letter-spacing: 2px;
	color: #e89d52;
}

img {
	max-width: 100%;
	height: auto;
}

ul { 
	margin:0px; 
	padding:0px; 
}

.side li { 
	border-bottom: 1px solid #fff;
	padding: 10px;
	background: #f7f7f7;
	list-style: none;
}

.side li:hover { 
	background: #fff;
}

.post-edit-link {
	padding: 25px 0;
}

a.post-edit-link{
	display: inline-block;
	margin: 10px 0 0 0;
	border: 1px solid #d16a5e;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing:0.15em;
	color: #e89d52;
}

a.post-edit-link:hover{
	display: inline-block;
	border: 1px solid #e89d52;
	padding: 5px 10px;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #d16a5e;
}

.mejs-container *, .mejs-container .mejs-controls div {
	font-size: 14px!important;
}

embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}







/* LATEST IMG */

#welcome_latest {
	position: relative;
	display: table;
	overflow-x: hidden;
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	width: 1200px;
	padding: 5px;
	font-size: 14px;
	line-height: 24px;
	vertical-align: top;
}

#latimg img {
	max-width: 100px;
	height: auto;
}

#latimg img,
#latimg img a {
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

#latimg img:hover,
#latimg img a:hover {
	filter: grayscale(34%) saturate(107%) sepia(35%);
}






/* SIDEBAR */

#side {
	float: right;
	margin-top: 0px;
	width: 360px; 
}

.side { 
	margin-bottom: 60px;
	margin-top: 40px;
	padding: 15px;
	background: #F4F4F4;
	font-size: 12px;
	font-weight: 400;
	text-align: justify;
}

.side .title {
	margin-bottom: 10px;
	padding: 25px;
	background: url(images/sidetitle.png) no-repeat center;
	font-size: 13px;
	font-family: 'Rokkitt', serif;
	text-align: center;
	letter-spacing: 0.15em;
	color: #fff;
}

.sideb {
	display: inline-block;
	background-color: #e89d52;
	line-height: 15px;
	padding: 5px;
}

.side .border {
	margin-top: -13px;
	border-bottom: 2px solid #d16a5e;
}

.side a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: 400;
	text-decoration: none;
	color: #e89d52;
}

.side a:hover {
	text-decoration: none;
	color: #d16a5e;
}







/* SIDE IMAGES */

.side img,
.side img a {
	opacity: 1;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	margin: 3px;
	border: 1px solid #dadada;
	border-image: initial;
	padding: 5px;
}

.side img:hover,
.side img a:hover { 
	filter: grayscale(34%) saturate(107%) sepia(35%);
}






/* PROJECTS */

.proj17 img {
	margin: 0;
	border: none;
	outline: none;
	max-width: 100%;
	padding: 0;
}

.proj17 img:hover {
	border: none;
	outline: none;
}

span.proj_ttl {
	padding: 0 10px;
	background: #d16a5e;
	font-size: 13px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.15em;
	color: #fff;
}

span.proj_ttl2 {
	font-size: 12px;
	color: #575757;
}

.proj17 a {
	color: #fff;
}

.proj17 a:hover {
	color: #fff;
}

$spacing: 24px;

* { 
	box-sizing: border-box; 
}

.box_image,
.box_body {
	display: table-cell;
	vertical-align: middle;
}

.box_body {
	width: 100%;
}

.box_icon,
.box_text {
	padding: 10px;
}

.box_icon {
	min-width: 15px;
	text-align: center;
	background: rgba(16, 16, 16, .50)
}

.ttl1 {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: #d16a5e;
}

.ttl2 {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: #e89d52;
}






/* SUBMIT */

.searchform .screen-reader-text {
	display:none;
}

.searchform input{
	border: 0;
	padding: 8px 20px;
	background: #e89d52;
	color: #fff;
}






/* IMAGE/TEXT ALIGN */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}






/* HIGHLIGHT */

::selection {
	background: #d16a5e;
	color: #fff;
}

::-moz-selection {
	background: #d16a5e;
	color: #fff;
}






/* DROPDOWN */

select{
	margin-top: 10px;
	border: solid 1px #e89d52;
	width: 220px;
	padding: 4px;
	background: #e89d52;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fafafa;
}






/* TOOL TIP */

#qTip { 
	position: absolute;
	z-index: 1000;
	display: none;
	border: 0px solid #fafafa;
	padding: 6px;
	background-color: #e89d52;
	text-transform: uppercase;
	color: #fafafa; 
}









/* FOOTER */

#footer {
	float: left; 
	clear: both; 
	width: 100%; 
	padding-bottom: 5px; 
	font-size: 12px; 
	line-height: 20px;
	font-weight: normal; 
	text-decoration: none; 
	letter-spacing: 1px;
}

#footer a {
	font-weight: 700;
	text-decoration: none;
	color: #d16a5e;
}

#footer a:hover {
	text-decoration: none;
	color: #535150;
}

#footer .inner {
	margin: 0 auto;
	max-width: 1080px;
	text-align: justify;
}

#footer .credit {
	margin-top: -10px;
	font-size: 11px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #535150;
}

#footerbanner {
	width: 100%;
	height: 220px;
	background: URL("images/footerbanner.png") top center no-repeat;
}








/* SCROLLBAR */

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

/* Let's get this party started */
::-webkit-scrollbar { 
	border-width: 4px 8px; 
	border-style: solid;	
	border-color: #fff; 
	width: 10px;
	background: #e89d52; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	border: 2px solid #fff;
	background: #d16a5e; 
}






/* COMMENTS */

li.comment {
	position: relative;
	margin: 0 0 1.625em;
	padding: 5px 0 0 0;
	list-style: none;
}

ol.commentlist {
	padding: 10px;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form input[type='url'] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
}

.comment-form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
	background-color: #f5f5f5;
	color: #e89d52;
}

li.comment2 {
	position: relative;
	padding: 1.625em;
	background: #f6f6f6;
	list-style: none;
}

.commentlist .children {
	padding: 0 0 0 20px;
	border-left: 1px dotted #f5f5f5;
	list-style: none;
}

.comment-top {
	margin-top: 10px;
	font-size: 16px;
	text-align: right;
	text-transform: uppercase;
}

#respond {
	padding: 5px 0 0 10px;
	list-style: none;
}

.comment-reply-title {
	font-size: 16px;
	text-transform: uppercase;
	color: #e89d52;
}

.comment-body {
	padding: 10px;
	border-bottom: 1px solid #f5f5f5;
}

.comment-form label {
	display: block;
	padding: 0 0 5px 0;
	line-height: 1;
}

.nocomments {
	padding: 0 0 0 20px;
}

.reply {
	font-size: 14px;
	color: #e89d52;
}

.cancel-comment-reply a {
	font-size: 14px;
}






/* PAGINATION */

.pagination {
	margin: 0 0 80px 0;
	font-size: 11px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;	
	letter-spacing: 0.10em;
}

.pagination a,
.pagination span {
	position: relative;
	z-index: 25;	
	display: inline;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 2px;	
	border: solid 1px #f7f7f7;
	padding: 15px;
	background-color: #fff;
	text-decoration: none;
	color: #575757;
}

.pagination span.current {
	background-color: #e89d52;
	color: #fff;
}

.pagination a:hover {
	background-color: #d16a5e;
	color: #fff;
}

.pagination span.current {
	cursor: default;
}