/* **********************   THE KENNY GALLERY UPDATES TO WEBSITE 14 01 2022 ****************************** */



@font-face {
  font-family: 'icomoon2';
  src:  url('../fonts/icomoon2.eot?94p7q');
  src:  url('../fonts/icomoon2.eot?94p7q#iefix') format('embedded-opentype'),
    url('../fonts/icomoon2.woff2?94p7q') format('woff2'),
    url('../fonts/icomoon2.ttf?94p7q') format('truetype'),
    url('../fonts/icomoon2.woff?94p7q') format('woff'),
    url('../fonts/icomoon2.svg?94p7q#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-pinterest:before {
  content: "\e900";
}
.icon2-instagram:before {
  content: "\e901";
}
.icon2-twitter:before {
  content: "\e902";
}
.icon2-facebook:before {
  content: "\e903";
}

/* GENERAL */

body .card {
    border: 0px solid #fff;
}

body a {
    color: #000;
}

body a:hover, body a:focus {
    color: #006557;
}

body.site h3 {
    text-transform: uppercase;
    background-color: transparent;
    border: 0px solid #fff;
    text-align: center;
    font-weight: 100;
}

body.site h2 {
    font-size: 23px;
    font-weight: 100;
}

body.site .btn.btn-secondary, body.site .rsform.newsletter button {
    color: #fff;
    background-color: #006557;
    border-color: #fff;
    border-radius: 0px;
    padding: 6px 13px;
    border: 0px solid #fff;
}
body.site .btn.btn-secondary:focus, body.site .btn.btn-secondary:hover, body.site .rsform.newsletter button:focus, body.site .rsform.newsletter button:hover {
    color: #006557;
    background-color: #fff !important;
    border-color: #006557;
}
body.site .btn.btn-secondary .icon-chevron-right {
  display:none;
}

#back-top.back-to-top-link {
    color: #006557;
    border: 1px solid #006557;
}
#back-top.back-to-top-link:focus, #back-top.back-to-top-link:hover {
    background-color: #006557;
    color: var(--white,#fff);
    border: 1px solid #fff;
}

button, .btn {
    text-transform: uppercase !important;
    font-weight: 600 !important;
}


/* **************** HEADER ************** */

.header-row.row {
    max-width: 1309px;
    margin: 0 auto;
}
.header-row .col-9 {
    display: flex;
}
.header-row .col-9 .container-nav {
    justify-content: end;
    align-items: end;
    flex-direction: column-reverse;
}

header.container-header {
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
    padding-bottom: 15px;
}

body a:not([class]) {
    text-decoration: none;
}



/*Menu*/
nav.navbar li.nav-item a {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 100;
}

.container-header nav.navbar .navbar-toggler {
    color: #000;
}

button.navbar-toggler.navbar-toggler-right:focus {
    border: 0px solid #fff;
    box-shadow: 0 0 0 #fff;
}

@media(max-width:600px) {
.container-header .mod-menu .parent > ul {
  display: block !important;
}
}

@media (min-width: 768px) {
    .header-row.row nav.navbar.navbar-expand-md .navbar-toggler, .header-row.row nav.navbar.navbar-expand-md .offcanvas-header {
        display: block;
    }
    .header-row.row nav.navbar.navbar-expand-md .navbar-collapse {
        display: none !important; 
    }
    .header-row.row nav.navbar.navbar-expand-md .navbar-collapse.collapsed {
        display: flex!important; 
    }
}

@media (min-width: 992px) {
    .header-row.row nav.navbar.navbar-expand-md .navbar-toggler, .header-row.row nav.navbar.navbar-expand-md .offcanvas-header {
        display: none !important;
    }
    .header-row.row nav.navbar.navbar-expand-md .navbar-collapse {
        display: flex!important; 
    }
}

@media (max-width:992px) {
    .header .header-row nav.navbar {
        position: unset;  
    }
    button.navbar-toggler.navbar-toggler-right {
        position: absolute;
        top: 67px;
        right: 9px;
    }
    .header-row .col-9 {
        display: block;
    }
    .container-header .header-row.row .navbar-collapse.collapse.show, .container-header .header-row.row .navbar-collapse.collapsing {
        display: block !important;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 120px;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding: 20px;
    }
  
}
/* Search */
.header-row div.form-inline {
    text-align: right;
    width: 100%;
    position: relative;
}

.header-row .form-inline .form-control {
    display: inline-block;
    max-width: 60%;
    border: 1px solid #CCC;
    border-radius: 0px;
    padding-bottom: 6px;
  padding-top: 6px;
    margin-left: 20px;
    margin-bottom: 6px;
}

