* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
  font-family: 'Cormorant Garamond', serif;
}
/* .zoom-container-wrap .controls .z-in {
    background-image: url('../images/ico-zoom-in.png?v=1.3') !important;
  }
  .zoom-container-wrap .controls .z-out {
    background-image: url('../images/ico-zoom-out.png') !important;
  }
  .zoom-container-wrap .controls .z-close {
    background-image: url('../images/ico-close.png?v=1.0') !important;
  }
  .zoom-container-wrap .z-navigation.z-prev {
    background-image: url("../images/zoom-arrow-left.png") !important;
  }
  .zoom-container-wrap .z-navigation.z-next {
    background-image: url("../images/zoom-arrow-right.png") !important;
  } */
.zoom-container {
  background-color: #000 !important;
}
.zoom-container-wrap .btn-icon {
  fill: white !important;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: inherit;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  padding: 30px 30px 200px;
  width: 100%;
  transition: 0.4s;
  z-index: 999999;
  background: linear-gradient(rgba(51, 51, 51, 0.75), transparent);
}
nav {
  position: relative;
}
.menu {
  width: 50%;
  transition: 0.3s;
  float: left;
  margin-bottom: 0;
}
.menu li {
  padding: 1px 20px 0px 20px;
  transition: 0.4s;
  font-size: 16px;
  list-style-type: none;
  text-transform: uppercase;
  float: right;
}
.menu li a {
  color: white;
}
nav.menu-outer {
  width: 100%;
}
.search-field {
  position: absolute;
  right: 18%;
  top: 3px;
}
.sticky-menu .search-field {
  right: 6%;
}
.mobile-search-field {
  display: none;
}
.search-field input {
  background: none;
  background-image: url(../icons/search.png);
  background-repeat: no-repeat;
  color: white;
  width: 20px;
  border: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  cursor: pointer;
}
.search-field input:focus {
  width: 140px;
  border-bottom: 1px solid #fff;
  cursor: auto;
  margin-right: -115px;
  padding-left: 20px;
}
.no-result {
  font-size: 23px;
  z-index: 222;
  margin: 20px auto 0;
}
.menu-right {
  float: right;
  width: 50%;
}
.menu-right li {
  float: left;
}
.home_image,
.contact_image {
  height: 100vh;
  object-fit: cover;
}
.mobile-header-img {
  display: none;
}
.header-img {
  position: absolute;
  left: calc(50% - 215px);
  top: 70px;
  text-align: center;
  width: 430px;
  transition: 0.3s;
}
.logo {
  width: 430px;
}
.paintings-logo {
  margin-top: -10px;
}
.paintings-logo img {
  width: 425px;
  max-width: 100%;
}
.sticky-menu .menu-left {
  width: calc(50% - 150px);
}
.sticky-menu .menu-right {
  width: calc(50% - 150px);
}

.sticky-menu .header-img {
  top: -10px;
  width: 300px;
  left: calc(50% - 150px);
  padding: 0 10px;
}

.sticky-menu header {
  background: #0a3a6a;
  padding: 30px;
  transition: 0.3s;
}

.carousel {
  position: relative;
}
html.home .carousel-inner {
  height: 100vh;
}
.slideshow-title {
  text-align: center;
  font-size: 28px;
  color: white;
  font-weight: lighter;
}
.slideshow-description {
  color: white;
  text-align: center;
  font-size: 26px;
  font-style: italic;
  font-weight: lighter;
}
.slideshow-text-area {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  padding-bottom: 10px;
  background: linear-gradient(transparent, rgba(51, 51, 51, 1));
  padding-top: 100px;
}
.homepage-gallery {
  width: 33%;
  margin: 80px auto 80px;
}
.homepage-gallery h6 {
  color: #0a396a;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: bold;
}
.homepage-gallery h2 {
  color: #0a396a;
  margin-top: 24px;
  letter-spacing: 14px;
  font-size: 41px;
  font-weight: lighter;
}

.gallery-info-text {
  height: 150px;
  overflow: hidden;
}

