/**handles:style-css**/
/* normalize css starts here */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  outline: none!important;
}

img {
  max-width: 100%;
  width: 100%;
}


/* normalize css ends here */


/* flex css starts here */

.d-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.d-i-f {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-d-c {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.f-d-r-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.a-i-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
}

.a-i-f-e {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
       align-items: flex-end;
}

.a-i-f-s {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
}

.j-c-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}

.j-c-s-b {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.j-c-f-e {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.j-c-s-e {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -moz-box-pack: space-evenly;
       justify-content: space-evenly;
}


/* flex css ends here */


/** bootstrap reset css starts here **/

button {
  border: 0!important;
}

.form-control:focus {
  border-color: #bfbfbf;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

.navbar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  min-height: auto;
  margin-bottom: 0;
  border: 0;
  padding-left: 30px;
}

.navbar-brand {
  height: auto;
  padding: 0;
  line-height: normal;
  margin-left: 0!important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.navbar-right {
  margin-right: 0!important;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row::before,
.row::after {
  display: none;
}

.form-group {
  margin-bottom: 0;
}

.form-group+.form-group {
  margin-top: 15px;
}


/** bootstrap reset css ends here **/

body {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  background-color: #f6f9fc;
  overflow-x: hidden;
  max-width: 100vw;
}

header {
  position: absolute;
  padding: 5px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.navbar-nav>li>a {
  font-size: 15px;
  padding: 0;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  font-weight: 600;
}

h4 {
  margin: 0;
}

.navbar-nav>li+li a {
  margin-left: 30px;
}

.d-f::before,
.d-f::after {
  display: none;
}

header .navbar-right {
  margin-left: auto;
}

header .container-fluid {
  height: 80px;
}

.slick-banner video {
  width: 100%;
  display: block;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.checkout-button,
.woocommerce button#place_order,
div#upbtn2 {
  background-color: #ed135d;
  padding: 12px 26px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #ed135d;
  font-weight: 600;
  text-align: center;
}
.woocommerce a.button.checkout-button {
  width: 100%;
}
.woocommerce-info {
    border-top-color: #ed135d;
    color: #333;
  background-color: #fff;
}

.woocommerce-info::before {
    color: #333;
}
.navbar-nav>li>a.main-button {
  padding: 6px 20px;
  border: 0;
}

.main-button:hover,
.main-button:focus,
.navbar-nav>li>a.main-button:hover,
.navbar-nav>li>a.main-button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce a.button.checkout-button:hover,
.woocommerce a.button.checkout-button:focus,
.woocommerce button#place_order:hover,
.woocommerce button#place_order:focus,
div#upbtn2:hover,
div#upbtn2:focus {
  background-color: #ff4c89;
  color: #fff;
  text-decoration: none;
  border-color: #ff4c89;
}

div#upbtn2 {
	margin-top: 15px;
	border-radius: 5px;
	cursor: pointer;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
  background-color: transparent;
  color: #ed145d;
}

.language-switcher .bootstrap-select {
  width: auto!important;
}

.language-switcher button {
  padding: 0;
  background-color: transparent!important;
  color: #fff;
  padding-right: 0!important;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  outline: none!important;
  font-weight: 600;
}

.language-switcher .caret {
  display: none;
}

.language-switcher button:hover,
.language-switcher button:focus,
.language-switcher .bootstrap-select.open button:hover,
.language-switcher .bootstrap-select.open button:focus {
  background-color: transparent;
  color: #ed145d!important;
}

.language-switcher .bootstrap-select.open button,
.language-switcher .bootstrap-select button:focus {
  background-color: transparent;
  color: #fff!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
       box-shadow: none!important;
}

.bootstrap-select .btn:focus {
  outline: none!important;
}

.dropdown-menu>li>a,
.dropdown-menu>li>a:focus {
  padding: 3px 30px;
  color: #333;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: #fff;
  margin-left: 0!important;
  font-size: 13px;
}

.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  top: -webkit-calc(100% + 5px);
  top: -moz-calc(100% + 5px);
  top: calc(100% + 5px);
  border: 0;
}

.dropdown-menu li a:hover {
  background-color: #f8f9fb;
  color: #333;
}

.banner-video {
  position: relative;
}

.b-v-content {
  position: absolute;
  top: 62%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  max-width: 530px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.slick-current .b-v-content {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.4s ease 0.2s;
  -o-transition: 0.4s ease 0.2s;
  -moz-transition: 0.4s ease 0.2s;
  transition: 0.4s ease 0.2s;
}

h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
}

.b-v-content h2 {
  text-transform: uppercase;
  margin-top: 0;
}

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #fff;
}

.b-v-content .main-button {
  margin-top: 10px!important;
  border: 0;
}

.slick-banner .slick-dots,
.slick-inner-banner .slick-dots {
  position: absolute;
  /*left: -webkit-calc((100% - 1140px) / 2);
  left: calc((100% - 1140px) / 2);*/
  left: 15px;
  top: auto;
  bottom: 10px;
  /*right: -webkit-calc((100% - 1140px) / 2);
  right: calc((100% - 1140px) / 2);*/
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.slick-inner-banner .slick-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 25px;
}
.slick-banner .slick-dots li {
  width: 20%;
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2)!important;
  position: relative;
  max-width: 300px;
  cursor: pointer;
}

.slick-banner .slick-dots li::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  height: 1px;
  width: 0;
  background-color: #fff;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}

.slick-banner .slick-dots li.slick-active::before {
  width: 100%;
  -webkit-transition: 9s linear;
  -o-transition: 9s linear;
  -moz-transition: 9s linear;
  transition: 9s linear;
}

.slick-banner .slick-dots li::after {
  content: "#Free Children Compaign";
  color: #fff;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: 13px;
}

.slick-banner .slick-dots button {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent!important;
  color: transparent;
}

.slick-banner .slick-dots li:nth-child(2)::after {
  content: "#Community Murals";
}

.slick-banner .slick-dots li:nth-child(3)::after {
  content: "#Generation Equality";
}

.text-extra-dark {
  color: #333;
}

.next-event {
  padding-top: 40px;
}

.text-regular {
  font-weight: normal;
}

.text-medium {
  font-weight: 500;
}

.l-s-none {
  padding-left: 0;
  list-style: none;
}

.n-e-l-details li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  border-left: 2px solid #ed145d;
  padding: 5px 0;
  padding-left: 15px;
}

.n-e-l-details li span {
  display: block;
  color: #ed145d;
}

.n-e-l-details ul {
  height: 100%;
  -webkit-box-pack: start!important;
  -webkit-justify-content: flex-start!important;
     -moz-box-pack: start!important;
      -ms-flex-pack: start!important;
          justify-content: flex-start!important;
}

.n-e-l-details {
  width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  -moz-box-flex: 0;
       flex: 0 0 170px;
  max-width: 170px;
}

.n-e-l-text {
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
  -webkit-box-flex: -webkit-calc(100% - 170px);
  -webkit-flex: -webkit-calc(100% - 170px);
  -ms-flex: calc(100% - 170px);
  -moz-box-flex: -moz-calc(100% - 170px);
       flex: calc(100% - 170px);
  max-width: -webkit-calc(100% - 170px);
  max-width: -moz-calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding-right: 30px;
}

.n-e-l-text {
  width: -webkit-calc(100% - 170px);
  width: -moz-calc(100% - 170px);
  width: calc(100% - 170px);
  -webkit-box-flex: -webkit-calc(100% - 170px);
  -webkit-flex: -webkit-calc(100% - 170px);
  -ms-flex: calc(100% - 170px);
  -moz-box-flex: -moz-calc(100% - 170px);
       flex: calc(100% - 170px);
  max-width: -webkit-calc(100% - 170px);
  max-width: -moz-calc(100% - 170px);
  max-width: calc(100% - 170px);
  padding-right: 30px;
}

.main-button.m-b-bordered {
  background-color: transparent;
  color: #ed135d;
  border: 1px solid #ed135d;
}

.main-button.m-b-grey:hover,
.main-button.m-b-grey:focus {
  color: #ff75a4;
}

.n-e-l-text a+a {
  margin-left: 15px;
}

.next-event-right {
  /*background-color: #fff;*/
  position: relative;
  /*top: -115px;*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  z-index: 1;
 /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
       box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);*/
       margin-bottom: 20px;
}
.insta-post-item{
    background-color: #fff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
       box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
       padding: 20px 30px;
}

/*.next-event-right .item {
  padding: 20px 30px;
}*/

h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.next-event-right h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.next-event-date,
.event-details-list,
.event-details-list li+li {
  margin-top: 20px;
}

.n-e-date-container span {
  display: block;
  text-align: center;
}

.n-e-month {
  color: #ed145d;
  text-transform: uppercase;
}

.text-dark {
  color: #aeaeb0;
}

.next-event-place {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 50px);
  -ms-flex: 0 0 calc(100% - 50px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 50px);
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.next-event-place h4 {
  margin-bottom: 5px;
}

.next-event-place p,
.e-d-l-text p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: normal;
  font-weight: 500;
}

.link {
  color: #4a89a5;
}

.link:hover,
.link:focus {
  color: #4a89a5;
  text-decoration: underline;
}

.e-d-l-icon {
  width: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  -moz-box-flex: 0;
       flex: 0 0 20px;
  max-width: 20px;
}

.e-d-l-text {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 20px);
  -ms-flex: 0 0 calc(100% - 20px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 20px);
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
  padding-right: 70px;
  padding-left: 10px;
}

.event-details-list li {
  position: relative;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.event-details-list li:hover {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
    -o-transform: translateX(-4px);
       transform: translateX(-4px);
}

.event-details-list li a {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  font-size: 11px;
  font-weight: 500;
}

.e-d-l-text h4 {
  margin-bottom: 5px;
}

ul {
  margin-bottom: 0;
}

.section-padding {
  padding: 80px 0;
  border-top: 1px solid #ddd;
}

.heading-container {
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  font-size: 35px;
  font-weight: bold;
  color: #333;
  margin-top: 0;
}

.link {
  color: #ed145d;
  font-size: 14px;
  /*text-transform: capitalize;*/
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
}

.link:hover,
.link:focus {
  text-decoration: none;
  color: #fff;
}

.latest-events-container,
.meet-artists-container,
.artist-painting-container {
  position: relative;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-img {
  position: relative;
  display: block;
}

.latest-events-overlay,
.meet-artists-overlay,
.artist-painting-overlay,
.a-p-overlay,
.shop-overlay,
.c-visuals-overlay,
.c-voices-overlay,
.t-visuals-overlay,
.s-d-flex-popups,
.o-b-t-a-overlay,
.expertise-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.expertise-img {
    position: relative;
}
.expertise-overlay {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.latest-events-container:hover .latest-events-overlay,
.meet-artists-container:hover .meet-artists-overlay,
.artist-painting-container:hover .artist-painting-overlay,
.a-p-container:hover .a-p-overlay,
.shop-container:hover .shop-overlay,
.c-visuals-container:hover .c-visuals-overlay,
.c-voices-container:hover .c-voices-overlay,
.half-img:hover .s-d-flex-popups,
.artist-painting-container:hover .s-d-flex-popups,
.o-b-a-item-img:hover .o-b-t-a-overlay,
.expertise-img:hover .expertise-overlay {
  opacity: 1;
  visibility: visible;
}
.a-w-meet-artists .meet-artists-overlay h5 {
  font-size: 20px;
}
.latest-events-overlay h5,
.meet-artists-overlay h5,
.artist-painting-overlay h5 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -moz-box-flex: 0;
       flex: 0 0 100%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 40px;
  margin-top: 0;
}

.main-button+.main-button {
  margin-left: 15px;
}

.main-button.m-b-grey {
  background-color: #f6f9fc;
  color: #ed135d;
  border-color: #f6f9fc;
}

.meet-artists-images-small li {
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 1px);
  -ms-flex: 0 0 calc(50% - 1px);
  -moz-box-flex: 0;
       flex: 0 0 calc(50% - 1px);
  max-width: -webkit-calc(50% - 1px);
  max-width: -moz-calc(50% - 1px);
  max-width: calc(50% - 1px);
}

.meet-artists-images-small ul {
  margin-top: 2px;
}

.latest-events-container+.latest-events-container {
  margin-top: 1px;
}

.latest-events-overlay-content,
.meet-artist-over-content,
.artist-painting-overlay-content {
  text-align: center;
}


/*.owl-meet-artists .owl-dots,
.owl-partners .owl-dots,
.owl-artist-detail*/

.owl-dots {
  text-align: center;
  margin-top: 50px;
}

.owl-artist-detail .owl-dots {
  margin-top: 0;
  position: absolute;
  top: auto;
  left: 0;
  width: 100%;
  bottom: 20px;
}


/*.owl-meet-artists .owl-dots span,
.owl-partners .owl-dots span,
.owl-artist-detail*/

.owl-dots span,
.slick-inner-banner .slick-dots button {
  width: 20px;
  height: 2px;
  background-color: #333;
  display: block;
}


/*.owl-meet-artists .owl-dots button+button span,
.owl-partners .owl-dots button+button span,
.owl-artist-detail*/

.owl-dots button+button span,
.slick-inner-banner .slick-dots li + li {
  margin-left: 10px;
}


/*.owl-meet-artists .owl-dot.active span,
.owl-partners .owl-dot.active span,*/

.owl-dot.active span,
.slick-inner-banner .slick-dots .slick-active button,
.s-m-carousel .owl-dots .active span {
  background-color: #ed145d;
}
.slick-inner-banner .slick-dots li {
  height: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.download-app-wrap {
  position: relative;
  z-index: 1;
}

.app-download-video {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 110vh;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.download-app {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.download-app-content {
  padding: 320px 15px 80px 15px;
  max-width: 560px;
}

.download-app-content h4 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.download-app-content p {
  margin-bottom: 40px;
}

.about-us,
.c-posts {
  border-top: 0;
}

.grid-item {
  width: -webkit-calc(33% - 16px);
  width: -moz-calc(33% - 16px);
  width: calc(33% - 16px);
}

.about-us-container,
.c-posts-container {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
}

.about-us-container img,
.c-posts-container img {
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
       box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}

.c-posts-container:hover img,
.c-posts-container:hover i {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
       transform: translateY(-8px);
}

.about-us-wrap>.main-button,
.c-posts-wrap>.main-button {
  float: right;
  margin-top: 20px;
}

.partners-container {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #f1f1f1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.partners-container img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
 /* -webkit-filter: grayscale(1);
  filter: grayscale(1);*/
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.partners-container:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.partners-container:hover img {
  -webkit-filter: none;
  filter: none;
}

.share-this-container {
  position: relative;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
.share-this-container img{
  height: auto;
  width: 100%;
}

.share-this-container .share-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: 10px;
  border: 0;
}

.owl-meet-artists .owl-nav span,
.owl-latest-events .owl-nav span,
.owl-c-visuals .owl-nav span,
.owl-c-voices .owl-nav span,
.owl-suggested-paintings .owl-nav span,
.owl-a-s-members .owl-nav span,
.owl-lightshot .owl-nav span,
.owl-t-visuals .owl-nav span,
.owl-t-statement .owl-nav span {
  display: none;
}

.owl-meet-artists .owl-nav button,
.owl-latest-events .owl-nav button,
.owl-c-visuals .owl-nav button,
.owl-c-voices .owl-nav button,
.owl-suggested-paintings .owl-nav button,
.owl-a-s-members .owl-nav button,
.owl-lightshot .owl-nav button,
.owl-t-visuals .owl-nav button,
.owl-t-statement .owl-nav button,
.slick-arrow,
.owl-partners .owl-nav button{
  position: absolute;
  left: -15px;
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.6)!important;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider.svg)!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: 20px 20px!important;
     -moz-background-size: 20px!important;
       -o-background-size: 20px!important;
          background-size: 20px!important;
  background-position: center!important;
}
.owl-partners .owl-nav button{
  opacity: 0;

}
.owl-partners{
  transition: all 0.3s ease-in-out;
}
.owl-partners:hover .owl-nav button{
  opacity: 1;
}
.owl-meet-artists .owl-nav button:hover,
.owl-latest-events .owl-nav button:hover,
.owl-c-visuals .owl-nav button:hover,
.owl-c-voices .owl-nav button:hover,
.owl-suggested-paintings .owl-nav button:hover,
.owl-a-s-members .owl-nav button:hover,
.owl-lightshot .owl-nav button:hover,
.owl-t-visuals .owl-nav button:hover,
.owl-t-statement .owl-nav button:hover,
.slick-arrow:hover, .owl-partners .owl-nav button:hover {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
  background-color: rgba(0, 0, 0, 1)!important;
}

.owl-latest-events .owl-nav button, .owl-partners .owl-nav button {
  top: -webkit-calc(50% - 35px);
  top: -moz-calc(50% - 35px);
  top: calc(50% - 35px);
  left: 10px;
}

.owl-suggested-paintings .owl-nav button,
.owl-t-visuals .owl-nav button,
.owl-t-statement .owl-nav button {
  left: 0;
}

.owl-latest-events .owl-nav,
.owl-meet-artists .owl-nav,
.owl-c-visuals .owl-nav,
.owl-c-voices .owl-nav,
.owl-suggested-paintings .owl-nav,
.owl-lightshot .owl-nav,
.owl-a-s-members .owl-nav,
.owl-t-visuals .owl-nav,
.owl-t-statement .owl-nav {
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  visibility: hidden;
}

.owl-latest-events:hover .owl-nav,
.owl-meet-artists:hover .owl-nav,
.owl-c-visuals:hover .owl-nav,
.owl-c-voices:hover .owl-nav,
.owl-suggested-paintings:hover .owl-nav,
.owl-lightshot:hover .owl-nav,
.owl-a-s-members:hover .owl-nav,
.owl-t-visuals:hover .owl-nav,
.owl-t-statement:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-meet-artists .owl-nav button.owl-next,
.owl-latest-events .owl-nav button.owl-next,
.owl-c-visuals .owl-nav button.owl-next,
.owl-c-voices .owl-nav button.owl-next,
.owl-suggested-paintings .owl-nav .owl-next,
.owl-a-s-members .owl-nav .owl-next,
.owl-lightshot .owl-nav .owl-next,
.owl-t-visuals .owl-nav .owl-next,
.owl-t-statement .owl-nav .owl-next,
.slick-arrow.slick-next,
.owl-partners .owl-nav button.owl-next {
  left: auto;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}

.owl-meet-artists .owl-nav button.owl-next:hover,
.owl-latest-events .owl-nav button.owl-next:hover,
.owl-c-visuals .owl-nav button.owl-next:hover,
.owl-c-voices .owl-nav button.owl-next:hover,
.owl-suggested-paintings .owl-nav .owl-next:hover,
.owl-a-s-members .owl-nav .owl-next:hover,
.owl-lightshot .owl-nav .owl-next:hover,
.owl-t-visuals .owl-nav .owl-next:hover,
.owl-t-statement .owl-nav .owl-next:hover,
.slick-arrow.slick-next:hover,
.owl-partners .owl-nav button.owl-next:hover{
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg);
  background-color: rgba(0, 0, 0, 1)!important;
}

.owl-latest-events .owl-nav button.owl-next, .owl-partners .owl-nav button.owl-next {
  right: 10px;
}

.owl-suggested-paintings .owl-nav .owl-next,
.owl-t-visuals .owl-nav .owl-next ,
.owl-t-statement .owl-nav .owl-next {
  right: 0;
}

footer {
  background-color: #000;
}

.footer-links,
.compaign {
  padding: 30px 0;
}

.footer-links-wrap>.row>* {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

footer h4 {
  font-size: 17px;
  font-weight: 600;
  color: #ed145d;
  margin-bottom: 30px;
}

.footer-links a,
.footer-links a:focus {
  font-size: 14px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none;
}

.footer-links.f-l-social-icons a {
  padding-left: 30px;
}

.footer-links svg {
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  fill: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.footer-links li+li {
  margin-top: 20px;
}

.footer-links a:hover {
  color: #ed145d;
  text-decoration: none;
}

.footer-links a:hover svg {
  fill: #ed145d;
}

.footer-links-wrap>.row>.col-sm-12,
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright {
  padding: 15px 0;
}

.copyright p {
  margin-bottom: 0;
}

.copyright a {
  color: #fff;
  text-decoration: underline!important;
  margin-left: 15px;
}

.invitation {
  padding: 30px 0;
  position: relative;
}

.invitation::before {
  content: "";
  position: absolute;
  right: -webkit-calc(100% + 15px);
  right: -moz-calc(100% + 15px);
  right: calc(100% + 15px);
  width: 100%;
  top: -1px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer p {
  font-size: 14px;
}

input.form-control,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form input,
.select2-container--default .select2-selection--single {
  border: 1px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  height: 42px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  padding: 0 12px;
  line-height: 24px;
}

input.form-control:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

.invitation .form-group {
  position: relative;
}

.invitation .form-group button {
  position: absolute;
  right: 1px;
  top: 1px;
  left: auto;
  height: -webkit-calc(100% - 2px)!important;
  height: -moz-calc(100% - 2px)!important;
  height: calc(100% - 2px)!important;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
    -o-transform: none;
       transform: none;
}

.invitation form {
  max-width: 470px;
  margin: 15px 0;
}

.invitation form input {
  padding-right: 110px;
  padding: 0 12px;
}

footer ::-webkit-input-placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}

footer ::-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}

footer :-ms-input-placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}

footer ::-ms-input-placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}

footer :-moz-placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}

