@import url(http://fonts.googleapis.com/css?family=Orienta);
.site-main:after, .pGallery:after, .fancybox-title .child:after {
  content: "";
  display: table;
  clear: both;
}

.site-main a, .nav-menu .menu-item-has-children:hover .sub-menu {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.nav-menu > li > a:before, .sub-menu a, a.read-more:before, a.goBackLink:before, h2.comments-title span, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation a.previouspostslink, .ngg-navigation a.nextpostslink, .wp-pagenavi a.next, .wp-pagenavi a.prev, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .fancybox-prev:after, .fancybox-next:after, .fancybox-close:after, .home .excerpt h1:before, .home .homeSlider a.prev:after, .home .homeSlider a.next:after {
  background-image: url(images/_sprite.png);
  background-repeat: no-repeat;
}

a.read-more:before, a.goBackLink:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: 400;
}

.site {
  background: url(images/BG.jpg) 50% 0 no-repeat;
  font-family: 'Orienta', sans-serif;
  font-size: 14px;
  color: #313131;
}

b, strong {
  font-weight: 400;
}

h1 {
  font-size: 36px;
  margin-bottom: 28px;
}

.post h1 {
  color: #dc607c;
}

h2 {
  font-size: 24px;
  margin-bottom: 18px;
}

p {
  margin-bottom: 25px;
  line-height: 1.5;
}

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

img {
  max-width: 100%;
}

.centred {
  text-align: center;
}

html,
button,
input,
select,
textarea {
  font-family: 'Orienta', sans-serif;
}

@font-face {
  font-family: "Bellerose Light";
  src: url("fonts/Bellerose.eot?") format("eot"), url("fonts/Bellerose.woff") format("woff"), url("fonts/Bellerose.ttf") format("truetype"), url("fonts/Bellerose.svg#BelleroseLight") format("svg");
  font-weight: normal;
  font-style: normal;
}

.site-header {
  height: 132px;
  position: relative;
  z-index: 2;
}
.site-header .outerC {
  height: 132px;
  background-color: rgba(158, 0, 92, 0.2);
}
.site-header .navbar {
  float: right;
  height: 132px;
}

.home-link {
  background: url(images/logo.png) 0 50% no-repeat;
  width: 138px;
  height: 132px;
  float: left;
}

.innerC {
  max-width: 960px;
  margin: 0 auto;
}

.site {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}

.site-main {
  position: relative;
  z-index: 1;
  padding-top: 125px;
}

.site-main, .site-main .sidebar-inner {
  margin: 0 auto;
  max-width: 960px;
}

.content-area {
  float: left;
  width: 678px;
}

.site-main .sidebar-container {
  float: right;
  width: 200px;
}

.site-main .widget-area a {
  display: block;
  padding: 0 15px 20px;
}

.widget-title {
  display: none;
}

.main-navigation h3 {
  display: none;
}

.nav-menu > li {
  float: left;
  position: relative;
  z-index: 1;
  width: 132px;
}
.nav-menu > li:first-child {
  display: none;
}
.nav-menu > li > a {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  width: 132px;
  height: 132px;
  display: block;
  text-align: center;
  padding-top: 75px;
  border-bottom: 7px solid transparent;
  opacity: .8;
}
.nav-menu > li > a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 69px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.nav-menu > li > a[href*=lipseries]:before {
  width: 35px;
  height: 26px;
  background-position: 0 0;
}
.nav-menu > li > a[href*=lipstories]:before {
  width: 32px;
  height: 29px;
  background-position: -39px 0;
}
.nav-menu > li > a[href*=guest]:before {
  width: 27px;
  height: 27px;
  background-position: -75px 0;
}
.nav-menu > li > a[title=follow]:before {
  width: 30px;
  height: 24px;
  background-position: -106px 0;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-category-ancestor > a,
.nav-menu .current-post-ancestor > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu > li > a:hover {
  color: #fff;
  border-bottom: 7px solid #f49ac1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.1);
}
.nav-menu .menu-item-has-children {
  margin-top: 30px;
}
.nav-menu .menu-item-has-children > a {
  width: 88px;
  margin: 0 auto;
  height: 102px;
  padding-top: 45px;
  height: auto;
  cursor: pointer;
}
.nav-menu .menu-item-has-children > a:before {
  bottom: auto;
  top: 5px;
}
.nav-menu .menu-item-has-children > a:hover:before {
  background-position: -138px 0;
}
.nav-menu .menu-item-has-children:hover > a {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 0;
  color: #9e005d;
}
.nav-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.nav-menu .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 22px;
  padding-top: 80px;
  width: 88px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
}
.nav-menu .sub-menu li {
  margin: 0 auto 14px;
}
.nav-menu .sub-menu li a {
  opacity: .7;
}
.nav-menu .sub-menu li a:hover {
  opacity: 1;
}
.nav-menu .sub-menu li a[href*=facebook] {
  background-position: 0 -66px;
}
.nav-menu .sub-menu li a[href*=twitter] {
  background-position: -39px -66px;
}
.nav-menu .sub-menu li a[href*=instagram] {
  background-position: -78px -66px;
}
.nav-menu .sub-menu li a[href*=pinterest] {
  background-position: -117px -66px;
}
.nav-menu .menu-item-35 {
  display: none;
}

.sub-menu li {
  width: 36px;
  height: 36px;
}
.sub-menu a {
  display: block;
  width: 36px;
  height: 36px;
  text-indent: -9999em;
  overflow: hidden;
  opacity: .7;
}
.sub-menu a:hover {
  opacity: 1;
}
.sub-menu a[href*=facebook] {
  background-position: 0 -106px;
}
.sub-menu a[href*=twitter] {
  background-position: -39px -106px;
}
.sub-menu a[href*=instagram] {
  background-position: -78px -106px;
}
.sub-menu a[href*=pinterest] {
  background-position: -117px -106px;
}

footer.site-footer {
  background-color: #242424;
  margin-top: 0 !important;
}
footer.site-footer .widget-area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
footer.site-footer .widget {
  display: inline-block;
  width: auto;
}
footer.site-footer .menu-item-23 > a {
  display: none;
}
footer.site-footer a {
  color: #fff;
   -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
footer.site-footer a:hover {
  color: #DC607C;
}
footer.site-footer li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
}
footer.site-footer .widget_nav_menu {
  width: 730px;
  line-height: 36px;
}
footer.site-footer .widget_nav_menu ul.menu {
  display: block;
  width: 100%;
}
footer.site-footer .widget_nav_menu ul.menu > li {
  padding-left: 12px;
  font-size: 14px;
}
footer.site-footer .widget_nav_menu ul.menu > li:first-child {
  padding-left: 0;
}
footer.site-footer .widget_nav_menu ul.menu > li:first-child a:before {
  display: none;
}
footer.site-footer .widget_nav_menu ul.menu > li > a {
  position: relative;
}
footer.site-footer .widget_nav_menu ul.menu > li > a:before {
  content: "";
  display: block;
  height: 14px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
footer.site-footer .widget_nav_menu .menu-item-has-children {
  float: right;
}
footer.site-footer .widget_nav_menu .menu-item-has-children li {
  margin-left: 20px;
}
footer.site-footer .home-link {
  width: 115px;
  margin-right: 105px;
  background-size: 100%;
}
footer.site-footer aside {
  display: inline-block;
  vertical-align: middle;
  position: static !important;
}

.subMenu {
  height: 85px;
  padding-top: 38px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  text-transform: uppercase;
}
.subMenu h2, .subMenu ul {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
}
.subMenu h2 {
  margin-right: 12px;
}
.subMenu > ul > li {
  display: none;
}
.subMenu > ul > li.selected, .subMenu > ul > li.selectedparent {
  display: block;
}
.subMenu > ul > li.selected > a, .subMenu > ul > li.selectedparent > a {
  display: none;
}
.subMenu li {
  display: inline-block;
  padding-right: 38px;
  position: relative;
}
.subMenu li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 1px;
  background-color: #fff;
  height: 14px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.subMenu li:last-child:before {
  display: none;
}
.subMenu li a {
  color: #fff;
}
.subMenu li.active a, .subMenu li.current-cat a, .subMenu li a:hover {
  color: #ffc1dc;
}
.subMenu .nodeLevel0 > li:before {
  display: none;
}

.entry-thumbnail {
  float: left;
  width: 309px;
  margin: 0 25px 25px 0;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}
.entry-thumbnail img {
  display: block;
  margin: 0;
}

.entry-summary {
  padding-left: 225px;
}
.entry-summary .entry-thumbnail {
  width: 198px;
  height: 234px;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
.entry-summary .entry-thumbnail:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  z-index: 2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.entry-summary .entry-thumbnail img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 960px;
  width: auto;
  position: relative;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.category .entry-summary {
  padding-left: 0;
}

.home .entry-summary {
  position: relative;
  padding-left: 225px;
  min-height: 234px;
}

.entry-meta .categories-links {
  display: none;
}

h1.entry-title {
  font-size: 20px;
  text-transform: uppercase;
}
h1.entry-title a {
  color: #dc607c;
}

.single-post .site-content {
  position: relative;
}

a.read-more, a.goBackLink {
  display: block;
  position: absolute;
  bottom: 30px;
  right: 0;
  text-transform: uppercase;
  overflow: hidden;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
  border-radius: 19px;
  background-color: #db5f7b;
  text-indent: -9999px;
}
a.read-more:before, a.goBackLink:before {
  width: 8px;
  height: 19px;
  background-position: -156px -33px;
}

a.goBackLink:first-child {
  bottom: auto;
  top: 0;
}
a.goBackLink:first-child:before {
  background-position: -145px -33px;
}

.category a.goBackLink {
  display: none;
}

.category .type-post {
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-left: 225px;
  min-height: 265px;
}
.category .type-post .entry-header {
  margin-bottom: 0;
}
.category .type-post .date {
  position: absolute;
  left: 235px;
  bottom: 35px;
}

.single-post .type-post {
  background: url(images/sep-post.png) 50% 100% no-repeat;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.single-post .type-post h1.entry-title {
  font-size: 30px;
  line-height: 38px;
  padding-right: 45px;
}

.date, a *[datetime] {
  color: #818181;
  cursor: text;
  font-size: 12px;
}
.date a, a *[datetime] a {
  color: #818181;
}

*[datetime] {
  font-size: 12px;
  color: #818181;
  cursor: text;
}

.comment-metadata a.url, .comment-metadata .fn {
  color: #dc607c;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

.author-name {
  color: #dc607c;
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

.comment-form label, .comment-form .form-allowed-tags, .comment-form .comment-form-url {
  display: none;
}
.comment-form .comment-form-author, .comment-form .comment-form-email {
  display: inline-block;
  float: left;
  width: 47.5%;
  margin-bottom: 23px;
}
.comment-form .comment-form-author input, .comment-form .comment-form-email input {
  width: 100%;
  max-width: 100%;
}
.comment-form .comment-form-author {
  margin-right: 5%;
}
.comment-form textarea {
  padding: 15px;
  height: 116px;
  max-width: 100%;
}

.comment-respond p.comment-notes {
  margin-bottom: 30px;
}
.comment-respond h3 {
  color: #434343;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

/* Form fields, general styles first. */
button, input, textarea {
  border: none;
  font-family: inherit;
  padding: 5px 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #e5e5e5;
}

input,
textarea {
  color: #4e4e4e;
}

input:focus,
textarea:focus {
  outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  border: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  background-color: #db5f7b;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 20px;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
  padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #4e4e4e;
}

:-moz-placeholder {
  color: #4e4e4e;
}

::-moz-placeholder {
  color: #4e4e4e;
}

:-ms-input-placeholder {
  color: #4e4e4e;
}

.comment-reply-link, .comment-reply-login, .comment-reply-link:hover, .comment-reply-login:hover, .comment-reply-link:visited, .comment-reply-login:visited {
  background-color: #db5f7b;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  padding: 3px 10px;
  display: inline-block;
  opacity: .8;
}
.comment-reply-link:hover, .comment-reply-login:hover, .comment-reply-link:hover:hover, .comment-reply-login:hover:hover, .comment-reply-link:visited:hover, .comment-reply-login:visited:hover {
  opacity: 1;
}

.comments-area .reply {
  text-align: right;
}
.comments-area time {
  display: block;
}

h2.comments-title {
  font-size: 24px;
}
h2.comments-title span {
  font-size: 19px;
  display: inline-block;
  width: 44px;
  height: 45px;
  margin-right: 5px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-position: 0 -144px;
}

img.avatar {
  max-width: 50px;
  max-height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  border: 1px solid #cfcfcf;
}

.category .comments-link {
  display: none;
}

.comment-body {
  position: static;
  padding: 0;
  height: 0;
}

article.comment {
  position: relative;
  padding: 35px 0 12px 65px;
}
article.comment .author.vcard {
  position: absolute;
  left: 0;
  top: 25px;
}
article.comment .reply {
  float: none;
  width: 100%;
}
article.comment .comment-reply-link + span {
  display: none;
}
article.comment div.date {
  margin-bottom: 10px;
}
article.comment p {
  margin-bottom: 10px;
}

.post-navigation {
  display: none;
}

.page-template-page-templatesgalerie-php .subMenu.categ {
  display: none;
}

.lipseriesPage .subMenu > ul > li {
  display: inline-block;
}
.lipseriesPage .subMenu > ul > li:first-child {
  padding-right: 0;
}
.lipseriesPage .subMenu > ul > li:first-child:before {
  display: none;
}
.lipseriesPage header.entry-header {
  display: none;
}

.ngg-navigation, .wp-pagenavi {
  text-align: center;
  background: url(images/sep-post.png) 50% 0 no-repeat;
  padding: 50px 0 25px;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.page, .ngg-navigation span, .wp-pagenavi a.page-numbers, .wp-pagenavi a.page, .wp-pagenavi span {
  width: 39px;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #a2a2a2;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  font-weight: 0;
}
.ngg-navigation span.current, .ngg-navigation a.page-numbers:hover, .ngg-navigation a.page:hover, .wp-pagenavi span.current, .wp-pagenavi a.page-numbers:hover, .wp-pagenavi a.page:hover {
  background-color: #6c3365;
}
.ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation a.previouspostslink, .ngg-navigation a.nextpostslink, .wp-pagenavi a.next, .wp-pagenavi a.prev, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  border: 0;
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 26px;
  margin: 0 24px;
}
.ngg-navigation a.next, .ngg-navigation a.nextpostslink, .wp-pagenavi a.next, .wp-pagenavi a.nextpostslink {
  background-position: -108px -33px;
}
.ngg-navigation a.prev, .ngg-navigation a.previouspostslink, .wp-pagenavi a.prev, .wp-pagenavi a.previouspostslink {
  background-position: -73px -33px;
}

.wp-pagenavi span.pages {
  display: none;
}

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

.fancybox-overlay {
  background-color: rgba(20, 6, 27, 0.8) !important;
  opacity: 1 !important;
  z-index: 99;
}

.fancybox-prev, .fancybox-next, .fancybox-close {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0.2);
}
.fancybox-prev:hover, .fancybox-next:hover, .fancybox-close:hover {
  opacity: 1;
}

.fancybox-title-inside {
  margin: 0 !important;
}

.fancybox-prev, .fancybox-next {
  top: 50%;
  margin-top: -35px;
  width: 69px;
  height: 69px;
  border: 3px solid #fff;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
}
.fancybox-prev span, .fancybox-next span {
  display: none;
}
.fancybox-prev:after, .fancybox-next:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 26px;
  margin-left: -16px;
  margin-top: -13px;
}

.fancybox-prev {
  left: -95px;
}
.fancybox-prev:after {
  background-position: 0 -33px;
}

.fancybox-next {
  right: -115px;
}
.fancybox-next:after {
  background-position: -36px -33px;
}

.fancybox-close {
  width: 39px;
  height: 39px;
  border: 2px solid #fff;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  background-image: none;
  right: -20px;
  top: -20px;
}
.fancybox-close:after {
  content: "";
  display: block;
  background-position: -50px -144px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
}

.fancybox-wrap {
  z-index: 100;
  border-color: rgba(255, 255, 255, 0.9);
}

.fancybox-title {
  display: block;
  width: 100%;
}

.pGallery .item {
  padding: 5px;
  width: 210px;
  height: 242px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
  float: left;
  margin-right: 16px;
  margin-bottom: 24px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.pGallery .item:hover {
  background-color: #fffcda;
}

.pGallery .btn, .fancybox-title .btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0;
  position: relative;
  -moz-transform: scale(0.65);
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
  background: url(images/_sprite.png) 0 0 no-repeat;
}
.pGallery .btn.fb, .fancybox-title .btn.fb {
  background-position: 0 -66px;
}
.pGallery .btn.tw, .fancybox-title .btn.tw {
  background-position: -39px -66px;
}
.pGallery .btn.pin, .fancybox-title .btn.pin {
  background-position: -117px -66px;
}
.pGallery .btn.gplus, .fancybox-title .btn.gplus {
  background-position: -78px -144px;
}
.pGallery .item:hover .btn, .fancybox-title .item:hover .btn {
  opacity: .7;
}
.pGallery .item:hover .btn:hover, .fancybox-title .item:hover .btn:hover {
  opacity: 1;
}

.fancybox-title {
  right: 0;
  left: 0;
  width: 100%;
  bottom: auto;
  top: 100%;
}
.fancybox-title .child {
  margin: 0;
  padding: 0 -10px;
  text-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
  bottom: auto;
  color: #4e4e4e;
  text-align: right;
  width: 100%;
  border-radius: 0;
}
.fancybox-title .child div {
  margin: 0 15px 10px -5px;
}
.fancybox-title .btn {
  text-indent: 9999px;
  float: left;
  opacity: .7;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.fancybox-title .btn:hover {
  opacity: 1;
}

.fancybox-opened .fancybox-skin {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.22);
  border-radius: 0;
}

.home .subMenu {
  display: none;
}
.home .excerpt {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 55px;
  background: url(images/sep-post.png) no-repeat scroll 50% 100%;
}
.home .excerpt h1 {
  font-family: "Bellerose Light";
  line-height: 1;
  margin-bottom: 27px;
  height: 50px;
  text-transform: uppercase;
  background: url(images/headline.jpg) 0 0 no-repeat;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  padding-left: 41px;
  position: relative;
}
.home .excerpt h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}
.home .excerpt.lipstories h1:before {
  background-position: -39px 0;
  height: 29px;
  width: 32px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.home .excerpt.guestlips h1:before {
  background-position: -75px 0;
  height: 27px;
  width: 27px;
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.home .excerpt h2 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.home .excerpt .readAll {
  width: 61px;
  height: 61px;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -ms-border-radius: 31px;
  -o-border-radius: 31px;
  border-radius: 31px;
  background-color: #4b2155;
  position: absolute;
  right: -2px;
  top: -5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  padding-top: 20px;
  display: block;
}

.home .site-main {
  position: static;
  padding-top: 0;
}
.home .site-header {
  height: 730px;
  z-index: 0;
  margin-bottom: 44px;
  background: url(images/SEPARATORS.png) 50% 100% no-repeat;
}
.home .site-header footer.entry-meta, .home .site-header header.entry-header {
  display: none;
}
.home .site-header ul.pGallery {
  left: 0;
  width: 6000px !important;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.home .site-header .outerC {
  position: relative;
  z-index: 2;
}
.home .site-content > article > header, .home .site-content > article > footer {
  display: none;
}
.home .homeSlider {
  background: url(images/BG1.jpg) 50% 0 no-repeat;
  height: 730px;
  padding-top: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  right: 0;
}
.home .homeSlider .innerC {
  position: relative;
  z-index: 1;
}
.home .homeSlider .innerC p {
  height: 0;
  margin: 0;
  display: block;
}
.home .homeSlider .ngg-navigation {
  display: none !important;
}
.home .homeSlider .pgholder {
  width: 100% !important;
}
.home .homeSlider .pgholder li {
  width: 272px !important;
  height: 312px !important;
  margin-right: 25px;
  margin-top: 25px;
}
.home .homeSlider .pgholder li img {
  padding-bottom: 3px;
}
.home .homeSlider .pgholder li:nth-child(3n+2) {
  width: 366px !important;
  height: 407px !important;
  margin-top: 0;
  padding-top: 10px;
}
.home .homeSlider .pgholder li:nth-child(3n+2) img {
  padding-bottom: 10px;
}
.home .homeSlider .pgholder li .btn {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home .homeSlider a.prev, .home .homeSlider a.next {
  width: 69px;
  height: 69px;
  border: 3px solid #fff;
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  -o-border-radius: 37px;
  border-radius: 37px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 268px;
  cursor: pointer;
  opacity: .2;
}
.home .homeSlider a.prev:hover, .home .homeSlider a.next:hover {
  opacity: .7;
}
.home .homeSlider a.prev:after, .home .homeSlider a.next:after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  width: 33px;
  height: 26px;
  margin-left: -16px;
  margin-top: -13px;
}
.home .homeSlider a.prev {
  left: -95px;
}
.home .homeSlider a.prev:after {
  background-position: 0 -33px;
}
.home .homeSlider a.next {
  right: -115px;
}
.home .homeSlider a.next:after {
  background-position: -36px -33px;
}
.home .homeSlider h2 {
  position: relative;
  color: #fff;
  font-family: "Bellerose Light";
  font-size: 49px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.home .homeSlider h2 i {
  display: inline-block;
  width: 20px;
}
.home .homeSlider h2 span {
  position: relative;
}
.home .homeSlider h2 span:before, .home .homeSlider h2 span:after {
  content: "";
  display: block;
  position: absolute;
  width: 173px;
  top: 69%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.home .homeSlider h2 span:before {
  left: -200px;
}
.home .homeSlider h2 span:after {
  right: -200px;
}