.homepage-gallery p {
  margin-top: 27px;
  color: #333333;
  font-weight: lighter;
}
.home-gallery-read-more {
  color: #0a396a;
  background: none;
  border: none;
  margin-top: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
.homepage-gallery hr {
  width: 77px;
  margin-top: 8px;
  background: #0a396a;
}
.collection-item {
  position: relative;
}
.collection-item img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.collection-item-title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 12px;
  letter-spacing: 11px;
  color: white;
  font-size: 50px;
  z-index: 9999;
}
.collection-item-title:hover {
  color: white;
}
.collection-item-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
  z-index: 99;
  top: 0;
}
.no-gutters-container {
  padding-left: 0;
  padding-right: 0;
}
.white-area {
  background: white;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 99px;
  padding-bottom: 6px;
}
.white-area h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #0a396a;
  letter-spacing: 21px;
  font-size: 74px;
  padding: 0px 75px 0 85px;
}

.white-area h2::before {
  content: '';
  display: block;
  height: 1px;
  background: #ccc;
  width: 100vw;
  position: absolute;
  top: 51%;
  left: 100%;
}
.white-area h2::after {
  right: 100%;
  content: '';
  display: block;
  height: 1px;
  background: #ccc;
  width: 100vw;
  position: absolute;
  top: 51%;
}
.blue-area {
  background-color: #0a3a6a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 35px;
}
.footer-paintings-logo {
  padding-bottom: 30px;
}
.footer-paintings-logo-area {
  background: url(../images/logo.white.svg);
  width: 850px;
  margin: 0 auto;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0px -145px;
}
.blue-area-line {
  width: 59px;
  margin: 2px auto;
  background: white;
}
.footer-address {
  color: white;
  padding-top: 31px;
  font-weight: lighter;
  letter-spacing: 3px;
  padding-bottom: 45px;
}
.footer-address p {
  margin-bottom: -22px;
}
.footer-text {
  color: white;
  margin-top: -4px;
  font-size: 18px;
  letter-spacing: 2px;
}
.footer-text p:nth-of-type(2) {
  padding-top: 4px;
  font-weight: bold;
}
.view-the-map {
  font-weight: bold;
}
.design-powered {
  color: #ffffff;
  text-align: right;
  margin-right: 71px;
  font-size: 15px;
  letter-spacing: 1px;
  margin-top: -2px;
  padding-bottom: 0px;
  font-weight: lighter;
  margin-bottom: -10px;
}
.design-powered a {
  font-weight: bold;
}

.Homepage .footer-address {
  visibility: hidden;
}

.about-image {
  object-fit: cover;
}
.about_image_container {
  position: relative;
}
.about-main-title {
  position: absolute;
  right: 0;
  left: 11px;
  text-align: center;
  z-index: 22222;
  font-size: 100px;
  letter-spacing: 11px;
  bottom: -45px;
  color: white;
  font-weight: lighter;
}
.history {
  margin-top: 125px;
  padding: 0 9.7%;
}
.history-title {
  color: #dddddd;
  font-size: 58px;
  float: right;
  letter-spacing: 21px;
  margin-right: -19px;
  margin-top: -3px;
}

.left-area {
  width: 60.2%;
  position: relative;
}
.left-area img {
  float: left;
}
.left-area-text {
  padding-top: 121px;
  font-size: 20px;
  padding-left: 473px;
  line-height: 32px;
}
.left-area-text p {
  text-align: justify;
}
.left-area-text-article {
  width: 446px;
}
.second-section-area {
  padding: 130px 9.7% 27px;
}
.second-section-area-first-name {
  color: #0a396a;
  letter-spacing: 12px;
  font-size: 45px;
  font-weight: 200;
  text-align: center;
  padding-left: 50px;
  padding-top: 6px;
  margin-left: 0px;
  padding-right: 21px;
}
.second-section-area-first-name span {
  color: #0a396a;
  margin-left: -19px;
}
.second-section-area-center-column {
  padding-top: 13px;
}
.second-section-txt-area {
  color: black;
  text-align: justify;
  font-size: 20px;
  line-height: 32px;
  padding: 50px 85px 0px;
}
.first-name {
  position: absolute;
  left: 31px;
  color: white;
  top: 16px;
  letter-spacing: 12px;
  font-size: 45px;
  font-weight: 200;
}
.first-name span {
  color: #0a396a;
  margin-left: -19px;
}