footer ::placeholder {
  color: #fff!important;
  opacity: 1!important;
  font-size: 14px!important;
  line-height: 20px;
}
form.a-l-search input::-webkit-input-placeholder {
  color: #333;
  opacity: 1!important;
}
form.a-l-search input:-moz-placeholder {
  color: #333;
  opacity: 1!important;
}
form.a-l-search input::-moz-placeholder {
  color: #333;
  opacity: 1!important;
}
form.a-l-search input:-ms-input-placeholder {
  color: #333;
  opacity: 1!important;
}
form.a-l-search input::-ms-input-placeholder {
  color: #333;
  opacity: 1!important;
}
form.a-l-search input::placeholder {
  color: #333;
  opacity: 1!important;
}
.cookies {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}

.cookies h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}

.cookies p {
  font-size: 14px;
  margin-bottom: 0;
}

.cookies-text {
  margin-right: 50px;
}

.e-d-l-icon svg {
  fill: #333;
}

.side-pictogram {
  position: fixed;
  top: auto;
  left: auto;
  right: 0;
  bottom: 90px;
  z-index: 2;
  -webkit-transform: translateX(-webkit-calc(100% - 50px));
  -ms-transform: translateX(calc(100% - 50px));
  -moz-transform: translateX(-moz-calc(100% - 50px));
    -o-transform: translateX(calc(100% - 50px));
       transform: translateX(calc(100% - 50px));
}

.banner {
  position: relative;
}

.side-pictogram svg,
.side-pictogram img {
  width: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #fff;
  margin-right: 10px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.side-pictogram li {
  background-color: #ed145d;
  padding: 10px;
  -webkit-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
}

.side-pictogram li+li {
  margin-top: -1px;
}

.side-pictogram li:hover,
.side-pictogram li:focus {
  -webkit-transform: translateX(-webkit-calc(-100% + 50px));
  -ms-transform: translateX(calc(-100% + 50px));
  -moz-transform: translateX(-moz-calc(-100% + 50px));
    -o-transform: translateX(calc(-100% + 50px));
       transform: translateX(calc(-100% + 50px));
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
       box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.side-pictogram li:hover svg,
.side-pictogram li:focus svg {
  fill: #000;
}

.side-pictogram li img+img,
.side-pictogram li:hover img,
.side-pictogram li:focus img {
  display: none;
}

.side-pictogram li:hover img+img,
.side-pictogram li:focus img+img {
  display: block;
}

.side-pictogram li a {
  color: #fff;
  font-size: 12px;
  text-transform: capitalize;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  text-decoration: none!important;
}

.side-pictogram li:hover a,
.side-pictogram li:focus a {
  color: #000;
}

.side-menu-toggle {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  z-index: 1;
  width: 20px;
  height: 20px;
}

.side-menu-toggle svg {
  width: 20px;
  fill: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.side-menu-toggle svg:hover {
  fill: #ed145d;
}

.side-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3;
  padding: 60px 100px;
  overflow: auto;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  padding-top: 120px;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
       transform: translateY(-100%);
}

.s-m-close {
  position: fixed;
  left: 10px;
  top: 32px;
  font-size: 20px;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
       border-radius: 100px;
  display: block;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.s-m-close:hover {
  color: #ed145d;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
}

.side-menu>ul {
  margin-top: 20px;
}

.show-side-menu .side-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
}

.scroll-to-top svg {
  width: 60px;
  height: 80px;
}

.scroll-to-top {
  position: absolute;
  top: auto;
  left: auto;
  right: 70px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.scroll-to-top.active {
  visibility: visible;
  opacity: 1;
}

.slick-banner .slick-dots button::before,
.dropdown-menu li a::before,
.mega-menu-links li::before
/*.with-m-m > a::before*/

{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 9px;
  background-color: #ed145d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.slick-banner .slick-dots .slick-active button::before,
.mega-menu-links li:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
    -o-transform: scale(1) translateY(-50%);
       transform: scale(1) translateY(-50%);
}


/*.with-m-m > a::before {
    left: 50%;
    top: auto;
    bottom: -40px;
    width: 10px;
    height: 4px;
    transform: translate(-50%, -50%);
}
.with-m-m > a:hover::before {
    opacity: 1;
  visibility: visible;
    transform: scale(1) translate(-50%, -50%);
}*/

.owl-partners .item {
  padding: 15px;
}

.side-menu>ul>li {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -moz-box-flex: 0;
       flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.quick-link-container {
  background-color: #fff;
  display: block;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.quick-link-text {
  padding: 10px;
}

.side-menu h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ed145d;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 30px;
}

.side-menu>ul>li {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  -moz-box-flex: 0;
       flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.quick-link-container {
  background-color: #fff;
  display: block;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-decoration: none!important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.quick-link-container:hover .quick-link-image::before {
  opacity: 1;
  visibility: visible;
}

.quick-link-image {
  position: relative;
}

.quick-link-text {
  padding: 10px;
}

.side-menu h4 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ed145d;
  margin: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 0;
}

.quick-link-text h5 {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  margin-top: 0;
  text-align: center;
}

.quick-link-text p {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  text-align: center;
}

.download-app-wrap::after,
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  /* z-index: -1; */
}


/*.scroll-to-top:hover {-webkit-transform: translateY(-8px);-ms-transform: translateY(-8px);transform: translateY(-8px);}*/

.inner-banner::before,
.download-app-wrap::after {
  z-index: -1;
}


/*.scroll-to-top::before {content: "";position: absolute;left: 0;top: 20px;height: 100%;width: 100%;background-color: #ed145d;z-index: -1;}*/

.i-b-meet-artists {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/banner-meet-artists.png);
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-banner {
  position: relative;
  z-index: 1;
}

.inner-banner-content {
  padding: 260px 0 180px 0;
}

form.a-l-search {
  width: 360px;
  position: relative;
}

.aritist-listing-filters {
  padding: 40px 0;
}

.quick-link-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 20, 93, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

form.a-l-search input {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 40px 0 12px;
  color: #333;
  line-height: 24px;
}

form.a-l-search input:focus {
  border-color: #ddd;
}

form.a-l-search i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: 14px;
  color: #777;
}

.aritist-listing-filters ul a,
.custom_pagination_see_more>* {
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none!important;
  padding: 11px;
  display: block;
  min-width: 55px;
  text-align: center;
}

.custom_pagination_see_more {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  min-width: 30px;
  width: 100%;
}

.custom_pagination_see_more>*+* {
  border-left: 0!important;
}

.aritist-listing-filters li {
  background-color: #fff;
  border: 1px solid #ddd;
}

.aritist-listing-filters li+li {
  border-left: 0;
}

.aritist-listing-filters ul li.active a {
  background-color: #ed145d;
  color: #fff;
}

.artist-listing-content h2 {
  background-color: #ed145d;
  display: inline-block;
  margin: 15px 0 15px -60px;
  padding: 10px 0 10px 60px;
  position: relative;
  font-size: 26px;
  line-height: 30px;
}

.artist-listing-content h2 span {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: normal;
  text-transform: none;
}

.artist-listing-content h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  border-left: 0 solid transparent;
  border-top: 0px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 69px solid #ed145d;
}

.text-grey {
  color: #666;
}

.owl-artist-work {
  padding: 0 50px;
  margin-top: 15px;
}

.owl-artist-work button {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-grey.svg)!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: 26px 26px!important;
     -moz-background-size: 26px!important;
       -o-background-size: 26px!important;
          background-size: 26px!important;
  background-position: center center!important;
}

.owl-artist-work button:hover {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}

.owl-artist-work .owl-next {
  left: auto;
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}

.owl-artist-work .owl-next:hover {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg);
}

.owl-artist-work button span {
  display: none;
}

.artist-listing-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.artist-listing-wrap .artist-listing-container:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.artist-listing {
  padding-bottom: 100px;
}

.artist-listing-image {
  height: 100%;
}

.artist-listing-image img {
  height: 345px;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-strip {
  background-color: #000;
  padding: 5px 0;
  display: none;
}

.top-strip a {
  color: #fff;
}

.top-strip li+li {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.top-strip li {
  line-height: normal;
}

.m-b-bordered {
  background-color: transparent;
  color: #ed135d;
}

.m-b-bordered:hover,
.m-b-bordered:focus {
  background-color: transparent;
  color: #ff75a4;
  border-color: #ff75a4;
}

.slick-inner-banner .inner-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 15px;
}

.slick-inner-banner .s-i-b-item img {
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.owl-artist-detail .owl-dots span,
.slick-inner-banner .slick-dots button {
  background-color: #fff;
  color: transparent;
}

.artist-detail-tabs {
  padding-bottom: 60px;
}

.artist-detail-tabs .nav-tabs a {
  background-color: #fff;
  border: 0!important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  padding: 10px 80px;
  font-size: 21px;
  font-weight: 600;
  color: #333;
  margin-right: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
.artist-detail-tabs .nav-tabs a:hover {
    color: #fff;
    background-color: #ed145d!important;
}
.artist-detail-tabs .nav-tabs li+li a {
  border-left: 1px solid #ddd!important;
}

.artist-detail-tabs .nav-tabs {
  border-bottom: 0;
}

.artist-detail-tabs .nav-tabs {
  border-bottom: 0;
}

.artist-detail-tabs .nav-tabs li.active a {
  background-color: #ed145d;
  color: #fff;
  border-left-color: #ed145d!important;
  cursor: pointer;
}

.artist-detail-tabs .nav-tabs li.active+li a {
  border-left-color: #fff!important;
}

.artist-detail-tabs .nav-tabs a:hover,
.artist-detail-tabs .nav-tabs a:focus {
  background-color: #fff;
}

.artist-detail-tabs .tab-content {
  padding-top: 60px;
}

.artist-detail-tabs .tab-pane ul li+li {
  margin-top: 30px;
}

.artist-detail-tabs .tab-pane li b {
  color: #ed145d;
  font-weight: 600;
  display: block;
}

.artist-detail-tabs .tab-pane li,
.artist-detail-tabs .tab-pane p {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: normal;
}

.artist-painting-overlay h5 {
  margin-bottom: 5px;
}

.artist-painting-container {
  margin-bottom: 30px;
}

.follow {
  padding: 40px 0;
  border-top: 1px solid #ddd;
  background-color: #f6f9fc;
}

.follow-list svg {
  width: 18px;
}

.follow-list li+li {
  margin-left: 10px;
}

.follow-list {
  font-size: 20px;
  font-weight: 600;
}

.follow-list a:hover svg {
  fill: #ed135d;
}

.navbar-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}

.inner-banner-content h2 {
  text-transform: uppercase;
}

.show-side-menu,
.freeze {
  max-height: 100vh;
  overflow: hidden;
}

.show-side-menu::before,
.freeze::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 3;
}

.latest-events-overlay .main-button,
.meet-artist-over-content .main-button,
.download-app-content .main-button {
  border: 0;
}

.cookies-buttons .main-button {
  border: 0;
  min-width: 140px;
}

.header-fixed header {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.04);
}

.header-fixed .navbar-nav>li>a,
.header-fixed .language-switcher button {
  color: #ed145d;
}

.header-fixed .navbar-nav>li>a.main-button {
  color: #fff;
}

.header-fixed .navbar-nav>li>a {
  color: #ed145d;
}

.header-fixed .navbar-nav>li>a:hover,
.header-fixed .navbar-nav>li>a:focus {
  color: #000;
}

.header-fixed .navbar-nav>li>a.main-button {
  color: #fff;
}

.header-fixed .navbar-nav>li>a.main-button:hover,
.header-fixed .navbar-nav>li>a.main-button:focus {
  background-color: #000;
}

.header-fixed .side-menu-toggle svg {
  fill: #ed145d;
}

.header-fixed .side-menu-toggle svg:hover,
.header-fixed .side-menu-toggle svg:focus {
  fill: #000;
}

.heading-container .link {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.heading-container .link::after {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #ed145d;
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transition: 0.26s ease;
  -o-transition: 0.26s ease;
  -moz-transition: 0.26s ease;
  transition: 0.26s ease;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -moz-transform-origin: left;
    -o-transform-origin: left;
       transform-origin: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
       border-radius: 2px;
}

.heading-container .link:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1);
}

.show-side-menu .side-menu-toggle {
  display: none;
}

.show-side-menu .s-m-close {
  visibility: visible;
  opacity: 1;
}

.header-fixed.show-side-menu .s-m-close {
  color: #ed145d;
}

.header-fixed.show-side-menu .s-m-close:hover {
  color: #000;
}

