/**
 * @file: Custom web styles for the Artellite Hub theme. 
 */

/* =============================================================================
    Web fonts     
   ========================================================================== */
@font-face {
	font-family: 'gotham_light_regular';
   src: url('../fonts/gotham-light/gotham_light-webfont.eot');
   src: url('../fonts/gotham-light/gotham_light-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/gotham-light/gotham_light-webfont.woff') format('woff'),
   url('../fonts/gotham-light/gotham_light-webfont.ttf') format('truetype'),
   url('../fonts/gotham-light/gotham_light-webfont.svg#gotham_light_regular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'gotham_bold_regular';
   src: url('../fonts/gotham-bold/gotham_bold-webfont.eot');
   src: url('../fonts/gotham-bold/gotham_bold-webfont.eot?#iefix') format('embedded-opentype'),
   url('../fonts/gotham-bold/gotham_bold-webfont.woff') format('woff'),
   url('../fonts/gotham-bold/gotham_bold-webfont.ttf') format('truetype'),
   url('../fonts/gotham-bold/gotham_bold-webfont.svg#gotham_bold_regular') format('svg');
   font-weight: normal;
   font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Droid+Serif);

body {
  font-family: Arial,sans-serif;
}

a {
  color: #000000;
  text-decoration: underline;
}

.menu a {
  text-decoration: none;
}
.region.region-content {
  padding-bottom: 50px;
}

/* =============================================================================
    Homepage
   ========================================================================== */

.footer-wrapper {
  position: fixed;  
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  background: transparent url("../images/footer-shadow.png") repeat-x scroll 0 0;
}

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


/* Reset bootstrap input settings */
.form-control {
  width: auto !important;
}

.footer-wrapper .footer {
  margin: 0 auto;
  padding: 0;
}

#block-block-2 {
  padding-top: 8px;
}

/* White background (main nav) */
.navbar-default .navbar-nav a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  font-family: 'gotham_bold_regular';
  font-size: 12px;  
}

/* White background (footer nav) */
.footer .nav > li > a,
.footer .nav > li > a:hover, 
.footer .nav > li > a:focus  {
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gotham_bold_regular';
  font-size: 12px;    
}

/* Dark background (main nav) */
body.front .nav > li > a,
body.front .nav > li > a:hover, 
body.front .nav > li > a:focus,
body.front .navbar-default .navbar-nav a,
body.front .navbar-default .navbar-nav > .active > a, 
body.front .navbar-default .navbar-nav > .active > a:hover, 
body.front .navbar-default .navbar-nav > .active > a:focus, 
body.front .navbar-default .navbar-nav > li > a:hover, 
body.front .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  /*color: #fff;*/
  text-transform: uppercase;
  font-family: 'gotham_bold_regular';
  font-size: 12px;
}

.navbar-default .navbar-nav a:hover,
.nav > li > a:hover {
  text-decoration: underline;
}

body.not-front .footer-wrapper {
  background-color: #000;
}

/*body.front {*/
  /*background: #000;*/
/*}*/

#block-block-2 p {
  color: #fff;
}

#node-1 h2.welcome {
  font-family: 'gotham_light_regular';
  font-size: 60px;
  margin-top: 10%;
}

#node-1 h4.tagline {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Droid Serif', serif;
}

#node-1 a.register,
#node-1 a.login {
  font-family: 'gotham_bold_regular';
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  border-color: #fff;
  
  /* CSS3 border radius */
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

#node-1 a.login {
  background-color: #000;
  border-color: #000;
  color: #fff;  
}

#node-1 a.register {
  background-color: #fff;
  color: #000;  
}

.welcome-leaf {
  background: transparent url("../images/welcome-leaf.png") no-repeat scroll 0 0;
  width: 170px;
  height: 50px;
  margin: 0 auto;
}


/* =============================================================================
    General styles     
   ========================================================================== */
#-artellite-ga-affiliations-form select {
  width: auto;
}

.glyphicon {
  margin: 0 5px;
}

#node-1 {
  text-align: center;
}

/*body.front {*/
  /*background: transparent url("../images/temp1.jpg") no-repeat scroll 0 0;*/
  /*color: #fff;*/
/*}*/

.footer {
  border: none;
}

body.front .navbar-default .navbar-brand,
body.front .navbar-default .navbar-nav > li > a {
  color: #fff;
}

