/*
Theme Name: federicoruiz
Text Domain: twentytwenty
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Masonry front page, ability to create contact pdf of images, sort by artist or taxonomy. Mainly white. Responsive.
Author URI: https://sonymusic.com/
Theme URI: https://sonymusic.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.Helsinki-Bold {
    font-family: Helsinki-Bold;
    font-weight: normal;
    font-style: normal;
}

.Helsinki-Extralight {
    font-family: Helsinki-Extralight;
    font-weight: normal;
    font-style: normal;
}

.Helsinki-Regular {
    font-family: Helsinki-Regular;
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #F9F9F9;
    color: #323232;
    font-family: Helsinki-Regular !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.custom-background.dark {
    background-color: #323232;
    color: #ffffff;
}

.gallery_container {
    width: 1300px;
    margin: auto;
    margin-top: 100px;
}

/*
@media (min-width: 768px) {
    .gallery_container{
        width: 700px;
        margin:auto;
        margin-top:100px;
    }
}*/

.logo {
    position: relative;
    top: 0;
    left: 0;
    margin: 37.5px;
    width: 45px;
    height: 30px;
    display: inline-block;
}

.logo img {
	width: 200px;
	height: auto;
}

.leftstaticcol {
    display: block;
    position: absolute;
    z-index: 500;
    left: 0;
    top: 0;
    width: 120px;
    bottom: 0px;
    pointer-events: none;
}

.leftstaticcol .logo,
.leftstaticcol .closeButton {
    pointer-events: auto;
		opacity: 1;
}

#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-right: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
    /* SZEROKOŚĆ SIDEBARA */
    max-width: 100%;
}

#registration_wrapper {
    padding-right: 0;
    width: 280px;
    /* SZEROKOŚĆ SIDEBARA */
    max-width: 100%;
}

#registration_wrapper #sidebar-wrapper {
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 280px;
}

#registration_wrapper.toggled #sidebar-wrapper {
    opacity: 1;
    transition: opacity 0.5s ease;
    width: 280px;
}

#registration_wrapper .sidebar-nav {
    opacity: 1;
}

@media (min-width: 768px) {
    #wrapper.toggled #sidebar-wrapper {
        width: 440px;
        /* SZEROKOŚĆ SIDEBARA */
    }

    #registration_wrapper.toggled #sidebar-wrapper,
    #registration_wrapper #sidebar-wrapper {
        width: 440px;
        /* SZEROKOŚĆ SIDEBARA */
    }
}

#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #F9F9F9;
    /* KOLOR SIDEBARA */
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
    -webkit-box-shadow: 16px 0px 13px -16px rgba(128, 128, 128, 1);
    -moz-box-shadow: 16px 0px 13px -16px rgba(128, 128, 128, 1);
    box-shadow: 16px 0px 13px -16px rgba(128, 128, 128, 1);
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

.sidebar-nav {
    z-index: 1;
    list-style: none;
    margin: 0;
    padding-left: 120px;
    padding-right: 65px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin: absolute;
    top: 0;
    width: 100%;
    left: 0;
    /* SZEROKOŚĆ ZAWARTOŚCI SIDEBARA */
    opacity: 0;
    transition: opacity 0.1s ease 0s;
    max-height: calc(100vh - 160px);
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .sidebar-nav {
        margin-top: 150px;
        margin-bottom: 20px;
        max-height: calc(100vh - 170px);
    }
}

#wrapper.toggled .sidebar-nav {
    opacity: 1;
    transition: opacity 0.5s ease 0.3s;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
	padding: 5px 0;
}

.sidebar-nav li a {
    color: #808080;
    display: block;
    padding: 10px 15px 10px 0px;
    text-decoration: none;
    font-size: 21px;
}

@media (max-width: 768px) {
    .sidebar-nav li a {
        color: #808080;
        display: block;
        padding: 10px 15px 10px 0px;
        text-decoration: none;
        font-size: 18px;
    }
}

.sidebar-nav .dropdown-menu {
    background-color: transparent;
    /* KOLOR BG DROPDOWNA */
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    position: relative;
    width: 100%;
}

.dropdown-backdrop {
    z-index: -1 !important;
}

.sidebar-nav .dropdown-menu li a {
    padding: 0px 15px 0px 0px;
    font-size: 18px;
    font-family: Helsinki-Extralight;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.active a,
.sidebar-nav li.active a:hover,
.sidebar-nav li.active a:active,
.sidebar-nav li.active a:focus, .sidebar-nav li a.open {
    background-color: transparent;
    color: #323232;
    text-decoration: none;
}

.sidebar-nav .sidebar-brand {
    font-family: Helsinki-Bold;
    font-size: 21px;
}

.sidebar-title {
    color: #323232 !important;
}

.closeButton {
    background: transparent;
    border: none;
    display: block;
    height: 65px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 65px;
    z-index: 1200;
    opacity: 1;
    background-color: #323232;
    border-radius: 100%;
}

.mobile__close--button {
    display: block;
}

.desktop__close--button {
    display: none;
}

#closeImg {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

#closeImgMobile {
    width: 65px;
    height: 65px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.navbar .simplebar-wrapper .simplebar-content-wrapper{
	padding: 0px 65px 0px 120px !important;
}

@media (max-width: 767.9999px){
	.navbar .simplebar-wrapper .simplebar-content-wrapper{
		padding: 0px 40px !important;
	}
}

@media (min-width: 768px) {
    .mobile__close--button {
        display: none;
    }

    .desktop__close--button {
        display: block;
    }

    .closeButton {
        top: 50%;
        left: 50%;
        width: 32px;
        height: 32px;
        transform: translate(-50%, -50%);
        background-color: transparent;
        border-radius: none;
    }

    #closeImg {
        transform: none;
        position: initial;
    }
}

