@charset "utf-8";
/*
Theme Name: Loud and Clear
Author: Mantas Garnelis
Author URI: https://mantasgarnelis.com/
Description: Design built for Loud and Clear voices

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('font/BebasNeue-webfont.eot');
    src: url('font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/BebasNeue-webfont.woff') format('woff'),
         url('font/BebasNeue-webfont.ttf') format('truetype'),
         url('font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
}

html, body {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	margin: 0;
	background-image: linear-gradient(to left top, #996888, #b47f8d, #c79a97, #d5b6a8, #e2d2c2, #e2d7c7, #e2ddcc, #e2e2d2, #d2d4bf, #c1c6ad, #b0b89c, #9eab8b);
  background-size: cover;
  background-attachment: fixed;
	min-height: 100vh;
  transition: background-image 1s ease;
}

#main {
	min-height:100%;
	position:relative;
}

header {
	height: 150px;
}

.single header, .page-child header, .search header, .page-id-48 header {
	position: fixed;
	width: 100%;
	z-index: 998;
}

body.single-post header, body.single-voice header {
	/* position: relative; */
}

body.single-post #main .container, body.single-voice #main .container {
	padding-top: 100px;
}

.single .container, .page-child .container, .search .container, .page-id-48 .container {
	padding-top: 110px;
}

.uandnav {
	position: absolute;
	width: 30%;
	z-index: 9999;
	top: 0;
	left: -80%;
  bottom: 0;
  /* display: none; */
  background-color: #f7f6ec;
  overflow-y: auto;
}

.uandnav .logo {
	width: 150px;
	cursor: pointer;
  margin: 18px;
}

.uandnav i.fa-xmark {
  color: #996888;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 33px;
  font-size: 36px;
  transition: transform 0.3s ease; /* Apply smooth transition to the transform property */
}

.uandnav i.fa-xmark:hover {
  transform: rotate(90deg);
}

.uandnav .ctphone {
  font-size: 24px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.uandnav .ctmail {
  font-size: 12px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

header .ct {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	text-shadow: 1px 1px 1px #FFF;
	text-align: left;
	color: #404040;
	display: inline-block;
	position: fixed;
	right: 3%;
	top: 45px;
	padding-left: 70px;
	background: transparent url('images/loud-and-clear-voices-contact-phone.png') no-repeat left 7px;
	z-index: 99;
}

@media screen and (max-width: 1220px) {
    header .ct {
    	top: 115px;
    	left: 240px;
    	min-width: 170px;
    }
    header .topgradient {
    	height: 200px;
    }

    header .contacts .social a {
      font-size: 12px !important;
    }

    .home .top .contacts span.ctphone {
      font-size: 16px !important;
    }

    .home .top .contacts span {
      font-size: 10px;
    }

    #home .column1, #home .column2 {
    	display: block;
    	clear: both;
    }

    #home .grid_3.aboutus, #home .grid_3.quicktags,  #home .grid_3.fbfriends {
    	padding-left: 0;
    }

    #home .grid_3.fbfriends {
    	clear: none !important;
    }

    #main header {
    	/* height: 200px; */
    }
    .single .container, .page-child .container, .search .container, .page-id-48 .container {
    	padding-top: 110px;
    }

    #home .quicktags .box, #home .newvoices, #home .newscarousel {
      margin-bottom: 20px;
    }

    #home .quicktags a.tile {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      position: relative;
      /* max-width: 250px; */
    }

    #home .quicktags input#search {
      min-width: 60px;
      width: 50%;
      border-radius: 0;
      float: left;
    }
    .quicktags .search button[type="submit"] {
      float: left;
    }

    .archive .toplevel .answer a {
      width: 30%;
    }

    body #scroll-to-top {
      bottom: 60px;
    }

    .singlevoice .mbMiniPlayer .map_controls {
      overflow: hidden !important;
    }




    .home .top .navbutton i.fa-bars, .home .top .navbutton i.fa-bars-staggered {
      top:20px;
    }

    .home #home .quicktags .box, .home #home .newvoices, .home #home .newscarousel {
      min-height: 300px;
    }

    .home .newscarousel .nitem {
      /* height: auto; */
    }
}

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

  .accentfilter ul, .agefilter ul, .stylefilter ul  {
    padding: 0;
    margin: 10px;
  }

  .accentfilter ul li, .agefilter ul li, .stylefilter ul li {
    width: 50% !important;
  }

  #filterlist span.filter_tog {
    display: block;
  }

	#home .grid_3.fbfriends {
	clear: both;
		padding-left: 0;
	}

  .uandnav {
  	position: absolute;
  	width: 70%;
  }

  .single #artist_tabs li h2 {
    text-align: center;
    display: block;
  }

}

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

  footer, footer .copy .fnav {
    text-align: center !important;
  }

  .aboutchild img.desktop {
    display: none !important;
  }

  .aboutchild img.mobile {
    display: block !important;
    width: 100% !important;
  }



}