.header-fixed.show-side-menu .side-menu {
  background-color: rgba(246, 249, 252, 0.9);
}

.header-fixed .side-menu h4 {
  border-bottom: 1px solid rgba(179, 179, 179, 0.5);
}

.dropdown-menu.open::before {
  content: "";
  position: absolute;
  left: auto;
  right: 10px;
  top: -12px;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.dropdown-menu.open {
  overflow: visible!important;
}

.dropdown-menu li.selected a {
  position: relative;
}

.dropdown-menu li a::before {
  left: 20px;
}

.dropdown-menu li a:hover::before {
  opacity: 1;
  visibility: visible;
}

.header-fixed .language-switcher .bootstrap-select.open button,
.header-fixed .language-switcher .bootstrap-select button:focus {
  color: #ed145d!important;
}

.header-fixed .language-switcher button:hover {
  color: #000;
}

.download-app-wrap::after {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/pattern-video.png);
}

.header-fixed header {
  position: fixed;
}

.b-v-content p {
  padding-right: 80px;
  font-weight: normal;
}

::-moz-selection {
  background-color: #ffe1eb;
}

::selection {
  background-color: #ffe1eb;
}

.navbar-collapse>.nav {
  height: 100%;
}

.navbar-collapse>.nav>li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  height: 100%;
}


/* mega menu css starts here */

nav.menu {
  background: coral;
  position: relative;
  min-height: 45px;
  height: 100%;
}

.menu>ul>li {
  list-style: none;
  display: inline-block;
  color: #fff;
  line-height: 45px;
}

.menu>ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 0px 24px;
}

.menu>ul li a:hover {
  background: #444;
  color: #fff;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
}

.mega-menu {
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: -150%;
  margin-top: 0;
  position: fixed;
  width: 100%;
  padding-top: 91px;
  z-index: -1;
}

.mega-menu-links {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 30px 100px 30px 60px;
}
.mm2 .mega-menu-links {
    padding-left: 160px;
}
.mm3 .mega-menu-links {
    padding-left: 265px;
}

/*MediaQuerys*/

@media (max-width: 600px) {
  .menu {
    display: none;
  }
}

header .nav li:hover .mega-menu {
  top: 0;
  display: block;
}

header .nav li:hover {
  cursor: pointer;
}

.mega-menu-links>li {
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% / 6);
  -ms-flex: 0 0 calc(100% / 6);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% / 6);
  max-width: -webkit-calc(100% / 6);
  max-width: -moz-calc(100% / 6);
  max-width: calc(100% / 6);
}

.mega-menu-links h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.mega-menu-links li a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  display: block;
  margin-left: 0!important;
  text-decoration: none!important;
}

.mega-menu-links li {
  position: relative;
}

.mega-menu-links li+li {
  margin-top: 10px;
}

.mega-menu-links li:hover a,
.mega-menu-links li:focus a,
.mega-menu-links li.active a {
  color: #fff;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -moz-transform: translateX(8px);
    -o-transform: translateX(8px);
       transform: translateX(8px);
}
.mega-menu-links li.active::before {
  opacity: 1;
  visibility: visible;
}

/* mega menu css ends here */

.s-m-close svg {
  fill: #fff;
  max-width: 15px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.s-m-close svg:hover,
.s-m-close svg:focus {
  fill: #ed145d;
}

.header-fixed.show-side-menu .s-m-close svg {
  fill: #ed145d;
}

.header-fixed.show-side-menu .s-m-close svg:hover,
.header-fixed.show-side-menu .s-m-close svg:focus {
  fill: #000;
}

.header-fixed .mega-menu {
  background-color: rgba(246, 249, 252, 0.9)
}

.header-fixed .mega-menu-links h4,
.header-fixed .mega-menu-links li a {
  color: #000;
}

.header-fixed .mega-menu-links li a:hover,
.header-fixed .mega-menu-links li a:focus {
  color: #000;
  text-decoration: none;
}

.mega-menu-images {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50%;
  padding-left: 0;
  padding-top: 92px;
  height: 100%;
  overflow: hidden;
}

.mega-menu-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mega-menu-images li {
  width: 100%;
  /*height: 100%;*/
  display: none;
}

.mega-menu-images li.active {
  display: block;
}

.n-e-l-text p {
  font-weight: normal;
}

.n-e-l-text .main-button {
  min-width: 100px;
  position: relative;
  top: 10px;
}

.latest-events-overlay-content .main-button {
  min-width: 110px;
}

.meet-artist-over-content .main-button {
  min-width: 90px;
}

.about-us-container i,
.c-posts-container i {
  position: absolute;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.share-button .share-icons {
  position: absolute;
  top: -50px;
  left: auto;
  right: 0;
  background-color: #f6f9fc;
  padding: 5px;
  width: 135px;
  display: none;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 1;
}

.share-button.active .share-icons {
  display: block;
}

.share-button ul li {
  padding: 0 7px;
  text-align: center;
}

.share-button ul a {
  color: #000;
  text-decoration: none!important;
  font-size: 18px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}

.share-button .share-icons::before {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-top: 8px solid #f6f9fc;
}

.share-icons i {
  display: none;
}

.share-icons svg {
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.share-button a:hover,
.share-button a:focus {
  color: #ed145d;
}

.share-button a:hover svg,
.share-button a:focus svg {
  fill: #ed145d;
}

.header-fixed .language-switcher button:hover,
.header-fixed .language-switcher button:focus,
.header-fixed .language-switcher .bootstrap-select.open button:hover,
.header-fixed .language-switcher .bootstrap-select.open button:focus {
  color: #000!important;
}

.partners-img {
  height: 125px;
}


/*.partners-text {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  display: none;
}*/

.partners-text p {
  color: #333;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
}

.partners-text span {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}

.owl-partners .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.m-m-logo {
  position: absolute;
  max-width: 140px;
  left: 28%;
  top: 120px;
  margin-left: 0!important;
}

.m-m-logo img+img,
.m-m-logo:hover img {
  display: none;
}

.m-m-logo:hover img+img {
  display: block;
}

.download-app-content img {
  max-width: 140px;
  margin-bottom: 20px;
}

section {
  background-color: #f6f9fc;
}

.with-m-m>a {
  position: relative;
}

.with-m-m>a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -37px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #ed145d;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.with-m-m>a:hover::after {
  opacity: 1;
  visibility: visible;
}

.popover {
  min-width: -webkit-calc(100vw / 2.6);
  min-width: -moz-calc(100vw / 2.6);
  min-width: calc(100vw / 2.6);
  -webkit-transition: none!important;
  -o-transition: none!important;
  -moz-transition: none!important;
  transition: none!important;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
       box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: -moz-box!important;
  display: flex!important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
       flex-direction: column-reverse;
  font-size: 17px;
  min-height: 145px;
}

.owl-partners .owl-item {
  z-index: -1;
}

.owl-partners .owl-item:hover {
  z-index: 1;
}

.popover-title {
  background-color: #fff;
  color: #ed145d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  padding: 0 10px 10px;
  border-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}

.popover-content {
  min-height: -webkit-calc(145px - 40px);
  min-height: -moz-calc(145px - 40px);
  min-height: calc(145px - 40px);
  padding: 9px 30px;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;*/
  line-height: 1.6;
}

.popover-content img {
  width: 14px!important;
  height: 14px;
  display: inline!important;
  margin-right: 10px;
  position: relative;
  top: -10px;
}

.popover-content img:last-of-type {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
}

.popover .arrow {
  border-right-color: #ddd!important;
  display: none;
}

.popover.left>.arrow {
  border-left-color: #ddd!important;
}

.share-button:hover .share-icons {
  display: block;
}

.share-button:hover .share-icons li a {
  opacity: 1;
}

.share-icons>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150%;
  z-index: -1;
}

#loader, #loader1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f4f8fc;
}

#loader-bird {
  background-image: url("https://streetartmankind.org/wp-content/themes/biosphere/custom/images/loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 415px;
  height: 235px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 8s ease;
  -o-transition: 8s ease;
  -moz-transition: 8s ease;
  transition: 8s ease;
  /*-webkit-animation: moveLoader 10s infinite;
     -moz-animation: moveLoader 10s infinite;
       -o-animation: moveLoader 10s infinite;
          animation: moveLoader 10s infinite;*/
}
#loader-simple {
  background-image: url("https://streetartmankind.org/wp-content/themes/biosphere/custom/images/Newloading.gif");
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 150px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 8s ease;
  -o-transition: 8s ease;
  -moz-transition: 8s ease;
  transition: 8s ease;
  /*-webkit-animation: moveLoader 10s infinite;
     -moz-animation: moveLoader 10s infinite;
       -o-animation: moveLoader 10s infinite;
          animation: moveLoader 10s infinite;*/
}

/*@-webkit-keyframes moveLoader {
  0% {
    top: 50%;
  }
  100% {
    top: 5%;
  -webkit-transform: translate(-70%, -50%) scale(0.6);
          transform: translate(-70%, -50%) scale(0.6);
  }
}

@-moz-keyframes moveLoader {
  0% {
    top: 50%;
  }
  100% {
    top: 5%;
  -moz-transform: translate(-70%, -50%) scale(0.6);
       transform: translate(-70%, -50%) scale(0.6);
  }
}

@-o-keyframes moveLoader {
  0% {
    top: 50%;
  }
  100% {
    top: 5%;
  -o-transform: translate(-70%, -50%) scale(0.6);
     transform: translate(-70%, -50%) scale(0.6);
  }
}

@keyframes moveLoader {
  0% {
    top: 50%;
  }
  100% {
    top: 5%;
  -webkit-transform: translate(-70%, -50%) scale(0.6);
     -moz-transform: translate(-70%, -50%) scale(0.6);
       -o-transform: translate(-70%, -50%) scale(0.6);
          transform: translate(-70%, -50%) scale(0.6);
  }
}*/

#canvas-smoke,
#canvas-smoke_one {
  position: absolute;
  top: 0;
  left: 15vw;
  width: 100vw;
  height: 100vw;
  -webkit-transform: rotate(50deg) translateX(-50vw) scale(1.2);
  -ms-transform: rotate(50deg) translateX(-50vw) scale(1.2);
  -moz-transform: rotate(50deg) translateX(-50vw) scale(1.2);
    -o-transform: rotate(50deg) translateX(-50vw) scale(1.2);
       transform: rotate(50deg) translateX(-50vw) scale(1.2);
}

#canvas-smoke_one {
  left: auto;
  right: 15vw;
  -webkit-transform: rotate(-50deg) translateX(50vw) scale(1.2);
  -ms-transform: rotate(-50deg) translateX(50vw) scale(1.2);
  -moz-transform: rotate(-50deg) translateX(50vw) scale(1.2);
    -o-transform: rotate(-50deg) translateX(50vw) scale(1.2);
       transform: rotate(-50deg) translateX(50vw) scale(1.2);
}

.side-pictogram ul li:nth-child(2) svg {
  padding: 0 2px;
}

.side-pictogram img {
  -webkit-transform: scale(1.14);
  -ms-transform: scale(1.14);
  -moz-transform: scale(1.14);
    -o-transform: scale(1.14);
       transform: scale(1.14);
}

.product-filters {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 20px;
}

.product-filters h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.p-filters-container .panel-group {
  margin-bottom: 0;
}

.p-filters-container .panel-heading {
  padding: 0;
}

.p-filters-container .panel-heading h4,
.custom-check label {
  font-weight: 500;
  font-size: 16px;
  margin: 15px 0;
}

.custom-check label {
  margin: 0;
}

.p-filters-container .panel-body {
  padding: 0 0 10px;
  border-top: 0!important;
}

.p-filters-container .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}

.p-filters-container a {
  text-decoration: none!important;
}

.p-filters-container .panel-body a {
  color: #666;
  display: block;
  position: relative;
  padding: 0 15px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.p-filters-container .panel-body li+li {
  margin-top: 5px;
}

.p-filters-container .panel-title a {
  display: block;
  position: relative;
}

.p-filters-container .panel-title a::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  font-size: 13px;
  color: #999;
}

.p-filters-container .panel+.panel {
  margin-top: 0;
}

.p-filters-container .panel-title a[aria-expanded="true"]::after {
  content: '\f106';
}

.custom-check {
  position: relative;
  z-index: 1;
}

.custom-check input {
  width: 12px;
  height: 12px;
  opacity: 0;
}

.custom-check label {
  position: relative;
  padding-left: 5px;
  cursor: pointer;
}

.custom-check label::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 2px solid #ed135d;
  z-index: -1;
}

.custom-check label::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 6px;
  width: 4px;
  height: 8px;
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.custom-check input:checked+label::before {
  border-color: #444;
  background-color: #444;
}

.custom-check input:checked+label::after {
  opacity: 1;
}

.a-p-container {
  position: relative;
  display: block;
}

.a-p-overlay,
.shop-overlay,
.c-visuals-overlay,
.c-voices-overlay,
.t-visuals-overlay,
.s-d-flex-popups {
  background-color: rgba(0, 0, 0, 0.6);
}

.a-p-overlay h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.a-p-overlay p {
  font-size: 13px;
  margin-bottom: 0;
}

.p-filters-container .panel-body a:hover {
  color: #ed135d;
}


/* range slider */

.value {
  position: absolute;
  top: 30px;
  left: 50%;
  margin: 0 0 0 -20px;
  width: 40px;
  text-align: center;
  display: block;
  /* optional */
  font-weight: normal;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}

.price-range-both.value {
  width: 100px;
  margin: 0 0 0 -50px;
  top: 26px;
}

.price-range-both {
  /*display: none;*/
}

.value i {
  font-style: normal;
}

.ui-widget-content {
  background-color: #9c9c9c;
  background-image: none;
  height: 5px;
  border: 0;
  margin: 30px 20px;
  position: relative;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background-color: #ed135d;
  background-image: none;
}

.ui-slider-handle {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
       border-radius: 100px;
  background-color: #ed135d!important;
  background-image: none!important;
  border: 0!important;
  top: 50%!important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.ui-slider-range .value,
.ui-slider-handle .value {
  display: none!important;
}


/* range slider */

.range-slider-content {
  position: absolute;
  top: -30px;
  width: 100%;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}

.range-heading {
  margin-right: auto;
}

#sliderWidth {
  margin-top: 45px;
  margin-bottom: 20px;
}

/*svg.IroSlider {
  display: none!important;
}*/

.colorPicker {
  margin-bottom: 40px;
  margin-top: 10px;
}

svg.IroWheel {
  margin: 0 auto;
}

.shop-overlay,
.s-d-flex-popups {
  text-align: center;
  padding: 10px;
}
.shop-overlay {
  text-align: right;
}
.shop-overlay img,
.meet-artists-overlay > span img {
  width: auto!important;
}

.shop-overlay>span,
.a-p-overlay>span,
.s-d-flex-popups span,
.t-visuals-overlay>span,
.c-voices-overlay .product_zoom_image,
.o-b-t-a-overlay span,
.meet-artists-overlay > span {
  width: 48px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  cursor: pointer;
}

.shop-overlay>span+span,
.s-d-flex-popups span+span {
  margin-left: 10px;
}

.shop-overlay span.active,
.a-p-overlay span.active,
.s-d-flex-popups span.active,
.c-voices-overlay .product_zoom_image.active,
.o-b-t-a-overlay span,
.meet-artists-overlay > span {
  background-color: #ed145d;
}

.a-p-overlay>span {
  position: absolute;
  top: 10px;
  right: 10px;
}

.a-p-overlay>span img,
.s-d-flex-popups span img,
.c-voices-overlay .product_zoom_image img,
.o-b-t-a-overlay span img {
  width: auto;
}

.shop-text {
  padding: 15px;
}

.shop-heading {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 100px);
  -ms-flex: 0 0 calc(100% - 100px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 100px);
}

.shop-price {
  font-size: 18px;
  font-weight: bold;
  width: 100px;
  text-align: right;
  max-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  -moz-box-flex: 0;
       flex: 0 0 100px;
  line-height: 1.1;
  color: #ed135d;
}

.flexslider .slides>li {
  position: relative;
}

.flexslider .slides>li:hover .s-d-flex-popups {
  opacity: 1!important;
  visibility: visible!important;
}

.s-d-flex-popups img {
  height: auto!important;
  width: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
}

.shop-heading h4 {
  font-size: 18px;
}

.shop-heading a {
  color: #333;
  text-decoration: none;
}

.shop-text p {
  font-size: 13px;
  color: #666;
  font-weight: 500;
  margin-bottom: 0;
}

.shop-button img {
  width: auto;
  margin-right: 5px;
}

.shop-button .main-button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-weight: normal;
  text-transform: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  padding: 12px 18px;
  border-radius: 0;
}

.shop-artist {
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  max-width: -webkit-calc(100% - 150px);
  max-width: -moz-calc(100% - 150px);
  max-width: calc(100% - 150px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 150px);
  -ms-flex: 0 0 calc(100% - 150px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 150px);
  padding-right: 10px;
}

