/*	main.css - Specific stylesheet
	Example:
	- News view block
	- Product page
	- ...
---------------------------------------------------------------------------	*/

/*	Celeb full profile node
---------------------------------------------------------------------------	*/

@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,600,800);

body  {
  font-family: 'Raleway', sans-serif;
}

body.not-logged-in .tabs.primary {
  display: none;
}

.ajax-progress{
  visibility: hidden;
}

.messages,
.panel-pane{
  float: left;
  width: 100%;
}

.page-user-register .tabs.primary,
.page-user-login .tabs.primary {
  display: none;
}

form#user-login-form {
  color: #333;
  position: relative;
}

form#user-login-form .signup-now{
  float: right;
  width: 50%;
  margin-top: 25px;
}
form#user-login-form .signup-now .button{
  background: #1f0850;
  color: #fff;
  text-transform: inherit;
  padding: 20px 30px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  border-radius:4px;
}
form#user-login-form .description{
  display: none;
}

form#user-login-form .form-item {
  float: left;
  width:40%;
  clear: left;
}

form#user-login-form .form-actions {
  clear: left;
  margin-top: 0;
}

form#user-login-form input.form-text{
  padding: 10px 20px;
  width:100%;
  float: left;
  border:1px solid #ccc !important;
}
form#user-login-form label{
  font-weight: normal;
}
form#user-login-form .form-required{
  display: block;
}
form#user-login-form .reset-pass{
  color: #333;
  text-decoration: underline;
  margin-top: 21px;
  display: block;
}
form#user-login-form #edit-submit{

  border-radius: 4px;
  border:1px solid #ccc;
  padding:10px 80px;
  font-size: 18px;
  text-transform: uppercase;
  margin: 1em 0 0 0;
}
form#user-login-form .hybridauth-widget-wrapper {
	margin-top: 10px;
	display: inline-block;
	float: left;
	clear: left;
}

.node-type-celeb .node-celeb {
  min-height: 400px;
}

.node-type-celeb #page-title,
.node-type-rep #page-title{
  display: none;
}
.celeb-header{
  width:100%;
  float:left;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffa905;
}
.celeb-header .back-to-page{
  padding-left:20px;
  position: relative;
  cursor: pointer;
  color: #1f0850;
text-transform: uppercase;
font-size: .8em;
}
.celeb-header .back-to-page:before{
  content: "";
  position: absolute;
  top: 0;
  left:4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 7px 0;
  border-color: transparent #8f9294 transparent transparent;

}
.celeb-header .update-info{
  float: right;
  color: #1f0850;
}
.celeb-left {
  padding:  10px 0px;
  width: 25%;
}


.celeb-left-item h4 {margin-top:38px !important;}

.celeb-photo {
  /*background: url("../images/avatar.png") no-repeat scroll 0 0 transparent;*/
  background-size: 174px 180px;
/*   min-height: 195px; */
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative
}
.celeb-photo:before{
  content: url("../images/avatar.png");
  position: absolute;
  left: 50%;
  width: 176px;
  top: 5px;
  height: 181px;
  margin-left: -88px;
  overflow: hidden;
  display: none;
}

.celeb-photo img {
  display: block;
  padding: 6px 0px;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.celeb-social-media li {
	display:block;
	margin:10px 10px 0 0;
}

.celeb-social-media li .fab {
	font-size: 30px;
	vertical-align: middle;
}

.celeb-affiliated-brands li {
	margin: 0;
}

.celeb-right {

  width: 75%;
}
.celeb-right.no-left{
  width:100%;
}
.celeb-profile {
  margin-bottom: 10px;
  overflow: hidden;
  float: left;
  width: 100%;
}

.celeb-caption {
  padding: 10px 0;
}

.whorepresents-form.section .celeb-caption {
  padding: 0;
  margin-bottom: 10px;
}
.celeb-profile .celeb-photo,
.celeb-profile .celeb-left-item {
  display: none;
}
.celeb-caption a.button {
  float: right;
}

.celeb-title {
  padding:10px 0;
  text-transform: capitalize;
  color: #444;
  font-weight: 800 !important;

}
.celeb-profile .celeb-title .celeb-name{
  text-transform: capitalize;
}
.celeb-title .celeb-name{
  font-weight: bold;
  margin-right: 0;
  font-size: 17px;
  color:#261350;
}
.celeb-table {
  width: 100%;
  margin: 0;

}

.celeb-table tr {
  border-bottom: 2px solid #FFFFFF;
}

.celeb-table td {
  padding: 0;
}
.celeb-table .celeb-row{
  background: #1f0850;
}
.node-type-rep .celeb-table .celeb-row{
  background: transparent;
}
.celeb-table .celeb-access.no-access{
  float: left;
  width: 300px;
  padding: 0;
  border:2px solid #ccc;
  border-radius: 5px;
  background: transparent;
  margin: 3px 0px;
  padding: 20px;
}
.celeb-table .celeb-access.no-access .celeb-label,
.celeb-table .celeb-access.no-access .field-content{
  padding: 5px 10px;
  padding-left: 35px;
  color: #aaa;
  background: url("../images/lock.png") no-repeat 0% 50%;
  background-size: 20px 22px;
  width: 100%;
}
.celeb-table .celeb-label,
.celeb-table .celeb-rep-name,
.celeb-table .info-link{
  padding: 5px 10px;
}
.celeb-table .celeb-label {
  color: #fff;
  float: left;
}
.node-type-rep .celeb-table .celeb-label{
  color: #333;
  font-weight: bold;

}
.celeb-table .celeb-rep-name{
  float: left;
  margin-left: 10px;
  text-transform: capitalize;

}
.celeb-table .celeb-rep-name a{
  color:#fff;
  font-weight: bold;
  
}
.celeb-table .celeb-rep-name a:hover{
  text-decoration: underline;
}
.celeb-rep-name a, .celeb-signup a {

}

.celeb-rep-name a.expanded {
  background: url(../images/icon_expanded.png) no-repeat right 5px;
}


.celeb-table .info-link{
  float:right;
}

.celeb-table .info-link a{
  color: #fff;
  padding: 10px 30px 10px 0;
  background: url("../images/icon-arrow-left.png") no-repeat 100% 50%;
  background-size: 30px 30px;
}

.celeb-rep .info {
  color: #444;
  background: #fff;
  float:left;
  padding: 5px 8px;
  width:100%;
  position: relative;
}

.celeb-rep .info .show-more{
  float: left;
  clear: both;
  cursor: pointer;
}
.celeb-rep .info .more-info{

  float: left;
  width:100%;
}
.celeb-rep .info .row{
  float:left;
  padding-right: 10px;
  line-height: 30px;
}
tr.celeb-rep .info .info-email a {
  color: #444;
}

tr.celeb-rep .info .info-email a:hover {
  color: #EFB010;
}

.celeb-rep .info .label {
  width: 90px;
  font-weight: 800;
  display: inline-block;
  font-family: raleway;
  font-size: 0.9em;
  margin-top:1em;
text-transform:uppercase;
}

.info-agency {
  overflow: hidden;
  width:100%;
}

.info-agency .label {
  float: left;
}

.info-agency .value {
  float: left;
  width: 100%;
}

.celeb-rep .info .info-agency-address .address-line2,
.celeb-rep .info .info-agency-address .address-line2 + br {
  display: none;
}

.celeb-rep .info .value .field-label {
  font-weight: normal;
}
.info-agency .views-field{
  float:left;
}
.info-agency .views-label{
  font-weight: bold;
}
.info-agency-tilte,
.info-agency-address
{
  width:35%;
}
.info-phone{
  width:20%;
}
.info-email{
  width:30%;
}
.info-fax{
  width:20%;
}

/*	Celeb minimal profile node
---------------------------------------------------------------------------	*/
.celeb-intro {
  margin-bottom: 15px;
}

.celeb-intro .intro1 {
  font-weight: 600;
  font-size: 14px;
}

.rep-table .celeb-intro .intro1 {
  margin-top: 10px;
}

.celeb-intro .intro2 span {
  font-weight: 600;
  text-transform: capitalize;
}

.celeb-intro .intro3 {
  line-height: 1.3;
  font-size: 12px;
}


#signup_rep {
  top: 109px;
  position: absolute;
}

.celeb-profile-banner {
  float: right;
  margin: 0 10px 15px 0;
}

.celeb-signup a:hover {
  color: #EFB010;
}

.button-right {
  float: right;
}

div.celeb-table{
  display: block;
  position: relative;
  min-height: 250px;
}
.celeb-overlay{
  display: block;
  position: absolute;
  width:100%;
  height: 1000px;
  top:0px;
  color:#fff;
  z-index: 1;
  left:0px;
  background: rgba(0, 0, 0, 0.6);
}

.node-type-rep div.celeb-table .celeb-intro{
  width:100%;
  padding-top: 50px;
  padding-left: 30px;

}
div.celeb-table  .celeb-action{
  float: left;
  margin-left: 20px;
  margin-top: 50px;
}
.celeb-table .celeb-action {
  margin-top: 20px !important;
} 
div.celeb-table  .celeb-action .btn{
  /*float:left;*/
  display: block;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase ;
  background: #1f0850;
  text-align: center;
}
div.celeb-table  .celeb-action .signup-suffix {
 font-weight: 600;
}

div.celeb-table .celeb-intro .action .login a{
  text-decoration: underline;
}
#signup_celeb,
#require_celeb,
#buy-more-credits{
  padding: 14px 41px;
  font-size: inherit;
}
#buy-more-credits{
  margin-top: 10px;
  background: #f7ad34;
}
.node-type-rep #require_celeb{
  float: none;
  /*width: 250px;*/
  margin: auto;
  padding: 14px;
}
/*	Rep full profile node
---------------------------------------------------------------------------	*/
.node-type-rep .celeb-profile{
  margin-bottom: 20px;
}

.node-type-rep div.celeb-table .celeb-row {
  float: left;
  width:100%;
  padding: 10px 0;
  margin: 0 0 0 10px;
}
.node-type-rep div.celeb-table .celeb-label {
  padding: 0;
  width:40%;
}
.celeb-table .agency .celeb-value .agency-name {
  font-weight: bold;
}

.celeb-table .agency .celeb-value .field-name-field-agency-address {
  margin-bottom: 10px;
}

.celeb-table .agency .celeb-value .field .field-label {
  font-weight: normal;
}

.rep-artist {
  margin-bottom: 12px;
  padding: 10px 0;
  float: left;
  width: 100%;
  border-top:1px solid #ffa905;
}
.rep-artist .celeb-title{
  text-transform: uppercase;
  font-weight: normal;
}
.represented-artists-list {
  padding: 5px 10px  15px 10px;
}

.represented-artists-list .views-field-title a {
  color:#444;
  text-transform: capitalize;
}

/*	Rep minimal profile node
---------------------------------------------------------------------------	*/
.node-rep .celeb-profile .celeb-value .represents-number {
  font-weight: normal;
}