body.front .navbar-default .navbar-nav > .active > a,
body.front .navbar-default .navbar-nav > .active > a:hover,
body.front .navbar-default .navbar-nav > .active > a:focus,
body.front .navbar-default .navbar-nav > li > a:hover,
body.front .navbar-default .navbar-nav > li > a:focus,
body.front a:hover,
body.front a:focus {
  color: #8b8b8b;
}

body.front a:active {
  color: #23aeff;
}

.git-log {
  position: fixed;
  left: 0;
  bottom: 10px;
  width: 100%;
}

.git-log p {
  color: #fff;
  text-align: center;
}

#block-menu-menu-footer-menu ul li {
  float: left;
}

body.not-front .main-container-wrapper {
  background-color: #efefef;
  margin-top: 30px;  
}

body.not-front {
  background-color: #efefef;  
}

body.not-front .header-wrapper {
  background-color: #fff;
  border-bottom: 5px solid #000;
}

.registration-text {
  margin-top: 100px; 
}

body.not-front .header-wrapper .navbar.container {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 0 !important;
}


/* =============================================================================
    Registration form landing page
   ========================================================================== */

.page-artist-register .page-header,
.page-artist-register .tabs--primary,
.page-artorganisation-register .page-header,
.page-artorganisation-register .tabs--primary,
.page-client-register .page-header,
.page-client-register .tabs--primary,
.page-user-register .page-header,
.page-user-register .tabs--primary,
.page-gallery-register .page-header,
.page-gallery-register .tabs--primary{
  display:none;
}

.page-artorganisation-register #block-system-main,
.page-gallery-register #block-system-main,
.page-client-register #block-system-main{
  background-color: #efefef;
  color: #000000;
}

.page-artist-register #block-system-main {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #efefef;
  color: #000000;
}

.page-artist-register div.error,
.page-artist-register table tr.error,
.page-artorganisation-register div.error,
.page-artorganisation-register table tr.error,
.page-client-register div.error,
.page-client-register table tr.error,
.page-user-register div.error,
.page-user-register table tr.error,
.page-gallery-register div.error,
.page-gallery-register table tr.error {
  background-color: #efefef;
  color: #b94a48;
}

.page-artorganisation-register .field-group-div,
.page-artist-register .field-group-div,
.page-client-register .field-group-div,
.page-gallery-register .field-group-div{
  width:50%;
  float: left;
}

.not-logged-in .group-profile-left {
  padding-right: 20px;
  padding-left: 20px;
}

#block-block-3 {
  background-color: #efefef;
  color: #000000;
}
/*.page-user-register #block-system-main {*/
  /*display:none;*/
/*}*/
.not-logged-in .url-textfield{
  display: none;
}
.registration-wrapper {
  /*height: 220px;*/
}

.registration-line {
  border-bottom: 5px solid #000000;
  width: 70px;
  margin: auto auto 70px;
}

.user-type {
  float: left;
  height: 160px;
  /*width: 270px;*/

  /*margin-right: 20px;*/
}

.user-type > div {
    border-bottom: 5px solid #000000;
    background-color: #FFFFFF;
}
.user-type.last {
  margin-right: 0px;
}

.user-type .intro {
  font-family: 'gotham_bold_regular';
  font-size: 12px;
  padding-top: 20px;
  padding-left: 30px;
  color: #878787;
}

.user-type .type {
  padding-left: 30px;
  font-family: 'gotham_bold_regular';
  font-size: 25px;
  height: 75px;
}

.user-type .select {
  /*padding-left: 30px;*/
  border-top: 1px solid #efefef;
  font-family: 'gotham_bold_regular';
  font-size: 12px;
  /*padding-top: 12px;*/
}

.user-type .select a {
  color: #a8a8a8;
    padding: 0 20px;
    line-height: 42px;
    display: block;
    text-decoration: none;

}
.user-type .select a:hover{
    color: #000000;
    background-color: #ddd;
}

.registration-text {
  width: 85%;
  margin: 0 auto;
}

.registration-text h1 {
  font-family: 'gotham_light_regular';
  font-size: 50px;
  margin-top: 60px;
}

#user-register-form h2 {
  font-family: 'gotham_light_regular';
  font-size: 30px;
  line-height: none;
}