@media only screen and (max-width: 767px) {
  .innerpages .top .navbutton {
    width: 100% !important;
  }

  header .contacts .social {
    display: none !important;
  }

  .top .mainlogo.nothome img {
    width: 100% !important;
  }

  .top #mailboxm, .top #phoneboxm {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  body .mbMiniPlayer {
    left: 20px;
  }

  .profile {
  	width: 260px !important;
  }

  .profile a.profthumb, .profile a.profthumb img {
    width: 260px !important;
    height: auto !important;
  }

  .aboutbg img {
    margin-top: -10px !important;
  }

  .aboutbg {
    height: 180px !important;
  }

  .aboutbg h1 {
    font-size: 24px !important;
  }

  .home .top .contacts {
    padding-top: 15px;
  }

  .home .top .mainlogo img {
    padding-top: 10px;
    width: 100%;
  }

    #mailbox, #phonebox, #homem {
      position: fixed;
      background-color: #333;
      color: #FFF;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      cursor: pointer;
      display: none; /* Initially hide the scroll-to-top button */
      transition: background-color .3s ease-in-out; /* Extend transition duration to 1 second */
      z-index: 100;
      right: 10px;
    }

  #homem {
    bottom: 110px;
  }

  #mailbox {
    bottom: 160px;
  }

  #phonebox {
    bottom: 210px;
  }

  #mailbox a, #phonebox a, #homem a {
    color: #FFF;
  }

  .nitem.story.newslist {
    max-width: 75% !important;
  }

  #home .quicktags a.tile {
    /* max-width: 100px; */
  }

}

#phoneboxm, #mailboxm {
  display: none;
  position: relative;
  margin-bottom: 5px;
}

#phoneboxm a, #mailboxm a {
  color: #996888;
}

.top {
	/* overflow: hidden; */
	/* height: 200px; */
	display: flex;
	z-index: 99;
  position: relative;
}

.top .navbutton {
  text-align: left;
  color: #996888;

  font-size: 36px;
  position: relative;
  /* height: 200px; */
}

.top .navbutton i {
  cursor: pointer;
}

.innerpages .top .navbutton {
  width: 40%;
}

 .top .navbutton i.fa-bars,  .top .navbutton i.fa-bars-staggered {
   top: 29px;
   position: relative;
 }

  .top .navbutton i:hover {
  }

.top .mainlogo {
  text-align: center;
  /* height: 200px; */
}

.top .mainlogo.nothome img {
  width: 70%;
}

.top .mainlogo img {
  width: 50%;
  max-width: 350px;
  /* margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.top .contacts {
  text-align: right;
  /* height: 200px; */
}

.top .contacts span {
  display: block;
}

.top .contacts span.ctphone {
  font-size: 24px;
}

.top .contacts .valign {
  /* margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  padding-top: 25px;
}

header .contacts .social {
  text-align: right;
  margin: 4px 0 0 0;
}

header .contacts .social a {
  margin: 0 0 0 10px;
}

header .ct a {
	color: #29363c;
	text-decoration: none;
}

header .ct a:hover {
	text-decoration: underline;
}

header .ct .ctphone {
	font-size: 22px;
	display: block;
}

header .ct .ctmail {
	font-size: 14px;
	display: block;
}

.home header {
  height: 150px;
  margin-bottom: 20px;
  padding-top: 20px;
}

header .search {
	position: absolute;
	top: 20px;
  left: 70px;
  width: 70%;
  padding-top: 10px;
}

.top .search button[type="submit"] {
  background-color: #996888;
  color: #FFF;
  padding: 0px;
  border: 0;
  font-size: 27px;
  cursor: pointer;
  height: 42px;
  width: 42px;
  margin-left: 4px;
}

header.innerpages {
  height: 100px;
  background-color: rgba(255,255,255,.2);
  transition: background-color .5s ease-in-out; /* Extend transition duration to .5 second */
}

header .search input {
	color: #b1b095;
	font-size: 12px;
	font-style: italic;
	width: 70%;
	padding: 12px;
	border: 1px solid #333;
  background-color: transparent;
  font-family: 'Roboto Slab';
  border-radius: 0px;
}

.search .fieldwrap {
	display: inline-block;
	float: left;
}

.fieldwrap {
	overflow: hidden;
	background-color: #dbdac0;
	padding: 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #cac9b5;
}

header .search input[type="submit"] {
	background: #99ac89 url('images/sprite.png') no-repeat -211px -356px;
	width: 80px;
	cursor: pointer;
	height: 58px;
	margin-left: 10px;
	border-top: none;
	border-left: none;
	border-right: 1px solid #809478;
	border-bottom: 1px solid #809478;
}

header .search input[type="submit"]:hover {
	border: none;
	margin: 1px 0 0 11px;
}

header .search input:focus, header .search input:hover {
	color: #383634;
}

header .insearch {
	float: right;
}

header .insearch input {
	margin-top: 70px;
	color: #707070;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	width: 340px;
	padding: 20px 15px 20px 60px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	border: 0;
}


/* NAVIGATION */
	nav {
		clear: both;
		display: block;
		overflow: hidden;
		background-color: #f7f6ec;
		position: relative;
		border-bottom: 1px solid #bcbbb4;
		width: 100%;
    margin-bottom: 20px;
	}

	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-transform: uppercase;
	}
	nav ul li {
		font-size: 16px;
		display: inline-block;
		font-weight: normal;
		text-transform: uppercase;
		width: 100%;
	}

	nav ul li a {
		display: block;
		color: #333;
		text-decoration: none;
		padding: 8px 20px;
    border-top: 1px solid #bcbbb4;
	}

	nav ul li a:hover {
		color: #996888;
		text-shadow: none;
		text-decoration: none;
	}

  nav .sub-menu li {
    padding-left: 10px;

  }

  nav .sub-menu li a {
    border: none !important;
  }

  nav .sub-menu li a:before {
    content: "-";
    padding-right: 5px;
  }


.container .bg1 {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background-color: #0d3851;
	overflow: hidden;
	display: block;
	font-weight: 400;
}

.container .bg2 {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	background-color: #295e7d;
	overflow: hidden;
	display: block;
	font-weight: 400;
}

.grhalf.about p, .grhalf.mailing p {
	text-align: justify;
}

.grhalf .single-desc {
	padding: 0 0 0 20px;
	display: block;
	float: left;
	width: 290px;
}