.right-area {
  float: right;
  width: 56.7%;
  position: relative;
}
.right-area p {
  font-size: 20px;
  text-align: justify;
  line-height: 32px;
  padding-top: 38px;
  width: 445px;
  float: left;
}
.last-name {
  position: absolute;
  right: 70px;
  color: white;
  bottom: 8px;
  letter-spacing: 12px;
  font-size: 45px;
  font-weight: 200;
}
.last-name span {
  color: #0a396a;
  margin-right: -19px;
}
.right-area img {
  float: right;
  margin-top: -60px;
}
.stock {
  padding: 0 9.7%;
  margin-top: 139px;
  margin-bottom: 52px;
}
.stock-second-article {
  position: relative;
}
.stock-left-area {
  float: left;
}
.stock-right-area {
  float: right;
  width: 41%;
  position: relative;
}
.stock-right-area h2 {
  font-size: 60px;
  letter-spacing: 18px;
  padding-top: 0;
  margin-left: 13px;
  font-weight: bold;
  color: #f0f0f0;
}
.stock-right-area h6 {
  font-size: 30px;
  letter-spacing: 9px;
  font-weight: bold;
  margin-top: -7px;
  color: #aaa;
  margin-left: 15px;
}
.stock-right-area p {
  float: left;
  width: 430px;
  margin-top: 52px;
  margin-left: 19px;
  text-align: justify;
  line-height: 32px;
  font-size: 20px;
}
.stock-right-area p:nth-of-type(2) {
  margin-top: 16px;
}
.stock-text-name {
  margin-top: 12px;
  margin-left: 3px;
  color: #0a3a6a;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
}
.stock-text-desc {
  margin-top: 0;
  font-style: italic;
  margin-left: 0;
  font-size: 18px;
}
.stock-left-sec-area {
  left: 30px;
  width: 49%;
  position: absolute;
  top: 0;
  display: none;
}
.stock-right-sec-area {
  float: right;
  margin-top: 0;
}
.stock-right-sec-area img {
  display: none;
}
.mobile-stock-sec-text-name {
  display: none;
  color: #0a3a6a;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: left;
}
.mobile-stock-sec-text-desc {
  display: none;
  font-size: 18px;
  margin-top: 5px;
  text-align: left;
  font-style: italic;
}
.stock-sec-text-name {
  margin-top: -3px;
  padding-right: 10px;
  text-align: right;
  color: #0a3a6a;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 0;
}

.stock-sec-text-desc {
  margin-top: 0;
  font-style: italic;
  margin-left: 0;
  padding-right: 12px;
  font-size: 18px;
  text-align: right;
}

.services {
  margin-top: 25%;
  margin-bottom: 0;
}
.mobile-services-title {
  display: none;
}

.services-title {
  position: absolute;
  /* bottom: 0; */
  left: 190px;
  top: -17px;
  display: block;
}
.services-title h2 {
  font-size: 60px;
  letter-spacing: 18px;
  font-weight: bold;
  margin-top: -5px;
  color: #f0f0f0;
  margin-bottom: 0;
}
.services-title h6 {
  font-size: 30px;
  letter-spacing: 9px;
  font-weight: bold;
  margin-top: 0;
  color: #aaa;
}
.services-text {
  padding: 100px 9.7% 0;
}
.services-text p {
  line-height: 32px;
  font-size: 20px;
  padding-top: 27px;
  width: 340px;
  text-align: justify;
  padding-left: 3px;
}
.serv-text-bold {
  font-weight: bold;
}
.obj-image {
  object-fit: cover;
  height: 70vh;
}
.ad-title {
  margin-top: 42px;
  font-size: 37px;
  letter-spacing: 3px;
  margin-left: 53px;
  color: #0a3a6a;
}
.start-end-date {
  margin-left: 132px;
  margin-top: 15px;
  font-size: 20px;
  position: relative;
  color: #0a3a6a;
}
.start-end-date::after {
  content: '';
  display: block;
  height: 1px;
  background: #ccc;
  width: 3vw;
  position: absolute;
  top: 57%;
  right: 100%;
  margin-right: 20px;
}
.art-det-image {
  max-height: 70vh;
  object-fit: cover;
}
.art-det-text {
  margin-left: 51px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 32px;
  text-align: justify;
  width: 528px;
}
.main-image-center {
  margin-top: 47px;
}
.ad-desc {
  margin-top: 46px;
}
.next-prev-backtolist {
  text-align: center;
  padding: 0 70px;
}
.next-prev-arrows {
  text-align: center;
}
.previous-page {
  margin-right: 150px;
  position: absolute;
  left: 140px;
  top: 0;
}
.next-page {
  margin-left: 150px;
  position: absolute;
  right: 140px;
  top: 0;
}