/*body.page-artist-register #user-register-form button.form-submit {*/
  /*display: none;*/
  /*position: absolute;*/
  /*left: 310px;*/
  /*bottom: 5px;*/
  /*margin: 0;*/
/*}*/

#user-register-form .multipage-controls-list input {
  margin-right: 40px;
}

#user-register-form .form-control {
  color: #999;
  font-family: 'gotham_light_regular';
  background-image: none;
  border: 1px solid #ccc;
  /*border-radius: 30px;*/
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  /*height: 50px;*/
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  /*padding: 14px 12px;*/
  width: 100%!important;
  text-indent: 10px;
}

.multipage-counter, #edit-profile-artist-field-awards-nominated-for {
    clear: both;
}

#edit-profile-artist-field-address-und-0 legend {
    display: none;
}
#user-register-form textarea.form-control {
  height: auto;
}

#user-register-form #edit-profile-gallery-field-gallery-logo-und-0-upload {
  height: 29px;
  margin-bottom: 16px;
  padding-bottom: 39px;
  padding-left: 15px;
  padding-top: 10px;
}

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

.reg-footer {
    /* height: 200px; */
    margin: 20px auto;
    width: 100%;
    text-align: center;
    clear: both;
}

.reg-footer .back-to-home,
.reg-footer .sign-in {
    border-radius: 25px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: inline-block;
    font-family: 'gotham_bold_regular';
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    padding: 0 30px;
    cursor: pointer;
}
.reg-footer .back-to-home a,
.reg-footer .sign-in a{
    text-decoration: none;
}
.reg-footer .sign-in {
  background-color: #000;
  color: #fff;
  padding: 0 60px;
}
.reg-footer .sign-in:hover{
    background-color: #666;
    color: #fff;
}

.reg-footer .back-to-home {
  background-color: #9d9d9d;
  margin-left: 20px;
}
.reg-footer .back-to-home:hover {
    background-color: #cdcdcd;
}

.reg-footer .sign-in a,
.reg-footer .back-to-home a {
  color: #fff;
}

/*#user-register-form  .compact-form-label {*/
  /*color: #6c6c6c;*/
  /*font-family: 'gotham_light_regular';*/
  /*font-size: 15px;*/
  /*font-weight: lighter;*/
  /*!*left: 25px;*!*/
  /*position: relative;*/
  /*!*top: 14px;*!*/
  /*z-index: 1;*/
/*}*/

#user-register-form #edit-profile-art-organisation-field-address-und-0-country,
#user-register-form #edit-profile-gallery-field-address-und-0-country {
  text-indent:3px;
  color: #6c6c6c;
  font-family: 'gotham_light_regular';
  font-size: 15px;
}

#user-register-form .panel-heading,
#user-register-form .edit-profile-gallery-field-address-und-0,
#user-register-form .panel-body {
  background: #efefef;
  border: 0 none;
}

#user-register-form .btn-success {
  background-color: #000;
  background-image: none;
  border-color: #000;
  border-radius: 25px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  float: left;
  font-family: 'gotham_bold_regular';
  font-size: 16px;
  height: 50px;
  line-height: 1.42857;
  /*margin: 20px;*/
  padding: 2px 0 0;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  width: 240px;
  clear:both;
}
.fieldset-description {
    color:#494949;
}

#user-register-form .image-widget-data {
  width: 100%;
}
#edit-profile-artist-field-date-of-graduation-und-0-value .date-padding{
    padding: 0;
}
.form-item-profile-art-organisation-field-address-und-0-country label,
.form-item-profile-gallery-field-address-und-0-country label{
  display: none;
}

#edit-profile-art-organisation-field-address-und-0 .panel-title,
#edit-profile-gallery-field-address-und-0 .panel-title {
  font-weight: bold;
}

.page-artist-register #switch_edit-profile-artist-field-exhibitions-und-0-value,
.page-artist-register #switch_edit-profile-artist-field-a-little-bit-about-yoursel-und-0-value {
  position: absolute;
  left: -2000px;
}

.page-artist-register #edit-profile-artist-field-exhibitions-und-0-format,
.page-artist-register #edit-profile-artist-field-a-little-bit-about-yoursel-und-0-format{
  display: none;
}

.form-item-profile-artist-field-a-little-bit-about-yoursel-und-0-value .field-edit-link{
  display: none;
}