.header-row .form-inline button.btn {
	padding: 7px;
	/* border: 0px solid #fff; */
	border-radius: 0;
	margin-bottom: 4px !important;
  background-color: #006557;
  border-color: #006557;
  color: #fff;
  border: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.header-row div.form-inline input{
    font-weight:100;
}

@media (max-width:520px) {
    div.form-inline {
        display: none;
    }
}


/* **************** BODY **************** */




/* Banner */

.home ss3-force-full-width.n2-ss-no-bga-fixed {
    margin-top: -32px;
}

/* Kenny gallery home */

.gallery-home img {
    object-fit: cover;
    width: 100%;
}

@media (max-width:991px) {
    .gallery-home > div > div {
        width:100%;
    }
}

/* Current exhibition - Home */
.exhibition-current img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* Forthcoming Exhibition - Home */

.home .blog-items.exhibitions {
    padding-top: 1rem;
}

.home .blog .exhibitions .blog-item {
    flex-direction: row-reverse;
}

.home .blog .exhibitions .blog-item .item-content {
    margin-right: 50px;
    width: 40%;
}

.home .blog .exhibitions .item-img-info {
  width: 60%;
}

.home .blog .exhibitions .blog-item figure.item-image {
  width: 100%;
}

.home .blog .exhibitions .blog-item img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.item-img-info {
    position: relative;
}

.item-img-info .exhibition-img-info {
    position: absolute;
    bottom: 30px;
    left: 33px;
    border-left: 0px solid #D30C7B;
    line-height: 29px;
    color: #fff;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
.item-img-info .exhibition-img-info p {
    margin-bottom: 0px;
}
.item-img-info .exhibition-img-info .exhibition-title {
    font-weight: 700;
    font-size: 20px;
}
.item-img-info .exhibition-img-info .exhibition-info1 {
    font-style: italic;
}

@media (max-width:991px) {
    .home .blog .exhibitions .blog-item {
        flex-direction: column;
    }
    .item-img-info .exhibition-img-info {
        left: 21px;
    }
    .home .blog .exhibitions .blog-item .item-content {
        width: 100%;
    }
}

/* Gallery News */
body .card.gallery-news {
    background-color: #b6b3b3;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    border-radius: 0px;
}

.gallery-news .card-body {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.gallery-news img {
    width: 300px;
    height: 150px;
    object-fit: cover;
}

/* Homepage 4 Blocks */
.hblock .row.hblock-top {
    margin-bottom: 16px;
}
.hblock .row.hblock-top img {
    height: 450px;
    object-fit:cover;
}

.hblock .row.hblock-bottom img {
    height: 300px;
    object-fit:cover;
}

.hblock figure {
    position: relative;
    margin: 0px;
}

.hblock figcaption {
    position: absolute;
    bottom: 30px;
    left: 33px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height:29px;
    padding: 10px 20px;
    text-transform: uppercase;
    border-left: 0px solid #D30C7B;
}
.hblock figcaption a{
    color: #fff;
}

body .card.home-4blocks {
    background-color: #ffffff;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    margin-top: 0px;
    border-radius: 0px;
}

.home-4blocks .card-body {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width:991px) {
    .hblock .row > div {
        width: 50%;
    }
    .hblock .row.hblock-top img {
        height: 300px;
    }
}

@media (max-width:767px) {
    .hblock .row > div {
        width: 100%;
    }
    .hblock .row.hblock-top {
        margin-bottom: 0px;
    }
    .home-4blocks .hblock > div > div {
        margin-top: 20px;
    }
    .home-4blocks .hblock .row img {
        height: 200px;
    }
}

/* Newsletter */

.card.newsletter {
    /*background-image: url(/images/kennys-gallery-banner5.jpg);*/
    background-color: #006557;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    margin-top: 0px;
    border-radius: 0px;
}

.newsletter .card-body {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.newsletter h3 {
    color: #fff;
}

.newsletter label {
    display: none;
}
.newsletter .formResponsive .formRow {
    min-height: 58px;
}
.newsletter .formResponsive input {
    width: 93.7%;
    padding-left: 20px !important;
    height: 37px !important;
    border-radius: 0px !important;
    border: 0px solid #fff !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    text-transform: uppercase;
    font-size: 15px !important;
}
.newsletter .formResponsive .formHorizontal .formControls {
    margin-left: 0%;
    margin-bottom: -28px;
}
.newsletter .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px;
}
.newsletter .rsform-block.rsform-block-email {
    width: 160%;
}
.newsletter button#Submit {
    background-color: #006557;
    border-radius: 0px;
    height: 46px;
    width: 41.8%;
    float: right;
    padding: 4px 10px 4px;
    margin: 0px;
    font-size:16px;
    font-weight: 600;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
}

@media (max-width:650px) {
    .newsletter .formResponsive input[type="text"], .newsletter .formResponsive input[type="password"], .newsletter .formResponsive textarea, .newsletter .formResponsive select {
        /*width: 93.7% !important;*/
        width:100% !important;
        padding-left: 5%;
    }
    .newsletter button#Submit {
        width: 100%;
    }
}

/* Contact Form */

.card.contact-form {
    background-color: #8a8a8a;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    margin-top: 0px;
    border-radius: 0px;
}

.contact-form .card-body {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.contact-form h3 {
    color: #fff;
}

.contact-form label {
    display: none;
}
.contact-form .formResponsive .formRow {
    min-height: 58px;
}
.contact-form .formResponsive input {
    width: 100%;
    padding-left: 20px !important;
    height: 37px !important;
    border-radius: 0px !important;
    border: 0px solid #fff !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    text-transform: uppercase;
    font-size: 15px !important;
}
/*.contact-form.contact-option-form .formResponsive input {
    width: 93%;
}*/
.contact-form .formResponsive input#Email {
    width: 99% !important;
}
.contact-form.contact-option-form .formResponsive input#Email {
    width: 95.7% !important;
}
.contact-form .formResponsive .formHorizontal .formControls {
    margin-left: 0%;
    margin-bottom: -28px;
}
.contact-form .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0px;
}
.contact-form .rsform-block.rsform-block-email {
    width: 101%;
}
.contact-form .rsform-block.rsform-block-message textarea#Message {
    border-radius: 0px;
    box-shadow: 0 0 0;
    border: 0px solid #fff;
    width: 100% !important;
    height: auto !important;
    padding-left: 20px !important;
    border-radius: 0px !important;
    border: 0px solid #fff !important;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    text-transform: uppercase;
    font-size: 15px !important;
}
.contact-form button#Submit {
    background-color: #006557;
    border-radius: 0px;
    height: 46px;
    width: 100%;
    padding: 4px 10px 4px;
    margin: 0px;
    font-size:16px;
    font-weight: 600;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
}
.rsform.contact-form .formResponsive select, .rsform.contact-form .formResponsive textarea, .rsform.contact-form .formResponsive input[type="text"], .rsform.contact-form .formResponsive input[type="number"], .rsform.contact-form .formResponsive input[type="email"], .rsform.contact-form .formResponsive input[type="tel"], .formResponsive input[type="url"], .rsform.contact-form .formResponsive input[type="password"] {

    box-sizing:  inherit !important;
}
.rsform.contact-form.contact-option-form .formResponsive select, .rsform.contact-form.contact-option-form .formResponsive textarea, .rsform.contact-form.contact-option-form .formResponsive input[type="text"], .rsform.contact-form.contact-option-form .formResponsive input[type="number"], .rsform.contact-form.contact-option-form .formResponsive input[type="email"], .rsform.contact-form.contact-option-form .formResponsive input[type="tel"], .formResponsive input[type="url"], .rsform.contact-form.contact-option-form .formResponsive input[type="password"] {

    box-sizing: border-box !important;
}