/*	Top 10 Celebs & Reps blocks
---------------------------------------------------------------------------	*/
#sidebar-right .block {
  background-color: #d9d9d9;
  margin-bottom: 10px;
  padding: 7px 10px 15px;
}

#sidebar-right .block .block-title {
  color: #333366;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.top-10-block ol {
  margin: 0 5px;
}

.top-10-block ol li {
  margin: 0;
}

.top-10-block ol li a {
  color: #303030;
  font-size: 14px;
  text-decoration: none;
}

.top-10-block ol li a:hover {
  color: #000000;
  text-decoration: underline;
}

.top-10-block h3 {
  display: inline;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/*	Top Search Box
---------------------------------------------------------------------------	*/
#block-panels-mini-top-search-box{
  position: static;
  float: left;
  width: 100%;
}
#block-panels-mini-top-search-box .pane-block,
#block-panels-mini-top-search-box .panel-separator{
  float: left;
}
#mini-panel-top_search_box {
  margin: 0 0 10px;
  padding: 10px 0;

}

#mini-panel-top_search_box .pane-views-exp-search-celebrity-page {
  float: left;

  width: 100%;
}

#mini-panel-top_search_box .pane-views-exp-search-rep-page {
  float: left;
  width: 350px;
}

#mini-panel-top_search_box .pane-title {
  color: #333366;
  font: bold 20px raleway;
  margin: 0 0 10px;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

#mini-panel-top_search_box .views-exposed-form .views-exposed-widget {
  padding: 0;
}
#mini-panel-top_search_box  .views-widget-filter-search_api_views_fulltext{
  width:70%;
}
#mini-panel-top_search_box  .views-exposed-widget.views-submit-button{
  width:30%;
  padding-left: 20px;
}

#mini-panel-top_search_box label {
  display: none;
}
#mini-panel-top_search_box input {
  margin: 14px 4px 5px 0;

  float:left;
}

#mini-panel-top_search_box input.form-text {
  background: url("../images/search_icon.png") no-repeat scroll 5px center #FFFFFF;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: 1px 1px 2px 0 #CCCCCC inset;
  -webkit-box-shadow: 1px 1px 2px 0 #CCCCCC inset;
  box-shadow: 1px 1px 2px 0 #CCCCCC inset;
  color: #CCCCCC;
  font: bold 15px raleway;
  height: 16px;
  padding: 20px 5px 20px 35px;
  width: 100%;
}
.logged-in #mini-panel-top_search_box input.form-text {

}
#mini-panel-top_search_box input.form-text:focus {
  border: 1px solid #EFB010;
  color: #333333;
}

#mini-panel-top_search_box input.form-submit {
  border: medium none;
  color: #333;
  cursor: pointer;
  background: #fff;
  font: bold 15px raleway;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 0;
  padding-left: 20px;
  -moz-border-radius:4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#mini-panel-top_search_box input.form-submit:hover {
  color: #333333;
}

#mini-panel-top_search_box .pane-1 {
  clear: both;
  color: #666699;
  font: bold 16px raleway;
  padding: 10px 0 0;
  text-align: center;
}
#whorepresents-core-search-top-form {
  margin-top: 17px;
  position: relative;
  height: 109px;
}

#whorepresents-core-search-top-form .ajax-progress{
  position: absolute;
  top:20px;
  right: -5px;
  width:20px;
  height: 20px;
  overflow: hidden;
  color: transparent;
}
#whorepresents-core-search-top-form .form-item{
  float: left;
  margin: 0;
  width: 70%;
  position: relative;

}
#whorepresents-core-search-top-form .form-item-search-name{
  background: url('../images/search-banner.png') no-repeat 0px 0px;
  padding: 14px 10px;
  padding-bottom: 50px;
  position: relative;
}
#whorepresents-core-search-top-form .form-item-search-name,
#whorepresents-core-search-top-form #search-result {
  padding-left: 74px ;
  padding-right: 5px;
  
}

#whorepresents-core-search-top-form .form-item-search-name input{
  border-color: transparent;
  border-radius: 0;
  color: #CCCCCC;
  background: #fff;
  font-size:  15px;
  padding: 13px 5px 13px 15px;
  width: 100%;
  float: left;
  position: relative;
  margin: 0;

}

#whorepresents-core-search-top-form .form-item-search-name input:focus{
  border: 1px solid #ccc;
  border-bottom: none;
}
#whorepresents-core-search-top-form .search-tooltip{
  position: absolute;
  width: 97.5%;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  z-index: 1;
  text-align: center;
  top: 70px;
  left: 2.5%;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 6px;
  min-height: 40px;
}

#whorepresents-core-search-top-form .search-tooltip:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0; height: 0;
  border-bottom: 9px solid #CCCCCC;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#whorepresents-core-search-top-form .search-tooltip:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

#whorepresents-core-search-top-form #edit-search {
  color: #fff;
  cursor: pointer;
  background: #fff;
  font: bold 16px raleway;
  text-transform: uppercase;
  padding: 22px 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 25%;
  float: right;
  margin-top: 6px;
  background: #f7ad34;
}
#whorepresents-core-search-top-form #search-result {
  position: absolute;
  top: 60px;
  left: 0px;
  z-index: 10;
}
#whorepresents-core-search-top-form #search-result.processing:before{
  content: url("../images/28.gif");
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px ;
  top: -28px;
  z-index: 101;
}
#whorepresents-core-search-top-form #search-result .views-element-container{

  background: #fff;
  border:1px solid #ccc;
  border-top:none;
  border-bottom: none;
  width: 100%;
  float: left;
}

#whorepresents-core-search-top-form #search-result .views-element-container:last-child{
  
}
#whorepresents-core-search-top-form .view-content{
  padding: 0px;

}
#whorepresents-core-search-top-form #search-result .views-row{
  float: left;
  width: 100%;
  padding: 10px 0px;
  margin: 0px;
  cursor: pointer;
}
#whorepresents-core-search-top-form #search-result .views-element-container:last-child .views-row:last-child{
  border:none;
  border-bottom: 1px solid #ffa905;
}
#whorepresents-core-search-top-form #search-result .views-field{
padding-left:10px;
}
#whorepresents-core-search-top-form #search-result .views-field-title{
  text-transform: capitalize;
  font-weight: 600;
}
#whorepresents-core-search-top-form #search-result .views-field-php{
  width:30%;
  overflow: hidden;
  float: left;
  padding: 0px 10px;

}
#whorepresents-core-search-top-form #search-result .views-field-php img {
  width:100%;
}

#whorepresents-core-search-top-form ul{
  margin: 0px ;
}


/*	user action
---------------------------------------------------------------------------	*/
#header{
  position: relative;
}
.new-feature-popup-btn{
  float: left;
  color: #fff;
  margin-top: 18px;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  margin-right: 10px;
}
.new-feature-popup-btn.logged{
  margin-top: 5px;
}
.new-feature-popup-content{
  display:none;
}

.ui-dialog.feature-confirm{
  color: #555;
  position: absolute !important;
  left: 50% !important;
  top: 110px !important;
  margin-left: -400px;
}
.ui-dialog.feature-confirm.mobile,
.front .ui-widget-overlay.mobile{
  left: 0% !important;
  margin-left: 0px;
  display: none !important;
}

.ui-dialog.feature-confirm.mobile img{
  height: auto;
  width: 100%;
}
.ui-dialog.feature-confirm h1{
  font-weight: normal;
}
.ui-dialog.feature-confirm .ui-dialog-titlebar{
  background: transparent;
  padding: 0;
  border: none;
  float: right;
}
.ui-dialog.feature-confirm p.confirm{
  margin-top: 30px;
  margin-bottom: 0;
}
.ui-dialog.feature-confirm p{
  font-size: 12px;
  font-family: Raleway;
  font-weight: 600;
}
.ui-dialog.feature-confirm img{
  height: 300px;
  display: block;
  margin: auto;
}
.ui-dialog.feature-confirm .ui-dialog-buttonpane{
  border: none;
}
.ui-dialog.feature-confirm .ui-dialog-buttonset{
  float: none;
  width: 300px;
  margin: auto;
}
.ui-dialog.feature-confirm .ui-dialog-buttonset button:first-child{
  background: #1f0850;
  color: #fff;
}
.ui-dialog.feature-confirm button{
  -moz-border-radius:4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; 
   background: #fff;
  width: 40%;
  border: none;
  margin-right: 2%;
  font-weight: 600;
  margin-left: 2%;
  float: left;
}
.ui-dialog.feature-confirm .desc{
  font-size: 12px;
  text-align: left;
  float: left;
  width:100%;
  padding: 10px 20px;
}


#block-whorepresents-core-whorepresents-core-user-info{
  position: absolute;
  top:7px;
  right:0px;
}
.user-action{
  float:left;
  margin-top:9px;
}
.not-logged-in .user-action a{
  font-weight: bold;
}
.user-action span{
  margin-left:  10px;
  float: left;
  margin-top:5px;
}
.user-action li{
  margin-left:  10px;
  max-width: 175px;
  word-wrap: break-word;
}

#block-whorepresents-core-whorepresents-core-user-info .user-action li{
  margin-left:  10px;
  max-width: 175px;
  word-wrap: break-word;
  display: inline-flex;
}
.user-action a{
  padding: 9px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  float: left;
  text-align: right;
  width: 100%;
  color:#fff;
}
.user-action .sign-up a{
background: #eac708;
  color: #1f0850;
  border-radius: 4px;
}
.user-action .logged a{
  text-transform: capitalize;
  padding: 0;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user-action a.user-logout{
  padding: 0;
  background: transparent;
  text-transform: capitalize;

}
.user-action a.user-logout:hover{
  text-decoration: underline;
}
/*
* Banner signup
*/
#signup-banner {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  
  
}
#signup-banner .adv-caption{
float: left;
font-weight: 200;
width: 50%;
font-size: 40px;
line-height: 45px;
padding: 0 0 35px 48px;
}
#signup-banner  .adv-action {
  padding: 53px 0px;
  padding-left: 130px;
  float: right;
  width: 50%;
  background:url("../images/tablet.png") no-repeat scroll  left bottom   !important;
  
}
#signup-banner .adv-action:nth-child(2) {
  text-align: center;
}
#signup-banner .action-label {
  font-weight: 600;
}
.adv-action .new {
  font-size: 18px;
  font-weight: bold;
  color: #43dc46;
}
.adv-action .action-label > div {
  display: inline-block;
}
.adv-action .action-label .or {
  color: #6f6f6f;
  font-size: 16px;
  margin: 0 10px;
  text-transform: uppercase;
}
.price .cent {
  font-size: 40px;
}

