/*
Theme Name: GD_Clea
Theme URI: https://clea-duvall.com
Description: Theme designed exclusively for Clea-duvall.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 2em;
	font-weight: 700;
}

#access a:hover, #access #menu a:hover, #access a.skip-link.focus, #access #menu a.skip-link.focus, #menu li a:hover {
	background-color: #fff;
	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: -1.2em;
    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;
    background-color: #fff;
}
	
#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: #606e86;
}
	
#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%;
    background: #fff;
    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;
}

body {
	margin: 0;
	background-color: #fff;
	font-size: 13px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif;
	color: #575757;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}






/* WRAPPER/CONTAINER */

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

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





/* WELCOME BOX */

#welcome_latest {
	position: relative;
	display: table;
	overflow-x: hidden;
	margin: 20px auto 0 auto;
	border: solid 1px #ededed;
	box-sizing: border-box;
	width: 1200px;
	padding: 20px;
	vertical-align: top;
}

#welcome_latest #welcomesec {
	position: relative; 
	z-index: 15;
	display: table-cell;
	padding: 0 15px 0 0;
	font-size: 10px;
	line-height: 22px;
	text-align: justify;
	letter-spacing: 0.04em;
	vertical-align: top;
}

#welcome_latest #latimg table td img {
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin: 0 2px; 
	border: 1px solid #606e86;
	border-image: initial;
	width: 400px; 
	height: auto;
	padding: 5px;
	vertical-align: bottom;
}

#welcome_latest #latimg table td img:hover {
	position: relative;
	z-index: 25;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin: 0 2px; 
	border: 1px solid #a5a450;
	border-image: initial;
}







/* POSTS */

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

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

.post_text {
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	border: solid 1px #ededed;
	font-size: 13px;
	line-height: 20px;
	text-align:justify;
	color: #575757;
}

.post_title {
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #606e86;
}

#content .post_title a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: #606e86;
}

#content .post_title a:hover {
	text-decoration: none;
	color: #323050;
}

#content .meta {
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #3B7066;
	font-size: 11px;
	line-height: 35px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	padding: 2px;
	color: #fff!important;
}

#content .meta a {
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
	color: #fff!important; 
}

#content .meta a:hover {
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
	color: #fff!important;
}

.date {
	position: relative;
	display: block;
	margin: 0 20px;
	padding: 5px;
	width: 94%;
	font-size: 10px;
	line-height: 100%;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.25em;
}

.date span {
	position: relative;
	z-index: 25;
	display: inline-block;
	margin: 0 auto;
}

.catsec {
	margin: 0 20px;
	padding: 5px;
	font-size: 11px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	color: #1d1d1d;
}

#content .cats { 
	position: relative; 
	display: inline-block; 
}

#content .cats a {
	font-weight: 700;
	text-decoration: none;
	color: #323050;
}

#content .cats a:hover {
	font-weight: 700;
	text-decoration: underline;
	color: #606e86;
}







/* FEATURED IMAGE */

.featured {
	margin: 0;
	border: 0px solid #FFF!important; 
}

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






/* POST IMAGES */

#content img,
#content img a {
	transition: all 0.3s ease-out;
	border: 1px solid #606e86;
	border-image: initial;
	padding: 5px;
}

#content img:hover,
#content img a:hover {
	transition: all 0.3s ease-out;
	border: 1px solid #a5a450;
	border-image: initial;
}






/* HEADER TAGS */

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

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

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;
    border: 1px solid #606e86;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #323050;
}

.more-link:hover {
    display: inline-block;
    border: 1px solid #323050;
    padding: 10px 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #606e86;
}






/* GALLERY LINK */

.gal-links {
	margin: 10px auto; 
	padding: 40px 20px 40px 75px;
	background: url('images/gallink.png') left center no-repeat; 
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle; 
}

.gal-links a{
	font-size: 12px;
	line-height: 20px;
	color: #323050;
}

.gal-links a: link{
	font-size: 12px;
	line-height: 20px;
	color: #323050;
}

.gal-links a, .ext-links a:visited {
	text-decoration: none; 
	color: #323050; 
}

.gal-links a:hover {
	text-decoration: none;
	color: #606e86; 
}






/* BLOCKQUOTE */

blockquote {
	position: relative;
	z-index: 15;
	margin: 20px auto;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 10px 25px;
	background: #fafafa;
	background: -moz-linear-gradient(0deg, #f1f1f1 15%, #fafafa 100%);
	background: -webkit-linear-gradient(0deg, #f1f1f1 15%, #fafafa 100%);
	background: linear-gradient(0deg, #f1f1f1 15%, #fafafa 100%);
}

blockquote::first-letter {
	margin-bottom: 15px;
	float: left;
	padding: 10px 5px;
	font-size: 80px;
	font-family: 'PT Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #323050;
}






/* MISC CODE */

.svg-inline--fa { 
	color: #606e86;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: #323050;
}

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

b, bold, strong {
    color: #a5a450;
}

i, italic {
    color: #323050;
}

e, em { 
	display: inline-block;
	padding: 2px;
	background: #323050; 
	line-height: 100%;
	color: #FFF;
}

u, underline {
	border-bottom: 1px solid #323050; 
	padding-bottom: 1px; 
	text-decoration: none; 
	letter-spacing: 0px; 
	color: #606e86;
}

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

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

.side li { 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #fff;
	padding: 5px;
	background: #f6f6f6;
	list-style: none;
}

.side li:hover { 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px solid #f6f6f6;
	background: #fff;
}

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

a.post-edit-link{
    display: inline-block;
    margin: 10px 0 0 0;
    border: 1px solid #606e86;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #323050;
}

a.post-edit-link:hover{
    display: inline-block;
    border: 1px solid #323050;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #606e86;
}

#div2 {
    height: 1px;
    margin: 10px;
    background-color: #606e86;
}

#div {
    height: 1px;
    margin: 10px;
    background-color: #323050;
}

.mejs-container *, .mejs-container .mejs-controls div {
    font-size: 14px!important;
    font-family: 'PT Sans', sans-serif!important;
}

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






/* SIDEBAR */

#side {
	float: right;
	margin-top: 15px;
	margin-left: 0px;
	width: 365px;
}