.rsform.contact-form.contact-option-form .formResponsive textarea, .rsform.contact-form.contact-option-form .formResponsive input[type="text"], .rsform.contact-form.contact-option-form .formResponsive input[type="number"], .rsform.contact-form.contact-option-form .formResponsive input[type="email"], .rsform.contact-form.contact-option-form .formResponsive input[type="tel"], .rsform.contact-form.contact-option-form .formResponsive input[type="url"], .rsform.contact-form.contact-option-form .formResponsive input[type="password"] {
    border: 1px solid #cccccc !important;
    }
    
.rsform.contact-form.contact-option-form .formResponsive select {
    width: 100%;
    }
.rsform.contact-form.contact-option-form .rsform-block.rsform-block-subject input {
    width: 100%;
}
.rsform.contact-form.contact-option-form .rsform-block textarea#messagebox {
    width: 100%;
}

/*@media (min-width:1400px) {
  .rsform.contact-form.contact-option-form .rsform-block.rsform-block-subject input{
    width: 96.4%;
}
.rsform.contact-form.contact-option-form .rsform-block textarea#messagebox, .rsform.contact-form.contact-option-form .formResponsive select {
    width: 99%;
}
}*/

@media (max-width:991px) {
.rsform.contact-form.contact-option-form .rsform-block.rsform-block-subject input, .rsform.contact-form.contact-option-form .formResponsive input#Email, .rsform.contact-form.contact-option-form .formResponsive input {
    width: 100% !important;
    padding: 4px !important;
}
}
@media (min-width:651px) /*and (max-width: 1399px)*/ {
  .rsform.contact-form.contact-option-form .formResponsive input#Email {
        width: 99% !important;
  }
}