#signup-banner .action-content {
  color: #1f0850;
  font-weight: 800;
  display: block;  
}
#signup-banner .more {
  padding-left: 5px;
}
.top-search-table {
  font-size: 0.9em;
}
.tst-header,
.names-to-knows-header{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 0px;
  text-transform: uppercase;
  
}
.top-search-table ul,
.top-search-table ul li {
  margin: 0;
  
}
.top-search-table ul li,
.top-search-table ul li a{
  font-weight: 400;

}
.top-search-table ul li a{
  text-transform: capitalize;
}
.top-search-table ul li a:hover{
  color: #1f0850;
}


.top-search-table .col-wrapper  {

  font-weight: 600;
  font-family: "Raleway";
  float: left;
  width: 33.33%  !important;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  
}
.top-search-table .col,
.top-search-table .subheading{
    padding: 5px 50px;
}
.top-search-table .type-celeb-header,
.top-search-table .type-rep-header {
 color: #1f0850;
 width: 100% !important;
 float: left;
 font-weight: 600;
padding-top: 10px;
  text-transform: uppercase;
}
.top-search-table .type-rep-header{
   color: #f7ad34;
}
.top-search-table .type-rep .subheading{
   background: #f7ad34;
}
 
.top-search-table .subheading {
  background: #1f0850;
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 100%;
}


.top-search-table .send-link {
  background: url("../images/icon-arrow-left.png") no-repeat scroll right center / 35px 35px rgba(0, 0, 0, 0);
  text-align: right;
  padding: 5px 35px 5px 0;
}
.view-names-to-know .views-row:first-child{
  margin-top: 20px !important;
}
.view-names-to-know .views-row{
  float: left;
  width: 100%;
  margin: 5px 0px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.view-names-to-know .views-row:last-child{
  border: none;
}
.view-names-to-know .views-field-title a{
  color: #1f0850;
}


#signup-banner .caption .row{
  float: right;
  width:100%;
  width: 230px;
  clear: both;
}
#signup-banner .prefix-arrow{
  border: 22px solid transparent;
  border-right: 1px none black;
  border-left-width: 12px;
  border-left-color: #fff;
  display: block;
  float: left;
  width: 0px;
  height: 0px;
  cursor: pointer;
  padding: 0px 10px;
}
#signup-banner .btn{
  background: #1f0850;
  color: #fff;
  float: left;
  font-weight: bold;
  padding: 10px 20px;
}
/*
front panel
----------------------------------------------------------------------------------------*/
.pane-front-list-celebrity-or-representative {
  position:relative;
}

.pane-front-list-celebrity-or-representative .header-tabs{
  width: 100%;
  float:left;
  margin: 0;
  padding-right: 30px;
  
}
.pane-front-list-celebrity-or-representative .header-tabs li{
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 5px 0px ;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;

}

.list-celebs{
  float:left;
  clear: both;
  width:100%;
}
.list-celebs .views-limit-grouping-group{
  float: left;
  width: 18%;
  border:1px solid #ccc;
  margin:20px 2.5% 0px 0px !important;
  position: relative;
  overflow: hidden;
  height: 180px;
  cursor: pointer;
}


.list-celebs .views-limit-grouping-group:nth-child(n+6){
  display: none;
}
.list-celebs.show-full .views-limit-grouping-group{
  display: block;
}
.list-celebs.show-full .views-limit-grouping-group:nth-child(n+12){
  display: none;
}
.list-celebs >.view-content .views-limit-grouping-group >h3{ 
  position: absolute;
  bottom:0;
  left: -1px;
  width: 101.5%;
  margin: 0px;
}
.list-celebs >.view-content .views-limit-grouping-group > h3 > a{
  width:100%;
  padding: 10px 5px;
  background: rgba(31, 8, 80, 0.69);
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  float:left;
  text-transform: capitalize;

}
.list-celebs .views-field-php .field-content{
  float:left;
  width: 100%;
  background: url("../images/avatar.png") no-repeat;
  background-size: cover;
}
.list-celebs .views-field-php img{
  width: 100%;
  float: left;
}
.pane-front-list-celebrity-or-representative .show-more{
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 12px;
  top:3px;
  padding: 10px 50px 10px 10px;
  background: url(../images/icon-arrow-hide.png) no-repeat 100% 3px transparent;
  background-size: 35px 35px;

}
.pane-front-list-celebrity-or-representative .show-more.show{
  background-image:   url(../images/icon-arrow.png);
}

.view-id-front_list_celebrity_or_representative.view-display-id-block_1 .views-limit-grouping-group{
  padding: 10px;
  text-transform: capitalize;
}



#front-banner{
  margin-top: 20px;
  float: left;
  width:100%;
  padding: 20px 0px;
}
#front-banner .banner{
  float: left;
  width:49%;
  margin-right: 2%;
  position: relative;
  background: #f0f0f0;
  height: 200px;
  overflow: hidden;
}
#front-banner .banner-1{
  float: right;
  margin-right: 0px;
}
#front-banner .banner-2{
  background: #211F4E;
  
}
#front-banner .banner-2 .banner-content {
  color: #fff;
  margin-top: 3%;
}
.logged-in #front-banner .banner-2 .banner-content {
  margin-top: 5%;
}
#front-banner .banner-title{
  background: #1f0850;
  padding: 0px 10px ;
  color: #fff;
  padding-right: 30px;
}
#front-banner .banner-content{
  width:100%;
  float: left;
  color: #555;
  padding: 10px;
  font-size: 18px;
}
#front-banner .banner-content h3{
  color: #000;
  margin: 0px;
}
#front-banner .banner-arrow{
  position: absolute;
  height: 100%;
  width:10%;
  top: 0px;
  right:0px;
}
#front-banner .banner-arrow a{
  background: url("../images/banner-arrow.png") no-repeat;
  display: block;
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -50px;
  z-index: 50;
  width: 56px;
  height: 105px;
  cursor: pointer;
  padding: 0px 10px;
}

#front-banner #simplenews-subscriptions-multi-block-form{
  padding-right: 130px;
  position: relative;

}
#front-banner #simplenews-subscriptions-multi-block-form .form-submit{
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px;
}
#simplenews-subscriptions-multi-block-form .form-item-mail  label{
  display: none;
}

#simplenews-subscriptions-multi-block-form .form-item-mail  input{
padding: 7px;
font-size: 15px;
font-weight: 600;
background: #f8f8f8;
}
#simplenews-subscriptions-multi-block-form .form-item-mail  input{
  width: 100%;
}
#simplenews-subscriptions-multi-block-form.not_logged_in #edit-newsletters{
  display: none;
}
#front-banner .strong{
  color: yellow;

}
#front-banner .nl-footer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#front-banner .nl-footer .twitter{
	display: block;
	float: left;
  	padding: 10px 5px;
  	background: url("../images/twitter.png") no-repeat 0px 50% #4099FF ;
  	padding-left: 40px;
  	width: 50%;
}
#front-banner .nl-footer .facebook{
  	padding: 10px 5px;
  	width: 50%;
  	background: url("../images/facebook.png") no-repeat 0px 50% #3B5998 ;
  	padding-left: 40px;
  	display: block;
	float: left;
  	
}

#front-banner .nl-footer a{
 color: #fff;  
}
@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  /* Retina-specific stuff here */
  #front-banner .banner-arrow a {
    background: url("../images/banner-arrow@2x.png") no-repeat;
    background-size: 48px 110px;
  }
}

/*	Search Results page
---------------------------------------------------------------------------	*/
#quick-searh-result .block-col{
  float: left;
  width:100%;
}
#quick-searh-result-tabs{
  float: left;
  width:100%;

}
#quick-searh-result .block-title{
  font-size: 22px;
  color: #333;
  cursor: pointer;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
    border-bottom:1px solid #ccc !important;
    float: left;
    width:100%;
}

#quick-searh-result .block-title span {
  background: #eee;
  padding: 10px 20px;
  float: left;
  
}

#quick-searh-result-tabs .block-title.active span{
  background: #261350;
  color: #fff;
}

#quick-searh-result ul{
  margin: 0px;
  padding: 0px;
}
#quick-searh-result .views-exposed-form{
  display: none;
}

#quick-searh-result .show-more{
  float: left;
  width:100%;
  margin-top: 10px;
}
#quick-searh-result .show-more a{
  float: right;
  padding: 10px 40px 10px 10px;
  background: url(../images/icon-arrow-right.png) no-repeat 100% 3px #fff;
  background-size: 35px 35px;
  color: #1f0850;
  font-weight: 800;
  text-transform: uppercase;
}
#quick-searh-result .views-row{
  display: block !important;
  border-bottom: 1px dashed #888;
  padding: 5px 0px;
}
#quick-searh-result .views-row:last-child{
  border-bottom: none;
}


 
.search-results-page {
  background-color: #fff;
  display: block;
}
 #quick-searh-result .views-field-title a{
  color: #261350 ;
  font-weight: 700;
 }

.search-results-page .intro {
  background-color: #ffffff;
  font: bold 14px/22px raleway;
  padding: 0 0 10px;
}

.search-results-page .search-count {
  font: 600 12/15px raleway;
  padding: 10px;
}
.search-results-page .views-row {
  list-style:  none;
  margin:  0px;

}
.search-results-page .views-row img{
  width: auto;
}

.search-results-page .view-empty {
 font: 600 12/15px raleway;
  padding: 0 10px 15px;
}

/*	User Login popup
---------------------------------------------------------------------------	*/
#block-user-login {
  background: none repeat scroll 0 0 #FFFFFF;
  border:1px solid #ccc;
  display: none;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

#block-user-login .form-item {
  display: inline-block;
  margin: 0 10px 0 0;
}
#block-user-login input{
  padding: 5px 10px
}
#block-user-login label {
  display: inline;
  font-weight: normal;
}

#block-user-login  .form-required {
  display: none;
}

#block-user-login .form-actions {
  display: inline-block;
  margin: 0;
}

#block-user-login .form-submit {
  font-size: 17px;
  padding: 3px 10px;
}

#block-user-login .user-login-note {
  margin: 5px 0 0;
}

#block-user-login a {
  color: #0000EE;
}

/*	Feed News node & WhoRepresents News teaser node
---------------------------------------------------------------------------	*/
.node-feed-news, .node-news {
  line-height: 1.3;
}

.node-feed-news .feed-news-image img, .node-news .feed-news-image img {
  float: left !important;
  margin: 0 10px 0 0 !important;
  width: 80px !important;
  height: auto !important;
  padding: 0 !important;
  display: none;
}

.node-feed-news .feed-news-title, .node-news .feed-news-title {
  font-weight: 600;
  background:  transparent;
  display: block;
  color: #666;
  padding: 4px;
  margin: -9px 0 3px -5px;
}

.node-feed-news .submitted span, .node-news .submitted span {
  color: #9A9A9A;
  font:  12px raleway;
  padding: 10px 0;
  text-transform: uppercase;
  font-style: italic;
}

.node-feed-news .description, .node-news .description {
  color: #303030;
}