.shop-artist h5 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}

.shop-artist-button {
  margin-top: 20px;
}

.shop-prints {
  margin-top: 10px;
}

.shop-prints a {
  font-weight: 600;
  font-size: 13px;
  color: #666;
  text-decoration: none!important;
  padding-right: 20px;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.shop-prints i {
  font-size: 12px;
  margin-left: 5px;
}

.shop-prints a:hover {
  color: #ed135d;
}

.shop-container {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 100%;
}

#lightshotModal .modal-dialog,
#previewModal .modal-dialog,
#Donate_popup .modal-dialog,
#lightshotModalVoice .modal-dialog,
#lightVideoModal .modal-dialog {
  width: 100%;
  margin: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
    -o-transform: none;
       transform: none;
}

#lightshotModal,
#previewModal,
#Donate_popup,
#lightshotModalVoice,
#lightVideoModal {
  padding-right: 0!important;
}

#lightshotModal .modal-content,
#previewModal .modal-content,
#lightshotModalVoice .modal-content,
#Donate_popup .modal-content,
#lightVideoModal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}


#previewModal .modal-body img,
#lightshotModal .modal-body img,
#lightshotModalVoice .modal-body img,
#lightshotModal .modal-body iframe,
#lightVideoModal .modal-body iframe {
  max-width: 80%;
  margin: 30px auto;
  display: block;
  max-height: -webkit-calc(100vh - 90px);
  max-height: -moz-calc(100vh - 90px);
  max-height: calc(100vh - 90px);
  -o-object-fit: contain;
  object-fit: contain;
}
#lightshotModal .owl-lightshot,
#lightshotModalVoice .owl-lightshot,
#lightVideoModal .owl-lightshot {
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  width: 100%;
  margin: 30px auto;
  height: -webkit-calc(100vh - 90px);
  height: -moz-calc(100vh - 90px);
  height: calc(100vh - 90px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#lightshotModal .owl-lightshot img,
#lightshotModalVoice .owl-lightshot img,
#lightshotModal .modal-body iframe,
#lightVideoModal .modal-body iframe {
  width: 100%;
  margin: 0 auto;
}
#lightshotModal .modal-body iframe,
#lightVideoModal .modal-body iframe {
    width: 550px;
    height: 400px;
}
#lightshotModal .modal-body,
#previewModal .modal-body,
#Donate_popup .modal-body,
#lightshotModalVoice .modal-body,
#lightVideoModal .modal-body {
  height: 100vh;
  overflow: auto;
  padding: 5px 0 15px;
}

#lightshotModal button.close,
#previewModal button.close,
#previewModalNew button.close,
#Donate_popup button.close,
#lightshotModalVoice button.close,
#lightVideoModal button.close {
  position: absolute;
  top: 15px;
  right: 20px;
  opacity: 1;
  cursor: pointer;
  left: auto;
  z-index: 2;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 10px;
}

#lightshotModal button.close:hover,
#previewModal button.close:hover,
#previewModalNew button.close:hover,
#Donate_popup button.close:hover,
#lightshotModalVoice button.close:hover,
#lightVideoModal button.close:hover {
  fill: #ed135d;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
}

#lightshotModal button.close svg,
#previewModal button.close svg,
#previewModalNew button.close svg,
#Donate_popup button.close svg,
#lightshotModalVoice button.close svg,
#lightVideoModal button.close svg {
  width: 18px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .4s linear;
  -o-transition: opacity .4s linear;
  -moz-transition: opacity .4s linear;
  transition: opacity .4s linear;
}

#previewModal .modal-body {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/preview-img.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: bottom center;
}

#previewModal .modal-body img {
  position: absolute;
  top: 40px;
  left: 49.2%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  max-height: 315px;
  -o-object-fit: contain;
  object-fit: contain;
}
/*#previewModal #large_size img {
    top: 60px;
    height: 158px;
    width: 371.8px;
}*/
#previewModal #large_size img {
    top: 14px;
    height: 237px;
    width: 600.8px;
    left: 52.3%;
}
.c-about-content p {
  color: #333;
  font-weight: normal;
}

.c-about-content b,
.c-about-content a,
a.text-pink,
.artist-listing-content p a {
  color: #ed135d;
  font-weight: 400;
}

.c-about-content a:hover,
a.text-pink {
  cursor: pointer;
}

.c-about-content b.text-dark {
  color: #333;
}

.c-about-content .p-heading {
  display: block;
  text-transform: uppercase;
}

.c-visuals-image {
  position: relative;
}

.c-visuals-overlay>a {
  position: absolute;
  top: 15px;
  left: auto;
  right: 15px;
  background-color: #ed135d;
  padding: 10px;
}

.c-visuals-buttons {
  margin-bottom: 80px;
}

.c-visuals-text p {
  font-size: 17px;
  line-height: 24px;
  color: #333;
  font-weight: normal;
  text-align: center;
}

.c-visuals-text {
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
}

.c-voices-container a {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  padding: 5px 8px;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}

.c-voices-container a:hover {
  color: #ed135d;
}

.c-voices-img {
  position: relative;
}

.c-voices-overlay h4,
.s-d-flex-popups h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}

.c-voices-overlay p,
.s-d-flex-popups a p {
  font-size: 16px;
}

.c-voices-container+.c-voices-container {
  margin-top: 30px;
}

.c-voices-container {
  position: relative;
}

.c-act-container {
  background-color: #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  overflow: hidden;
  padding: 60px 15px;
  text-align: center;
  display: block;
  text-decoration: none!important;
  height: 100%;
}

.c-act-container img {
  width: auto;
  margin-bottom: 5px;
  max-height: 90px;
}

.c-act-container p {
  font-size: 16px;
  line-height: 24px;
  max-width: 320px;
  margin: 0 auto;
  font-weight: 400; 
}

.c-act-container h4 {
  font-size: 22px;
  line-height: 30px;
  color: #ed135d;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.c-download-app {
  text-align: center;
  background-image: url('https://streetartmankind.org/wp-content/themes/biosphere/custom/images/download-app-inner-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding: 50px 15px;
  background-attachment: fixed;
}

.c-download-app-content h3 {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.heading-pink {
  color: #ed145d;
}

.c-download-app-content p {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 30px;
}

.c-download-app-content p:last-of-type {
  margin-top: 20px;
}

.store-links a img {
  width: auto;
  max-height: 50px;
}

.store-links {
  margin-top: 20px;
}

.store-links a {
  background-color: #000;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px;
  min-width: 200px;
}

.store-links a+a {
  margin-left: 30px;
}

.c-about-content {
  padding: 0 15px;
}

.inner-banner-link,
.inner-banner-link:hover,
.inner-banner-link:focus {
  color: #ed145d;
  text-decoration: underline;
  font-weight: 700;
  font-size: 15px;
}

.shop-price del {
  font-weight: normal;
  color: #666;
  font-size: 16px;
}

.inner-banner-content p {
  max-width: 450px;
}

.aritist-listing-filters li.active,
.custom_pagination_see_more .current {
  border-color: #ed145d!important;
  background-color: #ed145d!important;
  color: #fff!important;
}

.banner-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #000;
  opacity: .2;
}

.latest-events-container img,
.meet-artists-img-big img,
.meet-artists-images-small img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.latest-events-container img {
  height: 50vh;
}

.meet-artists-img-big img,
.meet-artists-img-big iframe {
  height: 30vh;
  display: block;
}

.meet-artists-images-small img {
  height: 14.5vh;
}

.meet-artists-img-big img {
  max-height: 250px;
}


/*17-04-20*/

.artist-listing-content p {
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.noarfound_custom_class {
  color: black;
  font-size: 22px;
  font-weight: 500;
}

.article_disable_for_now {
  display: none!important;
}

.article_enable_for_now {
  display: block!important;
}

.custom_loader {
  border: 16px solid #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border-top: 16px solid #ed145d;
  border-bottom: 16px solid #ed145d;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
       animation: spin 2s linear infinite;
}

.artist-work-container img {
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader_for_ajax_call {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.c-act-wrap {
  max-width: 1600px;
  margin: 0 auto;
}

.c-act-container p span {
  color: #ed135d;
  font-weight: 500;
}

.owl-artist-work .owl-nav {
  display: block!important;
}
.owl-artist-work .owl-nav.disabled{
/*  display: none !important;*/
}

.p-without-sub-category li {
  font-weight: 500;
  font-size: 16px;
  margin: 15px 0;
}

.p-without-sub-category li.s-c-selected {
  color: #ed135d;
}

.shop-img>img {
  width: 100%;
      height: 33.2vh!important;
    -o-object-fit: cover;
       object-fit: cover;
}

.s-d-alert p {
  font-size: 15px;
  color: #333;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0;
  background-color: #b5b5b5;
  padding: 12px 15px;
}

.padding-header {
  padding-top: 91px;
  background-color: #f6f9fc;
}

.cstm-breadcrumb li+li {
  margin-left: 10px;
}

.cstm-breadcrumb li {
  line-height: 1;
  font-weight: 500;
  position: relative;
}

.shop-detail {
  padding: 70px 0;
}

.cstm-breadcrumb li+li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -webkit-calc(50% + 1px);
  top: -moz-calc(50% + 1px);
  top: calc(50% + 1px);
  border-left: 1px solid #666;
  width: 1px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.shop-detail .cstm-breadcrumb {
  margin-bottom: 30px;
}

.flexslider {
  border: 0;
  margin-bottom: 30px;
  background-color: transparent;
}

.flex-thumbnail {
  margin-bottom: 0;
  background-color: transparent;
}

.flex-thumbnail .slides img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 15vh!important;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
  position: absolute;
  left: 0;
  top: -webkit-calc(50% + 22px);
  top: -moz-calc(50% + 22px);
  top: calc(50% + 22px);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.6)!important;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider.svg)!important;
  background-repeat: no-repeat!important;
  -webkit-background-size: 16px 16px!important;
     -moz-background-size: 16px!important;
       -o-background-size: 16px!important;
          background-size: 16px!important;
  background-position: center!important;
  opacity: 1;
  color: transparent;
  text-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  cursor: pointer;
}

.flex-direction-nav .flex-next {
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
}

.flex-direction-nav .flex-next::before,
.flex-direction-nav .flex-prev::before {
  display: none;
}

.flex-prev.flex-disabled,
.flex-next.flex-disabled {
  opacity: 1!important;
  cursor: pointer!important;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0;
}

.flex-thumbnail .flex-prev.flex-disabled,
.flex-thumbnail .flex-next.flex-disabled {
  opacity: 0!important;
}

.flex-direction-nav .flex-prev:hover {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
       transform: translateY(-50%) rotate(180deg);
  background-color: rgba(0, 0, 0, 1)!important;
}

.flex-direction-nav .flex-next:hover {
  background-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/slider-2.svg)!important;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
       transform: translateY(-50%) rotate(0deg);
  background-color: rgba(0, 0, 0, 1)!important;
}

.flexslider .slides img {
  height: 65vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.flex-thumbnail .flex-active-slide {
  position: relative;
}

.flex-thumbnail .flex-active-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(237, 19, 93, 0.6);
}

.s-d-name-price h2 {
  color: #333;
  margin: 0;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 140px);
  -ms-flex: 0 0 calc(100% - 140px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 140px);
  max-width: -webkit-calc(100% - 140px);
  max-width: -moz-calc(100% - 140px);
  max-width: calc(100% - 140px);
  padding-right: 15px;
  font-size: 30px;
}

.s-d-name-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin-bottom: 10px;
}

.s-d-name-price span.amount {
  font-size: 22px;
  font-weight: 700;
  color: #ed135d;
  width: 140px;
  text-align: right;
  position: relative;
  top: 2px;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-type {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.product-size {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.product-size label {
  font-weight: 600;
}

.single-product .product-quantity {
  font-weight: 600;
  margin-bottom: 15px;
}

.s-d-content .main-button {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s-d-content #accordion {
    margin-top: 5px;
    margin-bottom: 0;
}

.s-d-content #accordion + #accordion {
    margin-top: 0;
}

.s-d-content #accordion .panel-heading {
  padding: 0;
}

.s-d-content .panel-heading a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 17px;
  position: relative;
  text-decoration: none;
}

.s-d-content .panel-heading a::after {
  content: "\f105";
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.s-d-content .panel-heading a[aria-expanded="true"]::after {
  content: "\f107";
}

.s-d-content #accordion .panel {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
       border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}

.s-d-content .panel-body {
  padding: 10px;
  border-top: 0!important;
}

.s-p-image img {
  height: 33.2vh!important;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-p-container {
  display: block;
  background-color: #fff;
  border: 1px solid #efefef;
  text-align: center;
  text-decoration: none!important;
}

.s-p-text {
  padding: 15px;
}

.s-p-text h4 {
  font-weight: bold;
  color: #333;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
}

.s-p-text h6 {
  margin: 0;
  font-size: 13px;
  color: #666;
  font-weight: normal;
  text-transform: capitalize;
}


/* custom input type number */

.quantity {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
}
.quantity label {
  margin-right: 8px;
  margin-bottom: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 90px!important;
  height: 35px!important;
  display: block!important;
  padding: 5px 15px!important;
  border: 1px solid #333!important;
  text-align: center!important;
  color: #333!important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  height: 35px;
}

.quantity-button {
  cursor: pointer;
  border: 1px solid #333;
  width: 35px;
  text-align: center;
  color: #333;
  height: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  background-color: #fff;
  font-weight: bold;
}

.quantity-button.quantity-down {
  position: absolute;
  top: 0;
  left: 78px;
}

.quantity-button.quantity-up {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}


/* custom input type number */


/* header black */

/* .single-product header .navbar-nav li a,
.single-product header .language-switcher button {
  color: #333;
}

.single-product header .side-menu-toggle svg {
  fill: #333;
}

.single-product header .navbar-nav li .main-button {
  color: #fff!important;
}

.single-product header .navbar-nav li a:hover,
.single-product header .navbar-nav li a:focus,
.single-product.freeze header .navbar-nav li a:hover,
.single-product.freeze header .navbar-nav li a:focus,
.single-product.show-side-menu header .navbar-nav li a:hover,
.single-product.show-side-menu header .navbar-nav li a:focus {
  color: #ed135d;
} */

/* .single-product.freeze header .navbar-nav li a,
.single-product.freeze header .language-switcher button,
.single-product.show-side-menu header .navbar-nav li a,
.single-product.show-side-menu header .language-switcher button {
  color: #fff;
}

.single-product.freeze header .side-menu-toggle svg,
.single-product.show-side-menu header .side-menu-toggle svg {
  fill: #fff;
}

.single-product .language-switcher .bootstrap-select.open button,
.single-product .language-switcher .bootstrap-select button:focus {
  color: #333!important;
}

.single-product.header-fixed .language-switcher .bootstrap-select.open button,
.single-product.header-fixed .language-switcher .bootstrap-select button:focus {
  color: #ed135d!important;
}

.single-product.header-fixed header .navbar-nav li a,
.single-product.header-fixed header .language-switcher button {
  color: #ed135d;
}

.single-product.header-fixed header .side-menu-toggle svg {
  fill: #ed135d;
}

.single-product.header-fixed header .navbar-nav li a:hover,
.single-product.header-fixed header .navbar-nav li a:focus {
  color: #333;
}

.single-product header .side-menu-toggle svg:hover {
  fill: #ed135d;
}

.single-product.header-fixed header .side-menu-toggle svg:hover {
  fill: #333;
} */


/* header black */

.half-text {
  padding-left: 3.2vw;
}

.half-text h6,
.a-p-text h6 {
  margin-top: 0;
  font-size: 17px;
  font-weight: 600;
  color: #ed135d;
  margin-bottom: 15px;
}

.half-text p {
  color: #333;
  font-weight: normal;
  margin-bottom: 0;
}

.half-buttons {
  margin-top: 30px;
}

.half-buttons a+a {
  margin-left: 30px!important;
}

.section-inverted>.container>.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.section-inverted .half-text {
  padding-left: 0;
  padding-right: 3.2vw;
}

.aritist-listing-filters ul li:hover,
.custom_pagination_see_more>*:hover {
  background-color: #efefef;
  color: #333;
}

.inner-banner button.owl-dot.active span,
.slick-inner-banner .slick-dots .slick-active button {
  background-color: #ed135d;
}

.IroColorPicker>svg {
  width: 100%!important;
}

.custom_pagination_see_more>* {
  background-color: #fff;
  border: 1px solid #ddd;
}

.about-page .half-text p,
.about-sam-text p,
.meet-artists .heading-container p,
.paragraph {
  color: #333;
}

.about-sam-text p,
.meet-artists .heading-container p,
.paragraph {
  font-weight: normal;
}

.about-sam-text p b {
  color: #ed145d;
}

.about-page .flexslider .slides img {
  height: 42vh;
}

.about-page .flex-thumbnail {
  padding-left: 0;
}

.about-page .flexslider {
  margin-bottom: 10px;
}

.about-art {
  padding: 150px 0;
  background-image: url('https://streetartmankind.org/wp-content/themes/biosphere/custom/images/about-art-bg.png');
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
      background-attachment: fixed;
  background-repeat: no-repeat;
}

.about-art p {
  font-size: 35px;
  line-height: 45px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-page .half-text p+p {
  margin-top: 15px;
}

.about-page>.container>.row+.row {
  margin-top: 80px;
}

.row-inverted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
       flex-direction: row-reverse;
}

.row-inverted .half-text {
  padding-right: 3.2vw;
  padding-left: 0;
}

.about-stats-wrap {
  background-color: #fff;
  padding: 40px 15px;
  text-align: center;
}

.about-stats-wrap li {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -moz-box-flex: 0;
       flex: 0 0 50%;
  max-width: 50%;
}

.about-stats h4 {
  font-size: 25px;
  text-transform: uppercase;
  color: #ea2163;
}

.about-stats p,
.about-stats-wrap p {
  color: #333;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
}

.about-stats+.about-stats {
  margin-top: 20px;
}

.about-stats-wrap li+li {
  border-left: 1px solid #ddd;
}

.about-stats-wrap>p {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 16px;
  line-height: 20px;
}

.about-stats-wrap>p b {
  font-weight: 500;
  color: #ea2163;
}

.about-stats-wrap>i {
  margin-top: 20px;
  display: block;
  font-weight: 500;
}

.about-stats-wrap strong {
  font-weight: 500;
  font-style: normal;
}

.about-stats-wrap>i>span {
  color: #ea2163;
  font-weight: 600;
}

#s-d-flex-slider {
  margin-bottom: 10px;
}