@media (max-width:1399px) {
      .rsform.contact-form.contact-option-form .formResponsive select, .rsform.contact-form.contact-option-form .formResponsive textarea, .rsform.contact-form.contact-option-form .formResponsive input[type="text"], .rsform.contact-form.contact-option-form .formResponsive input[type="number"], .rsform.contact-form.contact-option-form .formResponsive input[type="email"], .rsform.contact-form.contact-option-form .formResponsive input[type="tel"], .formResponsive input[type="url"], .rsform.contact-form.contact-option-form .formResponsive input[type="password"] {

    box-sizing: inherit !important;
}  
  .contact-form .formResponsive input[type="text"], .contact-form .formResponsive input[type="password"], .contact-form .formResponsive textarea, .contact-form .formResponsive select {
        width: 100% !important;
        padding-left: 5%;
    }
     .contact-form .formResponsive textarea {
        width: 100% !important;
        height: auto !important;
        padding-left: 5%;
    }
    .contact-form button#Submit {
        width: 100%;
    }
}
@media (max-width:650px) {
      .rsform.newsletter .formResponsive select, .rsform.newsletter .formResponsive textarea, .rsform.newsletter .formResponsive input[type="text"], .rsform.newsletter .formResponsive input[type="number"], .rsform.newsletter .formResponsive input[type="email"], .rsform.newsletter .formResponsive input[type="tel"], .formResponsive input[type="url"], .rsform.newsletter .formResponsive input[type="password"] {

    box-sizing: inherit !important;
} 
.contact-form .formResponsive input#Email {
    width: 100% !important;
}
}

/* **************** FOOTER ************** */
footer.footer {
  background-color: transparent;
  background-image:none;
  color:#000;
}
footer.footer .grid-child {
    align-items: flex-start;
}
footer.footer .footer_left img {
    max-width: 250px;
}
footer.footer .footer_middle .nav li {
    padding: 0.14em 0;
    line-height: 19px;
}

footer.footer .footer_middle nav.navbar.navbar-expand-md {
    padding-top: 0px;
}

footer.footer h3 {
    text-align: left;
}