.view-ticker-news {
  width: 100%;
  overflow: hidden;
  background: #261350;
  
}
.view-ticker-news a{
  color: #fff;
  text-transform: uppercase;
}
/*.view-ticker-news  .view-content {
  float: left;
  width:  9999999px !important;
}*/
.view-ticker-news ul{
 
    //important to enable css3 transitions properly 
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
    margin:0;
    padding: 10px 0px;
    height: 40px;
}
.view-ticker-news .tickercontainer{
  height: 42px
}
.view-ticker-news  .views-row{
  float: left;
  padding: 0px 0px;
  -webkit-box-sizing: border-box;
  
}
.view-ticker-news  .views-field{
  display: inline-block;
}
.view-ticker-news .views-field-created {
  background: #f7ad34;
  color: #fff;
}
.ticker-signup-btn{
float: right;
margin-top: -42px;
z-index: 10;
position: relative;
background: #1f0850;
padding: 9px 10px;

}
.ticker-signup-btn a{
  color: #fff;
}
.ticker-signup-btn:before{

float: left;
width: 0;
height: 0;
position: relative;
left: -20px;
border-style: solid;
border-width: 12px 10px 12px 0;
border-color: transparent #1f0850 transparent transparent;
}
/*	News List block
---------------------------------------------------------------------------	*/
#page .view-news-list {
  border:none !important;
  margin-top: 0px;

}
#page .pane-whorepresents-core-whorepresents-core-ticker-new .pane-title{
  color: #000 !important;
  padding: 10px;
  border-top: 1px solid #ccc;
  margin: 0px;
  font-weight: 300;
  font-size: 25px;
  padding-left: 50px;
  text-transform: uppercase;
}
#page .pane-whorepresents-core-whorepresents-core-ticker-new .pane-title,
#page .view-news-list .views-row,
#page .view-news-list .more-link{
  padding-left:  50px;
  padding-right: 50px;
}
.pane-whorepresents-core-whorepresents-core-ticker-new {
  position: relative;
}
.pane-whorepresents-core-whorepresents-core-ticker-new .more-link a{
  position: absolute;
  top:13px;
  right:0px;
  background: url("../images/icon-arrow-left.png") no-repeat right center;
  padding:5px 0;
  padding-right: 35px;
  color: #333;
  background-size: 35px 35px;
}
.news-list-block .views-row {
  background: #e9deef;
  padding: 10px;
  margin: 5px 0;
  float: left;
  width: 100%;
}



.news-list-block .item-list .pager {
  margin: 5px 0 10px;
}

.hl-block-title{
  color: #000 !important;
padding: 10px;

margin: 0px;
font-weight: 300;
font-size: 25px;
padding-left: 50px;
text-transform: uppercase;
}

.hot-list-block a{
  float: left;
  width: 49%;
  padding: 5px 0px;
  margin-left: 2%;
  margin-bottom: 2%;
  display: block;
  text-align: center;
  background: #1f0850;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  
}
.hot-list-block .hl-title{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
}
.hot-list-block a:nth-of-type(2n+1){
  margin-left: 0%;
  
}
.hot-list-block a:nth-of-type(3){
  clear: left;
}
/*	Homepage Left Banner
---------------------------------------------------------------------------	*/
#homepage .pane-block-1 .pane-content  > * {
  display: block;
  margin: 0 0 5px;
}

/*	Celeb Related News
---------------------------------------------------------------------------	*/
.celeb-news {
  background: none repeat scroll 0 0 #EEEEEE;
  padding: 10px;
  margin: 0 0 10px;
}

.celeb-news .node-feed-news {
  clear: both;
  padding: 10px 0;
}

.celeb-news .submitted {
  margin-bottom: 5px;
}

/*	WhoRepresents News full node
---------------------------------------------------------------------------	*/
.node-news .field-type-image {
  float: left;
  margin-right: 10px;
}

.node-news .news-content {
  padding-left: 200px;
  position: relative;
}

.node-news .news-content.no-image {
  padding-left: 0;
}

.node-news .node-title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

/*	FAQs page
---------------------------------------------------------------------------	*/
.page-help-faq .pane-first {
  margin-bottom: 10px;
  width: 100%;
}

.page-help-faq .pane-first:last-child {
  margin-bottom: 0;
}

.page-help-faq .view-faq .views-row {
  background-color: #FFFFFF;
  padding: 10px;
  width: 100%;
  float: left;
}

.page-help-faq .view-faq .views-row-even {
  background-color: #EEEEEE;
}

.page-help-faq .view-faq .views-row-first {
  padding-top: 0;
}

.page-help-faq .view-faq .views-field-title {
  color: #000000;
  display: block;
  font: bold 14px raleway;
  text-decoration: underline;
  margin: 0 0 10px;
}

.page-help-faq .view-faq .views-field-title:hover {
  color: #EFB010;
}

.page-help-faq .view-faq .views-field-title .field-content {
  background: url(../images/icon_expand.png) no-repeat scroll right center transparent;
  padding-right: 13px;
  cursor: pointer;
}

.page-help-faq .view-faq .views-field-title .field-content.expanded {
  background: url("../images/icon_expanded.png") no-repeat scroll right 5px transparent;
}

.page-help-faq .view-faq .views-field-field-faq-content {
  display: none;
}

/*	Edit Subscription page
---------------------------------------------------------------------------	*/
.page-user-subscription-edit #content-content {
  border: 0 none;
  background-color: transparent;
  width: 940px;
}

.page-user-subscription-edit #page-title {
  display: none;
}

.page-user-subscription-edit #block-system-main {
  padding: 0;
}

.page-user-subscription-edit .pane-first {
  background-color: #FFFFFF;
  margin-bottom: 10px;
  /* overflow: hidden; */
  float: none;
  width: auto;
}

.page-user-subscription-edit .pane-first .pane-title {

  font-size: 18px;
  font-weight: normal;
  padding:  10px 0;

}

.page-user-subscription-edit .pane-first .pane-content {

}

.hide {
  display: none;
  position: relative;
}

.clear {
  clear: both;
}
#current-subscription .form-row{
  float:left;
  width:100%;
}
#current-subscription .form-row .form-label{
  width:30%;
  float:left;
  font-weight: normal;
}

.page-user-subscription-edit .form-row {
  margin: 10px 0;
}

.page-user-subscription-edit label {
  display: inline-block;
  font-weight: normal;
}

.page-user-subscription-edit label.form-label {
  margin: 0 10px 0 0;

}

.page-user-subscription-edit ul.form-value {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

.page-user-subscription-edit ul.form-value li {
  margin: 0;
}

.page-user-subscription-edit select {
  margin-left: 5px;
}

.page-user-subscription-edit a.help-dialog {
  margin-left: 5px;
}

.page-user-subscription-edit .pane-first hr {
  margin: 10px -10px;
  clear: both;
}

.page-user-subscription-edit .subscription-info label.form-label {
  font-weight: bold;
}

.page-user-subscription-edit .form-row.form-actions {
  padding-left: 205px;
}

#whorepresents-subscription-subscription-form {
  display: none;
}

.page-user-subscription-edit .form-row.row-strong {
  font-size: 16px;
}
.subs-page h2{
  font-weight: normal;
  font-size: 22px;
  color: #1f0850
}
.subs-page h2 span.subType{
    padding: 3px 10px;
    border: 2px solid #999;
    color: #999;
    border-radius: 7px;
    cursor: pointer;
    margin-left: 11px;
    display: inline-block;
    margin-bottom: 10px;
}
.subs-page h2 span.subType.active{
  color: #E4AF31;
  border-color: #E4AF31;
  font-weight: bold;
}

.subs-page .form-select-type .form-row{
  float: left;
  width:49%;
  margin-right: 2%;
  border:1px solid #ccc;
  padding:10px;
  background:#fff;
  height: 177px;
}
.subs-page .form-select-type .form-row.organization {
  height: auto;
  margin-left: 0;
}
.subs-page h3{
  font-weight: normal;
}


.subs-page .form-select-type .form-row.type label:before{
  content: "";
  width: 100px;
  height: 90px;
  background: url("../images/icon-account-type.png") no-repeat;
  left: 0px;
  margin-top: 10px;
  position: absolute;
}
.page-user-subscription-edit .type label{
  padding-left: 100px;
  position: relative;
  height: 100%;
}
.page-user-subscription-edit .type h3,
.page-user-subscription-edit .type p{
  display: block;
}
.subs-page .form-select-type .form-row.type.type-organization label:before{
  background-position: 0 -87px;
}
.subs-page .form-select-type .form-row.active{
  background:  #f0f0f0;;
}

.subs-page.has-a-la-carte .form-select-type .form-row:nth-child(3n){
  margin-right: 0;
}
.subs-page .form-select-type .form-row:nth-child(2n){
  margin-right: 0;
}
.subs-page .form-select-type .form-row input{
  display: none;
}
.subs-page .step_2 .help-dialog{
  display: none;
}

.subs-page .step_2{
  float: left;
  width:100% ;
}

.subs-page .step_2 .form-row{
  width: 30%;
  float: left;
  clear: left;
  padding: 0;
  margin:5px 0;
}

.subs-page .step_2 .form-row input[type="checkbox"]{
  display: none;
}

.subs-page .step_2 .form-label{
  width:100%;
  float:left;
  padding: 10px 35px;
  background: #eee;
  cursor: pointer;
  border: 1px solid #ccc;
  position: relative;
}

.subs-page .step_2 .form-label span {
  position: absolute;
  width: 137%;
  left: 50%;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  z-index: 1;
  top: 118%;
  left: 12.5%;
  padding: 10px;
  display: none;
  border-radius: 6px;
}
.subs-page .step_2 .form-label span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -10px;
  width: 0; height: 0;
  border-bottom: 9px solid #CCCCCC;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.subs-page .step_2 .form-label span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 10%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.subs-page .step_2 .form-label:hover span.show-desc {
  display: block;
}
.subs-page .step_2 .form-label:after{
  content:"";
  background: url("../images/icon-checked.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top:5px;
  right:0px;
  float: right;
  background-size: 20px 40px;

}
.subs-page .step_2  input{
  background: url("../images/icon-checked.png") no-repeat;
}
.subs-page .step_2 .form-label.ticked:after,
.subs-page .step_2 .form-label.alwayschecked:after{
  background-position: 0 -22px;
}
.subs-page .step_2 .large-desc h1{
  font-weight: normal;
  font-size: 35px;
}
.subs-page .step_2 .large-desc h1 small{
  font-size: 20px;
  margin-top: 10px;
}
.subs-page .step_2 .alacate-desc{
  float:right;
  padding-right: 20%;
  font-size: 20px;
  padding-top: 10px;
}
.subs-page .step_2  .desc-small{
  float: left;
  width:100%;
  text-align: right;
  display: none;
  cursor: pointer;
  position: relative;

}
.subs-page .step_2 .desc-small span {
  position: absolute;
  width: 80%;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  z-index: 10;
  top: 72%;
  text-align: left;
  right: 0%;
  padding: 10px;
  display: none;
  border-radius: 6px;
  osverflow: visible !important;
}

.subs-page .step_2 .desc-small span:before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 10%;
  margin-right: -10px;
  width: 0; height: 0;
  border-bottom: 9px solid #CCCCCC;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.subs-page .step_2 .desc-small span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 10%;
  margin-right: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}