.grhalf .gray.stimg {
	float: left;
}

.grhalf .single-desc h2 {
	font-family: 'PT Sans', sans-serif;
	margin-top: 0px;
	font-size: 18px;
}

.grhalf .single-desc h2 a {
	text-decoration: none;
}

ul#itemwrap, ul#newtalents, ul#friendlist {
	margin: 0;
	padding: 0;
}



.home .bx-controls-direction a.bx-prev, .home .bx-controls-direction a.bx-next {
	background-color: rgba(255,255,255,0);
	font-size: 23px;
	padding: 5px 10px;
	width: 20px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	z-index: 1;
  text-indent: 1px;
  color: #996888;
}

.home .bx-controls-direction a.bx-prev {
	left: 0;
	/* left: 220px; */
	top: 40%;
}

.home .bx-controls-direction a.bx-next {
	right: 0;
	top: 40%;
}

.home .bx-controls-direction a.bx-prev:hover, .home .bx-controls-direction a.bx-next:hover {
	background-color: #996888;
  color: #FFF;
	/*box-shadow: 1px 1px 1px #809478;*/
}

.nitem.story.newslist {
	/* margin-right: 20px; */
  max-width: 220px;
  border: 1px solid #333;
  padding: 10px;
  margin: 10px;
  transition: box-shadow 0.3s ease, margin-top 0.3s ease;
}

 .nitem.story.newslist:hover {
   box-shadow: 0px 0px 10px rgba(0,0,0,.5);
   margin-top: -3px;
 }

.nitem.story {
	width: 100%;
	display: inline-block;
	float: left;
}

.nitem.story h2 {
	font-weight: 300;
	margin-top: 30px;
	color: #333;
    font-size: 14px;
    text-transform: uppercase;
}

.nitem.story h2 span {
	display: inline;
	color: #80946F;
	font-size: 16px;

}

.nitem a.thumb {
	height: 195px;
	width: 220px;
	overflow: hidden;
	position: relative;
	display: block;
}

.storycontent {
	margin-left: 240px;
	margin-right: 4%;
	text-align: justify;
}

.storycontent .storyactions div {
	display: inline-block;
	font-size: 12px;
}

.storycontent .storyactions .share {
	float: right;
}

.storycontent.singlevoice h2 {
	padding: 15px;
	margin: 0;
	font-weight: 300;
	background-color: #f4f4e5;
}

#artist_tabs {
  padding: 0;
  margin: 0;
}

#artist_tabs li {
  list-style: none;
  text-align: right;
}

#artist_tabs li h2 {
  display: inline-block;
  padding: 8px;
  margin: 2px 0;
  cursor: pointer;
}

#artist_tabs li.selected h2 {
  background-color: #9BAC88;
  color: #FFF;

}

.single-voice .singlevoice div.box {
  display: none;
  border: 1px solid #333;
  padding: 20px;
}

.single-voice .singlevoice div.selected {
  display: block;
}

.toplevel h2 span.new {
	background-color: #c16662;
	font-size: 9px;
	color: #FFF;
	padding: 2px 7px;
	position: absolute;
	margin-top: -10px;
	margin-left: 7px;
}

a.relatedvoices {
  display: flex;
  border: 1px solid #333;
  margin-top: 5px;
  text-decoration: none;
  align-items: center;
}

a.relatedvoices img {
    width: 45px;
    height: 45px;
    margin: 5px; /* Adjust this margin as needed */
}

.newsimg img {
  width: 100%;
}

.storyactions .share a {
	color: #80946f;
}

.storydate {
	font-style: italic;
}

.storydate span.cal {
	background: transparent url('images/sprite.png') no-repeat -131px -11px;
	width: 20px;
	height: 15px;
	margin-right: 8px;
	display: inline-block;
}

.share span.fb, .storythumb span.fb {
	background: transparent url('images/sprite.png') no-repeat -207px -11px;
	width: 20px;
	height: 15px;
	margin-right: 8px;
	display: inline-block;
}

.share span.tw {
	background: transparent url('images/sprite.png') no-repeat -174px -11px;
	width: 20px;
	height: 15px;
	margin-right: 8px;
	margin-left: 10px;
	display: inline-block;
}

.home .nitem {
	position: relative;
	display: block;
	width: 75%;
	overflow: hidden;
}

.home .nitem {
  margin: 15px auto 0 auto;
}

.nitem .inner {
	overflow: hidden;
	padding: 5px 18px 20px 18px;
}

#newtalents .nitem .inner {
	color: #FFF;
	background-color: #383634;
	overflow: hidden;
	padding: 8px;
}

.nitem span {
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	/*float: left;*/
	/*position: absolute;*/
	/*padding: 10px 150px 16px 16px;*/
}

a.back {
	font-style: italic;
	font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bolder;
}

.nitem .inner p {
	font-size: 14px;
}

.nitem .inner a {
	font-size: 12px;
	text-decoration: none;
}

.aboutchild {
  clear: both;
  padding-top: 25px;
  display: block;
}

.aboutchild .mobile {
  display: none;
}

.aboutchild img {
  width: 75%;
  /* float: right; */
  position: relative;
  top: 10px;
}

.blurbg {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  background-size: cover;
  position: absolute;
  width: 90%;
  right: 20px;
  top: 20px;
  height: 90%;
  opacity: 0.8;
}

.page-template-template-about .boxdesc {
  border: 1px solid #333;
  padding: 0 20px;
  width: 80%;
  margin: 0 auto;
}

.aboutus a {
	display: block;
	clear: both;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	margin-top: 10px;
}

.aboutbg {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 0;
  background-size: contain;
  overflow: hidden;
  background-color: #000;
}