@media (max-width:992px) {
    .container-footer.footer .col-4 > div {
        width: 192px;
        margin: 0 auto;
    }
    .container-footer.footer .col-4 {
        width: 98%;
        margin: 10px;
    }
    .container-footer.footer .col-4.footer_left > div {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

/* social footer */
.container-footer-social.footer {
    background-color: #8a8a8a;
    background-image: none;
}
.container-footer-social.footer .card.footer-social {
    width: 100%;
    background-color: transparent;
    background-image: none;
}
.container-footer-social.footer .grid-child {
    padding: 0px;
}
.container-footer-social.footer p {
    margin: 0px;
}
span.footer-social-left {
    margin-right: 50px;
}
span.footer-social-right {
    margin-left: 50px;
}
.container-footer-social .social-icons {
    margin-left: 20px;
}

/* ************************ VIRTUEMART ************************* */

/* Artist page Menu */
.main-top.card.artists-top-menu {
    display: none;
}
body.site.com_virtuemart.wrapper-static.view-manufacturer .artists-top-menu {
    display: block;
}
.main-top.card.artists-top-menu .navbar {
    display: flex;
}
.main-top.card.artists-top-menu .navbar #navbar130 {
    justify-content: end;
    align-items: end;
}

@media (min-width: 768px) {
    .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .navbar-toggler, .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .offcanvas-header {
        display: block;
    }
    .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .navbar-collapse {
        display: none !important; 
    }
    .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .navbar-collapse.collapsed {
        display: flex!important; 
    }

    .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .navbar-toggler, .main-top.card nav.navbar.navbar-expand-md .offcanvas-header {
        display: none !important;
    }
    .main-top.card.artists-top-menu nav.navbar.navbar-expand-md .navbar-collapse {
        display: flex!important; 
    }
  .main-top.card.artists-top-menu .mod-menu {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width:767px) {
.main-top.card.artists-top-menu {
    display: none;
}
}

@media (max-width:992px) {
    .main-top.card nav.navbar {
        position: unset;  
    }
    button.navbar-toggler.navbar-toggler-right {
        position: absolute;
        top: 67px;
        right: 9px;
    }
    .header-row .col-9 {
        display: block;
    }
    .main-top.card .navbar-collapse.collapse.show, .main-top.card .navbar-collapse.collapsing {
        display: block !important;
        flex-wrap: wrap;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 120px;
        width: 100%;
        background-color: #fff;
        text-align: center;
        padding: 20px;
    }
  
}

/* Artistpage (Manufaturer) */

.site.com_virtuemart main {
    margin-top: 0px !important;
}
.site.com_virtuemart .manufacturer-details-view .spacer {
    padding: 0px;
    margin-bottom:20px;
}

.manufacturer-image {
    position: relative;
    margin-bottom:120px;
  /*margin-bottom: 20px;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 0px;
    border-radius: 0px;*/
}
.manufacturer-image .manufacture-main-img img {
    width: 100%;
    float: none;
    height: 300px;
    object-fit: cover;
    margin: 0px;
}
.manufacturer-image .manufacture-small-img img {
    position: absolute;
  /*
    width: 310px;
    top: 16px;
    clip-path: circle(133px at center);*/
    width: 268px;
    bottom: -107px;
    clip-path: circle(133px at center);
    height: 268px;
    border-radius: 50%;
    object-fit: cover;
}
.manufacturer-image h1 {
    position: absolute;
    /*bottom: 38px;*/
    bottom:-83px;
    left: 350px;
    font-size: 25px !important;
    font-weight: 300;
    border-left: 12px solid #D30C7B;
    line-height: 29px;
    color: #000;
    padding: 10px 20px !important;
    text-transform: uppercase;
}


/*.manufacturer-description > div:first-child {
    width: 65%;
    float: left;
}
.manufacturer-description > div:nth-child(2) {
    width: 35%;
    float: right;
}
.manufacturer-details-view .manufacturer-description img {
    margin: 0px;
    object-fit: cover;
    width: 100%;
    height: 220px;
}*/

@media (max-width:767px) {
    .manufacturer-image {
        margin-bottom:291px;
    }
    .manufacturer-image h1 {
        /*position: unset;*/
        bottom:-153px;
        left:320px;
        color: #000;
        margin-top: 10px !important;
        margin-left: 17px !important;
    }
    .manufacturer-image .manufacture-small-img img {
        bottom: -277px;
    }
  
   /*.manufacturer-description > div {
        width: 100% !important;
        float: none !important;
        margin-top:10px;
   }*/
}

@media (max-width:700px) {
      .manufacturer-image {
        margin-bottom:360px;
    }
  .manufacturer-image .manufacture-small-img img {
    left: 0;
    right: 0;
  }
      .manufacturer-image h1 {
        bottom:-345px;
        left: -17px;
  }
  
}

/* Productpage */

.site.com_virtuemart .productdetails {
    margin-top: 50px;
}

.site.com_virtuemart .productdetails .product-neighbours {
    display: none;
}
.site.com_virtuemart .productdetails .back-to-category {
    display: none;
}
.site.com_virtuemart .productdetails .icons {
    display: none;
}
.site.com_virtuemart .productdetails .customer-reviews {
    display: none;
}
.site.com_virtuemart .productdetails .ratingbox.dummy, .product .product-container .vm-product-rating-container {
    display: none;
}
.site.com_virtuemart .productdetails .vm-product-details-container {
    width: 40%;
    margin-left: 5%;
}

.productdetails-view .spacer-buy-area {
    padding-left: 0px !important;
}

.addtocart-area .quantity-box  {
    display: none;
}
.addtocart-area .quantity-controls {
    display: none;
}

.productdetails-view .product-short-description {
    display: none;
}
.productdetails-view .product-description .title {
    display: none;
}

body .manufacturer-work {
    background-color: #b6b3b3;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin: 40px -50vw;
    padding: 40px 0px;
    border-radius: 0px;
}
body .manufacturer-work .products-view {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto !important;
}
  
.products-view h4 {
    display: none;
}
.products-view .vm-product-rating-container {
    display: none;
}
.products-view .product .product-container .vm3pr-4, .product .product-container .vm3pr-4 {
    display: none;
}
.products-view .product .product-container .vm3pr-0, .product .product-container .vm3pr-0 {
    display: none;
}
.products-view .product .product-container .vm-details-button, .product .product-container .vm-details-button {
    display: none;
}
.vm-product-container h4 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    margin-top:10px;
}
.vm-product-container .product-artist h4 {
    margin-bottom: 0px;
}
.vm-product-container .manufacturer {
    margin-top:0px;  
    margin-bottom:5px;
}
.vm-product-container .manufacturer a {
    text-decoration: none;
}

.vm-product-container .product-fields-title {
    text-align: left;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 18px;
}
.view-productdetails .product-name h1 {
    font-weight: 100;
}

.view-productdetails .product-price {
    text-align: left;
}

.view-productdetails div.product-price > div > span:nth-child(2) {
    float: right;
}

.view-productdetails .product-price a.ask-a-question {
    display: none;
}

.view-productdetails span.addtocart-button input.addtocart-button {
    background-color: #006557;
    border-radius: 0px;
    height: 46px;
    float: right;
    padding: 4px 10px 4px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%);
}
.view-productdetails span.addtocart-button input.addtocart-button:active {
    box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 5%);
}