.main-container.container {
  padding-bottom: 50px;
}

ul.artist-reg-steps li {
  list-style: none;
  float: left;
  margin-right: 20px;
  text-transform: uppercase;
  color: #cacaca;
}

ul.artist-reg-steps li.active {
  color: #000;
}

#block-block-6 {
  padding: 30px 0 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.pictogram{
    font-family: entypo;
    font-size: 35px;
    line-height: 20px;
}

.artellite.affiliations a:hover{
    text-decoration: none;
}
.pricing-first-table tr th,
.pricing-first-table tr td,
.pricing-second-table tr th,
.pricing-second-table tr td{
    height: 100px;
    padding: 5px 10px;
    text-align: center;
}
.pricing-first-table {
    margin-bottom: 30px;
}
.pricing-first-table th{
    background-color: #ddecf5;
}
.pricing-first-table th,
.pricing-third-table th,
.pricing-second-table th{
    font-size: 1.2em;
    height: 80px !important;
}
.pricing-second-table tr td{
    text-align: left;
    font-size: 1.3em;
    padding-left: 20px;
    color: #555;
    font-family: 'gotham_bold_regular';
}

.pricing-third-table th {
    background-color: #ddecf5;
    padding: 5px 10px;
}
.pricing-third-table tr {
    height: 30px;
    border-bottom: 1px solid #ccc;
}
.pricing-third-table td {
    padding: 15px;
}
.pricing-third-table{
    border: 1px solid #000;
    border-bottom: 3px solid #000;
}

.pricing-third-table th{
    text-align: center;
}

.pricing-third-table th.first-col{
    text-align: left;
}
.pricing-third-table .bullet {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #222;
    margin: 0 auto;
}

.register-now a{
    background: #555;
    padding: 10px;
    border-radius: 10px 0;
    color: #fff;
}
.register-now a:hover{
    background: #000;
    text-decoration: none;
}
.btn , .btn-info{
    background: black;
    color: #fff;
    border: 0;
    border: 1px solid #000;
}
.btn-primary:hover, .btn-info:hover {
    background-color: #f8f8f8;
    color: #000;
    border: 1px solid #222;
}

.primary_link_description {
    color: #989898;
    padding-left: 30px;
}
.welcome-message {
    font-size: 18px;
}
#block-menu-menu-artellite-control-panel a {
    text-transform: uppercase;
}
#block-artellitehub-common-artellitehub-messaging-block {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
}
#block-artellitehub-common-artellitehub-messaging-block h2{
    font-size: 18px;
    font-family: gotham_bold_regular;
    font-weight: normal;
    text-transform: uppercase;
}

/* block quick links */
#block-menu-block-1 {
    position: absolute;
    top: -110px;
    width: 100%;
    /*background: #fdfdfd;*/
    /*border: 1px solid #fafafa;*/
    border-bottom: 2px solid #000;
    min-height: 110px;
    background: #fff;
}
#block-menu-block-1 h2 {
    display: none;
}
#block-menu-block-1 ul {
    text-align: center;
}
#block-menu-block-1 li {
    display:inline-block;
}
#block-menu-block-1 li a{
    padding: 7px 5px;
    text-decoration: none;
    /*line-height: 95px;*/
    text-transform: uppercase;
}
#block-menu-block-1 li a:hover{
    background: none;
    text-decoration: underline;
}
.pullout {
    position: absolute;
    display: block;
    width: 56px;
    height: 20px;
    background: #989898;
    clear: both;
    margin: 0 auto;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 50%;
    margin-left: -10px;
    text-align: center;
    color: #eee;
    cursor: pointer;
    bottom: -20px;
    font-size: 9px;
    line-height: 18px;
}
.alert.alert-success{
    background: #000;
    color: #fff;
}
.alert.alert-success a{
    color: #fff;
}

.field-group-multipage tr.even {
    background-color: #ffffff;
}

#webform-client-form-526 .btn-submit {
    margin-top: 20px;
}

#edit-legal textarea#edit-conditions {
    background: #FFF;
    border-radius: 0px;
}

.profile h3 {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}
.profile .field-label {
    text-transform: uppercase;
}
.profile .field{
    margin-bottom: 20px;
}