.ad-desc h3 {
  text-align: center;
  font-style: italic;
  font-size: 42px;
  margin-left: -11px;
  letter-spacing: 1px;
  margin-top: 69px;
  color: #0a3a6a;
}
.ad-desc hr {
  width: 60px;
  background: #dddddd;
  margin: 34px auto 0;
}
.ad-desc p {
  text-align: center;
  margin-top: 27px;
  font-size: 18px;
  margin-right: 9px;
}
.telephone-number {
  text-align: center;
  color: #0a3a6a;
  letter-spacing: 2px;
  font-size: 18px;
  margin-left: 2px;
  font-weight: bold;
}
.price {
  color: #0a3a6a;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
  font-size: 20px;
  margin-top: 34px;
  display: none;
}
.enquire {
  display: flex;
  justify-content: space-around;
  padding: 0 87px;
  margin-top: 30px;
}
.enquire h5 {
  position: relative;
  padding: 0 10px;
  margin-top: 16px;
  font-size: 25px;
  color: #0a3a6a;
  margin-left: 3px;
  letter-spacing: 7px;
}
.enquire h5::after {
  content: '';
  display: block;
  height: 1px;
  background: #ccc;
  width: 2vw;
  position: absolute;
  top: 47%;
  padding-left: 46px;
  left: 100%;
  margin-left: -4px;
}
.enquire h5::before {
  content: '';
  display: block;
  height: 1px;
  background: #ccc;
  width: 2vw;
  margin-right: 3px;
  position: absolute;
  top: 47%;
  padding-right: 46px;
  right: 100%;
}

.enquire a {
  padding: 21px 0;
}
.enquire a:nth-of-type(1) {
  padding-left: 2px;
}
.enquire a:nth-of-type(2) {
  padding-right: 8px;
}
.print-share-buttons {
  display: flex;
  margin-top: 40px;
  padding: 0 70px;
  justify-content: space-around;
}
.print-share-buttons a {
  font-size: 18px;
  margin-top: -4px;
  letter-spacing: 1px;
  font-weight: bold;
}
.print-share-buttons a:nth-of-type(1) {
  margin-left: 6px;
}
.print-share-buttons a:nth-of-type(2) {
  margin-top: -4px;
  margin-right: 19px;
}
.print-share-buttons a:nth-of-type(3) {
  margin-top: -5px;
  padding-right: 11px;
}
.related-works {
  text-align: center;
  margin-top: 79px;
  padding-left: 45px;
  padding-right: 45px;
}
.related-works h5 {
  font-size: 30px;
  color: #0a3a6a;
  margin-left: 9px;
  letter-spacing: 9px;
  margin-bottom: 51px;
}
.wt {
  color: #0a3a6a;
  margin-top: 15px;
  font-size: 20px;
  margin-right: 9px;
}
.works-title-sec {
  margin-right: 4px;
}
.works-title-th {
  margin-left: 13px;
  margin-top: 18px;
}
.wd {
  margin-top: 10px;
  font-size: 20px;
  font-style: italic;
  margin-right: 11px;
}
.works-desc-f {
  margin-left: 3px;
}
.works-desc-sec {
  margin-left: 7px;
}
.works-desc-th {
  margin-left: 14px;
  margin-top: 1px;
}

