/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/* Logo size for centered navigation */
.tm-navbar-center [class*='tm-logo'] { transform: scale(1.2); }

.jrPageDescription h1 {
  font-size: 34px;
}

h1.contentheading {
  font-size: 34px;
}


				
				


.tm-nav-custom-search {
  margin-top: 35px;
}

.tm-logo {
  padding-top:5px; padding-bottom:0px;
}

.uk-panel div > h3 { display: none; }

.uk-container.uk-container-center .tm-toolbar-container {  
    float: right;  
}

.uk-container.uk-container-center .tm-toolbar-container {  
    float: right;  
    padding-right: 9px;  
}

/*
 * Modifier: `uk-button-success`
 */
.uk-button-grey {
  background-color: #ebedf4;
  color: #687480;
  border: 1px solid #dcdfe9;
}
/* Hover */
.uk-button-grey:hover,
.uk-button-grey:focus {
  background-color: #dcdfe9;
  color: #58636e;
}
/* Active */
.uk-button-grey:active,
.uk-button-grey.uk-active {
  background-color: #dcdfe9;
  color: #58636e;
  box-shadow: inset 2px 2px 6px rgba(68, 100, 47, 0.2);
}

/*
 * Modifier: `uk-button-verified`
 */
.uk-button-verified {
  background-color: #009946;
  color: #ffffff;
}
/* Hover */
.uk-button-verified:hover,
.uk-button-verified:focus {
  background-color: #07803e;
  color: #ffffff;
}
/* Active */
.uk-button-verified:active,
.uk-button-verified.uk-active {
  background-color: #166339;
  color: rgba(255, 255, 255, 0.65);
  box-shadow: inset 2px 2px 6px rgba(68, 100, 47, 0.2);
}

/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */



.uk-dropdown {
 
  background: #ebedf4;

}

ul.custom,
ul.custom{
padding:0 0 10px 0; margin:0px; color: #58636e; list-style:none; display:block;clear:both;
text-align: left;} 
ul.custom li{ padding-left: 30px; padding-top: 3px; margin:0px; display:block;background:url(/artenet-images/modal_asterisk.png) no-repeat left;
text-align: left;}


/* Modifier: `uk-alert-verification`
 ========================================================================== */
.uk-alert-verification {
  background: #fff3b0;
  color: #5f6062;
  border-color: #e0d599;
}
.uk-alert-verification .uk-close {
  color: #5f6062;
}


/* Modifier: `Artista Verificado Header`
 ========================================================================== */

figure.jrArtistaVerificado {
  margin: 0;
  padding: 0;
  border: 2px #efefef solid;
  border-radius: 50%;
  bottom: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2), 1px 1px 4px rgba(0, 0, 0, 0.3);
  height: 90px;
  left: 20px;
  position: absolute;
  width: 90px;
  z-index: 3;
  background-color: #ccc;
  top: 70%;
  bottom: 5px;
}
figure.jrArtistaVerificado img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

h1.TitleArtistaVerificado {
    font-size: 18px;
    padding-left:90px;
  }

@media (max-width: 767px) {
  figure.jrArtistaVerificado {
    height: 90px;
    width: 90px;
    left: 10px;
    top: 70%;
    bottom: 5px;
  }
  
  h1.TitleArtistaVerificado {
    font-size: 24px;
    max-height: 10px;
  }
}
@media (max-width: 550px) {
  figure.jrArtistaVerificado {
    height: 90px;
    width: 90px;
    left: 10px;
    top: 70%;
    bottom: none;
  }
  h1.TitleArtistaVerificado {
    font-size: 24px;
    line-height: 1.3;
    max-height: 10px;
  }
}
@media (max-width: 380px) {
  figure.jrArtistaVerificado {
    height: 90px;
    width: 90px;
    left: 10px;
    top: 70%;
  }
 
  h1.TitleArtistaVerificado {
    font-size: 18px;
    line-height: 1.3;
    max-height: 10px;
    margin-bottom: 6px;
    padding-left: 80px;
  }
}

.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 40px;
  margin-top: -14px;
  font-size: 14px;
  color: #bababa;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 40px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 40px !important;
}

/* PRODUCT REVIEW TABLE START*/

table {
    border-collapse: collapse !important;
    box-shadow: 1px 1px 5px #bbb !important;
    border: 1px solid #bbb !important;
    margin-bottom: 1.5em !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    display: table !important;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    border-color: gray !important;
}

thead {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif !important;
    font-size: 100% !important;
    font: inherit !important;
    vertical-align: baseline !important;
    display: table-header-group !important;
}

td, th {
    border-top: 1px solid #ccc !important;
    vertical-align: top !important;
    padding: 4px 8px !important;
    text-shadow: 0 1px 0 #fff !important;
}

tbody tr:nth-of-type(2n+1) {
    /*background-color: #f0f0f0 !important;*/
	}

@media screen and (max-width: 625px) {
    table {
        width: 100% !important;}
    tbody tr:nth-of-type(2n+1) {
        /*background-color: inherit !important;*/}
    tbody td {
        display: block !important;
        text-align: center !important;	
		width: 97% !important;		
		}
	tbody td.first a img {
        width: 50% !important;		
        height: 50% !important;		
		}
    tr td:first-child {
        /*background: #f0f0f0 !important;*/
        font-weight: bold !important;
        font-size: 1.3em !important;	}
    thead {
        display: none !important;	}
    tbody td:before {
        content: attr(data-th) !important;
        display: block !important;
        text-align: center !important;	}
}

/* PRODUCT REVIEW TABLE END*/