.subs-page .step_3 {
  float: right;
  margin-right: 25%;
  width: 25%;
  margin-top: -195px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}
.subs-page .step_3 .form-row {
  padding: 10px 10px;
  float: left;
  width:100%;
}
.subs-page .step_3 .form-label {
  text-transform: uppercase;
  font-weight: normal;
  display: block;

}
.subs-page .step_3 .total-cost {
  background: #eee;

}
.subs-page .step_3 .form-row #total_cost {
/*   font-weight: bold !important; */
}
.subs-page .form-actions{
  float: left;
  width:100%;
  padding: 0 !important;
  margin: 0;
}
.subs-page .form-actions .form-submit,
.subs-page .form-actions button {
  text-transform: uppercase;
  font-weight: normal;
  padding:10px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.subs-page .yearly-check {
  background: url("../images/icon-checked.png") no-repeat;
  line-height: 35px;
  height: 35px;
  padding-left: 40px;
  cursor: pointer;
}

.subs-page .yearly-check.ticked {
  background-position: 0 -37px;
}

.subs-page .yearly-nid {
  display: none;
}

/*	User Profile
---------------------------------------------------------------------------	*/
.page-user .section{
  background: transparent;
  border: 1px solid #ccc;
  padding: 10px 20px;
  float: left;
  width: 100%;
}
.subscription-section .section-header {
  position: relative;
}

.subscription-section .button {
  width: 120px;
}

.button.small {
  font: bold 10px raleway;
  padding: 5px;
}

.button.cancel-button {
  background-color: #D43434;
  position: absolute;
  top: 40px;
  right: 10px;
}

.section {
  background-color: #ECECEC;
  margin-bottom: 10px;
  padding: 0 0 10px;
}

.section p.desc {
  padding: 0;
}

.whorepresents-form.section {
  padding: 10px;
}

.section-row {
  padding: 0 0 10px;
}

.section-row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.section-row .cell-label {
  float: left;
  margin-right: 10px;
  width: 200px;
}

.section-row .cell-value {
  font-size: 18px;
  float: left;
  width: 100%;
  color: #555;
}

.section-row .cell-value ul li {
  line-height: 1;
  margin: 0;
}

/*	User Profile form
---------------------------------------------------------------------------	*/
.page-user .celeb-title{
  font-size: 24px;
  color: #1f0850;
  float: left;
  width:100%;
}
.profile {
  color:  #555;
  font-size: 18px;
}
.edit-btn{
  position: absolute;
  right: 0;
  top:0px;
  padding:10px 35px;
  color: #1f0850;
  text-decoration: underline !important;
  cursor: pointer;
  text-transform: lowercase;
  background: url("../images/icon-arrow.png") no-repeat right center;
}
.edit-btn.show{
  background: url("../images/icon-arrow-hide.png") no-repeat right center;
}


#user-profile-form.overview-edit {
  width:100%;
  display: none;
}

#user-profile-form h2{
  font-weight: normal;
  font-size: 22px;
  color: #1f0850;
  padding-top:15px;
}

#user-profile-form label{
  color:#1f0850;
  font-size: 15px;
}
#user-profile-form .form-wrapper , #user-profile-form .captcha ,
#user-profile-form .form-wrapper#edit-account .form-item{
  width: 200px ;
  margin-right: 10px ;
  float: left;
  clear: both;
}

#user-profile-form .form-wrapper,
#user-profile-form .captcha,
.page-user-edit #user-profile-form .form-wrapper#edit-account .form-item,
#user-profile-form #edit-account #edit-pass {
  width: 100%;
}

#user-profile-form input{
  padding: 15px 10px !important;
  font-size: 16px;
  border-radius: 4px;
}
.page-user-edit .field-name-field-user-firstname,
.page-user-edit .field-name-field-user-lastname {
  width: 49% !important;
  margin-right: 2% !important;
}
.page-user-edit .field-name-field-user-lastname {
  margin-right:0% !important;
}

.field-name-field-user-lastname,
.field-name-field-user-telephone,
.field-name-field-user-fax,
.form-type-password-confirm,
.form-item-pass-pass2
{
  clear: none !important;
}

#user-profile-form .form-wrapper-item{
  width:100%;
  float: left;
  margin-bottom: 20px;
}
#user-profile-form .form-wrapper#edit-account,
#user-profile-form .form-wrapper#edit-account .form-item.form-type-password-confirm{
  width:100%;
}
#user-profile-form .form-wrapper#edit-account .form-pass{
  border-top: 1px dotted #ccc;
}
#user-profile-form .field-styled-checkbox {
	width: auto;
}
#user-register-form > div > .field-styled-checkbox > .form-item > label,
#user-register-form > div > .field-name-field-user-newsletter > .form-item > label,
#user-profile-form .field-styled-checkbox > .form-item > label,
#user-profile-form .field-name-field-user-newsletter > .form-item > label {
  padding-left:40px;
  background: url('../images/icon-checked.png') no-repeat 0 0;
  height: 35px !important;
  /*overflow: hidden;*/
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  visibility: visible !important;
  white-space: nowrap;
}
#user-register-form > div > .field-styled-checkbox > .form-item > label.ticked,
#user-register-form > div > .field-name-field-user-newsletter > .form-item > label.ticked,
#user-profile-form .field-styled-checkbox > .form-item > label.ticked,
#user-profile-form .field-name-field-user-newsletter > .form-item > label.ticked {
  background-position: 0 -37px !important;
}
#user-register-form  > div .field-styled-checkbox > .form-item > .form-checkbox,
#user-register-form  > div > .field-styled-checkbox > .form-item > .description,
#user-register-form  > div > .field-name-field-user-newsletter > .form-item > .form-radios,
#user-register-form  > div > .field-name-field-user-newsletter > .form-item > .description,
#user-profile-form .field-styled-checkbox > .form-item > .form-checkbox,
#user-profile-form .field-styled-checkbox > .form-item > .description,
#user-profile-form .field-name-field-user-newsletter > .form-item > .form-radios,
#user-profile-form .field-name-field-user-newsletter > .form-item > .description {
  display: none;
}

#user-profile-form #edit-submit{
  padding: 10px 20px !important;
}


#user-profile-form .form-item[class*="delete-location"] {
  display: none;
}

.billing-section{
  position: relative;
  color: #555;
}
.billing-section .section,
#whorepresents-account-billing-form .section {
  border: none;
  padding: 10px 0;

}
.billing-section .section-content{
  display: none;
}

.billing-section article {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px;
  margin: 0 0 15px
}

.billing-section article:last-child {
  border-bottom: 0;
}

.billing-section article p.address {
  margin: 10px 0 0;
}

.uc-order-receipt{
  width: 100%;
  float: left;
}

.uc-order-receipt .view-receipt {
  background: url('../images/icon-receipt.png') no-repeat left center;
  background-size: 19px 17px;
  color: transparent;
  width: 20px;
  height: 26px;
  overflow: hidden;
  float: right;
}
.uc-order-receipt tr.even,
.uc-order-receipt tr.odd {
  background: transparent;
}

.uc-order-receipt  td{
  padding:20px 5px;
  font-size: 18px;
  color: #555;
}
.uc-order-receipt  td.active{
  background: #f0f0f0;
}

.subs-include{
  background: #eee;
  color: #333 !important;
  padding: 0 10px ;
  margin-bottom: 10px;
  font-size: 20px !important;
  font-weight: bold;
}
.subs-include-row{
  color: #555;
}
.subs-include-row .order-talent{
  float: left;
  width:50%;
}
.subs-include-row .order-price{
  float: left;
  width: 50%;
  text-align: right;
}
#whorepresents-account-billing-form hr{
  float: left;
  width: 100%;
  height: 0;
  background: transparent;
  border-top: 1px dotted #ccc;
}
#whorepresents-account-billing-form label{
  font-weight: normal;
  text-align: left !important;
  font-size: 15px;
  color: #1f0850;
}

#whorepresents-account-billing-form .form-item {
  float: left;
  width: 425px;
}
#whorepresents-account-billing-form .form-item-credit-cc-number,
#whorepresents-account-billing-form .form-item-credit-cc-exp-month,
#whorepresents-account-billing-form .form-item-locations-0-additional,
#whorepresents-account-billing-form .form-item-locations-0-city
{
  width:280px;
  clear: left;
}
#whorepresents-account-billing-form .form-item-credit-cc-cvv,
#whorepresents-account-billing-form .form-item-credit-cc-exp-year,
#whorepresents-account-billing-form .form-item-locations-0-postal-code,
#whorepresents-account-billing-form .form-item-locations-0-province {
  width:130px;
  clear: none;
}
#whorepresents-account-billing-form input,
#whorepresents-account-billing-form select{
  width:95%;
  padding: 15px 10px;
  font-size: 16px;

}
#whorepresents-account-billing-form .form-item-credit-cc-exp-year label{
  display: block;
  visibility: hidden;
}
#whorepresents-account-billing-form .form-item-first-name,
#whorepresents-account-billing-form .form-item-last-name {
  width:207px;
}
#whorepresents-account-billing-form .form-item-first-name {
  clear: left;
}
#whorepresents-account-billing-form .form-item-company,
#whorepresents-account-billing-form .locations	{
  clear: both;
}
#whorepresents-account-billing-form .form-item-locations-0-country {
  display: none;
}
#whorepresents-account-billing-form .form-item-locations-0-province label {
  height: 21px;
}
#whorepresents-account-billing-form .form-submit{
  width: auto;
  border-radius: 4px;
}

/*  Check Out Pages
---------------------------------------------------------------------------- */
.uc-cart-checkout-form hr{
  float: left;
  width: 100%;
  height: 0;
  background: transparent;
  border-top: 1px dotted #ccc;
}
.uc-cart-checkout-form label{
  font-weight: normal;
  text-align: left !important;
  font-size: 16px;
  color: #555;
}

.uc-cart-checkout-form label.form-required::before {
  content: "*";
  color: red;
  margin-right: 0.2em;
}

.uc-cart-checkout-form .form-item {
  float: left;
  /* temporary disable */
/*  width: 425px;*/ 
}
.uc-cart-checkout-form .form-item-panes-payment-details-cc-number,
.uc-cart-checkout-form .form-item-panes-payment-details-cc-exp-month,
.uc-cart-checkout-form .form-item-panes-billing-billing-street2,
.uc-cart-checkout-form .form-item-panes-billing-billing-city
{
  width:280px;
  clear: left;
}
.uc-cart-checkout-form .form-item-panes-payment-details-cc-cvv,
.uc-cart-checkout-form .form-item-panes-payment-details-cc-exp-year,
.uc-cart-checkout-form .form-item-panes-billing-billing-postal-code,
.uc-cart-checkout-form .form-item-panes-billing-billing-zone {
  width:130px;
  clear: none;
}