.aboutbg h1 {
  z-index: 1;
  font-size: 34px;
  position: absolute;
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 10px #000;
  top: 50%; /* Move the top of the h1 to the middle of the parent container */
  left: 50%; /* Move the left side of the h1 to the center of the parent container */
  transform: translate(-50%, -50%); /* Translate the h1 to center it perfectly */
  margin: 0; /* Reset margin for better centering */
}

.aboutbg img {
  width: 120%;
  opacity: 0.4;
  margin-top: -90px;
}

#home .bx-wrapper {
  margin-bottom: 0;
}

.newscarousel {
  border:1px solid #333;
  text-align:center;
  background-color: #000;
}

.newscarousel a {
  /* overflow: hidden; */
  background-size: cover;
  background-position: top center;
  display: block;
  width: 100%;
  height: 100%;
}

.newscarousel .nitem {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 453px;
}

.newscarousel .nitem .inner {
  padding: 100px 10px 10px 10px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
}

.newscarousel img {
  width: 100%;
}

.home span.label {
  color: #FFF;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;
  background-color: #996888;
  padding: 8px;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
}

.nitem .inner a:hover {
	text-decoration: underline;
}

.nitem .inner .date {
	display: inline-block;
	font-size: 12px;
	font-style: italic;
}

.nitem .storythumb.wrap {
	padding: 10px;
  border: 1px solid #333;
}

.nitem .storythumb.wrap img {
	position: relative;
	top: 0;
  /* ©padding-bottom: 10px; */
}

.home .nitem .storythumb {
	width: 100%;
  max-width: 456px;
	/* max-height: 320px; */
  /* height: 320px; */
	position: relative;
	overflow: hidden;
  margin: 0 auto;
}

.nitem .storythumb img {
	border: 0;
	position: relative;
  width: 100%;
}

.nitem .storythumb .arrowup {
	z-index: 9;
	position: absolute;
	height: 25px;
	width: 220px;
	bottom: 0;
	background: transparent url('images/sprite.png') no-repeat -9px -168px;

}

#newtalents .nitem .storythumb .arrowup {
	background: transparent url('images/sprite.png') no-repeat -9px -454px;

}

#home .quicktags .box, #home .newvoices, #home .newscarousel {
  min-height: 455px;
  position: relative;
}

#home .newscarousel li img  {
  /* height: 100%; */
}

.nitem .cutdown {
	position: relative;
	height: 28px;
	width: 220px;
	bottom: 0;
	background: transparent url('images/sprite.png') no-repeat -9px -228px;
	display: block;
}


.quicktags .box {
  position: relative;
  background-size: cover;
  background-image: linear-gradient(to bottom, rgba(226,222,205,0) 0%,rgba(226,222,205,0.4) 25%,rgba(226,222,205,1) 70%), url('images/quick-search.jpg');
  background-position:top center;
  background-repeat:no-repeat;
}

.newtalents .newvoices {
  border:1px solid #333;
  text-align:center;
}

.quicktags .box {
  padding-top: 15px;
  padding-bottom: 15px;
  border:1px solid #333;
  text-align:center;
}

.iconscontainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
}

.quicktags .box a.tile .bottom-border {
    position: absolute;
    bottom: -4px;
    left: 50%; /* Adjust as needed */
    transform: translateX(-50%);
    width: 80%; /* Adjust as needed */
    border-bottom: 1px solid #333; /* Adjust border properties as needed */
}

a.tile:hover .bottom-border {
  border-bottom: 1px solid #996888 !important;
}

.quicktags a.tile {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  width: 32%;
  /* min-width: 100px; */
}

.quicktags a.tile#womentab {
  margin: 0 2%;
}

.quicktags a.tile:hover {
  text-decoration: none;
}

.quicktags a.tile:hover .cattile {
  border: 1px solid #333;
  background-color: rgba(153, 104, 136, 0.9);
  color: #FFF;
}

.quicktags a.tile:hover .cattile img {
  filter: invert(45%) sepia(13%) saturate(1012%) hue-rotate(268deg) brightness(97%) contrast(87%);
}

.quicktags a.tile .cattile {
  border: 1px solid #333;
  padding: 45px 0;
  font-size: 15px;
  color: #FFF;
  text-shadow: 0px 0px 5px #000;
}

.quicktags a.tile div img {
  width: 80%;
  padding-bottom: 10px;
  display: block;
  margin: 0 auto;
}

.quicktags a {
	text-decoration: none;
	color: #383634;
}

.quicktags a:hover {
	text-decoration: underline;
}

.search form {
  display: flex;
  width: 100%;
}

.quicktags .search {
  margin: 25px 0px 10px 0px;
  display: flex;
  width: 100%;
}

.quicktags input {
  border: 1px solid #333;
  float: left;
}

.quicktags input#search {
  font-family: 'Roboto Slab', serif;
  color: #333;
  padding: 14px 12px;
  background-color: #f3f5ef;
  min-width: 200px;
  width: 85%;
  flex: 17;
}

.quicktags .search button[type="submit"] {
  border: none;
  background-color: transparent;
  color: #996888;
  font-size: 36px;
  cursor: pointer;
  flex: 3;
  width: 15%;
}

.quicktags .search button[type="submit"]:hover {
  animation: backflip 0.5s forwards;
}

::placeholder {
  font-weight: 200;
  color: #9e9f9c;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #9e9f9c;
  font-weight: 200;
}

#newswrap {
	width: 450px;
	display: block;
	float: left;
	margin: 15px;
}

#newswrap span.month {
	margin-left: 15px;
}

#newswrap a.rmore {
	margin-right: 15px;
	float: right;
}

a.rmore:hover {
	text-decoration: none;
}