#block-masquerade-masquerade .input-group-addon{
    display: none;
}
#block-masquerade-masquerade {
    width: 300px;
    background: grey;
    padding: 10px;

    /*position: fixed;*/
  /*z-index: 999;*/
  /*top: 100px;*/
}
#block-masquerade-masquerade h2{
  font-size: 14px;
}

.form-item-commerce-price-und-0-include-tax{
  display: none;
}

a.tabledrag-toggle-weight{
  opacity: 0;
}
#edit-profile-artist-field-exhibitions,
#edit-profile-artist-field-awards-won,
#edit-profile-artist-field-awards-nominated-for{
    display: none;
}

#user-register-form .description {
  color: #999;
  font-size: 12px;
  margin: 5px 0px 10px;
  padding: 0px;
}

/* hiding filter selection ckeditor for artists */
body.role-Artist .ckeditor_links ,
body.role-Artist #edit-profile-artist-field-a-little-bit-about-yoursel-und-0-format{
    display:none;
}

.views-field-field-message a{
    text-decoration: underline;
}
.view-message .views-field-timestamp{
    color: #878787;
    font-size: 12px;
    margin-bottom: 10px;
}

/* allow artists to view awards boxes */
.logged-in #edit-profile-artist-field-exhibitions,
.logged-in #edit-profile-artist-field-awards-won,
.logged-in #edit-profile-artist-field-awards-nominated-for {
    display: block;
}

/*password box clear */

.logged-in #user-profile-form .form-type-password{
  clear: both;
  padding-top: 10px;
}

.page-gallery-register #edit-legal,
.page-artorganisation-register #edit-legal {
  clear: both;
}

.logged-in #user-profile-form {
  clear: both;
  padding-top: 20px;
}

.krumo-root a {
  color: #000 !important;
}

#edit-profile-artist-field-referrer{
  display: none;
}

.commerce-paypal-icons span.label{
  color: #333;
  margin: 0 10px 0 0;
  padding: 0;
}
.commerce-paypal-icons {
  clear: both;
  display: block;
  margin-top: 20px;
}
.commerce-paypal-icon {
  top: 0;
  max-width: 100px;
  display: inline-block;
}

#payment-details {
  margin: 15px 0;
}

#block-views-message-block-1 h2{
  font-size: 20px
}
#block-views-message-block-1 ul{
  list-style: none;
  padding: 0;
}
.view-artwork-to-gallery-afilliation .views-field-nothing a {
  display: block;
}

/* Checkout fixes */
form#commerce-checkout-form-review .form-radios .form-item-commerce-payment-payment-method {
  margin-top: 20px;
}
form#commerce-checkout-form-review .commerce-paypal-icons {
  margin-top: 5px;
}

/*
Artwork slider
*/
.field-slideshow-carousel-wrapper a.carousel-prev, .field-slideshow-carousel-wrapper a.carousel-next{
    width: 20px;
    padding: 50px 5px;
}
.field-slideshow-carousel-wrapper .field-slideshow-carousel{
    float: left;
}
.field-slideshow-carousel-wrapper a.carousel-prev{
    float: left;

}
.field-slideshow-carousel-wrapper a.carousel-next{
    float: right;
}

/* Print postage label and certificate of authenticity */
body.page-artellite-hub-print {
  background-color: #fff !important;  
}

/* Hide empty columns from shopper */
body.role-Shopper .view-commerce-user-orders th.views-field-nothing,
body.role-Shopper .view-commerce-user-orders th.views-field-nothing-1 {
  display: none;
}

a.btn{
    text-decoration: none;
}
a.btn:hover{
    color: #fefefe;
}
a.btn:visited{
    color: #fff;
}

.page-user .nav-tabs li:first-child {
    display: none;
}


/* =============================================================================
    Multicurrency
   ========================================================================== */

.currency_select_menu {
  clear: both;
  padding-left: 0;    
}

.currency_select_menu li {
  list-style: none;
  float: right;
  margin-left: 20px;
}

.currency_select_menu li.active a {
  color: #ec407a;
}

#block-commerce-multicurrency-currency-menu {
  margin-bottom: 20px;
}

#block-commerce-multicurrency-currency-menu h2.block-title {
  text-align: right;
  font-size: 15px;
}

#block-commerce-multicurrency-currency-menu,
#block-commerce-multicurrency-currency-menu h2 {
  font-family: ralewaylight, Verdana, sans-serif;
}