.art-list-image {
  object-fit: cover;
}
.artist-list-image-container,
.object-list-image-container,
.artist-detail-image-container {
  position: relative;
}
.artist-list-main-image-title,
.object-list-main-image-title {
  position: absolute;
  right: 0;
  left: 21px;
  text-align: center;
  z-index: 22222;
  font-size: 102px;
  letter-spacing: 11px;
  bottom: -45px;
  color: white;
  font-weight: lighter;
}
.object-list-main-image-title {
  text-transform: uppercase;
}
.artists-name-content {
  text-align: center;
  padding: 0 20.5%;
}
.letter-buttons {
  margin-top: 50px;
  letter-spacing: 6px;
  font-size: 18px;
  color: #b4b4b4;
}
.artist-article {
  margin-bottom: 55px;
  margin: 0 auto 55px;
  text-align: left;
}
.artist-article:nth-child(3n + 2) {
  text-align: center;
}
.artist-article:nth-child(3n) {
  text-align: right;
}
.artist-links {
  display: inline-flex;
  width: 248px;
}
.artist-links h2 {
  font-size: 100px;
  margin-top: -20px;
  padding-right: 10px;
  font-weight: lighter;
  color: #eaeaea;
}
.links {
  padding-right: 2px;
  font-size: 20px;
  margin-top: 45px;
  text-align: left;
}
.links p {
  margin-bottom: 0;
  white-space: nowrap;
}
.links-container {
  margin-top: 70px;
}
.object-list-container {
  margin-top: 50px;
  padding: 0 calc(1.5% + 56px);
}
.obj-name {
  margin-top: 14px;
  text-align: center;
  color: #0a3a6a;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 0;
}
.obj-desc {
  margin-top: 5px;
  font-style: italic;
  text-align: center;
  font-size: 20px;
}
.contdealforobj .send {
  width: 70px;
  border: none;
  background: none;
  font-size: 21px;
  cursor: pointer;
  font-weight: bold;
}
.artist-detail-main-image-title {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 22222;
  font-size: 59px;
  letter-spacing: 4px;
  bottom: 100px;
  color: white;
  font-weight: lighter;
}
.artist-detail-date {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 22222;
  bottom: 25px;
  font-size: 50px;
  letter-spacing: 2px;
  color: white;
}
.artist-detail-container {
  margin-top: 73px;
}
.art-detail-biography {
  font-size: 30px;
  margin-left: 35px;
  margin-top: -7px;
  letter-spacing: 9px;
}
.artist-detail-container hr {
  background: black;
  width: 88px;
  margin-top: 30px;
  margin-left: 69px;
}
.artist-detail-container p {
  margin-left: 67px;
  font-size: 20px;
  margin-top: 38px;
  margin-bottom: 44px;
  white-space: pre-line;
}

.right-article {
  padding: 0 22px;
}
.right-article p {
  margin-left: 0;
  text-align: center;
  margin-top: 19px;
  margin-right: 0;
  margin-bottom: 0;
  font-style: italic;
}
.artist-artwork-item {
  width: 50%;
  padding: 0 30px 50px;
}
.artwork-item-unique {
  width: 100%;
}
.works {
  width: 33.3%;
  padding: 10px;
}
.page-404 {
  text-align: center;
  margin-top: 240px;
}
.page-404 .title {
  text-align: center;
  color: black;
  font-size: 32px;
  font-weight: bold;
}
.page-404 p {
  font-size: 19px;
  color: black;
}
.page-404 p a {
  color: #942121;
  font-weight: bold;
  font-size: 22px;
  display: inline-block;
  margin-bottom: 15px;
}

.remodal-wrapper {
  z-index: 2222222 !important;
}
.remodal-wrapper .field-validation-error {
  color: red;
}

/* MEDIA QUERIES */

@media screen and (max-width: 1800px) {
  .art-det-text {
    width: 450px;
    margin-left: 40px;
  }
  .ad-title {
    margin-left: 40px;
  }

  .enquire a {
    padding: 21px 20px;
  }
  .enquire h5::before {
    padding-right: 0px;
    right: 95%;
  }
  .enquire h5::after {
    padding-left: 0;
    left: 95%;
    margin-left: 0;
  }
  .right-area {
    width: auto;
    padding-right: 20px;
  }
  .stock {
    padding: 0 7.7%;
  }
  .stock-left-sec-area {
    left: -60px;
    width: 46%;
    top: 0;
  }
  .right-area p {
    padding-right: 40px;
    padding-left: 15px;
  }
  .services-text p {
    width: auto;
    padding-left: 0;
  }
  .sticky-menu .search-field {
    right: 4%;
  }
  .search-field {
    right: 14%;
  }
}