.single-post .bg2 .gr960 {
	text-align: center;
}

.single .gr960 a.button {
	margin: 80px auto 50px auto;
}

.gr960 .half50 {
	width: 480px;
	float: left;
}

#scroll-to-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  background-color: #333;
  color: #FFF;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  display: none; /* Initially hide the scroll-to-top button */
  transition: background-color .3s ease-in-out; /* Extend transition duration to 1 second */
  z-index: 100;
}

#scroll-to-top:hover {
  background-color: #996888;
}

footer {
	font-size: 11px;
	line-height: 15px;
	color: #333;
	display: block;
	overflow: hidden;
	padding: 15px 0 0;
	position: absolute;
	bottom: 0;
	height: 55px;
	width: 100%;
  z-index: 99;
}

footer .copy {
	width: 100%;
	background-color: #333;
	color: #b0b0b0;
	margin-left: 0;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	left: 0;
}

footer .copy .fnav {
  text-align: right;
}

footer .copy a {
	color: #b0b0b0;
	text-decoration: none;
}

footer .copy a:hover {
	text-decoration: underline;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer ul li a {
	color: #FFF;
	text-decoration: none;
}

footer ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

.social {
	margin: 15px;
  text-align: center;;
}

.social a {
  font-size: 20px;
	margin: 0px 5px;
	display: inline-block;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.social a:hover {
  animation: backflip 0.5s forwards;
  color: #996888; /* Change the background color on hover */
}

@keyframes backflip {
    0% {
        transform: perspective(400px) rotateY(0deg); /* Start with no rotation */
    }
    50% {
        transform: perspective(400px) rotateY(180deg); /* Rotate halfway through the backflip */
    }
    100% {
        transform: perspective(400px) rotateY(360deg); /* Complete the backflip */
    }
}

.social .facebook {
	background: transparent url('images/social-icons.png') no-repeat left top;
}

.social .facebook:hover {
	background-position: 0 -39px;
}

.social .twitter {
	background: transparent url('images/social-icons.png') no-repeat -38px top;
}

.social .twitter:hover {
	background-position: -38px -39px;
}

.social .linkedin {
	background: transparent url('images/social-icons.png') no-repeat -76px top;
}

.social .linkedin:hover {
	background-position: -76px -39px;
}

.social .youtube {
	background: transparent url('images/social-icons.png') no-repeat -114px top;
}

.social .youtube:hover {
	background-position: -114px -39px;
}


.social .gplus {
	background: transparent url('images/social-icons.png') no-repeat -152px top;
}

.social .gplus:hover {
	background-position: -152px -39px;
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.post-content {
	margin-right: 2%;
}

.arrow-up {
    border-bottom: 10px solid #2A2778;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 0;
    margin-left: 15px;
}

.single-voice h1 {
  display: inline-block;
  margin-bottom: 0;
}

.post-edit-link {
  position: relative;

}

.post-edit-link i {
  margin-left: 10px;
}

.post-edit-link:hover {
  color: #996888;
}

/*.oldernewer {
	display: block;
	clear: left;
	text-align: center;
	position: relative;
}*/

.oldernewer {
	display: block;
	clear: left;
	text-align: center;
	position: relative;
	margin-top: 60px;
	width: 100%;
}

.oldernewer p.older {
	display: block;
}

/* LOGIN */

#wppb_login input[type="text"], #wppb_login input[type="password"] {
	width: 185px;
	display: inline-block;
	background-color: #202020;
	color: #FFF;
	border: 0;
}

#wppb_login input.submit.button {
	cursor: pointer;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 24px;
	padding: 0;
	background: #202020 url('images/login-arrow.png') no-repeat 4px 4px;
	top: 1px;
	height: 24px;
    margin: 7px 8px 4px 0;
    padding: 0;
}

/* LOGED IN */

.gr960 a.edpr, .gr960 a.myfav {
	text-transform: uppercase;
	display: inline-block;
	color: #000;
	text-decoration: none;
	float: left;
	margin-right: 25px;
}

.gr960 a.logout {
	float: right;
	color: #000;
	text-decoration: none;
}

/* PROFILE */

.prside {
	float: left;
	display: block;
	width: 340px;
	margin-right: 10px;
	padding-top: 20px;
}

.prside .primg {
	width: 300px;
	padding: 5px;
	background-color: #2a2778;
}

.primg img {
	display: block;
}

.prmain {
	padding-top: 20px;
	float: left;
	display: block;
	width: 600px;
	margin-left: 10px;
}

.prmain .responsive-tabs > div {
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	width: 570px;
	color: #2a2778;
	min-height: 179px;
}

.prmain .responsive-tabs .jp-progress {
	top: -5px;
}

.prside a.emailagent {
	color: #FFF;
	text-transform: uppercase;
	display: block;
	float: right;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	margin-right: 40px;
	margin-top: 14px;
}

.prside a.emailagent img {
	display: inline;
}

/* Profiles */

.profiles {
	margin: 15px 0 0 -10px;
}

.accentfilter, .stylefilter, .agefilter  {
  display: none;
  border:1px solid #333;
  margin: 10px;
}

.profiles .clear {
  clear: none;
  display: block;
  overflow: hidden;
  visibility: visible;
  width: 220px;
  height: auto;
  min-height: 350px;
}

#filterlist h2 {
  display: inline-block;
}

#filterlist span {
  padding: 15px;
  margin: 10px;
  border: 1px solid #333;
  cursor: pointer;
  text-transform: uppercase;
}

#filterlist span i {
  margin-left: 8px;
}

#filterlist .filter_tog.active {
  color: #FFF;
  background-color: #996888;
}