.hamburger-wrapper {
    position: fixed;
    display: block;
    z-index: 100;
    width: 65px;
    height: 65px;
    left: 10px;
    bottom: 10px;
    background-color: #323232;
    border-radius: 100%;
		cursor: pointer;
}

@media (min-width: 768px) {
    .hamburger-wrapper {
        height: auto;
        left: 0;
        top: 0;
        bottom: 0px;
        transform: none;
        background-color: #F9F9F9;
        border-radius: 0;
        width: 120px;
    }
}

@media (max-width: 768px) {
    .hamburger-wrapper-reversed {
        position: fixed;
        display: block;
        z-index: 100;
        width: 65px;
        height: 65px;
        left: 10px;
        bottom: 10px;
        background-color: #F9F9F9;
        border-radius: 100%;
    }
}

.single-artist .hamburger{
	display: none;
}

.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    z-index: 999;
		cursor: pointer;
}

.hamburger.open-nav:hover .hamb-top,
.hamburger.open-nav:hover .hamb-middle,
.hamburger.open-nav:hover .hamb-bottom {
    background-color: #cdcdcd;
}

.hamburger.open-nav .hamb-top {
    top: 5px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .hamburger.open-nav .hamb-top {
        background-color: #323232;
    }
}

.hamburger.open-nav .hamb-middle {
    margin-top: -2px;
    top: 50%;
    background-color: #fff;
}

@media (min-width: 768px) {
    .hamburger.open-nav .hamb-middle {
        background-color: #323232;
    }
}

.hamburger.open-nav .hamb-bottom {
    bottom: 5px;
    background-color: #fff;
}

@media (min-width: 768px) {
    .hamburger.open-nav .hamb-bottom {
        background-color: #323232;
    }
}

.hamburger.open-nav .hamb-top,
.hamburger.open-nav .hamb-middle,
.hamburger.open-nav .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.5s ease-out 0.5s, opacity 0.5s ease-out 0s;
    -moz-transition: visibility 0.5s ease-out 0.5s, opacity 0.5s ease-out 0s;
    -o-transition: visibility 0.5s ease-out 0.5s, opacity 0.5s ease-out 0s;
    transition: visibility 0.5s ease-out 0.5s, opacity 0.5s ease-out 0s;
}

#wrapper.toggled .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: visibility 0.5s ease-out 0s, opacity 0.5s ease-out 0.5s;
    -moz-transition: visibility 0.5s ease-out 0s, opacity 0.5s ease-out 0.5s;
    -o-transition: visibility 0.5s ease-out 0s, opacity 0.5s ease-out 0.5s;
    transition: visibility 0.5s ease-out 0s, opacity 0.5s ease-out 0.5s;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
}

.h1 {
    margin-left: 50px;
}

.free-wall {
    margin: 15px;
}

.brick img {
    margin: 0;
    display: block;
}

.artist__back--icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 32px;
    width: 32px;
}

.artist-details {

    background-color: #F9F9F9;
    box-shadow: 10px 0 10px 0px rgba(224, 224, 224, 0.25);
    display: block;

}

.artist-title {
    color: #000000;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    font-family: Helsinki-Regular;
    font-weight: normal;
    font-style: normal;
}

.artist-subtitle {
    color: #000000;
    font-size: 30px;
    font-weight: 200;
    line-height: 40px;
    margin-bottom: 30px;
    font-family: Helsinki-Extralight;
}