.uc-cart-checkout-form .form-item-panes-payment-details-cc-exp-year label{
  display: block;
}
.uc-cart-checkout-form .uc-credit-cvv-help{
  display: none;
}
.uc-cart-checkout-form input,
.uc-cart-checkout-form select {
  width:95%;
  padding: 15px 10px;
  font-size: 18px;
  min-width: 70px;

}
.uc-cart-checkout-form input.error,
.uc-cart-checkout-form select.error {
  border-color: red;
}
.uc-cart-checkout-form select{
  background: transparent !important;
  color:#555;
}
.uc-cart-checkout-form .form-item-credit-cc-exp-year label{
  display: block;
  visibility: hidden;
}
.uc-cart-checkout-form .form-item-panes-billing-billing-first-name,
.uc-cart-checkout-form .form-item-panes-billing-billing-last-name{
  width:207px;
  clear: none;
}
.uc-cart-checkout-form .form-item-panes-billing-billing-first-name {
  clear: left;
}
.uc-cart-checkout-form .form-item-panes-billing-billing-company,
.uc-cart-checkout-form .locations{
  clear: both;
}
.uc-cart-checkout-form .form-item-locations-0-country {
  display: none;
}
.uc-cart-checkout-form .form-item-locations-0-province label {
  height: 21px;
}
.uc-cart-checkout-form .form-submit{
  width: auto;

  border-radius: 4px;
}

.uc-cart-checkout-form #line-items-div,
#billing-pane .fieldset-description{
  display: none;
}
.uc-cart-checkout-form .fieldset-description,
.uc-cart-checkout-form .cart-title{
  font-size: 20px;
  color: #555;
  font-weight: normal;

  padding: 15px 0px;
}

#payment-details{
  border:none;
}
#edit-panes-payment-payment-method{
  position: relative;
  float: left;
  width:100%;

}
.form-item-panes-payment-payment-method {
  margin-bottom: 10px !important;

}
.form-item-panes-payment-payment-method .ajax-progress {
  position: absolute;
  top: 0px;
  left: -15px;
}
.form-item-panes-payment-payment-method input{
  display: none;
}
.form-item-panes-payment-payment-method .form-item {
  display: block;
  float: left;
  clear: left;
}
.form-item-panes-payment-payment-method .credit-label,
label[for='edit-panes-payment-payment-method-paypal-wps']{
  border:1px solid #ccc;
  padding: 10px 20px;
  width:150px;
  margin-right: 20px;
  float: left;
  cursor: pointer;

}
.form-item-panes-payment-payment-method .ticked .credit-label,
label[for='edit-panes-payment-payment-method-paypal-wps'].ticked{
  font-weight: bold !important;
  border-color: #ffa905;
  color: #fff !important;
  background: #ffa905 !important;
}

#paypal-includes {display: none;}
.payment-details-paypal_wps{
  /*   display: none; */
}

.form-item-panes-payment-payment-method img {
  vertical-align: middle;
  height: 25px;
  margin-top: 10px;
}

label[for='edit-panes-payment-payment-method-paypal-wps'] img {
  margin-right: 0.5em;
  display: none;
  border: 1px solid #ccc;
}
.uc-cart-checkout-form .form-actions{
  text-align: left;
  padding-left: 2px !important;
  margin-top: 10px !important;
}

fieldset[data-drupal-selector="edit-payment-information-payment-method"] legend {
  display: block;
  color: #555;
  font-size: 30px;
  padding: 10px 0;
  margin: 0;
}

fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item {
  float: none;
  margin: 0.5em 0;
}

fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item > input {
  display: inline;
  width: auto;
  padding: 0;
  min-width: 0;
  vertical-align: middle;
}

fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item > label {
  display: inline;
}

.uc-order-history {
  width: 100%;
}

.view-empty {
  margin-top: 1em;
}

.view-empty p {
  display: inline-block;
  margin: 0;
}

.view-empty a {
  /*font-weight: normal;*/
}

.service-links {
  position: absolute;
  right: 0;
  top: 0;
}

.service-links li {
  list-style: none;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

#edit-login.checkout-pane-login {
  display: none;
}

/* CONVERSION BLOCKS----------------------------------------------------------- */

#block-block-6{
  width:742px;}


#signup_rep1 {
  top: 16px;
  position: absolute;
  right: 9px;
}

#block-block-7{
  position: absolute;
  top: 50px;
  right: 4px;
}

#block-block-8{

  width:742px;
  margin: -12px 4px;
}

#block-block-9{
  position: absolute;
  top: 118px;
  right: 1px;
}

/*progress bar*/
.checkout-progress-bar{
  width:100%;
  margin: 0;
}
.checkout-progress-bar li{
  float: left;
  padding: 10px 20px;
  width: 30%;
  margin: 0% 5% 3% 0%;
  border:1px solid #ccc;

}
.checkout-progress-bar li.active {
  background: #261350;
  color: #fff;
  font-weight: bold;
}
.checkout-progress-bar li.active a{
  color: #fff;
}
.checkout-progress-bar li:last-child{
  margin-right: 0;
}

.page-cart-checkout-complete #main h2{
  font-size:30px;
  font-weight:normal;
  color:#555;
  line-height: 40px;
}
.page-cart-checkout-complete #main p{
  color:#555;
  font-size:18px;
  line-height: 30px;
}

.page-cart-checkout-complete #main h2,
.page-cart-checkout-complete #main p,
.page-cart-checkout-complete #block-system-main .block-content > div {
  float:right;
  width:80%;
  clear:both;
}

.page-cart-checkout-complete #main a{
  color:#444;
  line-height: 30px;
  text-decoration:underline
}

/*cart review****/
.uc-cart-checkout-form legend{
  display: none;
}
.uc-cart-checkout-form .form-wrapper{
  border:none;
  margin: 0;
  padding: 0;
	clear: both;
}
.cart-review {
  color: #555;
  float: left;
  width:100%;
  border:none;
}
.cart-review tr {
	background-color: transparent;
}
.cart-review td, .cart-review th {
	padding: 5px 10px;
}
.cart-review td:last-child {
	width: 200px;
}
.cart-review .cart-title{
  background: #fff;
  font-size: 24px;
}
.cart-review tbody tr:last-child > td.price {
	color: #000;
	font-weight: bold;
}
.cart-content,
.cart-summary {
  padding: 10px 10px;
}

.cart-review .cart-row{
  float: left;
  width:100%;
  padding:10px 0px;
}
.cart-review .label{
  width:70%;
  padding-right:10px;
  float: left;
}
.cart-review .value{
  width:30%;
  float: right;
  text-align: right;
}
.cart-review .cart-total .value{
  width:100%;
}
.cart-review .cart-discount{
  float: left;
  width:100%;
  border-top:1px dashed #aaa;
  border-bottom:1px solid #333;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cart-review .cart-total{
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
#cart-pane,
#payment-pane .fieldset-wrapper > .fieldset-description,
.not-logged-in #coupon_automatic-pane,
#coupon-pane .fieldset-description {
	display: none;
}
#payment-pane legend {
	display: block;
	color: #555;
	font-size: 30px;
	padding: 10px 0;
}
#coupon-pane label {
	padding: 5px 6px 6px;
}

#coupon-pane input[name="uc-coupon-apply"] {
	background: #ccc !important;
}

/*******Order review***/
.order-review-table{
  width:100%;
  border:none;
}
.order-review-table .pane-title-row{
  display: none;
}
.order-review-table .pane-title{
  padding: 20px 0;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}
.order-review-table .pane{
  float: left;
  width: 100%;
}
.order-review-table .billing-section{
  border:1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.order-review-table .form-actions form{
  float: left;

}
.order-review-table .form-actions form input{
  padding: 10px 20px;
  border-radius: 0px;
  text-transform: uppercase;
}
.user-tabs{
  float: left;
  width: 100%;
  border-bottom: 1px solid #ffa905;
  margin: 10px 0 0;
}
.user-tabs li{
  float: left;
  width: 23%;
  padding: 0;
  margin-left: 0;
  margin-right: 2%;
}
.user-tabs li:last-child{
  margin-right: 0;
}
.user-tabs li a{
  float: left;
  width:100%;
  padding:10px 0;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: none;
}
.user-tabs li.active a{
  background: #ffa905;
  border-color: #ffa905;
  color: #fff;
  font-weight: bold;
}

#whorepresents-account-subscription-form ,
#whorepresents-account-subscription-form a{
  color: #1f0850;
  font-size: 18px;
}
#whorepresents-account-subscription-form .celeb-title{
  float: left;
  width:100%;
}
#whorepresents-account-subscription-form .section{
  float: left;
  width:100%;

}
.celeb-title.cancel-subs{
  font-size: 18px;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
.cancel-subs-confirm {
  display: none;
}
.ui-dialog.subs-confirm{
  color: #555;
  text-align: center;
  position: fixed !important;
  left: 50% !important;
  margin-left: -300px;
}
.ui-dialog.subs-confirm h1{
  font-weight: normal;
}
.ui-dialog.subs-confirm .ui-dialog-titlebar{
  background: transparent;
  padding: 0;
  border: none;
  float: right;
}
.ui-dialog .ui-dialog-titlebar-close {
  z-index: 9;
}
.ui-dialog.subs-confirm p.confirm{
  margin-top: 30px;
  margin-bottom: 0;
}
.ui-dialog.subs-confirm .ui-dialog-buttonpane{
  border: none;
}
.ui-dialog.subs-confirm .ui-dialog-buttonpane button {
  border-radius: 4px;
  background: #fff;
  width: 36%;
  margin-right: 7%;
  margin-left: 7%;
  float: left;
}
.ui-dialog.subs-confirm .desc{
  font-size: 12px;
  text-align: left;
  float: left;
  width:100%;
  padding: 10px 20px;
}


/**
* celeb history
*/

.celebs-history .view-row{
  float: left;
  width: 18.4%;
  margin: 10px 0;
  margin-right:2%;
  border:1px solid #ccc;
  position: relative;
}
.celebs-history .view-row:nth-child(5n){
  margin-right: 0;
}
.celebs-history .field-title{
  position: absolute;
  bottom:23px;
  left: 0;
  background: rgba(31, 8, 80, 0.53);
  width:100%;
}
.celebs-history .field-title a{
  width:100%;
  float: left;
  color:#fff;
  text-align: center;
}

.celebs-history .field-image img{
  float: left;
  width:100%;
}
.celebs-history .field-date{
  text-align: center;
}

.node-type-show #page-title{
  display: block;
  color: #333;
  font-size: auto;
  padding-left: 0px;
}



.view-empty a {
  font-weight: bold;
}


/****** media query*******/

@media screen and (min-width:801px) {
  .region.region-header{
    width:100%;
   
  }
  .user-settings {display: none;}
  
  /*****fix for list celeb block****/
  .list-celebs .views-limit-grouping-group:nth-child(5n){
  margin-right: 0px !important;
  }

  .on-mobile {
    display: none;
  }

}