#filters a, .toplevel a {
	color: #383634;
	text-decoration: none;
	font-size: 12px;
}

.archive .toplevel {
  border: 1px solid #333;
}

.archive .toplevel a {
  width: 20%;
  padding: 2px 0;
  display: inline-block;
}

#filters a:hover, .toplevel a:hover {
	text-decoration: underline;
}

#filters {
    margin-left: 104px;
    margin-right: 4%;
}

.accentfilter ul li, .agefilter ul li, .stylefilter ul li {
  width: 13em;
  display: inline-block;
}

.profile {
	width: 220px;
	margin: 10px;
	position: relative;
  padding: 10px 20px;
  border: 1px solid #333;
  text-align: center;
  min-height: 350px;
}

.profile .newtalent {
	position: absolute;
  padding: 7px 10px;
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #333;
  background-color: #996888;
	/* background: transparent url('images/sprite.png') no-repeat -234px -7px; */
	left: 0px;
	top: 0px;
	z-index: 9;
  font-size: 12px;
}

.profile .homestudio {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #FFF;
  padding: 9px 10px;
  color: #333;
  font-size: 12px;
  z-index: 9;
}

.profile .newreel {
	position: absolute;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	width: 100%;
	padding: 4px 0;
	color: #FFF;
	bottom: 0;
	text-shadow: 1px 1px 1px #000;
}

.profile .newreel.gaming {
	background-color: #f18011;
}

.profile .newreel.commercial {
	background-color: #5d5d5d;
}

.profile .newreel.animation {
	background-color: #4c63b7;
}

.innerdescr {
	padding-bottom: 15px;
	height: 90px;
}

.innerdescr h2 {
	margin: 0 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
}

.innerdescr h2 a {
  background-color: #333;
  color: #FFF;
  padding: 5px 0;
  position: relative;
  width: 100%;
  display: block;
}

.innerdescr h2 a:hover, .profile .profthumb:hover + .innerdescr h2 a {
	text-decoration: none;
  background-color: #996888;
}

.menicon {
	width: 88px;
	height: 108px;
	background: transparent url('images/sprite.png') no-repeat -110px -332px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}