.about-sam-founders {
  max-width: 980px;
  margin: 50px auto 60px;
}

.a-s-our-mission .about-sam-founders {
  margin-bottom: 0;
}

.about-sam-founders h4 {
  font-size: 21px;
  text-align: center;
  margin-bottom: 40px;
}

.a-s-founders-container h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ea2163;
  margin-top: 20px;
  margin-bottom: 0;
}

.impact-post {
/*  padding: 10px 60px 30px;*/
  padding:0;
  background-color: #fff;
}

.category-sidebar {
  width: 375px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 375px;
  -ms-flex: 0 0 375px;
  -moz-box-flex: 0;
       flex: 0 0 375px;
  max-width: 375px;
}

.category-content {
  width: -webkit-calc(100% - 375px);
  width: -moz-calc(100% - 375px);
  width: calc(100% - 375px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 375px);
  -ms-flex: 0 0 calc(100% - 375px);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 375px);
  max-width: -webkit-calc(100% - 375px);
  max-width: -moz-calc(100% - 375px);
  max-width: calc(100% - 375px);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

.active_filter_cstm {
  color: #ed135d!important;
}

.a-s-m-container {
  text-decoration: none!important;
  display: block;
  position: relative;
}

.a-s-m-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
       align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), color-stop(25%, transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, transparent 25%);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, transparent 25%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .6) 0%, transparent 25%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, transparent 25%);
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.a-s-m-container:hover .a-s-m-overlay {
  opacity: 1;
  visibility: visible;
}

.a-s-m-overlay h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 30px;
}

.about-sam-members {
  padding-bottom: 80px;
}

.meet-artists .heading-container p {
  text-align: left;
}

.contact-info .paragraph {
  max-width: 1080px;
  margin: 40px auto 0;
}

.contact-info .heading-container {
  margin-bottom: 0;
}

.contact-info .paragraph a {
  font-weight: bold;
  color: #ed135d;
}

.c-t-s-container {
  text-align: center;
  padding: 15px;
  max-width: 320px;
}

.c-t-s-container img {
  width: auto;
  margin-bottom: 20px;
}

.c-t-s-container {
  text-align: center;
  padding: 15px;
  max-width: 320px;
  margin: 0 auto 30px;
}

.c-t-s-container p b {
  color: #ed135d;
}

p.c-t-s-sources {
  color: #333;
}

.p-r-date {
  color: #666;
  font-size: 15px;
}

.p-r-country {
  position: relative;
  color: #ed135d;
  padding-left: 20px;
}

.p-r-country::before {
  content: "";
  top: 50%;
  left: 10px;
  width: 1px;
  height: 8px;
  border-left: 1px solid #333;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.p-r-text h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
}

.p-r-text p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  font-weight: normal;
}

.p-r-text a {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  color: #ed135d;
  margin-top: 10px;
  display: inline-block;
}

.p-r-image {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}

.press-releases .row-inverted {
  text-align: right;
}

.press-releases .row+.row {
  margin-top: 40px;
}

.c-visuals-buttons .share-button {
  display: inline-block;
  margin-right: 15px;
  position: relative;
}

.c-visuals-buttons .share-icons {
  left: 0;
  right: auto;
}

.c-visuals-buttons .share-icons::before {
  left: 40px;
  right: auto;
}

.about-artists .heading-container h3 {
  margin-bottom: 40px;
}

/*.b-l-img {
  width: 14vw;
  background-color: #fff;
  padding: 15px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14vw;
  -ms-flex: 0 0 14vw;
  -moz-box-flex: 0;
       flex: 0 0 14vw;
  max-width: 14vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  border: 1px solid #ddd;
}*/

.b-l-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.b-l-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
/*.b-l-text p {
  margin-bottom: auto;
} 
.b-l-text {
  width: -webkit-calc(100% - 14vw);
  width: -moz-calc(100% - 14vw);
  width: calc(100% - 14vw);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 14vw);
  -ms-flex: 0 0 calc(100% - 14vw);
  -moz-box-flex: 0;
       flex: 0 0 calc(100% - 14vw);
  max-width: -webkit-calc(100% - 14vw);
  max-width: -moz-calc(100% - 14vw);
  max-width: calc(100% - 14vw);
  padding-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}*/
.d-a-img img {
    -o-object-fit: cover;
       object-fit: cover;
}
.brand-icons img {
    height: auto;
}
.b-a-half {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.d-a-img {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.brand-icons {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.b-a-half ul {
    /*width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;*/
  margin: auto 0;
  height: -webkit-calc(100% - 72px);
  height: -moz-calc(100% - 72px);
  height: calc(100% - 72px);
}
.b-a-half h4 {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  /*width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;*/
}

/*.b-l-text h6 {
  font-size: 22px;
  font-weight: bold;
  color: #ed135d;
}*/

.b-l-container+.b-l-container {
  margin-top: 25px;
}

.b-a-half li {
  width: -webkit-calc(32% - 8px);
  width: -moz-calc(32% - 8px);
  width: calc(32% - 8px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(32% - 8px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(32% - 8px);
          flex: 0 0 calc(32% - 8px);
  max-width: -webkit-calc(32% - 8px);
  max-width: -moz-calc(32% - 8px);
  max-width: calc(32% - 8px);
}

.brand-icons img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-icons img+img {
  margin-top: 8px;
}
.shop-details-buttons a {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(50% - 15px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
            flex: 0 0 calc(50% - 15px);
    max-width: -webkit-calc(50% - 15px);
    max-width: -moz-calc(50% - 15px);
    max-width: calc(50% - 15px);
}

.shop-details-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.news-img,
.o-b-a-item-img,
.b-l-img {
    width: 235px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 235px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 235px;
            flex: 0 0 235px;
    max-width: 235px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news-container,
.o-b-a-item-container {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -moz-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.news-text,
.o-b-a-item-text,
.b-l-text {
    width: -webkit-calc(100% - 235px);
    width: -moz-calc(100% - 235px);
    width: calc(100% - 235px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 235px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 235px);
            flex: 0 0 calc(100% - 235px);
    max-width: -webkit-calc(100% - 235px);
    max-width: -moz-calc(100% - 235px);
    max-width: calc(100% - 235px);
    text-align: right;
    padding-right: 30px;
}

.news-container + .news-container {
    margin-top: 25px;
}

.news-text h5,
.o-b-a-item-text h5,
.b-l-text h6 {
    color: #ed135d;
    font-size: 22px;
    font-weight: bold;
  margin-top: 0;
}

.news-wrap h4,
.b-a-carousels-wrap h4 {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  margin-top: 20px;
}

.n-w-right .news-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.n-w-right .news-text {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
}
.o-b-a-item-text h6,
.b-l-text span {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: normal;
    color: #000;
  display: block;
  white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
}

.o-b-a-item-text h5,
.b-l-text h6 {
    margin-bottom: 5px;
}
.o-b-a-item-container {
  margin: 10px 0;
}
.b-a-carousels-wrap {
    padding-top: 100px;
}
.s-b-a-right .o-b-a-item-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.s-b-a-right .o-b-a-item-text {
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
}
.o-b-a-item-text p,
.b-l-text p {
    color: #666;
    font-size: 16px;
    line-height: 22px;
  margin-bottom: 0;
}
.slick-arrow {
    color: transparent;
    top: 0;
    left: auto;
    right: 88px;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.slick-arrow.slick-next {
    top: auto;
    bottom: 0;
    right: 88px;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.slick-arrow:hover {
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.slick-arrow.slick-next:hover {
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.s-b-a-right .slick-arrow {
    right: auto;
    left: 88px;
}
.y-a-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.form-cust-radio input {
    width: 20px;
    height: 20px;
    margin-top: 0;
  opacity: 0;
}

.form-cust-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.form-cust-radio label {
    margin-bottom: 0;
    padding-left: 8px;
    position: relative;
}

.form-cust-radio label::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
}

.form-cust-radio label::after {
    content: "";
    position: absolute;
    left: -13px;
    top: 2px;
    width: 6px;
    height: 12px;
    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
}
.form-cust-radio input:checked + label::before {
  background-color: #ed135d;
  border-color: #ed135d;
}
.form-cust-radio input:checked + label::after {
  opacity: 1;
}
.partner-sam h4,
.woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.you-are {
    margin-bottom: 40px;
}

.partner-sam h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.like-to li + li {
    margin-top: 15px;
}

.form-step-1 .main-button {
    margin-top: 30px;
}

.a-p-text {
    padding-right: 3.2vw;
}

.a-p-img {
    position: relative;
}

.art-p-overlay {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff!important;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
  -webkit-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  transition: 0.4s ease;
}
.a-p-img:hover .art-p-overlay {
  opacity: 1;
  visibility: visible;
}
.partner-sam input.form-control,
.custom_desc_container input.form-control,
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce form input,
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select,
.select2-container--default .select2-selection--single {
    border-color: #d5d5d5;
    color: #555;
}

.form-group label span {
    color: #ea2163;
}
.form-group label {
  display: block;
}
.form-select .bootstrap-select {
    width: 100%!important;
}

.form-select .bootstrap-select button {
    height: 42px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #d5d5d5!important;
        background-color: transparent!important;
    -webkit-box-shadow: none!important;
       -moz-box-shadow: none!important;
            box-shadow: none!important;
}

.form-select .bootstrap-select .caret {
    border: 0;
}

.form-select .bootstrap-select .caret::before {content: "\f107";font-family: "Font Awesome 5 Free";font-weight: 900;color: #d5d5d5;position: absolute;top: 2px;left: auto;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);right: 0px;}


.form-select .dropdown-menu {
  background-color: #f6f9fc!important;
}
.form-select .dropdown-menu a {
  background-color: #f6f9fc!important;
}
.form-select .dropdown-menu a:hover {
  background-color: #d5d5d5!important;
}
.form-select .dropdown-menu a::before {
  display: none;
}
.form-select .dropdown-menu.open::before {
  display: none;
}
.i-b-div {
    background-color: rgba(0,0,0,0.8);
    padding: 15px 20px 20px;
    display: inline-block;
  margin-top: 12vh;
}

.i-b-div h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
}

.i-b-div span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-transform: capitalize;
}
.i-b-artists p {
  font-size: 16px;
    line-height: 22px;
}

.i-b-artists h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.i-b-artists {
    max-width: 350px;
    color: #fff;
}
.i-b-div .main-button {
    margin-top: 15px;
}
.m-n-m-text .heading-container {
    text-align: left;
    margin-bottom: 20px;
}

.m-n-m-text .paragraph {
    font-size: 18px;
}

.m-n-m-text .text-more {
    color: #ed135d;
    text-transform: capitalize;
    font-weight: 500;
}

.m-n-m-text .main-button {
    margin-top: 15px;
}

.m-n-m-text p + p {
    margin-top: 20px;
   /* display: inline-block;*/
}
.map-options {
    padding: 10px 0;
}
.map-options .download-map {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.map-options .follow-list {
    font-size: 16px;
    font-weight: 600;
    margin-left: 15px;
    line-height: 1;
}

.map-options .follow-list svg {
    width: 20px;
    margin-top: 2px;
}
.a-w-meet-artists .meet-artist-over-content h6 {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 15px;
  text-transform: capitalize;
}

.a-w-meet-artists .meet-artist-over-content h5 {
    margin-bottom: 10px;
}
.a-w-meet-artists .meet-artists-overlay {
  background-color: rgba(0,0,0,0.6);
  padding: 10px;
}
.a-w-meet-artists .owl-dots {
    display: none;
}
.view-all-murals {
    text-align: center;
    display: inline-block;
    margin-top: 40px;
    color: #ed135d;
    text-decoration: underline;
    font-weight: 600;
}
.view-all-murals:hover,
.view-all-murals:focus {
  color: #ed135d;
}
.c-posts.a-w-c-posts {
    border-top: 1px solid #ddd;
}
.g-a-content h4 {
    font-size: 22px;
    color: #ed135d;
    text-transform: capitalize;
    margin-bottom: 10px;
  font-weight: 600;
}

.g-a-content p {
    font-size: 18px;
    color: #333;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 0;
}

.g-a-content p a {
    color: #ed135d;
    font-style: italic;
	word-break: break-all;
}

.g-a-content li + li {
    margin-top: 20px;
}
.map-options .download-map:hover {
  text-decoration: none;
  color: #ed135d;
}
.form-select .bootstrap-select > .dropdown-menu {
    background-color: #f6f9fc!important;
    border: 1px solid #d5d5d5!important;
}
.glyphicon.glyphicon-calendar::before {
    display: none;
}

.input-group.date .input-group-addon {
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 45px;
    color: #d5d5d5;
    height: 42px;
    line-height: 40px;
    cursor: pointer;
}

.input-group.date {
    position: relative;
    width: 100%;
    z-index: 1;
}

.input-group.date input {
    position: relative;
    z-index: -1;
	line-height: 24px;
}
.datetimepicker-dropdown-bottom-left::before, .datetimepicker-dropdown-bottom-left::after {
    display: none;
}

.datetimepicker-dropdown-bottom-left {
    border: 1px solid #d5d5d5;
    margin-top: 5px;
    background-color: #f6f9fc!important;
}

.glyphicon.glyphicon-arrow-left::before, .glyphicon.glyphicon-arrow-right::before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.glyphicon.glyphicon-arrow-right::before {
    content: "\f105";
}
.input-type-file input {
    position: absolute;
    opacity: 0;
}

.input-type-file {
    position: relative;
    height: 42px;
    border: 1px solid #d5d5d5;
}

.input-type-file a {
    padding: 10px 26px;
    position: absolute;
    right: 0;
  top: -1px;
}
textarea,
.custom_desc_container textarea {
    border: 1px solid #d5d5d5;
    width: 100%;
    background-color: transparent;
    padding: 10px 12px;
    resize: none;
    height: 139px;
}
.custom_desc_container textarea {
  height: 80px;
  border-radius: 0;
    box-shadow: none;
}
.partner-sam .form-group {
    margin-bottom: 30px;
}
.m-b-black {
    background-color: #333;
}

.m-b-black:hover, .m-b-black:focus {
    background-color: #555;
}

.partner-sam form > .form-step-2 {
    display: none;
}
.s-i-b-item {
  position: relative;
  display: block!important;
}
#lightshotModal .owl-lightshot .modal-body img,
#lightshotModalVoice .owl-lightshot .modal-body img {
    max-height: -webkit-calc(100vh - 90px);
    max-height: -moz-calc(100vh - 90px);
    max-height: calc(100vh - 90px);
}
.owl-lightshot .owl-nav .owl-next {
  left: auto;
    right: 0;
}
.owl-lightshot .owl-nav .owl-prev {
    left: 0;
}
#lightshotModal .owl-lightshot .owl-dots,
#lightshotModalVoice .owl-lightshot .owl-dots {
    display: none!important;
}
#lightshotModal .owl-lightshot .owl-nav,
#lightshotModalVoice .owl-lightshot .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(50% + 35px);
    top: -moz-calc(50% + 35px);
    top: calc(50% + 35px);
}
#Donate_popup .modal-dialog {
    max-width: 820px;
    margin: 30px auto;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
}

#Donate_popup .modal-body {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  height: auto;
}

.donate-img {
    background-color: #fff;
    width: 56%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
    max-width: 56%;
}

#Donate_popup form {
    width: -webkit-calc(44% - 8px);
    width: -moz-calc(44% - 8px);
    width: calc(44% - 8px);
    background-color: #f6f9fc;
    padding: 30px 15px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(44% - 8px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(44% - 8px);
            flex: 0 0 calc(44% - 8px);
    max-width: -webkit-calc(44% - 8px);
    max-width: -moz-calc(44% - 8px);
    max-width: calc(44% - 8px);
  overflow: hidden;
}

#Donate_popup .modal-content {
    background-color: transparent;
}

.d-i-text {
    padding: 30px;
}
#Donate_popup h2 {
    font-size: 35px;
    color: #333;
    margin-top: 0;
}

#Donate_popup p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

#Donate_popup p + p {
    margin-top: 10px;
}

.d-form h2 {
    text-align: center;
    margin-top: 10px!important;
}
#Donate_popup h2 {
    font-size: 24px;
    color: #333;
    margin-top: 0;
  position: relative;
}

#Donate_popup p {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
  line-height: 20px;
  font-weight: normal;
}

#Donate_popup p + p {
    margin-top: 10px;
}