@media screen and (max-width: 1599px) {
  .artists-name-content {
    padding: 0px 14.5%;
  }
  .art-det-text {
    width: auto;
    margin-right: 30px;
  }
  .print-share-buttons {
    padding: 0 20px;
  }
  .print-share-buttons a:nth-of-type(1) {
    margin-left: 0;
  }
  .print-share-buttons a {
    margin-top: -2px;
  }
  .print-share-buttons a:nth-of-type(2) {
    margin-top: -2px;
    margin-right: 0;
  }
  .print-share-buttons a:nth-of-type(3) {
    margin-top: -2px;
  }
  .left-area-text {
    padding-left: 420px;
  }
  .right-area {
    width: auto;
  }
  .right-area img {
    margin-top: 0;
  }
  .right-area p {
    font-size: 20px;
    text-align: justify;
    line-height: 32px;
    padding-right: 45px;
    padding-top: 38px;
    width: 440px;
    float: left;
    padding-left: 0;
  }
  .stock-right-area {
    float: right;
    width: auto;
    position: relative;
    margin-top: 60px;
  }
  .stock-right-area p {
    width: auto;
  }
  .stock-sec-text-name,
  .stock-sec-text-desc {
    display: none;
  }
  .mobile-stock-sec-text-name,
  .mobile-stock-sec-text-desc {
    display: none;
  }

  .stock {
    padding: 0 9.7%;
  }
  .stock-left-sec-area {
    width: 50%;
    margin-top: 0;
  }
  .menu li {
    font-size: 14px;
  }

  .search-field {
    right: 13%;
  }
  .sticky-menu .search-field {
    right: 1%;
  }
  .stock-right-sec-area {
    margin-top: 130px;
  }
  .second-section-txt-area {
    font-size: 19px;
    padding: 20px 10px 0px;
  }
  .second-section-area-center-column {
    padding-top: 0;
  }
  .services-title {
    display: none;
  }
  .mobile-services-title {
    display: block;
    margin-top: 35px;
    padding: 0 8.7% 0px;
  }
  .mobile-services-title h6 {
    margin-left: 18px;
    font-size: 30px;
    letter-spacing: 9px;
    font-weight: bold;
    color: #aaa;
  }
  .mobile-services-title h2 {
    font-size: 36px;
    margin-left: 18px;
    margin-bottom: 10px;
    letter-spacing: 18px;
    font-weight: bold;
    color: #f0f0f0;
  }
  .previous-page {
    margin-right: 90px;
  }
  .next-page {
    margin-left: 90px;
  }
}

@media screen and (max-width: 1400px) {
  .menu li {
    font-size: 13px;
  }
  .search-field {
    right: 12%;
  }

  .sticky-menu .search-field {
    right: 0;
  }
  .search-field input:focus {
    width: 90px;
    border-bottom: 1px solid #fff;
    cursor: auto;
    margin-right: -80px;
  }
  .second-section-area-first-name {
    font-size: 35px;
  }
}