.womenicon {
	width: 88px;
	height: 108px;
	background: transparent url('images/sprite.png') no-repeat -7px -332px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.boysicon {
	width: 88px;
	height: 108px;
	background: transparent url('images/boys-girls-sprite.png') no-repeat -110px 0px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.girlsicon {
	width: 88px;
	height: 108px;
	background: transparent url('images/boys-girls-sprite.png') no-repeat 0px 0px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.mixicon {
	width: 88px;
	height: 108px;
	background: transparent url('images/sprite.png') no-repeat -7px -563px;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

.search .mixicon {
	background: transparent url('images/sprite.png') no-repeat -7px -547px;
}

.voiceactions {
	background-color: #99ac89;
	border-top: 1px solid #798072;
	border-bottom: 1px solid #798072;
	height: 50px;
	cursor: pointer;
}

.voiceactions span {
	display: inline-block;
	float: left;
}

.profiles .voiceactions span:hover {
	background-color: #6b7762;
}

.voiceactions span.profpage, .voiceactions span.profpagem, .voiceactions span.profpagew, .voiceactions span.profpageb, .voiceactions span.profpageg {
	height: 50px;
	width: 109px;
	border-right: 1px solid #858e79;
}

.voiceactions span.emailagent {
	width: 72px;
	border-right: 1px solid #858e79;
	height: 50px;
}

.voiceactions span.listennow {
	height: 50px;
	width: 110px;
	background: transparent url('images/sprite.png') no-repeat -199px -268px;
}

.voiceactions span.listennow.text {
	background: none;
	color: #FFF;
	text-align: center;
	width: 220px;
	height: 20px;
	text-transform: uppercase;
	padding: 15px 0;
	text-shadow: 1px 1px 0px #6b7762;
}

.voiceactions span.listennow.text:hover {
	background-color: #6b7762;
}

.voiceactions span.profpagem {
	background: transparent url('images/sprite.png') no-repeat 38px -268px;
}

.voiceactions span.profpagew {
	background: transparent url('images/sprite.png') no-repeat -43px -268px;
}

.voiceactions span.profpageb {
	background: transparent url('images/boys-girls-sprite.png') no-repeat -43px -99px;
}

.voiceactions span.profpageg {
	background: transparent url('images/boys-girls-sprite.png') no-repeat 31px -99px;
}

.voiceactions span.emailagent {
	background: transparent url('images/sprite.png') no-repeat -137px -268px;
}

a.profthumb {
	display: block;
	overflow: hidden;
	width: 220px;
	height: 220px;
	position: relative;
}

a.profthumb img {
  width: 100%;
}

.profright h2 {
	color: #383634;
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 15px;
    text-shadow: 1px 1px 1px #FFFFFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
}

.profright span.description {
	font-size: 15px;
	text-shadow: 1px 1px 1px #FFFFFF;
	-moz-text-shadow: 1px 1px 1px #FFF;
	-webkit-text-shadow: 1px 1px 1px #FFF;
}

span.description {
	color: #383634;
	display: block;
	font-size: 13px;
}

.singlevoice .toplevel {
  border: 1px solid #333;
  margin: 5px 0;
}

.toplevel h2 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px;
	cursor: pointer;
}

.storycontent.singlevoice .arrow {
	margin: 5px 0 0;
}

.toplevel h2 .fa-chevron-up, .toplevel h2 .fa-chevron-down {
	float: right;
	margin-top: 4px;
}

.toplevel .answer {
	font-size: 14px;
	display: none;
	padding: 15px 10px;
	overflow: hidden;
}

/* VIDEOS */

ul#videos {
	height: 260px;
	padding-left: 0;
	list-style: none;
}

.profright span.bio, .prmain .responsive-tabs span.bio {
	display: inline-block;
	font-size: 14px;
}

.profright .voiceactions {
	font-size: 14px;
	margin: 10px 0;
}

.single-voice .voiceactions a.download {
	margin: 15px;
}

.single-voice .artistnewslist {
  padding: 8px;
  font-size: 12px;
  border: 1px solid #333;
  margin-bottom: 15px;
  display: flex;
  font-weight: lighter;
  transition: border-color 0.3s ease; /* Transition property */
}

.single-voice .artistnewslist img {
  width: 45px;
  height: 45px;
  display: inline-block;
  padding-right: 8px;
}

.single-voice .storydate {
  font-size: 10px;
  display: block;
  font-style: normal;
}

.single-voice .storydate span {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

.single-voice .nitem.story a:hover .artistnewslist {
  border:1px solid #996888;

}

.single-voice .nitem.story a:hover {
  text-decoration: none;
}

.profright .voiceactions a, .voiceactions a.download {
	padding-left: 30px;
	padding-right: 5px;
	display: block;
	text-decoration: none;
}

.profright .voiceactions a.email {
	background: transparent url('images/profileactions.png') no-repeat left -3px;
	float: left;
}

.profright .voiceactions a.download, .voiceactions a.download {
	background: transparent url('images/profileactions.png') no-repeat left -28px;
	float: right;
}

span.wpfp-span {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	width: 88px;
	padding-top: 10px;
}

span.wpfp-span a {
	clear: left;
	display: block;
	text-decoration: none;
}


.prside .proflinks {
	width: 270px;
	margin-top: 30px;
	background-color: #2a2778;
	padding: 20px;
}

.prside .proflinks a {
	clear: left;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	margin: 5px 0;
}

.youbox {
	clear: left;
	display: block;
	background-color: #2A2778;
	margin: 28px 10px 0 0;
	overflow: hidden;
}

.youbox object {
	border: 8px solid #2A2778;
	display: block;
	margin: 0 auto;
}

.youboxtitle {
	text-align: center;
	text-transform: uppercase;
	font-family: BebasNeueRegular;
	font-size: 26px;
	margin: 8px;
}

/* GRAYSCALE IMAGE */

/*.prside .primg img, .nitem .storythumb img, .profthumb img, img.gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android *!/
	filter: gray; /* IE6-9 *!/
	border: none;
}*/

/* REQUIRED for core functionality - TABS */

/* REQUIRED for core functionality */

.responsive-tabs__heading {display: none;}
.responsive-tabs__list__item {display: inline; cursor:pointer;}







.responsive-tabs ul {
	margin: 0;
	padding: 0;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
}

.responsive-tabs ul li {
	font-size: 14px;
	margin: 0;
	padding: 8px 12px;
	display: inline-block;
	border: 0;
}

.responsive-tabs__list__item {background: #2a2778; color: #FFF; padding: 8px;}

.responsive-tabs__list__item:hover {background: #f3f3f3; color: #2a2778; }

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus {outline: none; }

.responsive-tabs__list__item--active,
.responsive-tabs__list__item--active:hover {background: #f3f3f3; border-bottom-color: #f3f3f3; color: #2a2778;}

.responsive-tabs > div {
	background-color: #f3f3f3;
	overflow: hidden;
	display: block;
	width: 346px;
	padding: 8px;
}

#regstrbox {
	display: none;
	position: fixed;
	width: 250px;
	height: 150px;
	background-color: #FFF;
	z-index: 10001;
	margin: 24% auto;
	left: 0;
	right: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 3px 5px #444;
	padding: 20px;
}

#regstrbox a {
	color: #2A2778;
	text-decoration: underline;
}

#regstrbox p {
	text-align: center;
	margin: 20px 0;
}

#regstrbox a:hover {
	text-decoration: none;
}

#voicepop {
	display: none;
	position: absolute;
	width: 497px;
	min-height: 150px;
	z-index: 10000;
	margin: 5% auto;
  	left: 0;
  	right: 0;
  	text-align: center;
}

#voicepop .closeme {
	color: #FFF;
	position: absolute;
	top: -20px;
	right: -16px;
	background: transparent url('images/sprite.png') no-repeat -224px -56px;
	width: 46px;
	height: 52px;
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	cursor: pointer;
}

#voicepop .loader {
	background-color: #BABAA6;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#voicepop .maincontent {
	padding: 30px 10px;
	display: block;
	overflow: hidden;
	background: transparent url('images/popup-top.png') 0 0 no-repeat;
}

#voicepop .profright {
	display: inline-block;
	float: left;
	padding-left: 10px;
	width: 350px;
	text-align: left;
}


#voicepop .maincontent .voiceactions {
	background-color: #FFF;
	display: block;
	overflow: hidden;
	margin: 14px 0;
	padding: 0;
}

#voicepop .maincontent .voiceactions a {
	color: #2A2778;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

#voicepop .maincontent .profright .voiceactions a.email {
	background: url("images/profileactions-blue.png") no-repeat scroll left -3px transparent;
}

#voicepop .maincontent .profright .voiceactions a.download {
	background: url("images/profileactions-blue.png") no-repeat scroll left -28px transparent;
}

.profleft a {
	font-size: 12px;
	text-align: left;
	color: #80946f;
	display: block;
}