.products-view img {
    float: none;
    width: 400px;
    object-fit: cover;
    height: 400px;
    margin: auto;
}

.site.com_virtuemart.view-productdetails .additional-images img {
    margin-right: 15px;
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.vm-product-media-container img {
    float: none;
    width: 400px;
    object-fit: cover;
    height: 400px;
    margin: auto;
}

.related-products-product {
    margin: 40px auto;
}

.product-related-products .product-fields-title-wrapper {
    display: none;
}
.related-products-product h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.related-products-product .product-related-products {
    border-top: solid #fff 0px;
    padding-bottom: 10px;
    margin-top:10px;
}

.product-related-products .vm-product-media-container {
    text-align: left;
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 100;
    line-height: 47px;
}
.product-related-products .product-price {
    display: none;
}

.product-related-products .product-field-desc {
    display: none;
}

.view-manufacturer .manufacturer-details-view h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.spacer.product-container {
    border: 0px solid #fff !important;
    margin: 15px !important;
}
.products-view .row .product h2 {
    text-align:left;
}
.view-manufacturer .manufacturer-details-view .manufacturer-product-link {
    display: none;
}

.manufacturer-view-default .manufacturer img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.category-view .row {
    justify-content: center;
}

.category-view .category img {
    float: none !important;
    width: 400px !important;
    object-fit: cover;
    height: auto !important;
    margin:0 0 10px 0 !important;
    aspect-ratio: 1/1;
}
.category-view .row h2 {
    text-align: left !important;
    font-size: 23px !important;
    font-weight: 100;
    line-height: 20px;
    margin: 0 0 10px 0 !important;
}

@media (max-width:991px) {
    .site.com_virtuemart .productdetails-view .vm-product-container .vm-product-media-container {
        float: none;
        width: 100%;
    }
    .site.com_virtuemart .productdetails-view .vm-product-container .vm-product-media-container .fotorama__stage {
        margin:0 auto;
    }
    .site.com_virtuemart .productdetails-view .vm-product-container .vm-product-details-container {
        width: 100%;
        float: none;
    }
    .vm-product-media-container img {
        width: 100%;
        max-width: 400px;
    }
    .category-view  img {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .manufacturer-details-view img {
        float: none !important;
        margin: 0 auto 10px auto !important;
    }
    .manufacture-small-img img {
        left: 20px;
    }
  
    .vm-product-descr-container-1 {
        max-width: 400px;
        margin: 0 auto;
    }
    .category-view .spacer {
        max-width: 400px;
        margin: 0 auto;
    }
}
/* exhibition page */

.view-category .category-view .orderby-displaynumber {
    display: none;
}
.view-category .category-view .category-image img {
    width: 100% !important;
height: 300px !important;
object-fit: cover;
}

.view-category .category-view .vm-product-descr-container-1 {
    text-align: left;
}
.view-category .category-view .latest-view h4 {
    display: none;
}

.view-category .products-view {
    background-color: #b6b3b3;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    border-radius: 0px;
}
.view-category .products-view .row {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
.view-category .exhibition-work {
    background-color: #b6b3b3;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 40px 0px;
    border-radius: 0px;
}
.view-category .exhibition-work h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top:40px;
    font-size: 1.5rem;
}
.products-view .horizontal-separator {
    display: none;
}

.recent-view h4 {
    font-size: 1.5rem;
}

.view-category .exhibition-artists .artist {
    position:relative;
    margin: 30px;
}

.view-category .exhibition-artists img {
    /*width: 234px !important;
    clip-path: circle(100px at center);
    height: unset !important;*/
	width: 234px !important;
	border-radius: 50%;
	height: auto !important;
	object-fit: cover;
  aspect-ratio: 1/1;
}


.view-category .exhibition-artists a.artistname {
    font-size: 18px !important;
    font-weight: 300;
    border-left: 12px solid #D30C7B;
    line-height: 29px;
    color: #000;
    padding: 10px 20px !important;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.view-category .exhibition-artists div.artistdesc{
    margin-top: 10px;
    /*position: absolute;
    top: 167px;
    left: 260px;*/
}

@media (max-width: 600px) {
    .view-category .exhibition-artists a.artistname {
        /*bottom: 60px;
        left: 0;*/
    }
    .view-category .exhibition-artists div.artistdesc{
     /*   position: unset;
        margin-top: 59px;*/
    }
}
@media (max-width: 451px) {
    .view-category .exhibition-artists a.artistname {
       /* bottom: 81px;*/
    }
}

@media (max-width: 364px) {
    .view-category .exhibition-artists a.artistname {
        bottom: 104px;
    }
}

/* Responsive design */

@media (max-width:991px) {
    .width33 {
        width: 50% !important;
    }
    .vm-col-3 {
        width: 50% !important;
    }
}

@media (max-width:767px) {
    .width33 {
        width: 100% !important;
    }
    .vm-col-3 {
        width: 100% !important;
    }
}


.kennygrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr; /* Three Columns */
}

.kennygrid .vm-col {
   width: 100% !important;
}

.kennygrid h2 {
    text-align: left !important;
}

@media (min-width:1400px) {
  .kennygrid {
	grid-template-columns: 1fr 1fr 1fr 1fr; /* Four Columns */
}
}

@media (max-width:991px) {
  .kennygrid {
	grid-template-columns: 1fr 1fr; /* Two Columns */
}
}

@media (max-width:768px) {
  .kennygrid {
	grid-template-columns: 1fr; /* One Column */
}
}

@media(min-width: 768px) {
.container-header .mod-menu li.parent:hover > ul {
	display: block;
	position: absolute;
	background: #fff;
	padding: 0 20px;
	min-width: 160px;
}
}

.recent-view img.browseProductImage,
.products-view img.browseProductImage {
  height: auto !important;
  aspect-ratio: 1 / 1;
}
.recent-view img.browseProductImage:hover,
.products-view img.browseProductImage:hover {
  object-fit: contain;
}

body.itemid-243 .page-header h1 {display:none;}

.issold .fotorama__stage__frame::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f00;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
    z-index:1;
}
.product.issold .vm-product-media-container:before,
.issold .fotorama__stage__frame::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #f00;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
}