@media screen and (max-width: 1300px) {
  header {
    display: block;
  }
  .artists-name-content {
    padding: 0 11.5%;
  }
  .art-list-image,
  .art-det-image,
  .obj-list-image {
    min-height: 50vh;
    object-fit: cover;
  }
  .obj-image,
  .about-image {
    min-height: 50vh;
  }
  .sticky-menu header {
    padding: 20px 0 20px 0;
  }
  .menu-button {
    position: fixed;
    top: 73px;
    cursor: pointer;
    left: 3%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    z-index: 22;
  }
  .menu-button a {
    background: #fff;
    width: 22px;
    height: 2px;
    position: relative;
    border-radius: 26px;
    transition: 0.5s;
    display: inline-block;
  }
  .menu-button a:before,
  .menu-button a:after {
    content: '';
    display: inline-block;
    width: 28px;
    background: #fff;
    height: 2px;
    left: 0;
    top: -8px;
    position: absolute;
    transition: 0.5s;
  }
  .menu-button a:after {
    top: 8px;
  }
  nav.menu-outer {
    flex-direction: column;
    display: none;
  }
  .menu-button.close-btn a {
    background: transparent;
  }
  .menu-button.close-btn a:before {
    top: 0;
    transform: rotate(-45deg);
  }
  .menu-button.close-btn a:after {
    top: 0;
    transform: rotate(45deg);
  }
  .sticky-menu .menu {
    padding: 0px 0px 0px 0px;
  }
  .menu li {
    text-align: center;
    float: none;
  }
  .sticky-menu .menu li {
    text-align: center;
    padding: 15px 0 0 0;
  }
  .menu,
  .sticky-menu .menu {
    float: none;
    width: 100%;
  }
  .mobile-header-img {
    display: block;
    text-align: center;
  }
  .sticky-menu .header-img {
    display: none;
  }
  .sticky-menu .search-field {
    display: none;
  }
  .mobile-search-field {
    position: fixed;
    display: flex;
    right: 3%;
    top: 79px;
    z-index: 22;
  }
  .mobile-paintings-logo img {
    width: 35%;
  }
  .mobile-search-field input {
    background: none;
    background-image: url(../icons/search.png);
    background-repeat: no-repeat;
    color: white;
    width: 20px;
    border: none;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer;
    margin-left: -10px;
    z-index: 22;
  }
  .mobile-search-field input:focus {
    width: 70px;
    border-bottom: 1px solid #fff;
    cursor: auto;
    margin-right: 0px;
    padding-left: 20px;
  }
  .second-section-area {
    padding: 130px 7% 27px;
  }
  .history {
    padding: 0 5.7%;
  }
  .previous-page {
    margin-right: 60px;
  }
  .next-page {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .artists-name-content {
    padding: 0 10.5%;
  }
  .artist-article {
    text-align: center;
  }
  .artist-article:nth-child(3n) {
    text-align: center;
  }
  .history {
    padding: 0 5.7%;
  }
  .second-section-txt-area {
    padding: 20px 10px 10px;
    font-size: 18px;
  }
  .second-section-area-first-name {
    font-size: 35px;
    font-weight: 200;
    text-align: center;
    padding-left: 25px;
    padding-top: 6px;
    margin-left: 0px;
    padding-right: 15px;
  }
  .previous-page {
    left: 90px;
  }
  .next-page {
    right: 90px;
  }
}
@media screen and (max-width: 1100px) {
  .white-area h2 {
    font-size: 65px;
  }
  .mobile-paintings-logo img {
    width: 40%;
  }
  .previous-page {
    margin-right: 45px;
  }
  .next-page {
    margin-left: 45px;
  }
  .sticky-menu header {
    padding: 20px 0 20px 0;
  }
  .menu-button {
    top: 50px;
  }
  .mobile-search-field {
    top: 56px;
  }
}
@media screen and (max-width: 991px) {
  .ad-title {
    margin-left: 0;
  }

  .start-end-date {
    margin-left: 132px;
    margin-top: 15px;
    font-size: 20px;
    position: relative;
    color: #0a3a6a;
  }

  .art-det-text {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .enquire {
    padding: 0 100px;
  }

  .enquire h5::after {
    margin-left: -4px;
  }

  .obj-detail-main {
    padding: 0 30px;
  }

  .services-text p {
    margin-bottom: 20px;
  }
  .stock {
    margin-top: 50px;
  }
  .stock-right-sec-area {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .history {
    margin-top: 60px;
  }
  .history-title {
    font-size: 35px;
    float: right;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 20px;
    margin-left: 19px;
    margin-right: 0;
  }
  .about-main-title {
    font-size: 50px;
    bottom: -22px;
  }
  .first-name {
    top: 5px;
    left: 23px;
    text-align: left;
    right: 0;
    letter-spacing: 17px;
    font-size: 35px;
  }

  .left-area {
    width: auto;
    text-align: center;
    float: left;
  }
  .left-area-text-article {
    width: auto;
  }
  .left-area-text {
    padding-top: 0;
    padding-left: 0;
  }
  .left-area-text p {
    width: 90%;
    margin: 70px auto 0;
    position: relative;
    left: 15px;
  }
  .right-area {
    float: right;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .right-area p {
    width: 90%;
    float: none;
    padding-top: 55px;
    margin: 0px auto 65px;
  }
  .left-area img {
    float: left;
  }
  .right-area img {
    float: none;
  }
  .last-name {
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    right: 0;
    width: 460px;
    margin: auto;
    left: 0;
    bottom: 0;
  }
  .stock-left-area {
    float: none;
  }
  .stock-right-area {
    width: auto;
    float: none;
    margin-top: 50px;
  }
  .stock-right-area h2 {
    margin-left: 0;
    font-size: 50px;
  }
  .stock-right-area h6 {
    margin-left: 0;
  }
  .stock-right-area p {
    width: auto;
    float: none;
    margin-left: 0;
  }
  .services-text {
    padding: 50px 15px 0;
  }
  .services-text p {
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }
  .services-title {
    display: none;
  }

  .art-detail-biography {
    font-size: 25px;
  }
  .artist-detail-container p {
    font-size: 15px;
  }

  .artist-artwork-item {
    padding: 0 10px 50px;
  }
  .artists-name-content {
    padding: 0 1%;
  }
  .artist-article {
    text-align: center;
  }
  .artist-links h2 {
    font-size: 50px;
  }
  .links {
    font-size: 16px;
  }
  .artist-article:nth-child(3n) {
    text-align: center;
  }
  .artist-article:nth-child(3n + 2) {
    text-align: center;
  }

  .logo {
    width: 40%;
  }

  .header-img {
    display: none;
  }
  .search-field {
    display: none;
  }

  .homepage-gallery h2 {
    font-size: 25px;
  }
  .collection-item-title {
    font-size: 33px;
  }
  .white-area h2 {
    padding: 0 0 0 5px;
    font-size: 28px;
    letter-spacing: 5px;
    white-space: nowrap;
  }
  .white-area h2::before {
    content: none;
  }
  .white-area h2::after {
    content: none;
  }
  .footer-paintings-logo img {
    width: 90%;
  }
  .homepage-gallery {
    width: 90%;
  }
  .design-powered {
    margin-right: 0;
    text-align: center;
  }
  .artist-list-main-image-title,
  .object-list-main-image-title {
    position: absolute;
    right: 0;
    left: 21px;
    text-align: center;
    z-index: 22222;
    font-size: 50px;
    letter-spacing: 11px;
    bottom: -22px;
    color: white;
    font-weight: lighter;
  }
  .history {
    padding: 10px;
  }
  .footer-paintings-logo-area {
    width: 700px;
    background-position: 0 -120px;
  }
  .second-section-area {
    padding: 70px 21.7% 27px;
  }
  .second-section-area-center-column {
    padding-top: 13px;
  }
  .mobile-services-title {
    padding: 0 3.5% 0;
  }
  .previous-page {
    left: 150px;
  }
  .next-page {
    right: 150px;
  }
}
@media screen and (max-width: 767px) {
  .left-area img {
    float: none;
  }
  .first-name {
    text-align: center;
    letter-spacing: 12px;
    left: 0;
  }
  .left-area-text p {
    position: unset;
    margin-top: 20px;
    margin: 20px auto 0;
  }
  .enquire {
    padding: 0 40px;
  }
  .right-area p {
    padding-right: 0;
  }
  .object-article {
    width: 100%;
    text-align: center;
  }
  .works {
    width: 100%;
    text-align: center;
  }
  .footer-paintings-logo-area {
    width: 450px;
    background-position: 0 -70px;
  }
  .second-section-area {
    padding: 10px 17.7% 27px;
  }
  .previous-page {
    left: 100px;
  }
  .next-page {
    right: 100px;
  }
}

@media screen and (max-width: 575px) {
  .slideshow-title {
    font-size: 23px;
    white-space: nowrap;
    bottom: 125px;
  }
  .slideshow-description {
    bottom: 75px;
    white-space: nowrap;
    font-size: 24px;
  }
  .logo {
    width: 60%;
  }
  .mobile-paintings-logo img {
    width: 60%;
  }
  .obj-name {
    font-size: 16px;
  }
  .obj-desc {
    font-size: 16px;
  }
  .artist-detail-main-image-title {
    font-size: 35px;
  }
  .artist-detail-date {
    font-size: 30px;
  }
  .last-name {
    margin: 0;
    width: auto;
  }
  .enquire {
    padding: 0;
  }

  .enquire h5::before {
    margin-right: 3px;
    padding-right: 25px;
  }
  .enquire h5::after {
    padding-left: 25px;
  }
  .enquire a {
    padding: 21px 30px;
  }
  .footer-paintings-logo-area {
    width: 300px;
    background-position: 0 -50px;
  }
  .previous-page {
    margin-right: 25px;
  }
  .next-page {
    margin-left: 25px;
  }
}

@media screen and (min-width: 480px) and (max-width: 575px) {
  .last-name {
    width: 400px;
    margin: auto;
  }
}