.profleft a.smallthumb {
	display: block;
	clear: both;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

.profleft a span.fb {
	background: transparent url('images/sprite.png') no-repeat -6px -9px;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	display: inline-block;
}

.profleft a span.em, .storythumb span.em {
	background: transparent url('images/sprite.png') no-repeat -42px -9px;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	display: inline-block;
}

.single .storythumb.wrap a i.spotlight {
  background: transparent url('images/spotlight-logo.png') no-repeat 0 0;
  height: 22px;
  width: 22px;
  background-size: contain;
  display: inline-block;
}

.storythumb.wrap .fa-person-shelter {
  margin-right: 10px;
  font-size: 22px;
  transform: translateY(-3px);
}

.storythumb.wrap a {
	display: inline-block;
  margin-right: 10px;
  font-size: 30px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.storythumb.wrap a:hover {
  color: #996888;
  animation: backflip 0.5s forwards;
}

.profleft a span.dw, .storythumb span.dw {
	background: transparent url('images/sprite.png') no-repeat -89px -9px;
	width: 20px;
	height: 15px;
	margin-right: 5px;
	display: inline-block;
}

#voicepop .profleft {
	padding-left: 10px;
	width: 105px;
	min-height: 280px;
	display: inline-block;
	float: left;
}

#voicepop .profleft span.wpfp-span {
	width: 88px;
}

#voicepop .profleft span.wpfp-span a {
	color: #2A2778;
	text-shadow: none;
}

#voicepop .popup-bot {
	display: block;
	height: 13px;
	width: 100%;
	background: transparent url('images/popup-bottom.png') 11px 0 no-repeat;
}

#voicepop .linktoprof {
	position: absolute;
	top: -45px;
	background: transparent url('images/sprite.png') no-repeat -7px -48px;
	width: 175px;
	height: 60px;
}

span#closebox {
	cursor: pointer;
	display: block;
	background-color: #2A2778;
	color: #FFF;
	padding: 5px;
	position: absolute;
	right: -5px;
	top: 5px;
}

#cover {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(154, 154, 135,0.6);
	position: fixed;
	z-index: 998;
	left: 0;
	top: 0;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */

.clear.big {
	margin: 10px 0;
}

/* AUDIO PLAYER */

/* 2024 Feb Update */


/* 2024 Feb Update End */

.mbMiniPlayer.shadow table {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.mbMiniPlayer table span.map_volume, .mbMiniPlayer table span.map_volumeLevel {
	display: none !important;
}

.mbMiniPlayer table {
	border: 0 !important;
	background: transparent !important;
}

.mbMiniPlayer table div.map_controls {
	overflow: none !important;
}

.mbMiniPlayer table td span.map_title {
	font-family: 'Roboto Slab', serif !important;
	font-weight: 300 !important;
	font-size: 14px !important;
	margin-top: 1px !important;
	left: -14px;
}

#voicepop .mbMiniPlayer table td span.map_title {
	overflow: hidden;
}

.mbMiniPlayer table td .jp-progress {
	background-color: #c3ccaf !important;
	height: 3px !important;
	left: -15px !important;
	top: 5px !important;
	width: 103% !important;
}

.mbMiniPlayer table td.map_controlsBar {
	background: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.mbMiniPlayer table {
	border: 0;
	border-radius: 0;
}

/*.map_download {
	width: 20px;
	height: 20px;
	background: transparent url('images/sprite.png') no-repeat -75px -131px;
}

.map_rew {
	width: 20px;
	height: 20px;
	background: transparent url('images/sprite.png') no-repeat -99px -131px;
}

.map_play {
	width: 20px;
	height: 20px;
	background: transparent url('images/sprite.png') no-repeat -119px -131px;
}

.map_play.pause {
	width: 20px;
	height: 20px;
	background: transparent url('images/sprite.png') no-repeat -275px -131px;
}*/

/* Pagination */


.oldernewer .prevnext {
	border-top: 1px solid #333;
	display: block;
	width: 220px;
	text-align: center;
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	padding-top: 15px;
	position: relative;
	overflow: hidden;
}

.oldernewer .prevnext div {
	display: inline-block;
	width: 107px;
	position: relative;
}

.oldernewer .prevnext div.older span {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 6px;
	background: transparent url('images/sprite.png') no-repeat -8px -136px;
}

.oldernewer .prevnext div.newer span {
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 6px;
	background: transparent url('images/sprite.png') no-repeat -35px -136px;
}

.page-numbers {
	padding: 5px;
	margin: 0 6px;
}

.page-numbers.current {
	font-size: 24px;
	font-weight: bold;
}

.page-template-template-contact .box {
  padding: 0 15px;
  border: 1px solid #333;
}

#err404 h1 {
  margin-top: 30px;
  font-size: 120px;
  margin-bottom: 0;
}

#err404 h2 {
  margin-top: 0;
  font-size: 25px;
}

#err404 img {
  width: 80%;
  max-width: 400px;
}

.shortlist .shortlist-artist {
  display: block;
  clear: both;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.shortlist .shortlist-artist p {
  display: inline-block;
  float: left;
  padding-right: 30px;
}

.single-voice .simplefavorite-button {
  position: static;
  width: 17px;
  float: right;
}

.simplefavorite-button {
  position: absolute;
  right: 0;
  top: 35px;
  padding: 8px;
  background-color: #FFF;
}

.simplefavorite-button.active {
  background-color: #000;
  color: #FFDF00;
  opacity: 1;
}

#myshortlist a {
  color: #FFF;
  padding: 9px 12px;
  display: block;
}

#myshortlist a:hover {
  text-decoration: none;
}

#myshortlist {
  position: fixed;
  right: 10px;
  cursor: pointer;
  z-index: 100;
  text-align: center;
  background-color: #333;
}

.hidden-post {
    display: none;
}

.show-more-btn {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Roboto Slab', serif;
}

.show-more-btn:hover {
    background-color: #996888;
}