.geek-search-wrapper  .search-results.show-img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1.5%;
}
.geek-search-wrapper .search-results .result-statistics {grid-column: 1/ span 3;}
.geek-search-wrapper .search-results > .clearfix {grid-column: 1/ span 3;}

.geek-search-wrapper .search-results div.result-item {
    position: relative;
    padding: 10px 20px 0 20px;
    margin: -1px 0 0 0;
    border: 0px;
    display: flex;
    flex-direction: column;
     border: 1px solid #fff; 
   grid-column: initial;
}

.geek-search-wrapper .search-results.show-img .result-item div.item-info  {
  margin-left: 0px;  
}

.geek-search-wrapper .search-results.show-img .result-item div.item-info  .result-title{
  text-align: left;
}
.geek-search-wrapper .search-results.show-img .result-item div.item-info  .result-title a{
  color: #006557;
}

.geek-search-wrapper .search-results.show-img .result-item div.item-info  .result-text{
  display: none;
}

.geek-search-wrapper .search-results.show-img .result-item div.item-info  .additional-info{
  font-size: x-small;
}
.geek-search-wrapper .search-results.show-img .result-item div.item-info  .additional-info .text-info{
  color: #006557 !important;
}

.geek-search-wrapper .search-results .result-item div.img-intro {
  width: 100%;
}
.geek-search-wrapper .search-results .result-item .img-intro img {
  width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.geek-search-wrapper .search-results .result-item:hover .img-intro img {
  object-fit: contain;
}

.geek-search .controls .btn {
	display: none;
}

.geek-search-wrapper .search-filters {
    padding: 0px !important;
    background: #fff !important;
}
.geek-search-wrapper ul.facet-filter {
    list-style: none;
}
.geek-search-wrapper .geek-search .search-form .facets h5 {
    color: #fff;
    background-color: #8a8a8a;
    padding: 10px 10px 10px 10px !important;
    border-bottom: 0px solid #8a8a8a !important;
    margin-bottom: 0px !important;
}

.geek-search-wrapper ul.facet-filter {
    padding: 0px !important;
}
.geek-search-wrapper .facets ul li {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 20px;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    font-size: 14px;
}
.geek-search-wrapper .geek-search .search-form .search-box .input-group > span {
    background: #006557;
    border: 1px solid #006557;
}
.geek-search-wrapper .geek-search .search-form .search-box .input-group > span:before {
    border-color: transparent #006557 transparent;
}

[data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="green"], [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"][data-rlta-color="green"] {
	background-color: #006557aa;
	border-color: #006557;
}

[data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="green"]:not([data-rlta-state="closed"]), [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="green"]:not([data-rlta-state="closed"]):hover, [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"][data-rlta-color="green"]:not([data-rlta-state="closed"]), [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"][data-rlta-color="green"]:not([data-rlta-state="closed"]):hover {
	background-color: #006557;
	border-color: #006557;
}

[data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="accordions"] > [data-rlta-element="button"][data-rlta-color="green"]:hover, [data-rlta-element="container"][data-rlta-theme="colorful"][data-rlta-type="tabs"] > [data-rlta-element="button-list"] > [data-rlta-element="button"][data-rlta-color="green"]:hover {
	background-color: #006557;
	border-color: #006557;
}

div.artistlist.list4,
div.artistlist.list2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

div.artistlist.list3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

div.artistlist.listsmall {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.view-category .exhibition-artists div.artistlist.listsmall .artist img {
  max-width: 33%;
}
.view-category .exhibition-artists div.artistlist.list4 .artist img {
  max-width: 50%;
}

.view-category .exhibition-artists div.artistlist .artist {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.view-category .exhibition-artists div.artistlist .artist .artistinfo{
	margin-left: 10px;
}


.view-category .exhibition-artists div.artistlist.list3 .artist img {
  max-width: 33%;
}

.view-category .exhibition-artists div.artistlist.list3 .artist .artistdesc {
  display:none;
}

.view-category .exhibition-artists div.artistlist.listsmall .artist .artistdesc {
  display:none;
}

@media(max-width: 600px) {
div.artistlist.list2,
div.artistlist.list3 {
	grid-template-columns: 1fr;
}
div.artistlist.listsmall{
	grid-template-columns: 1fr 1fr;
}
.view-category .exhibition-artists div.artistlist.listsmall .artist .artistdesc,
.view-category .exhibition-artists div.artistlist.list4 .artist .artistdesc,
.view-category .exhibition-artists div.artistlist.list3 .artist .artistdesc {
  display:none;
}

  .view-category .exhibition-artists div.artistlist.list1 .artist img,
  .view-category .exhibition-artists div.artistlist.list2 .artist img,
  .view-category .exhibition-artists div.artistlist.list3 .artist img,
.view-category .exhibition-artists div.artistlist.listsmall .artist img,
.view-category .exhibition-artists div.artistlist.list4 .artist img {
  max-width: 33%;
}
.view-category .exhibition-artists div.artistlist.listsmall .artist .artistname,
.view-category .exhibition-artists div.artistlist.list4 .artist .artistname {
 font-size: 14px !important; 
  padding: 5px !important;
  line-height: auto;
  border-left: 6px solid #D30C7B;
} 
}

.manufacturer-view-default {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}


@media(max-width: 1200px) {
  .manufacturer-view-default {
  	grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 1024px) {
  .manufacturer-view-default {
  	grid-template-columns: 1fr 1fr;
    }
}

@media(max-width: 600px) {
  .manufacturer-view-default {
  	grid-template-columns: 1fr;
  }
}

.nav.nav-tabs.kennys-white {
background: transparent;
box-shadow: none;
border-width: 0px 0px 1px;
border-color: #b6b3b3;
border-style: solid;
}

.nav.nav-tabs.kennys-gray {
background: transparent;
box-shadow: none;
border-width: 0px 0px 1px;
border-color: #fff;
border-style: solid;
}

.nav.nav-tabs.kennys-white .nav-link {
  box-shadow: none !important;
  color: #000;
}

.nav.nav-tabs.kennys-gray .nav-link {
  box-shadow: none !important;
  color: #000;
}

.nav.nav-tabs.kennys-white .nav-link.active {
  box-shadow: none;
  background: transparent;
  border-color: #b6b3b3 #b6b3b3 #fff !important;
  background: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.nav.nav-tabs.kennys-gray .nav-link.active {
  box-shadow: none;
  background: transparent;
  border-color: #fff #fff #b6b3b3 !important;
  background: none !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.nav.nav-tabs.kennys-white .nav-link.active:after {
  display:none;
}

.nav.nav-tabs.kennys-gray .nav-link.active:after {
  display:none;
}

/* Timeline JUX */
.jux-tl-info {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 1px solid #8a8a8a !important;
}
.jux-tl-item h2 {
    font-size: 17px !important;
}
.jux-tl-item h2 a {
    color: #006557 !important;
}
.jux-tl-item .jux-tl-desc {
    color: #000000 !important;
    font-size: 17px !important;
}

.product-description + .product-fields {
	margin-top: 20px;
}

#viewonwall {position:relative; display: flex; justify-content: center; align-items: center;}
#viewonwall .art {position:absolute; margin-top: -5%;margin-left: 10%;}

span.vm-img-desc {display: none; }