.side { 
	margin-top: 0px;
	margin-bottom: 40px;
	padding: 0 18px;
	word-wrap: break-word;
}

.side .title {
	margin-bottom: 10px;
	border-bottom: 1px dashed #a5a450;
	padding: 5px;
	font-size: 10px;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	color: #FFF;
}

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

.side .border {
    margin-top: -12px;
    border-bottom: 2px solid #535150;
}






/* SIDE IMAGES */

.side img,
.side img a {
	opacity: 1;
	transition: all 0.3s ease-out;
	border: 1px solid #606e86;
	border-image: initial;
	padding: 5px;
}

.side img:hover,
.side img a:hover { 
	opacity: 0.8;
	transition: all 0.3s ease-out;
	border: 1px solid #a5a450;
	border-image: initial;
}






/* PROJECTS */

.proj img {
	border: none;
	padding: 0;
}

.proj img:hover {
	border: none;
	padding: 0;
}

.proj_yr {
	display: inline-block;
	line-height: 100%;
	font-style: normal;
	color: #FFF;	
	letter-spacing: 0.25em;
	font-size: 8px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

.proj_yr span {
	padding: 5px 10px;	
	background-color: #a5a450;
	display: inline-block;
}

.proj_ttl {
	display: inline-block;
	line-height: 100%;
	font-style: normal;
	color: #FFF;	
	letter-spacing: 0.25em;
	font-size: 8px;
	font-family: 'PT Sans', sans-serif;
	text-transform: uppercase;
}

.proj_ttl span {
    padding: 5px 10px;
    background-color: #606e86;
    display: inline-block;
}

.projlnk {
	position: relative;
	display: block;
	z-index: 25;
	margin: 8px auto 0 auto;
	padding: 0;
	font-size: 12px;
	text-align: center;
	text-shadow: none;
	letter-spacing: 0.15em;
        font-family: 'PT Sans', sans-serif;
	border-left: solid 1px #a5a450;
	border-right: solid 1px #a5a450;
}

.projlnk a {
	display: inline;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	padding: 0 20px;
	color: #575757;
	font-weight: 700;
	color: #323050;
}

.projlnk a:hover {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-decoration: underline;
	color: #606e86;
}






/* SUBMIT */

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

.searchform input{
	border: 0 none;
	padding: 8px 20px;
	background: #606e86;
	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: #606e86;
	color: #FFFFFF;
}

::-moz-selection {
	background: #606e86;
	color: #FFFFFF;
}






/* DROPDOWN */

select{
	margin-top: 10px;
	border: solid 1px #323050;
	width: 220px;
	padding: 4px;
	background: #606e86;
	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: #606e86;
	text-transform: uppercase;
	color: #fafafa; 
}






/* FOOTER */

#footer {
	clear: both; 
	width: 100%; 
	padding: 9px 0; 
	text-align: center;
}

#footer a {
	color: #606e86;
	text-decoration: none;
}

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

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

#footer .credit {
    padding: 0px 8px 0px 8px;
    font-size: 11px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #535150;
}

#footer .svg-inline--fa { 
	color: #606e86;
}

#footerbanner {
    content: '';
    position: relative;
    z-index: 15;
    display: block;
    margin: 0 auto 15px auto;
    border: none;
    width: 100%;
    height: 20px;
    background-image: url("images/header.png");
    background-position: center 25%;
    background-repeat: no-repeat;
}







/* SCROLLBAR */

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

/* Let's get this party started */
::-webkit-scrollbar { 
	border-width: 2px 5px; 
	border-style: solid;	
	border-color: #fff; 
	width: 11px; 
	height: 5px;	
	background: #323050; 
}

/* Handle */
::-webkit-scrollbar-thumb {	
	border: 4px solid #fff; 
	height: 10px; 
	background: #606e86; 
}






/* 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: #323050;
}

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: #606e86;
}

.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: #606e86;
}

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






/* PAGINATION */

.pagination {
	margin: 25px 0;
	font-size: 10px;
	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.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;	
	margin: 0 2px;	
	padding: 5px;
	background-color: #606e86;
	text-decoration: none;
	color: #fff;
}

.pagination a:hover,
.pagination span.current {
	background-color: #323050;
}

.pagination span.current {
	cursor: default;
}