/****** Alex additions  *****/

.send-link {display:none;}
.view-report-user-subscrition thead th{
  border-bottom: 1px solid #ccc;
}
.view-report-user-subscrition tr, td{
  background: transparent;
  
}


/***** MAIN PATH ADDITIONS ******/

/* BLOG STYLES */
.node-video,
.node-blog {
	padding: 0 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #bbb;
	margin-bottom: 2em;
}

.node-blog img,
.node-video img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.node-type-blog .node-blog img,
.node-type-video .node-video img {
  height: auto !important;
  width: 100% !important;
}

.blog-archive .featured-image-wrapper{
	float: left;
	margin-right: 2%;
	width: 32%;
	text-align: center;
}

.node-video .video-preview,
.node-blog .featured-image-wrapper {
	margin: 0 -1em 1em;
  position: relative;
  overflow: hidden;
}

.node-video .node-title,
.node-blog h1 {
	font-size: 1.7em;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.node-video .des {
  color: #888;
  margin: 0;
}

.node-video .submitted,
.node-blog .submitted {
  clear: both;
  color: #888;
}

.node-video .submitted span,
.node-blog .submitted span {
  color: #333;
}

.node-video .submitted span:first-child,
.node-blog .submitted span:first-child {
  margin-left: 0 !important;
}

.node-video .submitted .partner,
.node-blog .submitted .partner {
  color: inherit;
  margin-left: 1em;
}

.node-video img.partner-logo,
.node-type-blog .node-blog img.partner-logo {
  width: auto !important;
  height: 1em !important;
  vertical-align: text-top;
}

.node-video-content .field {
  margin-bottom: 10px;
}

.blog-archive .content-wrapper{
	float: left;
	width: 66%;
}
.blog-archive a.read-more{
    background: url("../images/icon-arrow-left.png") no-repeat right center;
    padding: 5px 0;
    padding-right: 35px;
    color: #333;
    background-size: 35px 35px;
    float: right;
    clear: left;
}

.join-message {
  background: #1f0850;
  color: #fff;
  padding: 0.5em 1em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}

.join-message.off {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.join-message span {
  font-size: 1.5em;
  font-weight: bold;
}

.join-message a {
  color: inherit;
}

.join-message a.close {
  float: right;
  font-weight: bold;
}


@media screen and (max-width: 728px){
	.node-blog{
		padding: 0 .5em;	
		margin-bottom: 2em;
	}

	.blog-archive .featured-image-wrapper{
		float: none;
		margin-right: 2%;
		width: 100%;
		text-align: center;
	}
	.blog-archive .content-wrapper{
		float: none;
		width: 100%;
	}

}
/* Archive */



/* Single */


/* Blog Styles */
.blog-social{}
.blog-social .banner{
	width: 49%;
	float: left;
}
.blog-social .banner:first-child{
	margin-right: 2%;
}
.blog-social .newsletter{
	background: #211f4e;
	color: #fff;
	font-size: 18px;
	padding: 2em 10px 2em;
}
.blog-social .newsletter .strong{
	color: yellow;
}
.blog-social .newsletter .form-item{
	margin-bottom: 0;
	width: 70%;
	float: left;
}
.blog-social .newsletter .form-checkboxes{
	float: left;
}
.blog-social .newsletter .form-checkboxes .form-item{
	width: 100%;
	float: none;
	margin-top: 1em;
}
.blog-social .newsletter .form-submit{
	float: right;
	padding: 8px;
	margin-top: 1.1em;

}

.blog-social .social > div:first-child{
	margin-bottom: 1%;
}
.blog-social .social .facebook a{
	display: block;
	padding: 1.6em 10px;
	text-align: center;
	color: #fff;
	background: url("../images/facebook.png") no-repeat 100px 50% #3B5998;;
}
.blog-social .social .twitter a{
	display: block;
	background: url("../images/twitter-mainpath.png") no-repeat 100px 50% #4099ff;
	padding: 1.6em 10px;
	text-align: center;
	color: #fff;
}


#front-banner .banner-social {
  padding: 25px 25px 25px 20%;
  height: 50%;
  display: block;
}

.banner-social.facebook {
  background: #3B5998;
}
.banner-social.twitter {
  background: #4099FF;
}
.banner-social span {
  color: white;
  position: absolute;
  margin-top: 5px;
  margin-left: 5px;
}

.flipclock {
  margin-top: 10px;
}
.flipclock ul li {
  margin: 0px;
  padding: 0px;
}
.flipclock .flip-clock-label {
  display: none;
}
.flipclock.flip-clock-wrapper ul{
  width: 45px;
}
.flipclock ul.flip{
  margin: 3px;
}
.flip-clock-wrapper .flip,
.flip-clock-dot {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.alacarte-credits .ui-widget-header{
  background: #1f0850;
}
.remaining-credits {
  color: #6f6f6f;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 8px;
  display: inline-block;
}
.remaining-credits .credits {
  color: #261350;
}
.remaining-credits a {
  color: #6f6f6f !important;
  text-decoration: none !important;
}
.celeb-profile .remaining-credits {
  top: -5px;
}
.page-cart-checkout-complete .remaining-credits {
  position: relative;
  float: right;
  margin-bottom: -10px;
}

.alacarte-popup-content .ui-dialog-titlebar{
  display:none;
}
.alacarte-popup-content{
  max-width: 80%;
}
.ui-widget{
  font-family: inherit;
}
.alacarte-popup {
 text-align: center;
}
.alacarte-popup .astep{
  display: none;
}
.alacarte-popup .astep:first-child{
  display: block;
}
.alacarte-popup .phead{
  float:left;
  width: 100%;
  margin-bottom: 20px;
}
.alacarte-popup .phead .back-to-page{
  float:left;
}
.alacarte-popup .phead .remaining-credits{
  position: static;
  float: right;
}
.alacarte-popup .pcontent{
  color:#261350;
 
  max-width: 430px;
  margin: auto;
}
.alacarte-popup .pcontent h2{
  font-size: 20px;
}
.alacarte-popup .submit-button{
  position: relative;
  width: 162px;
  height: 63px;
  line-height: 19px;
  padding: 13px 5px;
  color: #fff;
  border-radius: 14px;
  background: #f39019;
  display: inline-block;
  margin: 20px 0px;
}
.alacarte-popup .submit-button input,
.alacarte-popup .submit-button a{
  position: absolute;
  top:0px;
  left: 0px;
  width:100%;
  height: 100%;
  background: transparent;  
}
.alacarte-popup  .remember-alacarte{
  font-weight: normal;
}
.alacarte-popup  .remember-alacarte .form-item{
  display: none;
}
.alacarte-popup .remember-alacarte:before {
    content: "";
    background: url('../images/icon-checked.png') no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 40px;
    vertical-align: middle;
}
.alacarte-popup .remember-alacarte.ticked:before {
    background-position: 0 -21px;
}
.alacarte-popup .desc{
  font-size: 14px;
  color: #666;
  
}

.alacarte-popup .astep2 img{
  max-width: 80%;
  margin-bottom: -45px;
  
}

.pane-app-banners {
  text-align: center;
  color: #1f0850;
  font-weight: 600;
}

.pane-app-banners .subheading.on-desktop {
  font-size: 28px;
}

.pane-app-banners .app-banners {
  margin: 20px 10px 10px;
}

.pane-app-banners .app-banners img {
  width: 220px;
}

.pane-app-banners .app-banners a {
  margin: 0 60px;
}

#splash-screen-overlay {
  display:none;
}

.page-node-313894 #splash-screen-overlay {opacity: 0 !important;}

#splash-screen {
  position:absolute;
  top:0;
  left:0;
  width:260px;
  min-height:485px;
  max-height:542px;
  height:100%;
  overflow:hidden;
  background-color:transparent;
  outline:none;
  z-index:10;
}

#splash-background {
  width:490px;
  height:490px;
  border-radius:50%;
  right:5px;
  top:20px;
  position:absolute;
  background-color:#1f0850;
  border:5px solid #f7ad34;
  box-shadow:-6px 9px 24px rgba(0,0,0,0.85);
}

#splash-close-button {
  display:block;
  position:absolute;
  top:5px;
  background:#1f0850;
  color:white;
  border-radius:50%;
  width:44px;
  height:44px;
  border:3px solid #f7ad34;
  left:35px;
  text-align:center;
  z-index:102;
  box-shadow:-3px 4px 9px rgba(0,0,0,0.5);
}

#splash-close-button .icon-close {
  font-size: 21px;
  position: absolute;
  top: 10%;
  left: 33%;
  font-weight: bold;
}

#splash-contents {
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  text-align:center;
  color:#ffffff;
  z-index:10;
}

#splash-device-image {
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
  background-image:url('/sites/all/themes/whorepresents/images/phone-wr.png');
  width:238px;
  height:390px;
  -webkit-transform:rotate(20deg);
  -ms-transform:rotate(20deg);
  transform:rotate(20deg);
  left:-4px;
  position:absolute;
  top:0;
}

#splash-contents h4 {
  width:200px;
  font-size:12px;
  font-weight:300;
  text-align:left;
  position:absolute;
  top:390px;
  left:10px;
  color:#f7ad34;
}

#splash-app-link {
  display:block;
  width:100px;
  height:68px;
  position:absolute;
  top:425px;
  left:10px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url('/sites/all/themes/whorepresents/images/apple-star-splash.png');
}

/* Cookie Popup */

#sliding-popup .popup-content {
  padding: 15px 0;
}

#sliding-popup .popup-content #popup-text {
  padding-right: 20px;
}

#sliding-popup .popup-content #popup-text a,  #sliding-popup .eu-cookie-compliance-more-button {
color:#eac708 !important;
}


#sliding-popup .popup-content #popup-buttons button {
  background: transparent;
  border: 0 none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: inherit;
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px !important;
}

#sliding-popup .popup-content #popup-buttons button:hover {
  background: transparent;
}

#sliding-popup .popup-content #popup-buttons button.agree-button {
  background: #1f0850;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

#sliding-popup .popup-content #popup-buttons button.agree-button:hover {
  background: rgba(32, 193, 221, 0.76);
}

@media screen and (max-width: 991px) {
  #sliding-popup .popup-content #popup-text {
    font-size: 0.9em;
  }
}

/* User Data form */

#whorepresents-account-data-form {
  clear: both;
  padding: 10px 0;
}

#whorepresents-account-data-form input {
  margin-bottom: 10px;
}

#whorepresents-account-data-form input:last-child {
  margin-right: 0;
}

#whorepresents-account-data-form input.btn-danger {
  background: #d9d9d9;
}

#whorepresents-account-data-form input.btn-danger:hover {
  background: #ff0000;
}

#dialog-delete-data-confirm {
  font-weight: 600;
}