.d-form h2 {
    text-align: center;
    margin-top: 10px!important;
}

.d-form ul {
    margin-top: 30px;
}

.d-cstm-radio {
    width: -webkit-calc(33% - 10px);
    width: -moz-calc(33% - 10px);
    width: calc(33% - 10px);
    position: relative;
    margin-bottom: 20px;
}

.d-cstm-radio input {
    width: 96px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    margin-top: 0;
    opacity: 0;
  cursor: pointer;
}

.d-cstm-radio label {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
    margin-bottom: 0;
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
            box-shadow: 0 0 6px rgba(0,0,0,0.1);
}

.d-cstm-radio input:checked + label {
    background-color: #ed135d;
    color: #fff;
}
#Donate_popup input.form-control {
    color: #333!important;
    border-color: rgba(0,0,0,0.2)!important;
	  height: 42px!important;
}
#Donate_popup input.form-control:focus {
  border-color: #ed135d!important;
}
.f-g-w-icon {
    position: relative;
}

.f-g-w-icon span, .f-g-w-icon i {
    position: absolute;
    left: 15px;
    top: 7px;
    font-size: 20px;
    color: #666;
}

.f-g-w-icon i {
    left: auto;
    right: 15px;
    font-style: normal;
}

.f-g-w-icon span::before {content: "";position: absolute;left: 15px;width: 1px;height: 100%;background-color: #999; display: none;}

#Donate_popup .f-g-w-icon input {padding-left: 40px;padding-right: 55px;}
#Donate_popup input[type="number"] {
    padding: 0 55px 0 35px;
    font-size: 26px;
    font-weight: 500;
    color: #ea2163!important;
}
.d-b-container {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
}
#Donate_popup .main-button {
  text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.d-form {
    height: 100%;
    padding-bottom: 90px;
    position: relative;
}
#Donate_popup h2 img {
    width: auto;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.d-f-s-2::before,
.d-f-s-3::before {
  content: "";position: absolute;left: -40px;top: 70px;width: -webkit-calc(100% + 80px);width: -moz-calc(100% + 80px);width: calc(100% + 80px);height: 1px;background-color: rgba(0,0,0,0.2);}

.d-f-s-2 h2,
.d-f-s-3 h2 {
    margin-bottom: 55px;
}
.d-f-s-2 > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 24px;
    font-weight: 500;
    color: #ed135d;
    margin-bottom: 15px;
}

.selected-amount {
    font-size: 40px;
    font-weight: 600;
    font-style: normal;
    margin: 0 4px;
}

.fee {
    background-color: #ed135d;
    padding: 10px;
    text-align: center;
    line-height: 1;
}

.fee .form-cust-radio {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.fee .form-cust-radio label {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.1;
  font-size: 16px;
}

.fee .form-cust-radio input {
    width: 17px;
    height: 17px;
}

.fee .form-cust-radio label::before {
    width: 17px;
    height: 17px;
    border-color: #fff;
    left: -17px;
}

.fee .form-cust-radio label::after {
    border-color: #ed135d;
    left: -11px;
    top: 1px;
}

.add-p-f {
    max-width: 240px;
    margin: 0 auto;
}

.add-p-f li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 15px;
    color: #333;
}

.add-p-f li + li {
    margin-top: 12px;
}
.d-f-s-2 .button-container {
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
}

.d-f-s-2 .button-container a {
    width: 100%;
    display: block;
}

.d-f-s-2 .button-container img {
    width: auto;
}

.d-f-s-2 .button-container a + a {
    margin-left: 0;
    margin-top: 20px;
}

.main-button.m-b-white {
    background-color: #fff;
    border-color: rgba(0,0,0,0.2);
}
.d-f-s-2 {
    padding-bottom: 125px;
}
.d-f-s-2 .button-container i {
    margin-right: 10px;
}
.ssl-img img {
    width: auto;
}

.ssl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e9e9e9;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px;
    margin-top: 0;
}

.ssl-img {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
}

/*.ssl-text {width: -webkit-calc(100% - 60px);width: -moz-calc(100% - 60px);width: calc(100% - 60px);-webkit-box-flex: 0;-webkit-flex: 0 0 -webkit-calc(100% - 60px);-moz-box-flex: 0;-ms-flex: 0 0 calc(100% - 60px);flex: 0 0 calc(100% - 60px);max-width: -webkit-calc(100% - 60px);max-width: -moz-calc(100% - 60px);max-width: calc(100% - 60px);padding-left: 15px;}
*/
.ssl-text {width: -webkit-calc(100%);width: -moz-calc(100%);width: calc(100%);-webkit-box-flex: 0;-webkit-flex: 0 0 -webkit-calc(100%);-moz-box-flex: 0;-ms-flex: 0 0 calc(100%);flex: 0 0 calc(100%);max-width: -webkit-calc(100%);max-width: -moz-calc(100%);max-width: calc(100%);padding-left: 15px;}

.ssl-text p {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

.credit-card-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5px 0;
}


.credit-card-icons img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: auto;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    transition: 0.4s ease;
  transform: scale(0.9);
}

.credit-card-icons a:hover img {
    -webkit-filter: none;
            filter: none;
}

.credit-card-details .form-group {
    margin-bottom: 20px;
}

.credit-card-details {
    margin-top: 25px;
}

.credit-card-details input.form-control {
    border-color: rgba(0,0,0,0.2)!important;
    color: #999!important;
    padding-left: 15px!important;
}

.credit-card-details i {
    color: #999!important;
}
.credit-card-details .f-g-w-icon i {
  top: 12px;
}
.d-f-s-3 .button-container {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}
.button-container button {
    width: 100%;
}
.d-f-s-2,
.d-f-s-3 {
  display:none;
}
.credit-card-details .f-g-w-icon i.fa-question-circle {
  color: #ed135d!important;
}
#Donate_popup {
    background-color: rgba(0,0,0,0.2);
}
.s-a-v-container {
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 18px rgba(0,0,0,0.1);
            box-shadow: 0 0 18px rgba(0,0,0,0.1);
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(50% - 15px);
     -moz-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: -webkit-calc(50% - 15px);
  max-width: -moz-calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin: 0 auto;
  margin-bottom: 30px;
}
.s-a-v-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.s-a-v-container video {
  width: 100%;
  display: block;
}
.artist-listing-content {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}

body .owl-carousel .owl-dot {
    padding: 5px 0!important;
}
.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
}
header .navbar-nav>li>a.active {
    color: #ed135d;
}
.filter-reset {
    margin-top: 15px;
}
/* .flex-direction-nav {
    opacity: 0;
    visibility: hidden;
} */

#s-d-flex-slider:hover .flex-direction-nav {
    opacity: 1;
    visibility: visible;
}


/*14-05-20*/
h3.result-not-found {
    text-align: center;
    margin: 140px auto;
    font-size: 18px;
}

/**************/
.c-c-onlyOnSale,
.c-c-onlyArtForSale {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-calc(100% - 40px);
    max-width: -moz-calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: -20px;
	justify-content: flex-end;
}

.c-c-onlyOnSale label,
.c-c-onlyArtForSale label {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
	max-width: calc(100% - 12px);
    padding-left: 0;
    padding-right: 5px;
}
.c-c-onlyArtForSale {
  max-width: 100%;
  margin-top: 15px;
}
.c-c-onlyOnSale label::before,
.c-c-onlyArtForSale label::before {
    left: auto;
    right: -12px;
}

.c-c-onlyOnSale label::after,
.c-c-onlyArtForSale label::after {
    left: auto;
    right: -8px;
}
.productDetails th {
    white-space: nowrap;
    vertical-align: top;
    padding: 5px 10px;
}

.productDetails td {
    padding: 5px 10px;
}

.productDetails {
    margin: 0 -10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}
.s-d-content .panel-body p {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: normal;
}
.panel-selected-item {
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: -5px;
    color: #ed145d;
  padding: 0 15px;
}
.termsUse,
.privacyPage {
    padding: 80px 0;
}

.termsUse h4,
.privacyPage h4 {
    color: #ed145d;
    font-weight: 600;
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.termsUse p,
.privacyPage p {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: normal;
}

.termsUse h4 + p strong,
.privacyPage h4 + p strong {
    margin-top: 20px;
}
.termsUse li,
.privacyPage li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.termsUse li:first-letter,
.privacyPage li:first-letter {
    text-transform: capitalize;
}
.termsUse strong,
.privacyPage strong {
  font-weight: 600;
}
.privacyPage table th, .privacyPage table td {
    font-size: 18px;
    line-height: 28px;
    vertical-align: top;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 8px 15px;
}

.privacyPage table th {
  font-weight: 600;
  background-color: #333;
  color: #fff;
}
.privacyPage table {
    margin-bottom: 30px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
}

.privacyPage table th + th {border-left-color: #fff;}
li.more.cst-more {
    padding: 0 15px;
    text-decoration: underline;
    cursor: pointer;
    color: red;
}
.header-fixed header .navbar-nav>li>a.active {
  color: #000;
}
.product-filters .custom-check label {
    font-weight: normal;
    font-size: 14px;
  color: #666;
}
.c-c-onlyOnSale {
    max-width: -webkit-calc(100% - 30px);
    max-width: -moz-calc(100% - 30px);
    max-width: calc(100% - 30px);
}
.c-c-onlyOnSale label::before {
    border-color: #666;
}
.c-c-onlyOnSale input:checked + label::before {
      border-color: #666;
    background-color: #666;
}
.a-t-a-content .paragraph {
    margin-bottom: 0;
}

.a-t-a-content .paragraph + .paragraph {
    margin-top: 30px;
}
.owl-t-visuals {
  padding: 0 15px;
}
.t-visulas-container {
    border: 1px solid #ddd;
    position: relative;
  cursor: pointer;
}

.t-visulas-container:hover .t-visuals-overlay {
    opacity: 1;
    visibility: visible;
}
.t-visuals-overlay img {
    -webkit-filter: invert(1);
            filter: invert(1);
    width: auto!important;
}

.t-visuals-overlay {
    text-align: right;
    padding: 10px;
}
.make-statement .heading-container h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #ed135d;
    font-weight: bold;
    margin-top: 40px;
    padding: 0 15px;
}
.make-statement-wrap {
    padding: 15px;
}
.m-s-container {
    background-color: #fff;
    border: 1px solid #ddd;
}

.m-s-text {
    padding: 2px 15px 0;
    max-width: 350px;
    margin: 0 auto;
  clear: both;
}

.m-s-text h5 {
    font-size: 16px;
    line-height: 21px;
    color: #ed135d;
    text-align: center;
    margin-bottom: 0;
}

.m-s-text p {
    font-size: 15px;
    color: #4d4b4c;
    text-align: center;
    font-weight: normal;
}
.m-s-container {
  margin-bottom: 30px;
}
.gallery a.item {
    display: block;
}
#m-s-modal .custom_layout_desc {
    color: #333;
    padding: 15px 20px;
    font-size: 11px;
    text-align: justify;
    line-height: 20px;
    font-weight: 600;
	clear: both;
}

#m-s-modal .custom_name {
    color: #ed135d;
    font-weight: bold;
}

#m-s-modal .custom_autoher {
    font-weight: bold;
}

/*#m-s-modal .sam_title {
    font-weight: 500;
}*/
.a-p-img > * {
    height: 35vh;
  width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.a-p-overlay {
    text-align: center;
    padding: 0 15px;
}
.owl-lightshot-murals .lightshot-item h4,
.lightshot-item h4 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 13px;
}
.owl-lightshot .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.artist-painting-container > iframe {
    width: 100%;
    min-height: 30vh;
}
.all-products .product-list-container {
  margin-bottom: 30px;
}
.half-img {
    position: relative;
}
.close svg {
    fill: #666;
}
.close:hover svg {
  fill: #ed135d;
}
/*27-05-20*/
.about-page .flexslider iframe {
    -o-object-fit: cover;
       object-fit: cover;
    height: 42vh;
    width: 100%;
}
.about-page .flex-thumbnail .slides iframe,
.about-page .flex-thumbnail .slides img {
  height: 11.5vh!important;
  display: block;
  pointer-events: none;
}
.about-page .half-img iframe {
    width: 100%;
    max-width: 100%;
    height: 42vh;
  display: block;
}
/************/
.privacyTermsBanner .inner-banner-content {
    padding: 140px 0 60px;
  background-color: #333;
}
.shop-heading-and-price a {
    text-decoration: none;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
}
.about-us-container i img {
    width: 21px;
    display: block;
    -webkit-transform: none!important;
       -moz-transform: none!important;
        -ms-transform: none!important;
         -o-transform: none!important;
            transform: none!important;
}
.c-voices-overlay .product_zoom_image,
.s-d-flex-popups span {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.o-b-a-item-text a,
.news-text a,
.b-l-text a {
    font-size: 16px;
    text-decoration: none!important;
    color: #ed135d;
  font-weight: 500;
}
.o-b-t-a-overlay {
    text-align: right;
    padding: 10px;
}
.s-b-a-right .o-b-t-a-overlay {
    text-align: left;
}
.c-act-container a {
    text-decoration: none!important;
}
.news-text p {
  margin-bottom: 0;
}
.about-us-container {
    height: 320px;
  margin-top: 30px;
  margin-bottom: 0;
}
.about-us-container > img {
    height: 100%;
    object-fit: cover;
    border: none;
}
.about-us-container > iframe {
    height: 100%;
    border: none;
}
.about-us .heading-container {
    margin-bottom: 0;
}
.half-img:hover #s-d-flex-slider .s-d-flex-popups {
    opacity: 0;
    visibility: hidden;
}
#downloadAppModal .modal-dialog {
    margin: 60px auto;
}

#downloadAppModal .d-a-img.brand-icons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

#downloadAppModal .d-a-img.brand-icons img + img {
    margin-top: 0;
    margin-left: 10px;
}
.brand-assets .d-a-img.brand-icons a + a {
    margin-top: 10px;
}
/*#loader-bird img {
    opacity: 0;
    max-width: 260px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  transition: 0.8s ease;
}*/
.a-p-text p:last-child {
    margin-bottom: 0;
}
.form-step-2 .custom-check input {
    position: absolute;
    right: -43px;
    left: auto;
    background-color: white;
    width: 20px;
    height: 20px;
    margin-top: 0;
}

.form-step-2 .custom-check {
    width: auto;
}

.form-step-2 .custom-check label::before {
    width: 20px;
    height: 20px;
    left: auto;
    right: -58px;
    top: 0;
  border-color: #999;
}

.form-step-2 .custom-check label {
    padding-left: 0;
  font-weight: bold;
  font-size: 14px;
}

.form-step-2 .custom-check label::after {
    left: auto;
    right: -51px;
    width: 6px;
    height: 12px;
    top: 3px;
}

.form-step-2 .custom-check input:checked + label::before {
    background-color: #ed135d;
    border-color: #ed135d;
}
.art-power .a-p-img,
.art-power .a-p-img img {
  height: 100%;
}
.art-power .a-p-img a {
    height: 100%;
}
.submissionMsg {
    background-color: #ddd;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    -webkit-border-radius: .25rem;
       -moz-border-radius: .25rem;
            border-radius: .25rem;
    border-color: #d2d2d2;
    font-weight: 500;
    text-align: center;
}
.p-r-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.n-e-l-details ul li + li {
    margin-top: 20px;
}
.side-pictogram li a span {
    display: none;
    max-width: 200px;
    font-size: 10px;
    margin-top: 5px;
    color: #ed135d;
}

.voiceLink {
    position: static!important;
    text-align: center;
    text-decoration: none!important;
    padding: 0!important;
}