.artist-description {
    color: #323232;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
    font-family: Helsinki-Extralight;
}
@media (max-width: 767.9999px){
    .artist-description{
        font-size: 14px;
        line-height: 20px;
    }
    .artist-subtitle{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .artist-title {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

.artist-desc-mobile {
    display: block;
}

@media (min-width: 768px) {
    .artist-desc-mobile {
        display: none;
    }
}

.artist-desc-desktop {
    display: none;
}

@media (min-width: 768px) {
    .artist-desc-desktop {
        display: block;
    }
}

.photo {
    overflow: hidden;
}

.photo img.magnific-popup-link {
    -webkit-transition: width 0.3s, height 0.3s, margin-top 0.3s, margin-left 0.3s;
    transition: width 0.3s, height 0.3s, margin-top 0.3s, margin-left 0.3s;
}

.photo:hover img.magnific-popup-link {
    width: 104%;
    height: 104%;
    margin-left: -2%;
    margin-top: -2%;
}

.photo:hover .photo-addtowishlist,
.photo-addtowishlist.always-visible {
    opacity: 1;
}

.photo-addtowishlist {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
    width: 30px;
    height: 30px;
    background-image: url('../assets/images/heart_light.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition-delay: 0.3s;
}

@media (min-width: 768px) {
    .photo-addtowishlist {
        z-index: 100;
        position: absolute;
        bottom: -20px;
        right: -50px;
        display: none;
        width: 40px;
        height: 40px;
        background-image: url('../assets/images/heart_dark.svg');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        transition-delay: 0.3s;
    }.photo-addtowishlist:hover {
        background-image: url('../assets/images/heart_red.svg');
    }
}

.photo-addtowishlist.active {
    background-image: url('../assets/images/heart_red.svg');
    background-size: contain;
}

/* .photo-addtowishlist.active:hover {
    background-image: url('../assets/images/heart_dark.svg');
    background-size: contain;
} */

.wishVisible {
    display: block;
}

.photo .photo-img-wrapper {
    background-color: #c0c0c0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
		display: flex;
    justify-content: center;
}

.photo .photo-img-wrapper img{
	width: 100% !important;
  height: auto;
	transition: transform .2s;
}

.photo .photo-img-wrapper img:hover{
	transform: scale(1.5);
}

.photo .photo-img-wrapper img.size-full{
	height: 100% !important;
  width: auto !important;
	margin: auto;
}

.photo .photo-img-wrapper .magnific-popup-link {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.photo .custom-control.custom-checkbox {
    position: absolute;
    top: 10px;
    right: 10px;
}

/* NavBar Top */
.navbar-fixed-top{
  position: fixed;
}
.navbar-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110;
}

.navbar-top .brand {
    display: inline-block;
}

.navbar-top .logo-default,
.navbar-top .logo-scroll {
    /* margin: 10px 37.5px 0 37.5px; */
}

.navbar-top .logo-scroll {
    /* width: 45px;
    height: 30px; */
    /* display: none;
    opacity: 0; */
}

.navbar-top.scroll {
    right: auto;
}

@media (max-width: 767.9999px) {

	.page-content {
			padding-top: 100px !important;
	}

		.navbar-top {
			position: relative;
			height: 20px;
		}

    .navbar-top .logo-scroll.logo-desktop a img, .navbar-top .logo-scroll.logo-mobile a img, .navbar-top div a img {
      max-height: 100px;
			width: auto;
    }

    .navbar-top .logo-scroll.logo-mobile {
        display: block;
    }

		.navbar-top .logo-scroll {
			opacity: 1;
		}

		.navbar-top #logoScrollLogoMobile, .navbar-top #logoScrollLogoDesktop {
		   margin: 37.5px 37.5px 0 37.5px;
		}

    .sidebar-nav {
        z-index: 101;
        padding-left: 40px;
        padding-right: 40px;
				padding-top: 0;
				margin-top: 0;
    }

    .navbar-top .brand {
        width: 50vw;
        max-width: 50vw;
    }

    .navbar-top .logo-default {
        max-width: calc(100% - 50px);
        margin: 25px;
    }

    .navbar-top.scroll .brand {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-top .logo-scroll.logo-desktop {
        display: block;
    }

	  .navbar-top .logo-scroll.logo-desktop img{
			max-width: 120px;
			height: auto;
		}

    .navbar-top .logo-scroll.logo-mobile {
        display: none !important;
    }
}

.navbar-top-always-scroll {
    display: none;
}

.body-dark {
    display: none;
}

.navbar-top-always-scroll~.page-content {
    padding-top: 0;
}

.navbar {
    color: #323232;
}

.remove-gallery img {
    height: 12px;
}

.remove-gallery:hover img {
    height: 16px;
    margin-top: -2px;
    margin-left: -2px;
}

.btn.btn-custom-dark {
    padding: 0px 12px;
    position: relative;
    background: none;
    color: inherit;
    border: none;
    cursor: pointer;
    outline: inherit;
    font-size: 24px;
}

@media (min-width: 768px) {
    .btn.btn-custom-save {
        padding: 0px 12px;
        position: relative;
        background: none;
        color: inherit;
        border: none;
        cursor: pointer;
        outline: inherit;
        font-size: 24px;
        background-color: transparent;
        float: left;
        margin-top: 10px;
        margin-left: 20px;
    }
}

.btn.btn-custom-save::after {
    margin-left: 5px;
    margin-right: -10px;
    content: url('../images/save-arrow-light.svg');
}

@media (max-width: 768px) {
    .btn.btn-custom-dark {
        padding: 0;
        position: relative;
        background: none;
        color: inherit;
        border: none;
        cursor: pointer;
        outline: inherit;
        font-size: 18px;
    }

    .btn.btn-custom-dark::after {
        margin-left: 5px;
        margin-right: -10px;
        content: url('../images/arrow-dark.svg');
    }

    .btn.btn-custom-save::after {
        margin-left: 5px;
        margin-right: -10px;
        content: url('../images/save-arrow-dark.svg');
    }

    .btn-custom-save {
        padding: 0px 12px;
        position: relative;
        background: none;
        color: inherit;
        border: none;
        cursor: pointer;
        outline: inherit;
        font-size: 18px;
        background-color: transparent;
        margin-top: -25px;
    }
}

.btn.btn-custom-dark::after {
    margin-left: 5px;
    margin-right: -10px;
    content: url('../images/arrow-dark.svg');
}

.btn.btn-custom-dark:focus,
.btn.btn-custom-dark:hover,
.btn.btn-custom-dark:active {
    outline: none;
    box-shadow: none;
}

.form-control-bottom {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #8A8A8A;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #A0A0A0;
    margin-bottom: 7px;
}
.form-control::-webkit-input-placeholder {
    font-family: Helsinki-Extralight;
}

 .form-control:-moz-placeholder {
    font-family: Helsinki-Extralight;
}

 .form-control::-moz-placeholder {
    font-family: Helsinki-Extralight;
}

 .form-control:-ms-input-placeholder {
    font-family: Helsinki-Extralight;
}

.form-control-bottom--name {
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #8A8A8A;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #A0A0A0;
    margin-bottom: 7px;
    color: #fff;
    width: 100%;
}

.form-control-bottom--name:focus {
    border-bottom: 2px solid #8A8A8A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.share-link {
    display: block;
}

.share-link-dark {
    display: none;
}

.pdf-img {
    display: block;
}

.pdf-img-dark {
    display: none;
}

.share-modal-navigation {
    position: absolute;
    top: 40px;
    right: 40px;
}

.gallery__name {
    width: 100%;
    text-align: right;
    display: inline-block;
    width: 80%;
}

.gallery__name__gallery {
    text-align: right;
    display: inline-block;
    width: 200px;
}

@media (max-width: 768px) {
    .form-control-bottom {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #8A8A8A;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 20px;
        color: #323232;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        /* width: 70%; */
    }

    .form-control-bottom--name {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #8A8A8A;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 20px;
        color: #323232;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        color: #323232;
        /* width: 70%; */
    }

    .gallery__name {
        text-align: right;
        width: 100%;
        display: inline-block;
    }

    .gallery__name__gallery {
        text-align: right;
        display: inline-block;
        width: 90%;
    }

    .form-group {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .form-group {
        margin-bottom: 0;
        margin-top: 15px;
        width: 90%;
    }
}

.share-modal-navigation-bottom {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

.share-modal-navigation-bottom .btn-close-white {
    display: block;
    padding: 10px;
    width: 60px;
    height: 60px;
    background-color: #F9F9F9;
    border-radius: 100%;
}

.share-modal-navigation-bottom .btn-close-white img {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .form-control-bottom {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #8A8A8A;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 20px;
        color: #323232;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        /* width: 70%; */
    }

    .form-control-bottom--name {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #8A8A8A;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 10px;
        padding-right: 20px;
        color: #323232;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-right: auto;
        /* width: 70%; */
    }

    .share-modal-navigation {
        position: absolute;
        top: 40px;
        right: 20px;
    }

    .share-modal-navigation-bottom {
        position: absolute;
        bottom: 40px;
        left: 20px;
    }

    .gallery__name {
        text-align: right;
        width: 100%;
    }

    .form-group {
        width: 90%;
    }

    .share-link {
        display: none;
    }

    .share-link-dark {
        display: block;
    }

    .pdf-img {
        display: none;
    }

    .pdf-img-dark {
        display: block;
    }
}

.form-control-bottom:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registration .form-group label {
    padding-left: 20px;
    padding-right: 20px;
    font-family: Helsinki-Extralight;
    font-weight: normal;
}

.registration .text-light {
    color: #A0A0A0;
}

.registration .link {
    padding: 0;
    font-size: 14px;
}

.registration .alerts-container {
    display: none;
}

.registration .success-message {
    display: none;
}

.btn.btn-custom-white {
    padding: 0px 12px;
    position: relative;
    background: none;
    color: inherit;
    border: none;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    color: white;
}

.btn.btn-custom-white::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    margin-left: 5px;
    content: url('../images/right_arrow_white.svg')
}

.btn.btn-custom-white:focus,
.btn.btn-custom-white:hover,
.btn.btn-custom-white:active {
    outline: none;
    box-shadow: none;
}

.artist-close-button {
    position: absolute;
    right: 50px;
    top: 0px;
    width: 33px;
    height: 32px;
    background-image: url('../assets/images/close.svg');
    background-size: cover;
    z-index: 1000;
    cursor: pointer;
}

.menuLi {
    z-index: 20;
}

.menuLiX {
    z-index: 20;
}


/* gallery blocks */
.blocks-sequence {
    position: relative;
    overflow: hidden;
    padding-bottom: 200%;
}

.block {
    float: left;
    position: relative;
}

.block .block-content {
    position: absolute;
    overflow: hidden;
    right: 2px;
    bottom: 2px;
    left: 2px;
    top: 2px;
}

.block.block-1-1 {
    width: 50%;
    padding-top: 50%;
}

.block.block-2-2 {
    width: 100%;
    padding-top: 100%;
}

.blocks-sequence .block:nth-child(1) {
    width: 50%;
    padding-top: 50%;
}

.blocks-sequence .block:nth-child(2) {
    width: 50%;
    padding-top: 50%;
}

.blocks-sequence .block:nth-child(3) {
    width: 100%;
    padding-top: 50%;
}

.blocks-sequence .block:nth-child(4) {
    width: 50%;
    padding-top: 100%;
}

.blocks-sequence .block:nth-child(5) {
    width: 100%;
    padding-top: 50%;
    position: absolute;
    margin-top: 200%;
    left: 0;
}

.blocks-sequence .block:nth-child(6) {
    width: 50%;
    padding-top: 50%;
    position: absolute;
    margin-top: 100%;
    left: 50%;
}

.blocks-sequence .block:nth-child(7) {
    width: 50%;
    padding-top: 50%;
    position: absolute;
    margin-top: 150%;
    left: 50%;
}

.blocks-sequence .block:nth-child(8) {
    width: 50%;
    padding-top: 50%;
    position: absolute;
    margin-top: 250%;
    left: 0;
}

.blocks-sequence .block:nth-child(9) {
    width: 50%;
    padding-top: 100%;
    position: absolute;
    margin-top: 250%;
    left: 50%;
}

.blocks-sequence .block:nth-child(10) {
    width: 50%;
    padding-top: 50%;
    position: absolute;
    margin-top: 300%;
    left: 0;
}

.blocks-sequence .block:nth-child(11) {
    width: 100%;
    padding-top: 50%;
    position: absolute;
    margin-top: 350%;
    left: 0;
}

@media (min-width: 768px) {
    .block .block-content {
        right: 5px;
        bottom: 5px;
        left: 5px;
        top: 5px;
    }

    .blocks-sequence {
        padding-bottom: 0;
    }

    .block.block-1-1 {
        width: 25%;
        padding-top: 25%;
    }

    .block.block-2-2 {
        width: 50%;
        padding-top: 50%;
    }

    .blocks-sequence .block:nth-child(1) {
        width: 25%;
        padding-top: 25%;
    }

    .blocks-sequence .block:nth-child(2) {
        width: 25%;
        padding-top: 25%;
    }

    .blocks-sequence .block:nth-child(3) {
        width: 50%;
        padding-top: 25%;
    }

    .blocks-sequence .block:nth-child(4) {
        width: 25%;
        padding-top: 50%;
    }

    .blocks-sequence .block:nth-child(5) {
        width: 50%;
        padding-top: 25%;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .blocks-sequence .block:nth-child(6) {
        width: 25%;
        padding-top: 25%;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .blocks-sequence .block:nth-child(7) {
        width: 25%;
        padding-top: 25%;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .blocks-sequence .block:nth-child(8) {
        width: 25%;
        padding-top: 25%;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .blocks-sequence .block:nth-child(9) {
        width: 25%;
        padding-top: 50%;
        position: relative;
        margin-top: 0;
        left: 0;
    }

    .blocks-sequence .block:nth-child(10) {
        width: 25%;
        padding-top: 25%;
        position: absolute;
        margin-top: 75%;
        left: 50%;
    }

    .blocks-sequence .block:nth-child(11) {
        width: 50%;
        padding-top: 25%;
        position: absolute;
        margin-top: 75%;
        left: 0;
    }
}

.page-content {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .page-content {
        padding-left: 120px;
    }
}

/* Artist Page */
@media (max-width: 767.9999px) {
    .desktop__arrow {
        display: none;
    }

    .artist__back {
        position: fixed;
        display: block;
        z-index: 100;
        width: 65px;
        height: 65px;
        left: 10px;
        bottom: 10px;
        background-color: #323232;
        border-radius: 100%;
    }

    .artist-page-content {
        position: relative;
        max-height: 100vh;
        padding-top: 125px;
    }

    .artist-page-content .artist-description-container {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
				max-height: 100% !important;
        /* max-height: calc(100vh -110%); */
        /* max-height: calc(100vh - 100vw - 35px - 20px - 60px); */
        /* max-height: 10vh; */
    }

    .artist-page-content .artist-description-container .artist-description-wrapper {
        padding: 0 10px;
        text-align: center;
    }

    .artist-page-content .artist-gallery-container {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #F9F9F9;
    }

    .artist-page-content .artist-gallery-container .artist-gallery-wrapper {
        padding-top: 7.5px;
        /* position: absolute; */
        width: 100%;
        top: 0;
        left: 0;
    }

    .artist-page-content .artist-gallery-container .artist-gallery-wrapper .artist-gallery {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        max-width: 100vh;
        max-height: 100vh;
    }

		.artist-page-content .carousel .slick-prev.slick-arrow {
			background: none;
			left: 0;
			text-indent: -9999px;
			border: none;
			background: url('../assets/images/gallery-arrow-left.svg') center center no-repeat;
			height: 24px;
	    width: 20px;
			position: absolute;
			z-index: 10;
			margin-left: -50px;
		}

		.artist-page-content .carousel .slick-prev.slick-arrow:after {
		    background-image: url('../assets/images/gallery-arrow-left.svg');
		    background-size: contain;
		    background-repeat: no-repeat;
		}

		.artist-page-content .carousel .slick-next.slick-arrow {
			background: none;
			text-indent: -9999px;
			border: none;
	    right: 0;
			background: url('../assets/images/gallery-arrow-right.svg') center center no-repeat;
			height: 24px;
	    width: 20px;
			position: absolute;
	    z-index: 10;
	    top: 0;
	    right: -50px;
		}

		.artist-page-content .carousel .slick-next.slick-arrow:after {
		    background-image: url('../assets/images/gallery-arrow-right.svg');
		    background-size: contain;
		    background-repeat: no-repeat;
		}

		#sidebar-wrapper {
			/* display: none; */
		}

		.artist-page-content .item.photo {
		    padding: 7.5px 0 7.5px 15px;
		}

		nav#sidebar-wrapper{
			padding: 0;
		}

		nav#sidebar-wrapper .custom-logo-link{
			display: none;
		}

}
@media (max-width: 767.9999px){
    .artist__back--icon.mobile__arrow {
        height: 64px;
        width: 64px;
    }
}
@media (min-width: 768px) {
    .mobile__arrow {
        display: none;
    }

    .artist__back {
        position: fixed;
        display: block;
        z-index: 100;
        top: 50%;
        left: 60px;
        transform: translate(-50%, -50%);
    }

    .artist-page-content {
        position: relative;
        padding-left: 440px;
        min-height: 100vh;
        overflow: hidden;
    }

    .artist-page-content .artist-description-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 440px;
        box-shadow: 10px 0 10px 0px rgba(224, 224, 224, 0.25);
        padding: 100px 0 0 60px;
				background-color: #F9F9F9;
				webkit-box-shadow: 16px 0px 13px -16px rgb(128 128 128);
		    -moz-box-shadow: 16px 0px 13px -16px rgba(128, 128, 128, 1);
		    box-shadow: 16px 0px 13px -16px rgb(128 128 128);
    }

    .artist-page-content .artist-description-container .artist-description-wrapper {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
				padding: 10px 45px 10px 60px;
        max-height: 100%;
    }

    .artist-page-content .artist-gallery-container {
        /* padding-left: 40px; */
        height: 100vh;
        position: relative;
				overflow-y: scroll;
    }

    .artist-page-content .artist-gallery-container .artist-gallery-wrapper {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
				padding: 7.5px 0;
    }

    .artist-page-content .artist-gallery-container .artist-gallery-wrapper .artist-gallery {
			position: absolute;
	    top: 120px;
	    left: 75px;
	    bottom: 75px;
	    right: 75px;
    }


		.artist-page-content video{
			width: 100% !important;
		}

}

.custom-control.custom-checkbox {}

.custom-control.custom-checkbox .custom-control-input {
    display: none;
}

.custom-control.custom-checkbox .custom-control-input~.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-control.custom-checkbox .custom-control-input~.custom-control-label::after {
    position: absolute;
    top: -6px;
    left: -30px;
    display: block;
    width: 26px;
    height: 26px;
    content: "";
    background: no-repeat 50%;
}

.custom-control.custom-checkbox .custom-control-input~.custom-control-label::after {
    background-image: url('../assets/images/checkbox-unchecked.svg');
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url('../assets/images/checkbox-checked.svg');
}

@media (max-width: 768px) {
    .custom-control-label {
        background-image: url('../assets/images/checkbox-checked.svg');
        color: #323232;
    }
}

.modal-content {
    border-radius: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7;
}

.pdf-modal-dialog {
    height: 70vh;
    margin: 120px 10px 10px 10px;
}

.pdf-modal-dialog .modal-content {
    height: calc(90vh - 240px);
    margin: 120px 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.pdf-modal-dialog .modal-content .viewport-container {
    height: 100%;
    overflow-y: scroll;
}

.pdf-modal-dialog .modal-content .viewport-container canvas {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.pdf-modal-navigation {
    position: absolute;
    top: 40px;
    right: 20px;
}

.pdf-modal-navigation-bottom {
    position: absolute;
    bottom: 40px;
    left: 20px;
}

.pdf-modal-navigation-bottom .btn-close-white {
    display: block;
    padding: 10px;
    width: 60px;
    height: 60px;
    background-color: #F9F9F9;
    border-radius: 100%;
}

.pdf-modal-navigation-bottom .btn-close-white img {
    width: 40px;
    height: 40px;
}

.pdf-modal-navigation a:not(:last-child) {
    margin-right: 40px;
}

@media (max-width: 768px) {
    .pdf-modal-navigation a:not(:last-child).no-margin {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .pdf-modal-dialog {
        height: 80vh;
        margin: 30px auto;
    }

    .pdf-modal-dialog .modal-content {
        height: calc(100vh - 240px);
        margin: 120px 0;
        border: none;
        box-shadow: none;
        background-color: transparent;
    }

    .pdf-modal-dialog .modal-content .viewport-container {
        height: 100%;
        overflow-y: scroll -moz-scrollbars-none;
        -ms-overflow-style: none;
    }

    .pdf-modal-dialog .modal-content .viewport-container::-webkit-scrollbar {
        width: 0 !important;
    }

    .pdf-modal-dialog .modal-content .viewport-container canvas {
        margin: 10px auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }

		.artist-page-content .carousel .slick-prev.slick-arrow {
			background: none;
			left: 0;
			text-indent: -9999px;
			border: none;
			background: url('../assets/images/gallery-arrow-left.svg') center center no-repeat;
			height: 24px;
	    width: 20px;
			position: absolute;
			z-index: 10;
			margin-left: -50px;
		}

		.artist-page-content .carousel .slick-prev.slick-arrow:after {
				background-image: url('../assets/images/gallery-arrow-left.svg');
				background-size: contain;
				background-repeat: no-repeat;
		}

		.artist-page-content .carousel .slick-next.slick-arrow {
			background: none;
			text-indent: -9999px;
			border: none;
			background: url('../assets/images/gallery-arrow-right.svg') center center no-repeat;
			height: 24px;
	    width: 20px;
			position: absolute;
	    z-index: 10;
	    top: 0;
	    right: -50px;
		}

		.artist-page-content .carousel .slick-next.slick-arrow:after {
				background-image: url('../assets/images/gallery-arrow-right.svg');
				background-size: contain;
				background-repeat: no-repeat;
		}
}

.pre-arrow,
.pre-arrow-margin-only {
    margin-left: 25px;
}

.pre-arrow::before {
    content: ' ';
    width: 15px;
    height: 15px;
    background-image: url('../assets/images/pre-arrow.svg');
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: -10px;
}

.dropdown.open .pre-arrow::before {
    background-image: url('../assets/images/pre-arrow-down.svg');
    margin-left: -15px;
}

[data-simplebar] .simplebar-track {
    background-color: #DADADA;
}

[data-simplebar] .simplebar-track.simplebar-vertical {
    width: 4px;
    margin-left: 4px;
    margin-right: 4px;
}

[data-simplebar] .simplebar-scrollbar {
    right: 0;
    width: 4px;
}

[data-simplebar] .simplebar-scrollbar::before {
    background-color: #000000;
}

.btn-submit:hover {
    color: #A1A1A1 !important;
}

.btn-submit:hover:after {
    content: url('../images/arrow-gray.svg');
}

.gray-box {
    display: none;
}

.gray-box-content {
    background-color: rgba(155, 155, 155, 0.15);
}

.artist-page-content .carousel-fade .item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.artist-page-content .carousel-fade .carousel-inner .item.active,
.artist-page-content .carousel-fade .carousel-inner .next.left,
.artist-page-content .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.artist-page-content .carousel-fade .carousel-inner .active.left,
.artist-page-content .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.artist-page-content .carousel-fade .carousel-inner .next,
.artist-page-content .carousel-fade .carousel-inner .prev,
.artist-page-content .carousel-fade .carousel-inner .item.active,
.artist-page-content .carousel-fade .carousel-inner .active.left,
.artist-page-content .carousel-fade .carousel-inner .active.prev {
    transform: translateX(0);
}

.artist-page-content .carousel .slick-prev.slick-arrow {
    /* background-image: none;
    left: -50px; */
}

.artist-page-content .carousel .slick-prev.slick-arrow:after {
    background-image: url('../assets/images/gallery-arrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
		position: absolute;
		z-index: 10;
		margin-left: -50px;
}

.artist-page-content .carousel .slick-next.slick-arrow {
    /* background-image: none;
    right: -50px; */
}

.artist-page-content .carousel .slick-next.slick-arrow:after {
    background-image: url('../assets/images/gallery-arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    height: 24px;
    width: 20px;
		position: absolute;
    z-index: 10;
    top: 0;
    right: -50px;
}
.artist-page-content .carousel .slick-prev, .artist-page-content .carousel .slick-next {
	cursor: pointer;
}
.artist-page-content .carousel .slick-prev:focus, .artist-page-content .carousel .slick-next:focus, .hamburger:focus {
	outline: none;
}

@supports (transform-style: preserve-3d) {

    .artist-page-content .carousel-fade .next,
    .artist-page-content .carousel-fade .prev,
    .artist-page-content .carousel-fade .item.active,
    .artist-page-content .carousel-fade .active.left,
    .artist-page-content .carousel-fade .active.prev {
        transform: translate3d(0, 0, 0);
    }
}

.like-card {
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
    .like-card {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 1000;
        width: 50px;
        height: 50px;
    }
}

.gallery__header--buttons{
	z-index: 1000;
}
.gallery__header--buttons-dark {
    display: none;
}

.btn-header {
    display: inline;
    color: #FFF;
}

.text-right.gallery__change {
    color: #FFF;
}

@media (max-width: 768px) {
    .btn-header {
        display: inline;
        color: #323232;
    }

    .text-right.gallery__change {
        color: #323232;
    }
}

.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

@media(min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

.heart-container {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
/* .slick-track{
  display: flex !important;
  align-items: center;
}
.item.photo{
	background-color: #f9f9f9;
}
.slick-slide img {
  max-width: 600px;
	max-height: 600px;
  width: auto;
  height: auto;
	text-align: center;
  margin: auto;
}
.slick-dots{
	list-style-type:none;
	padding-top: 50px;
	display: flex !important;
	justify-content: center;
}
.slick-dots li{
	display: inline-block;
}
.slick-dots li button{
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
		border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #888;
		padding: 0;
		margin: 0 2px;
	}
.slick-dots li button:focus{
	outline: none;
}
	.slick-dots li.slick-active button{
		background-color: #888;
	} */
	@media (min-width: 768px) {
	.artist-page-content .carousel {}

	.artist-page-content .carousel .carousel-indicators {
	    bottom: -50px;
	}

	.artist-page-content .carousel .carousel-indicators li {
	    border: 1px solid #808080;
	}

	.artist-page-content .carousel .carousel-indicators .active {
	    background-color: #808080;
	}

	.artist-page-content .carousel .carousel-inner {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo .images-popup {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo .images-popup img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}

	.artist-page-content .carousel .carousel-control {
	    width: 50px;
	}

	.artist-page-content .carousel .carousel-control:after {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    content: ' ';
	    width: 16px;
	    height: 38px;
	}

	.carousel-control img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}

	.artist-page-content .carousel .carousel-control.left {
	    background-image: none;
	    left: -50px;
	}

	.artist-page-content .carousel .carousel-control.left::after {
	    background-image: url('../images/gallery-arrow-left.svg');
	    background-size: contain;
	    background-repeat: no-repeat;
	    /* height: 24px; */
	    /* width: 7px; */
	}

	.artist-page-content .carousel .carousel-control.right {
	    background-image: none;
	    right: -50px;
	}

	.artist-page-content .carousel .carousel-control.right::after {
	    background-image: url('../images/gallery-arrow-right.svg');
	    background-size: contain;
	    background-repeat: no-repeat;
	    /* height: 24px; */
	    /* width: 7px; */
	}
	}

	@media (max-width: 767.9999px) {
	.artist-page-content .carousel {}

	.artist-page-content .carousel .carousel-indicators {
	    bottom: -40px;
	}

	.artist-page-content .carousel .carousel-indicators li {
	    border: 1px solid #808080;
	}

	.artist-page-content .carousel .carousel-indicators .active {
	    background-color: #808080;
	}

	.artist-page-content .carousel .carousel-inner {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo .images-popup {
	    height: 100%;
	}

	.artist-page-content .carousel .carousel-inner .item.photo .images-popup img {
	    width: 100%;
	    height: 100%;
	    object-fit: contain;
	}

	.artist-page-content .carousel .carousel-control {
	    width: 50px;
	    height: 50px;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.artist-page-content .carousel .carousel-control:after {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    content: ' ';
	    width: 16px;
	    height: 38px;
	}

	.artist-page-content .carousel .carousel-control.left {
	    background-image: none;
	    left: 0;
	}

	.artist-page-content .carousel .carousel-control.left::after {
	    background-image: url('../images/gallery-arrow-left.svg');
	    background-size: contain;
	    background-repeat: no-repeat;
	}

	.artist-page-content .carousel .carousel-control.right {
	    background-image: none;
	    right: 0;
	}

	.artist-page-content .carousel .carousel-control.right::after {
	    background-image: url('../images/gallery-arrow-right.svg');
	    background-size: contain;
	    background-repeat: no-repeat;
	}

	.block.block-2-2.gray-box{
		display: none !important;
	}

}

.artist-page-content .item.photo{
	position: relative;
	width: calc(100% - 15px);
	padding: 7.5px 0 7.5px 18px;
}

.artist-template-default .navbar-top #logoScrollLogoMobile {
	display: block !important;
	position: absolute;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color: transparent !important;
}

.blank_sq{
	width: 100%;
	height: 100%;
	text-align: center;
}

.dropdown-menu>li>a.menuLi{
	color: #808080;
	padding: 0 0 0 15px;
}

.dropdown-menu>li>a.menuLi:hover{
	background-color: transparent;
	color: #000;
}

.dropdown-menu>li>a.menuLi.selected{
	color: #000;
	padding: 0 0 0 1px;
  font-size: 18px;
	background: transparent;
}

.sidebar-nav .dropdown-menu li a.menuLi img{
	display: none;
}

.sidebar-nav .dropdown-menu li a.menuLi.selected img{
	display: inline;
}

.sidebar-nav .sort img{
	margin: 5px 3px 0 -17px;
	position: absolute;
	z-index: 100;
	display: none;
}

.sidebar-nav .sort.selected img{
	display: inline;
}

.no-archives{
	height: 90%;
}

.no-archives h1{
	text-align: center;
	padding: 250px 0;
}

.signin.signin-form, .signin.registration-form{
	display: none;
}

#loginform input{
	border-bottom: 1px solid black;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #8A8A8A;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #A0A0A0;
  margin-bottom: 7px;
}

.back.closeButton{
	display: none
}

#loginform #wp-submit::after {
    margin-left: 5px;
    margin-right: -10px;
    content: url('../images/arrow-dark.svg');
}
#loginform #wp-submit{
	padding: 0px 12px;
  position: relative;
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  outline: inherit;
  font-size: 24px;
	width: 100%;
	text-align: right;
}

.logo.faux-heading{
	display: none;
}
@media (max-width: 768px){
	#loginform #wp-submit::after {
	    margin-left: 5px;
	    margin-right: -10px;
	    content: url('../images/arrow-dark.svg');
	}
}

.default-img-large{
	width: 32.4%;
}

.default-img-medium{
	width: 24.2%;
}

.default-img-small{
	width: 13.5%;
}

#wrapper{
	z-index: 100;
	position: fixed;
	height: 100%;
}

.page-content .grid{
	padding-left: 10px;
}

.grid-item{
	overflow: hidden;
	cursor: pointer;
}

.grid-item img, .grid-item video{
	transition: transform 1.25s ease-out;
}

.grid-item:hover img, .grid-item:hover video{
    transition-delay: 50ms;
	transform: scale(1.05);
}

.pwd-protect-form{
	padding-left: 15px;
}

.artist-gallery-container .pwd-protect-form{
	padding-top: 25%;
}

.pwd-protect-sidebar{
	padding-left: 150px;
	font-size: 30px;
	padding-top: 68%;
	padding-right: 50px;
}

.img-responsive{
	width: 100%;
	height: auto;
}

@media (max-width: 1155px) {
	.grid-item {
		width: 32%
	}
}

@media (max-width: 844px) {
	.grid-item {
		width: 31.5%
	}
}


@media (max-width: 768px) {
	.grid-item {
		width: 45%
	}
}

@media (min-width: 769px) {
	.artist-column-wrapper{
		padding: 7.5px 15px 7.5px 18px;
	  display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.artist-column{
		padding: 7.5px 0 7.5px 0;
		width: 49%;
	}

	.artist-page-content .artist-column .item.photo {
	  width: 100%;
	  padding: 10px 0;
	}

	.artist-page-content .artist-column .item.photo:first-of-type{
	  width: 100%;
	  padding: 0 0 10px 0;
	}
}

.artist-column video{
	width: 100%;
}