.ui-dialog.gdpr-delete-confirm .ui-dialog-buttonset > button {
  background: #d9d9d9;
  color: #fff;
}

.ui-dialog.gdpr-delete-confirm .ui-dialog-buttonset > button.btn-cancel {
  background: #1f0850;
}

.ui-dialog.gdpr-delete-confirm .ui-dialog-buttonset > button.btn-delete:hover,
.ui-dialog.gdpr-delete-confirm .ui-dialog-buttonset > button.btn-delete:focus,
.ui-dialog.gdpr-delete-confirm .ui-dialog-buttonset > button.btn-delete.ui-state-focus {
  background: #ff0000;
}

.banner-2 {max-height: 142px;}

#front-banner .banner-1
{background-color: #fff;}

div #social-icons {
margin:0px;
padding:0px;
background-color: #fff;
/*     text-align: justify; */
}

div #social-icons img:  {
    display: inline-block;
    
   /*
 width: 100px;
    height: 100px;
*/
}

div #social-icons img:first-child {
width: 30%;
    margin-right: 2%;
}

/*div #social-icons img*/

/*
div #social-icons:after {
    content: '';
    display: inline-block;
    width: 100%;
}
*/

/* Videos Grid */

.pane-video-grid .pane-title {
  color: #888;
  font-weight: 800;
  margin: 0 0 1em;
  font-size: 1.5rem;
}

.videos-grid {

}

.videos-grid .view-content {
  margin: 0 -10px;
  overflow: hidden;
}

.videos-grid .views-row {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  position: relative;
  height: 0;
  padding-bottom: 33%;
  margin: 0 0 20px;
}

body.not-logged-in .videos-grid .views-row:nth-last-child(-n+3) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

body.not-logged-in .videos-grid .views-row:nth-child(1),
body.not-logged-in .videos-grid .views-row:nth-child(2),
body.not-logged-in .videos-grid .views-row:nth-child(3) {
  -webkit-animation: none;
  animation: none;
}

.videos-grid .views-field-nothing {
  /*border: 1px solid #ccc;*/
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 1px;
  height: 100%;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #888;
  -webkit-transition: -webkit-box-shadow 183ms;
  -moz-transition: -moz-box-shadow 183ms;
  -ms-transition: box-shadow 183ms;
  -o-transition: box-shadow 183ms;
  transition: box-shadow 183ms;
}

.videos-grid .views-field-nothing:hover {
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
}

.videos-grid .image {
  margin: 0 -15px;
  position: relative;
}

.videos-grid .image > a {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}

.videos-grid .image img {
  width: 100%;
  height: auto;
}

.videos-grid .image img.jw-thumbnail {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.videos-grid .image .icon-play {
  position: absolute;
  color: #fff;
  z-index: 9;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  -ms-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

.videos-grid .image .icon-play > i {
  font-size: 5em;
}

.videos-grid .image .icon-play svg {
  width: 100%;
  height: auto;
}

.videos-grid .image a:hover .icon-play {
  opacity: 1;
}

.videos-grid .title {
  font-weight: bold;
  margin: 0.5em 0 0;
  overflow: hidden;
  max-height: 3em;
}

.videos-grid .title.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videos-grid .created,
.videos-grid .des {
  overflow: hidden;
  max-height: 3em;
}

.videos-grid .author {
  margin: 0.5em 0 0;
}

.videos-grid .pager--infinite-scroll {
  margin-top: 0;
}

.videos-grid .pager--infinite-scroll .pager__item {
  margin: 0;
  padding: 0;
  text-align: center;
}

.videos-grid .pager--infinite-scroll .pager__item a {
  background: url(../images/chevron-down.svg) no-repeat right 0.4em transparent;
  padding: 4px 2em 4px 0.5em;
  border-radius: 3px;
  transition: background-color 167ms cubic-bezier(0,0,.2,1);
  text-transform: none;
}

.videos-grid .pager--infinite-scroll .pager__item a:hover,
.videos-grid .pager--infinite-scroll .pager__item a:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.videos-grid .pager--infinite-scroll .progress-disabled {
  display: none;
}

.videos-grid .pager--infinite-scroll .ajax-progress {
  visibility: visible;
}

.videos-grid .pager--infinite-scroll .ajax-progress .throbber {
  background: transparent url(../images/spinner.svg) no-repeat 0 center;
  background-size: 30px auto;
  float: left;
  height: 30px;
  margin: 0;
  width: 30px;
  -webkit-animation: fa-spin 1s infinite steps(8);
  -moz-animation: fa-spin 1s infinite steps(8);
  -ms-animation: fa-spin 1s infinite steps(8);
  -o-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

.pane-video-grid-red {
    background: #ff2222;
    padding: 5px 20px 0;
    margin-bottom: 15px;
}

.pane-video-grid-red .pane-title {
  color: #fff;
  margin-bottom: 5px;
}

.pane-video-grid-red .videos-grid .views-field-nothing {
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.2);
}

.pane-video-grid-red .videos-grid .pager--infinite-scroll .pager__item a {
  background-color: #fff !important;
}

/* Onclick Menu - Pure CSS */
/* Need JS to support iOS Safari */

.video-categories-menu,
.onclick-menu {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.video-categories-menu:before,
.onclick-menu:before {
  content: "Menu";
  display: inline-block;
}

.onclick-menu-content {
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  margin: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  
  /* use opacity to fake immediate toggle */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.5s, opacity 0.2s;
  -moz-transition: visibility 0.5s, opacity 0.2s;
  -ms-transition: visibility 0.5s, opacity 0.2s;
  -o-transition: visibility 0.5s, opacity 0.2s;
  transition: visibility 0.5s, opacity 0.2s;
}

.video-categories-menu.on .onclick-menu-content,
.onclick-menu.focus .onclick-menu-content,
.onclick-menu:focus .onclick-menu-content {
  /*  opacity is 1 in opened state (see below) */
  opacity: 1;
  visibility: visible;
}

.onclick-menu:focus {
  /* clicking on label should toggle the menu - not support IE10 and below */
  pointer-events: none;
}

.onclick-menu:focus .onclick-menu-content {
  /* don't let pointer-events affect descendant elements */
  pointer-events: auto;
}

/* Video Categories Menu */

.video-categories-menu {
  clear: both;
  display: block;
  width: 100%;
  text-align: left;
  background: #261350 !important;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  padding: 0.5em 0.8em;
  margin-bottom: 1.5em;
}

.video-categories-menu:before {
  content: "Categories";
  font-size: 14px;
  margin-left: 0.5em;
}

.video-categories-menu .bars {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  width: 2.7em;
  padding: 0 0.4em;
  float: left;
}

.video-categories-menu .bars span {
  background: #fff;
  display: block;
  height: 0.2em;
  margin: 0.3em 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.video-categories-menu.on .bars span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.video-categories-menu.on .bars span:first-child {
  left: -32%;
  -webkit-transform: rotate(90deg) translateX(27%);
  -moz-transform: rotate(90deg) translateX(27%);
  -ms-transform: rotate(90deg) translateX(27%);
  -o-transform: rotate(90deg) translateX(27%);
  transform: rotate(90deg) translateX(27%);
}

.video-categories-menu.on .bars span:last-child {
  left: 35%;
  -webkit-transform: rotate(-90deg) translateX(25%);
  -moz-transform: rotate(-90deg) translateX(25%);
  -ms-transform: rotate(-90deg) translateX(25%);
  -o-transform: rotate(-90deg) translateX(25%);
  transform: rotate(-90deg) translateX(25%);
}

.video-categories-menu .onclick-menu-content {
  background: #261350;
  max-width: 100%
}

.video-categories-menu .onclick-menu-content li {
  margin: 0 1em 0 0;
  padding: 0.5em 4em;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.video-categories-menu .onclick-menu-content li a {
  color: #fff;
  display: block;
}

.video-categories-menu li.form-on-menu {
  border-top: 0 none;
  padding-top: 2.5em;
  padding-bottom: 1.5em;
}

.video-categories-menu li.form-on-menu label {
  font-weight: normal;
  line-height: 2;
}

.video-categories-menu li.form-on-menu .form-inline {
  white-space: nowrap;
}

.video-categories-menu li.form-on-menu input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  padding: 6px 10px;
  height: 30px;
  font-size: 14px;
  margin: 0;
  vertical-align: middle;
}

.video-categories-menu li.form-on-menu button {
  background: #f7ad34;
  font-weight: normal;
  text-transform: none;
  color: #000;
  vertical-align: middle;
  font-size: 14px !important;
  height: 30px;
}

/* Share menu */

.share-menu {
  position: relative;
  float: right;
}

.share-menu .btn-toggle {
  background: transparent;
  color: #888;
  font-size: 1em !important;
  font-weight: 300;
  margin: 0;
}

.share-menu .dropdown {
  display: none;
  font-size: 14px;
  position: absolute;
  right: -16px;
  top: 2.85em;
  background: #fff;
  min-width: 168px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 6px 9px rgba(0,0,0,.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 6px 9px rgba(0,0,0,.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 6px 9px rgba(0,0,0,.2);
  z-index: 1000;
}

.share-menu .dropdown:before,
.share-menu .dropdown:after {
  left: 100%;
  position: absolute;
}

.share-menu .dropdown:before {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.714em;
  border-bottom: 0.714em rgba(0,0,0,.15) solid;
  content: "";
  height: 0;
  width: 0;
  margin-left: -2.5em;
  top: -0.714em;
}

.share-menu .dropdown:after {
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.643em;
  border-bottom: 0.643em #fff solid;
  content: "";
  height: 0;
  width: 0;
  margin-left: -2.428em;
  top: -0.643em;
}

.share-menu .dropdown.on {
    display: block;
}

.share-menu ul {
  margin: 0.3em 0;
}

.share-menu li {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.share-menu li a {
  display: block;
  padding: 0.3em 1.4em;
  line-height: 1;
}

.share-menu li a:hover,
.share-menu li a:active {
  background: #f3f6f8;
}

.share-menu li a .svg-inline--fa {
  font-size: 1.7em;
  vertical-align: middle;
  margin-right: 0.3em;
}

.share-menu li a.facebook .svg-inline--fa {
  color: #425597;
}

.share-menu li a.linkedin .svg-inline--fa {
  color: #0077B5;
}

.share-menu li a.twitter .svg-inline--fa {
  color: #6CADDE;
}

.celeb-bio {display:none;}

/* Alex checkout adjust  */

.three-col-lg {width: 30%; display: inline-table; padding-right: 10px; margin-bottom: 20px;}


@media screen and (max-width: 480px){
	.one-col-sm {width: 100%;}
	}

.subs-page .yearly-check b {font-size: 18px;}

.subs-page .step_3 .form-label.disc, #total_discount {font-weight: bold;}



div.hybridauth-widget-wrapper {display:none !important;}

div.cart-discount  div.label {font-weight: bold; color:#000;}

#quick-searh-result .block-result {
  margin-bottom: 20px;
}