.voiceLink p {
    margin-bottom: 0;
}
.lightshotModalchild .modal-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#lightshotModal.lightshotModalchild .modal-body iframe {
    width: 800px;
}
a,
a:hover {
    color: #ed135d;
}
.downloadTApp b {
    font-weight: normal;
    display: block;
}
.downloadAppDiv span {
    padding: 0 15px;
    background-color: #fff;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
  color: #ed135d;
  display: none;
}
.downloadAppDiv {
    display: flex;
    flex-wrap: wrap;
}
#cookie-law-info-bar span a:last-child {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    left: auto;
}
#cookie-law-info-bar {
  background-color: rgba(0, 0, 0, 0.8)!important;
    color: #fff!important;
    text-align: left!important;
  padding: 13px 130px 13px 60px!important;
  font-size: 14px!important;
  box-shadow: none;
}
#cookie-law-info-bar a {
    margin-left: 5px;
    display: inline-block;
    margin: 0!important;
}
.d-b-container .main-button {
    width: 100%;
}
.d-f-s-1 > img {
    max-width: 100px;
    margin: 25px auto 5px;
    display: block;
}
.d-b-container p {
    text-align: center;
    margin-bottom: 10px!important;
    font-weight: 600;
}
.d-f-s-1 .f-g-w-icon {
    margin-top: 30px;
}
.c-act a {
text-decoration: none;
}
.downloadAppDiv span{
  cursor: pointer;
}
.amazon-pay-btn {
    margin-bottom: 15px;
    margin-left: 11px;
    text-align: center;
    width: 48.5%;
    display: inline-block;
}
.fee .form-cust-radio input:checked + label::before {
    background-color: #fff;
    border-color: #fff;
}

/*16-06-20*/
.paypal-amazon-box {
    display: block;
    width: 100%;
    margin-top: 10px;
}
a#paypal-button-container {
    width: 100%;
    display: inline-block;
    float: left;
}

/***********************/
#Donate_popup button.close {
    right: 5px;
  top: 0;
}

#Donate_popup button.close svg {
    width: 14px;
    height: 14px;
}

#Donate_popup ::-webkit-input-placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
#Donate_popup :-moz-placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
#Donate_popup ::-moz-placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
#Donate_popup :-ms-input-placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
#Donate_popup ::-ms-input-placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
#Donate_popup ::placeholder {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  opacity: 1;
}
input#d-amount-random::-webkit-input-placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
input#d-amount-random:-moz-placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
input#d-amount-random::-moz-placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
input#d-amount-random:-ms-input-placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
input#d-amount-random::-ms-input-placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
input#d-amount-random::placeholder {
  position: relative;
  top: -4px;
  line-height: 40px;
}
.credit-card-details .row {
    margin: 0 -5px;
}

.credit-card-details .col-sm-4 {
    padding: 0 5px;
}
#small_size {
  background-position: bottom -150px center!important;
}
/*#previewModal #xlarge_size img {
    left: 50%;
    width: 550px;
    height: 119.5px;
    top: 30px;
}*/
#previewModal #xlarge_size img {
    left: 50%;
    width: 642px;
    height: 120.5px;
    top: 30px;
}
#previewModal #medium_size img {
    left: 61%;
    width: 140px;
    margin-top: 5px;
  	top: 32px;
    height: 143px;
}
#previewModal #medium_size {
  background-position: bottom -50px center!important;
}
#previewModal .modal-body#small_size img {
    width: 120px;
    top: 0;
    left: 50%;
    height: 151px;
}
#previewModal #xlarge_size {
    background-position: bottom -50px center!important;
}

/*18-06-20*/
input.error_occured {
    outline: 2px solid #ed145d !important;
}

/***************/
.donate-img img {
    max-height: 328px;
    object-fit: cover;
}
.d-form.d-f-s-3 {
    padding-bottom: 50px;
}
#color_swatch {
    width: 15px;
    height: 15px;
    background-color: transparent;
    display: inline-block;
    box-shadow: 0 0 2px rgba(0,0,0,0.4);
   /* border-radius: 100px;*/
}
#erfName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
}
.your-details .input-type-file {
    position: relative;
}
.custom_desc_container form {
    padding: 0 20px;
/*    margin-top: 20px;*/
    display: none;
    width: 100%;
}
.amazonpay-button-inner-image {
    height: 40px;
}
.owl-a-s-members .owl-nav button,
.owl-c-visuals .owl-nav button,
.owl-c-voices .owl-nav button,
.owl-meet-artists .owl-nav button {
    top: calc(50% - 35px);
}

.a-w-meet-artists .owl-meet-artists .owl-nav button {
    top: 50%;
}
.about-page #s-d-flex-carousel .slides {
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/*22-06-20*/
.custom_left.custom_image_container {
    border-right: 1px solid #fff;
    float: left;
    height: 355px;
    overflow: hidden;
    width: 50%;
}
.custom_left.custom_image_container > img , .custom_right.custom_image_container > img{
  height: 100%;
  object-fit: cover;
}
.custom_right.custom_image_container {
    float: left;
    height: 355px;
    overflow: hidden;
    width: 50%;
}

#m-s-modal .custom_left.custom_image_container {
    height: 359px;
}
#m-s-modal .custom_right.custom_image_container {
    height: 359px;
}
#m-s-modal label.sam_title {
    background: #fff none repeat scroll 0 0;
    bottom: -5px;
    color: #ed135d;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin: 0 -5px 0 0;
/*    position: absolute;*/
    right: 33px;
    text-align: right;
    width: 212px;
    z-index: 99999;
}
#m-s-modal label.sam_title > img {
    display: inline;
    vertical-align: middle;
    width: 40px;
}
#m-s-modal div#statementImgPart {
    background-color: white;
  padding-bottom: 5px;
}
#m-s-modal .modal-body {
  padding-bottom: 0;
}
/********/
.mega-menu-links.l-s-none.ext-col {
    position: absolute;
    top: 92px;
    left: 33%;
    right: 0;
  padding-left: 0;
}
#m-s-modal .modal-dialog {
    max-width: 470px;
  margin: 20px auto;
}

#m-s-modal .modal-header {
    padding: 0;
    border-bottom: 0;
}

#m-s-modal .modal-header .close {
    right: -10px;
    top: -10px;
    position: absolute;
    background-color: #fff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    font-size: 24px;
  cursor: pointer;
  z-index: 1;
}

#m-s-modal .modal-footer {
    padding: 15px 35px;
    border-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}
.s-d-flex-popups a {
    text-decoration: none;
}
/*a[href="javascript:void(0);"],
a[href="#"] {
    cursor: initial;
}*/
#s-d-flex-carousel .slides {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%!important;
    transform: none!important;
}

.p-s-uk {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.p-s-uk label {
    margin-bottom: 0;
    margin-right: 10px;
}
.variations_form.cart .woovr-variations {
    display: flex;
    flex-wrap: wrap;
  padding: 0;
  margin-bottom: 15px;
}
.variations_form.cart .woovr-variation-name {
  font-weight: 600;
}
.variations_form.cart {
    position: relative;
}
.variations_form.cart .sizechart_container {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
}
.variations_form.cart .sizechart_container a {
    text-decoration: underline;
    font-weight: 600;
    color: #333;
  font-size: 15px;
}
.p-s-uk ul li label,
.variations_form.cart .woovr-variation-info {
    background-color: #fff;
    border: 1px solid #666;
    line-height: 1;
    min-width: 40px;
    min-height: 40px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    cursor: pointer;
  margin-right: 0;
  text-transform: uppercase;
}
.p-s-uk ul li,
.variations_form.cart .woovr-variation.woovr-variation-radio {
    list-style: none;
    position: relative;
}
.variations_form.cart .woovr-variation.woovr-variation-radio + .woovr-variation.woovr-variation-radio {
  margin-left: 10px;
}
.variations_form.cart .woovr-variation.woovr-variation-radio {
  width: 40px;
}
.p-s-uk ul li input,
.variations_form.cart .woovr-variation-selector {
    width: 40px;
    height: 40px;
    margin-top: 0;
    position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.variations_form.cart .woovr-variation-selector input {
  width: 40px;
    height: 40px;
  margin-top: 0;
  cursor: pointer;
}
.variations_form.cart .woovr-variation-selector,
.variations_form.cart .woovr-variation-info {
    padding: 0;
}

.variations_form.cart .woovr-variation-info .woovr-variation-availability {
    display: none!important;
}

.p-s-uk ul li + li {
    margin-left: 10px;
}

.p-s-uk a {
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}

.p-s-uk .size-selected,
.p-s-uk ul li input:checked + label {
    background-color: #ed145d;
    border-color: #ed145d;
    color: #fff;
    cursor: initial;
}
#m-s-modal .modal-footer::before, #m-s-modal .modal-footer::after {
    display: none;
}
#m-s-modal label.limitcontainer {
    float: right;
}
.with_videoIframe .s-d-flex-popups{
   max-height: 68px;
}
.with_videoIframe .a-p-overlay,
.meet-artists-container.with_videoIframe .meet-artists-overlay {
   max-height: 68px;
}
#Impact .s-d-flex-popups {
   max-height: 68px;
}
.a-p-img .partners-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
}
.a-p-img:hover .partners-overlay {
  opacity: 1;
  visibility: visible;
}
.shop-detail .s-d-flex-popups span {
    position: static;
}
.shop-detail .s-d-flex-popups {
  text-align: right;
}
.fixed-cart {
    position: absolute;
    top: 101px;
    right: 0;
    z-index: 2;
    background-color: #ed145d;
  width: 50px;
  height: 50px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.fixed-cart svg {
    width: 26px;
    height: 26px;
    fill: #fff;
}
.woocommerce-message {
    margin-bottom: 0;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #fff;
  padding: 14px 18px;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #ed135d;
  opacity: 0.5;
  color: #fff;
}
.woocommerce-cart .actions button.button {
  margin-left: auto;
}
/*.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  min-width: 200px;
}*/
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  min-width: 177px;
  margin-right: 26px;
}
.woocommerce-cart .actions .button[name="update_cart"] {
    margin-left: auto;
}
.woocommerce-cart .actions .button {
    padding: 14px 18px;
}
td.product-quantity .quantity input {
    border: 1px solid #ddd;
}
::-webkit-input-placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
:-moz-placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
::-moz-placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
:-ms-input-placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
::-ms-input-placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
::placeholder {
  color: #666;
  font-weight: normal;
  opacity: 1;
  line-height: 24px;
}
.cart_totals h2 {
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    color: #333;
    margin-bottom: 0;
}
.cart_totals .woocommerce-shipping-destination,
form.woocommerce-ResetPassword.lost_reset_password p {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.woocommerce-billing-fields label,
.woocommerce-additional-fields label,
.woocommerce-shipping-fields label,
.woocommerce-form-login.login label,
form.woocommerce-ResetPassword.lost_reset_password label,
form.woocommerce-form.woocommerce-form-register.register label {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #333;
}
.woocommerce form input {
    padding: 6px 12px;
}

.woocommerce form .woocommerce-input-wrapper {
    display: block;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #333;
}
.select2-selection__rendered {
    height: 42px;
    line-height: 40px!important;
}
.select2-selection__arrow {
    height: 40px!important;
}
.woocommerce-checkout h3#order_review_heading {
  margin-top: 40px;
}
h3#ship-to-different-address {
    font-size: 14px;
}

h3#ship-to-different-address label {
    margin: 0;
    padding-left: 25px;
}

input#ship-to-different-address-checkbox {
    height: auto;
    margin-top: 0;
}
.woocommerce form .form-row textarea {
    font-size: 14px;
    color: #999!important;
    height: 100px;
}
.woocommerce-shipping-fields {
    margin-top: 28px;
}
.payment_box.payment_method_ppec_paypal p, .woocommerce-privacy-policy-text p,
.woocommerce-form-login.login p,
form.woocommerce-form.woocommerce-form-register.register p,
.woocommerce-account .woocommerce-MyAccount-content p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 5px 0 0 0;
  width: auto;
  display: block;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    margin: -1em 0 0 0.5em;
}
.woocommerce-checkout-review-order-table thead th {
    background-color: #ed145d;
    color: #fff;
}

.woocommerce-checkout-review-order-table {border: 1px solid #ddd!important;border-left: 0!important;border-radius: 0!important;}

.woocommerce-checkout-review-order-table tbody td, .woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
    border-left: 1px solid #ddd;
  font-size: 14px;
    font-weight: normal!important;
}

.woocommerce table.shop_table tfoot td li {
    margin-bottom: 0!important;
}

.woocommerce-checkout-review-order-table strong,
.woocommerce-checkout-review-order-table label,
.woocommerce-checkout-review-order-table tfoot th, .woocommerce-checkout-review-order-table tfoot td {
    font-weight: 600!important;
}

.meet-artists-img-big iframe {
    width: 100%;
}

.meet-artists-overlay > span {
    position: absolute;
    top: 10px;
    right: 10px;
}
input#card_cvc {
    padding-right: 40px!important;
}
.wcppec-checkout-buttons__separator {
    opacity: 1;
}

/*13-07-20*/
.single-product h1.product_title.entry-title {
    display: none;
}
.single-product p.price {
    display: none;
}
/* .single-product .woocommerce-product-details__short-description {
    display: none;
} */

.single-product .wcppec-checkout-buttons.woo_pp_cart_buttons_div {
    display: none;
}
.single-product .product_meta {
    display: none;
}

/*************************************/

.single-product button.single_add_to_cart_button {
  background-color: #ed135d!important;
  display: block;
  width: 100%;
  text-align: center;
}
.single-product button.single_add_to_cart_button {
    background-color: #ed135d!important;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 26px!important;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4;
    border: 1px solid #ed135d!important;
}
.single-product button.single_add_to_cart_button:hover,
.single-product button.single_add_to_cart_button:focus {
  background-color: #ff4c89!important;
    color: #fff!important;
    text-decoration: none!important;
    border-color: #ff4c89!important;
}
table.variations {
    width: 270px;
    margin-bottom: 15px;
}

table.variations .value {
    position: static;
    margin: 0;
    width: auto;
}

table.variations td.label {
    display: table-cell;
  width: 105px;
}

table.variations td.label label {
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
}

table.variations td {
    text-align: left;
    padding: 0;
}
.woocommerce-variation-availability p,
.s-d-content .stock.out-of-stock {
    color: #0c5460;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}

.woocommerce-variation-availability p,
.s-d-content .stock.out-of-stock {
    padding: .75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    margin-bottom: 15px;
}
.reset_variations[style*="hidden"] {
  display: none!important;
}
.s-m-carousel {
  display: none!important;
}
.mobile-mega-menu .panel-heading {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  text-align: left;
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mobile-mega-menu .panel-title {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.mobile-mega-menu .panel-group {
    border-top: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 0;
}
.mobile-mega-menu .panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mobile-mega-menu .panel-body {
    border-top: 0!important;
  padding: 0;
}

.mobile-mega-menu {
    margin-top: 30px;
  display: none;
}

.mobile-mega-menu .panel-title a:hover, .mobile-mega-menu .panel-title:focus {
    color: #fff;
    text-decoration: none;
}

.mobile-mega-menu .panel-body li a {border-bottom: 1px solid rgba(255,255,255,0.2);display: block;padding: 10px 30px;color: rgba(255, 255, 255, 0.6);font-size: 13px;text-align: left;text-decoration: none;}

.side-menu-logo,
.mobile-language-switcher {
  display: none;
}
.side-menu-logo a {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.side-menu-logo {padding: 15px;border-bottom: 1px solid rgba(255,255,255,0.2);margin-bottom: 30px;}
.mobile-mega-menu .panel-group + .panel-group {
  border-top: 0;
}
.mobile-language-switcher {
    margin: 30px 0;
}

.mobile-language-switcher a {
    color: #fff;
    font-weight: 700;
  text-decoration: none;
}

.mobile-language-switcher .active a {
    color: #ed145d;
}
.mobile-mega-menu .panel-heading i {
    color: #fff;
    padding: 5px 10px;
}
.mobile-mega-menu .panel-heading i[aria-expanded="true"]::before {
    content: "\f106";
}
.s-d-content label.size_label {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.side-menu .s-m-close {
  display: none;
}
.variations_form .woovr-variation-active .woovr-variation-info,
.Frame_variations.variations_form .woovr-variation:hover .woovr-variation-info {
    background-color: #ed145d !important;
    color: #fff !important;
    border-color: #ed145d !important;
}

li.language-switcher.mobile {
    display: none!important;
}
.single-product p.stock.in-stock {
    display: none;
}
.cart-empty.woocommerce-info {
	font-weight: normal;
}
.woocommerce-notices-wrapper {
    font-size: 16px;
}
form.checkout_coupon.woocommerce-form-coupon p {
    color: #333;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 0;
}
.single-product .quantity input {
    border-left: 0!important;
    border-right: 0!important;
	margin: 0 35px!important;
}
td.product-quantity label {
    display: none;
}
.single-product .quantity {
	margin-bottom: 15px;
}
.artist-listing-content p a {
    white-space: nowrap;
}
.owl-suggested-paintings .owl-nav {
	display: block!important;
}
.owl-suggested-paintings .owl-nav button {
    top: calc(50% - 35px);
}
.heading-container p {
    color: #333;
}
.in_crp, .cropper-container.cropper-bg {
    height: 500px!important;
    width: 500px;
}

.cropper-container.cropper-bg {}

.cropper-wrap-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cropper-canvas {
    top: 50%!important;
    transform: translateY(-50%);
}

#imgpreviewModal .modal-dialog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.single-product .navbar-toggle .icon-bar {
    background-color: #333;
}
/*04-08-20*/
.woocommerce-variation-price span.woocommerce-Price-amount.amount {
    display: none;
}
.woocommerce-cart table.cart .product-thumbnail img {
    min-width: 100px;
}

.cart_no {
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
    line-height: normal;
    min-width: 17px;
    position: absolute;
    top: 8px;
    left: 24px;
	text-align: center;
}
.product-list-container .shop-button .button {
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 600;
}
.xoo-cp-modal a {
    text-decoration: none;
    text-transform: capitalize;
}

.xoo-cp-modal td {
    padding: 10px;
}

.xoo-cp-modal .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 600;
}

.xoo-cp-modal .xoo-cp-ptotal {
    width: 100%;
    margin-right: 0;
    text-align: right;
    padding-top: 0;
    float: none;
    margin: 0 auto;
}
.shop-artist-button a[title="View cart"],
.single_add_to_cart_button a[title="View cart"],
.single_add_to_cart_button .xoo-cp-icon-check.xoo-cp-added,
.single_add_to_cart_button + a[title="View cart"] {
    display: none;
}
/*18-08-20*/
.woocommerce-cart p.woocommerce-shipping-destination {
    display: none;
}
.page-single th {
    font-size: 16px;
}

.page-single td {
    font-size: 15px;
}

.page-single .cart_totals {
    max-width: 400px;
}
/************/
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input {
    margin-top: 0;
    margin-right: 5px;
}
/*#order_review > * {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
}

#order_review {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}*/
#customer_login h2 {
    color: #333;
    font-weight: 600;
}
nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 8px 10px;
}

nav.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
    background-color: #fff;
    padding: 10px;
}

.woocommerce-account .page-post-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
	justify-content: space-between;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 330px);
    flex: 0 0 calc(100% - 330px);
    max-width: calc(100% - 330px);
	background-color: #fff;
	padding: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    text-decoration: none;
	color: #333;
}

nav.woocommerce-MyAccount-navigation li.is-active {
    background-color: #f6f9fc;
    font-weight: 600;
}
.shop_table td.product-name {
    max-width: 300px;
}

.shop_table td.product-name p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
.shop_table td.product-thumbnail {
    width: 120px;
}
header.woocommerce-Address-title {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: none;
}

header.woocommerce-Address-title h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0;
}

header.woocommerce-Address-title a {
    background-color: #ed135d;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
}

header.woocommerce-Address-title::before, header.woocommerce-Address-title::after,
.woocommerce-account .page-post-content > .woocommerce::before, .woocommerce-account .page-post-content > .woocommerce::after {
    display: none!important;
}
td.xoo-cp-remove .xoo-cp-remove-pd,
.woocommerce a.remove {
    color: #ff4c89!important;
}
.woocommerce a.remove:hover {
	background: #ff4c89!important;
}
#SizeChartModal .modal-dialog {
	max-width: 350px;
}
header .language-switcher {
    margin-left: 30px;
}

.wdgk_donation_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	margin: 0;
	margin-bottom: 10px;
}

.wdgk_donation_content input.wdgk_donation {
    width: calc(100% - 140px);
    margin: 0;
	border: 1px solid #ebe9eb;
	border-radius: 0;
}

.wdgk_donation_content a.button.wdgk_add_donation {
    padding: 11px 15px;
    line-height: normal;
    margin: 0;
    border-radius: 0;
}

.wdgk_donation_content a.button.wdgk_add_donation:hover {
    background-color: #ff4c89!important;
}
.wdgk_donation_content .wdgk_error_front {
	display: none;
}
.xoo-cp-modal p.shortDescription {
    color: #333;
    font-weight: normal;
    font-size: 14px;
}
.xoo-cp-icon-spinner:before {
	color: #ed135d;
}
table.xoo-cp-pdetails td.xoo-cp-pimg {
    width: 80%;
}
table.xoo-cp-pdetails td.xoo-cp-pimg img {
    height: 33.2vh!important;
    object-fit: cover;
}
#billing_city_field, #billing_state_field, #billing_postcode_field, #billing_phone_field,
#shipping_city_field, #shipping_state_field, #shipping_phone_field {
    width: 47%!important;
    display: inline-block;
    vertical-align: top;
}

#billing_state_field, #billing_phone_field,
#shipping_state_field, #shipping_phone_field {
    margin-left: 6%;
}
.map-details p {
color: #000;
font-weight: 400;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 0;
}

/*#order_review .wc_payment_methods.payment_methods.methods {
    display: none;
}*/
#order_review .woocommerce-terms-and-conditions-wrapper {
    display: none;
}
#payment.woocommerce-checkout-payment {
    background-color: transparent;
}
#order_review .form-row.place-order {
	padding-left: 0!important;
}
#SizeChartModal .close svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    position: relative;
    top: -1px;
}

#SizeChartModal .close {
    background-color: #ed135d;
    opacity: 1;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(-50%);
}
/*28-08-20*/
.read_div {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
    font-family: Montserrat, sans-serif;
}
span.soldout {
    font-size: 14px;
}
p.shipping_info {
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
#shipping_method span.woocommerce-Price-amount ,
 .cart-subtotal span.woocommerce-Price-amount, .tax-rate span.woocommerce-Price-amount{
  font-weight: normal!important;
}
#customer_login form {
    min-height: 460px;
}
/********************/

.Frame_variations .woovr-variation.woovr-variation-radio,
.Frame_variations input[type="radio"] {
    width: auto!important;
}

.Frame_variations .woovr-variation-selector {
/*     width: auto!important; */
    flex: 0 0 auto!important;
    max-width: auto!important;
}

.Frame_variations .woovr-variation-info {
    padding: 0 10px!important;
    text-transform: capitalize!important;
}

.Frame_variations label.size_label {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
}
#previewModalNew[frame-name="frame_Black"] .modal-body img {
    border-top: 5px solid #282828;
    border-bottom: 5px solid #000;
    border-left: 5px solid #282828;
    border-right: 5px solid #000;
	/*outline: 2px solid #500a0a!important;*/
    outline-offset: -7px;
}
#previewModalNew[frame-name="frame_Oak"] .modal-body img {
	border: 5px solid transparent;
    border-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/oak.jpg);
    border-image-repeat: repeat;
    border-image-slice: 60;
	outline: 2px solid #333!important;
    outline-offset: -7px;
}
#previewModalNew[frame-name="frame_Wenge"] .modal-body img {
    border: 5px solid transparent;
    border-image: url(https://streetartmankind.org/wp-content/themes/biosphere/custom/images/wenge.png);
    border-image-repeat: repeat;
    border-image-slice: 40;
    outline: 2px solid #333!important;
    outline-offset: -7px;
}

#previewModalNew[frame-name="frame_White"] .modal-body img {
	border-top: 5px solid #fff;
    border-bottom: 5px solid #ededed;
    border-left: 5px solid #fff;
    border-right: 5px solid #ededed;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
	outline: 2px solid #333!important;
    outline-offset: -7px;
}
.map-details p.map-title {
    color: #ed145d;
    font-weight: 500;
}

.map-details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 300px!important;
}
.slick-inner-banner{
visibility: hidden;
}

.slick-initialized{
  visibility: visible;
}
.murals-n-maps p {
    color: #333;
    font-weight: 400;
}
.m-n-m-text #read_more {
    display: inline-block;
    color: #ed135d;
    cursor: pointer!important;
    font-size: 16px;
    margin-bottom: 15px;
}
#previewModal {
    max-width: 800px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
	bottom: auto;
}

#previewModal .modal-body {
    height: 400px;
}
div#paypal-button-container {
    text-align: center;
}
div#paypal-button-container.paypal-button.paypal-button-color-black, .paypal-button-row.paypal-button-color-black .menu-button  {
        background: white!important;
}

/*07-09-20*/
.wdgk_donation_content {
    max-width: 344px;
    margin-top: 5px;
}
input.wdgk_donation {
    max-width: 200px!important;
}

/******************/
.n_insta-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.n_insta-logo {
    width: 35px;
    flex: 0 0 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 100px;
    overflow: hidden;
}

.n_insta-username {
    padding-left: 10px;
}

.n_insta-username h4 {
    margin-bottom: 0;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
}

.n_insta-head i {
    margin-left: auto;
    font-size: 12px;
}

.n_insta-head {
    margin-bottom: 10px;
}
.n_insta-username {
    padding-left: 10px;
}
.n_insta-username span {
    font-size: 11px;
}

.n_insta-caption p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
	display: inline;
	padding-left: 5px;
}
.n_insta-caption > span {
	font-weight: 600;
	font-size: 13px;
}
.n_insta-caption {
	margin-top: 10px;
}
.e-d-l-text {
	word-break: break-all;
}
.woocommerce-cart-form .wdgk_donation_content input {
    border-color: #d5d5d5;
    width: 200px;
    flex: 0 0 200px;
    max-width: 200px;
}
.woocommerce-cart-form .wdgk_donation_content input{
  width: 177px;
    flex: 0 0 177px;
    max-width: 177px;
    margin-right: 26px;
}

.woocommerce-cart-form .wdgk_donation_content .button {
    font-weight: normal!important;
    width: calc(100% - 204px)!important;
    flex: calc(100% - 204px)!important;
    max-width: calc(100% - 204px)!important;
}
.n-e-r-image i img {
    width: 21px!important;
    object-fit: contain;
}

.n-e-r-image {
    position: relative;
}

.n-e-r-image i {
    position: absolute;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
}
.o-p-without-carousel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.o-p-without-carousel .item {
    width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
    max-width: calc(20% - 24px);
    margin-right: 30px;
    margin-bottom: 30px;
}

.o-p-without-carousel .item:nth-child(5n) {
    margin-right: 0;
}

/*12-09-20*/
#previewModalNew .modal-dialog {
    max-width: 1000px;
    width: 100%;
}
#previewModalNew .modal-body{
  padding: 0px;
}
.painting-frame {
    position: relative;
    display: block;
    /*max-height: calc(100vh - 70px);*/
}
#previewModalNew .wall_product_image{
	position: absolute;
}
#previewModalNew #medium_size .wall_product_image {
    max-width: 213px;
    top: 22%;
    left: 55.4%;
    transform: translateX(-50%);
    max-height: 200px;
    object-fit: contain;
    width: auto;
}

.modal-open .modal.modal-center {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center !important;
  /* align-items: center !important;*/
}
.modal-open .modal.modal-center .modal-dialog {
  -webkit-box-flex: 1;
          flex-grow: 1;
}
#previewModalNew #large_size .painting-frame .wall_product_image {
    left: 52.4%;
    max-width: 76%;
    transform: translateX(-50%);
    top: 28.2%;
    max-height: 300px;
    object-fit: contain;
    width: auto;
}
#small_size .wall_product_image {
    max-width: 30%;
    top: 13%;
    left: 50%;
    transform: translateX(-50%);
    max-height: 250px;
    object-fit: contain;
    width: auto;
}
#xlarge_size .wall_product_image {
    left: 50%;
    max-width: 98%;
    transform: translateX(-50%);
    top: 20%;
    max-height: 180px;
    object-fit: contain;
    width: auto;
}
#previewModalNew.modal .modal-body .frame-bg{
    border: 0px !important;
    outline: 0px !important;
}
/* .product_info_box{
  display: none;
} */
/*15-09-20*/
.n_custom-caption p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
    display: inline;
    color: #000
}
.n-e-r-image a {
    height: 275px;
    display: inline-block;   
}
.n-e-r-image{
   margin-bottom: 10px;
}
.n-e-r-image a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.owl-partners .owl-nav button{
  height: 40px;
  width: 40px;
}
/************************/
.n_insta-caption p {
    color: #333;
}
/*07-10-20*/
.woocommerce-cart tr.tax-rate.tax-rate-tax-1 {
    display: none;
}
.shopLink, .locationLink{
  cursor: pointer;
}
/**************/
/*Oct 22 2020*/
.yrm-hide {
    display: none;
}
.yrm-btn-wrapper{
  text-align: left!important;
  padding-top: 0px!important;
}
.yrm-text-wrapper-custom-dimensions {
    top: 20%!important;
    left: 42%!important;
}
span.yrm-toggle-expand.yrm-toggle-expand-1 {
    border: none;
    display: inline-block;
    color: #ed135d;
    cursor: pointer!important;
    margin-bottom: 15px;
}
span.yrm-button-text-1 {
    font-size: 16px!important;
}
div#yrm-FyiOa {
    color: #000!important;
    font-size: 18px!important;
    line-height: 26px!important;
    font-weight: 300!important;
}
/*******************/
/*1dec2020*/
#Donate_popup input.form-control::placeholder {
    font-size: 15px;
}
.credit-card-icons img{
      transform: scale(0.75);
}
/*01-12-2020*/
/*ul.wc_payment_methods.payment_methods.methods {
    display: flex;
}
ul.wc_payment_methods.payment_methods.methods > li {
    width: 49%;
    flex: 0 0 49%;
    display: flex;
    flex-wrap: wrap;
}
ul.wc_payment_methods.payment_methods.methods > li input{
    height:25px
}*/
div#stripe-payment-data p {
    color: #333;
    font-size: 14px;
}
p.woocommerce-thankyou-order-received {
    color: #087f08;
    font-size: 20px;
    font-weight: 500;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin-top: 27px;
    padding: 25px 10px;
    border: 1px solid #ccc;
}
.woocommerce-order-received h2.woocommerce-order-details__title,
.woocommerce-order-received h2.woocommerce-column__title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    margin-top: 8px;
}
p.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated{
  display: flex;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated label {
    margin: 0;
}
/********************/
/*29 dec 2020*/
.page-template-campaigns section.partners.section-padding {
    padding-bottom: 0px;
}
/**********************/
/*31st dec 2020*/
.owl-c-voices img.art_walk_image_cstm {
    height: 100%;
    max-height: 208px;
    min-height: 208px;
    object-fit: cover;
}
/***************/
#s-d-flex-carousel li {
    margin-bottom: 10px;
}
.woocommerce-order-received table .shipped_via {
    display: none;
}

.woocommerce-order-received .woocommerce-column--billing-address p {
    color: #333;
    font-size: 14px;
    font-weight: normal;
}
li.wc_payment_method.payment_method_stripe img {
    display: inline!important;
}

.payment_method_yith-paypal-ec a.about_paypal {
    display: none;
}

.payment_method_yith-paypal-ec input[type="radio"],
li.wc_payment_method.payment_method_stripe input[type="radio"] {
    position: relative;
    top: 16px;
}
p.form-row.woocommerce-SavedPaymentMethods-saveNew input {height: auto;margin-top: 7px!important;}
li.wc_payment_method.payment_method_stripe > input {
    position: absolute!important;
    top: 8px!important;
    left: 0;
    height: auto;
}

li.wc_payment_method.payment_method_stripe {
    position: relative;
    padding-left: 30px;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods input {
    height: auto;
    vertical-align: top!important;
    position: static!important;
    margin-top: 5px!important;
}
fieldset#wc-stripe-cc-form label {
    display: none;
}
.woocommerce .blockUI.blockOverlay::before{
  position: fixed;
}
#thankYouPopup.in {
    display: flex!important;
    align-items: center;
    justify-content: center;
}

#thankYouPopup .modal-header {
    background-color: #d4edda;
    border: 0;
}

#thankYouPopup .modal-header button.close {
    opacity: 1;
    font-size: 36px;
}

#thankYouPopup .modal-header {
    padding: 10px 15px;
}

#thankYouPopup .modal-body h6 {
    color: #ed135d;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

#thankYouPopup .modal-body p {
    color: #155724;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}
#thankYouPopup .modal-content {
    border-radius: 0;
}
.d-f-s-3 .main-button svg {
    display: none;
    width: 42px;
    height: 42px;
    vertical-align: middle;
}
/*.d-f-s-3 .main-button svg {
    width: 50px;
    height: 50px;
    display: inline-block!important;
    vertical-align: middle;
    fill: #fff;
}*/




.d-f-s-3 .button-container .main-button {height: 42px;padding: 0;}

#donateForm .button-container.disabled {
    pointer-events: none;
}
#donateForm .form-group.f-g-w-icon.email-box {
    margin-top: 25px;
}

@media screen and (max-width:767px){

#previewModalNew .modal-dialog {
  max-width: 1000px;
  width: 94%;
  margin: 30px auto;
}

.top-bar a,.top-bar {
    font-size: 14px !important;
}.top-bar {
    padding: 7px 10px 8px 10px !important;
}
}
/*Top banner CSS - START*/
.top-bar {
    background-color: #ed135d;
    padding: 3px 4px 4px 4px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    z-index: 999;
}.top-bar a {
    color: #fff;
    font-size: 16px;
}

.header-fixed .top-bar{
  height: 33px;
  position: fixed;
}
/*Top banner CSS -  END*/