@charset "UTF-8";
/*
Theme Name: kolture-child
Author: 
Description: Kolture Child using BuddyX theme as parent theme
Version: 1.0
Template: buddyx

This is the child theme for BuddyX theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
body, a {
  font-family: "Montserrat";
}

body, p {
  color: #000;
}

body {
  background: #fff;
}

h1, h2, h3, h4 {
  /* font-family: 'Montserrat Alternates', sans-serif; */
  font-family: "Montserrat", sans-serif;
  color: #000C7A;
  font-weight: bold;
}

h2, .h2 {
  font-size: 2.6rem;
}

.cus_txt {
  font-family: "Montserrat Alternates", sans-serif;
}

input[type=text], input[type=email] {
  min-height: 29px;
}

input[type=text], input[type=email], textarea, input[type=password] {
  padding: 6px 10px !important;
  text-align: center;
  font-size: 12px;
  min-height: 32px;
  border-radius: 50px;
}

::placeholder {
  color: #000c7a;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000c7a;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000c7a;
}

.partner_portal_row #wpforms-form-1218 .wpforms-field-container {
  background: url("https://dev-kolture.pantheonsite.io/wp-content/uploads/2022/08/upload_contact_list.png");
}

.partner_portal_row #wpforms-form-1218 .wpforms-error-container {
  padding-bottom: 10px;
}

input[type=submit] {
  border: 2px solid #FD753E;
  color: #fff;
  background: none;
  font-weight: bold;
  line-height: 7px;
  border-radius: 50px;
  margin: auto;
}

input[type=submit]:not(.search-submit):hover {
  border: 2px solid #FD753E;
  background: #FD753E;
  color: #fff !important;
}

:not(.open).site-header {
  max-height: 47px;
  overflow: hidden;
  transition: max-height 0.3s;
}

.open.site-header {
  max-height: inherit;
}

div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
  width: 14px !important;
  position: relative;
  height: 14px !important;
  margin-left: 0px !important;
  z-index: 1;
}

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form select, div.wpforms-container-full .wpforms-form input[type=email],
#wpforms-1694 textarea {
  border: 0px !important;
  font-size: 14px;
  border-radius: 50px !important;
}

#wpforms-1694-field_7-container, #wpforms-1694-field_8-container {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}

#wpforms-1694 textarea {
  border-radius: 25px !important;
  text-align: left;
  padding-top: 12px !important;
}

body .site-header-wrapper {
  background: var(--unnamed-color-000c7a) 0% 0% no-repeat padding-box;
  background: rgba(0, 12, 122, 0.8);
}

body .site-branding img {
  max-height: 68px;
  max-width: 91px;
  margin-top: 6px;
}

body .site-header-wrapper {
  min-height: 46px;
}

.main-navigation ul {
  text-align: right;
  padding-top: 0px;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin: 30px 20px 20px 20px;
}

.main-navigation hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main_menu li {
  margin-bottom: 10px;
}

.main_menu li a {
  color: #fff !important;
  padding: 8px 0px 15px 0px !important;
  font-size: 18px;
  font-weight: lighter;
}

.main_menu li a:hover {
  color: #C733A5 !important;
}

.fb_login {
  background: url(images/fb_login.png) no-repeat;
  width: 25px !important;
  display: inline-block !important;
  margin-top: 20px;
  margin-right: 15px;
}

.google_login {
  background: url(images/google_login.png) no-repeat;
  width: 25px !important;
  display: inline-block !important;
  margin-top: 20px;
}

.main-navigation .wp-block-button.is-style-outline a {
  font-size: 13px;
  width: 108px;
  color: #fff;
  font-weight: normal;
  padding: 6px 0px;
  margin: auto;
  text-transform: uppercase !important;
}

#loginform label {
  display: none !important;
}

.open_navi .site-header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 3000;
}

div.wpforms-container-full .wpforms-form #wpforms-1039-field_17-container .wpforms-field-label-inline,
div.wpforms-container-full .wpforms-form #wpforms-8464-field_17-container .wpforms-field-label-inline {
  font-size: 14px !important;
  /*padding-right: 44px;*/
}

#page {
  padding-top: 0px !important;
}

.top_scroll#page-315 #page {
  padding-top: 24px !important;
}

.main-navigation input[type=text] {
  margin-bottom: 6px;
}

.header_form .login-username {
  margin-bottom: 0px !important;
}

.header_form .avatar {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

.header_form .fb_login, .header_form .google_login {
  padding-top: 0px;
  margin-top: 0px;
}

#nsl-custom-login-form-1 {
  display: none;
}

#loginform {
  text-align: center;
}

.header_form {
  min-width: 220px;
  padding: 50px 12px 20px 12px;
}

.banner_bg {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab) !important;
  background-size: 400% 400% !important;
  -webkit-animation: gradient 20s ease infinite !important;
  animation: gradient 20s ease infinite !important;
}

.header_popup {
  display: none;
}

.open .header_popup {
  display: flex;
}

.open .site-branding img {
  max-height: 420px;
  max-width: inherit;
}

.show_menu.fa {
  cursor: pointer;
}

.open .show_menu.fa:before {
  content: "" !important;
}

.wp-block-button.is-style-outline a {
  border: 2px solid #FECF5E;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 30px 10px 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.wp-block-button.is-style-outline a:hover {
  color: #000C7A !important;
  background: #FECF5E;
}

.light_bg.wp-block-button.is-style-outline a {
  border: 2px solid #FD753E;
  color: #000C7A !important;
}

.light_bg.wp-block-button.is-style-outline a:hover {
  background: #FD753E;
  color: #fff !important;
}

.partner_portal_box .light_bg.wp-block-button.is-style-outline a {
  border: 2px solid #000C7A;
  color: #000C7A !important;
  margin-bottom: 10px;
  width: 60%;
  background: #fff;
  color: #000C7A;
}

.partner_portal_row .comments-area {
  background: none;
  padding: 0px !important;
}

.partner_portal_box .light_bg.wp-block-button.is-style-outline a:hover, .partner_portal_box .light_bg.wp-block-button.is-style-outline a#active {
  background: #C733A5;
  color: #fff !important;
}

.partner_portal_box .has-color-bg {
  padding-bottom: 15px;
}

.partner_portal_row .comments-area .has-custom-bg {
  margin: 0px 0px 0px 10px;
}

.partner_portal_row .comments-area h3 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.foucs_of_month p {
  max-width: 440px;
}

.foucs_of_month {
  padding-left: 25px;
}

.foucs_of_month .wp-block-button__link {
  background-color: #fff !important;
}

.curation_filter button {
  background: url(images/search_icon.png) no-repeat;
  height: 34px;
  width: 35px;
  border: 0px;
  color: transparent;
}

.scroll_down {
  cursor: pointer;
}

.header_banner {
  margin-top: 0px !important;
  padding-top: 135px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background: #544fb5;
  /*box-shadow: 0 0 120px 80px rgb(142, 68, 173);
  animation: animate_2 10s infinite;*/
}

.alert_msg {
  background: #ddc2d7;
  padding: 15px;
  border: 1px solid #a74390;
  max-width: 600px;
  margin: auto;
  border-radius: 20px;
  margin-bottom: 50px;
  color: #a74390;
  font-weight: bold;
}

#wpforms-submit-2370 {
  color: #fff;
}

#wpforms-2370-field_1 {
  max-width: 100% !important;
}

.org-logo-upload .wpforms-form .wpforms-field-label {
  color: #000 !important;
}

.partner_portal_row .contacts-upload .wpforms-field-file-upload label,
.partner_portal_row .contacts-upload .wpforms-field-file-upload .dz-message {
  display: none !important;
}

.partner_portal_row div.contacts-upload div.wpforms-uploader {
  border: 0px !important;
  background: none !important;
  padding: 0px !important;
  min-height: 37px;
  margin-top: -10px;
}

.partner_portal_row #wpforms-form-1218 .wpforms-field-container {
  width: 230px;
  background-repeat: no-repeat;
  float: left;
  /*height:37px;*/
}

.partner_portal_row #wpforms-form-1218 .wpforms-submit-container {
  width: 94px;
  float: right;
  padding-top: 0px;
  overflow: hidden;
  clear: none;
  /*opacity: 0;*/
}

.partner_portal_row #wpforms-form-1218 .wpforms-submit-container #wpforms-submit-1218 {
  padding: 0px !important;
  width: 100%;
  line-height: 29px;
  margin-left: 0px;
}

.header_banner::after {
  content: "";
  display: block;
  /*position: relative;*/
  width: 50%;
  height: 50%;
  border-radius: 100%;
  top: 0%;
  right: -50%;
  bottom: -1000px;
  /* box-shadow: 0 0 250px 100px #FC6D33; */
  box-shadow: -250px 0px 180px 200px #FC6D33;
  animation: animate_3 10s infinite;
}

.header_banner::before {
  content: "";
  display: block;
  position: relative;
  left: 100%;
  box-shadow: -200px 30px 180px 200px #160b8b;
  animation: animate_4 10s infinite;
}

#change-cover-image-personal-li {
  display: none !important;
}

.header_banner > .wp-block-group__inner-container {
  position: relative;
}

/* animate-1 */
@keyframes animate_1 {
  25% {
    box-shadow: 0 150px 300px #f35692;
  }
  50% {
    box-shadow: 0 150px 300px #8e44ad;
  }
  75% {
    box-shadow: 0 150px 300px #5df8f0;
  }
  100% {
    box-shadow: 0 150px 300px #f35692;
  }
}
@-webkit-keyframes animate_1 {
  25% {
    box-shadow: 0 150px 300px #f35692;
  }
  50% {
    box-shadow: 0 150px 300px #8e44ad;
  }
  75% {
    box-shadow: 0 150px 300px #5df8f0;
  }
  100% {
    box-shadow: 0 150px 300px #f35692;
  }
}
/* animate-2 */
@keyframes animate_2 {
  25% {
    box-shadow: 0 0 350px 300px #8e44ad;
  }
  50% {
    box-shadow: 0 0 350px 100px #FC6D33;
  }
  75% {
    box-shadow: 0 0 350px 300px rgba(243, 86, 146, 0.7);
  }
  100% {
    box-shadow: 0 0 350px 300px #8e44ad;
  }
}
@-webkit-keyframes animate_2 {
  25% {
    box-shadow: 0 0 350px 300px #8e44ad;
  }
  50% {
    box-shadow: 0 0 350px 100px #FC6D33;
  }
  75% {
    box-shadow: 0 0 350px 300px rgba(243, 86, 146, 0.7);
  }
  100% {
    box-shadow: 0 0 350px 300px #8e44ad;
  }
}
/* animate-3 */
@keyframes animate_3 {
  20% {
    box-shadow: 0 0 350px 100px #FC6D33;
  }
  40% {
    box-shadow: 0 0 350px 300px #c733a4;
  }
  60% {
    box-shadow: 0 0 350px 300px #160b8b;
  }
  80% {
    box-shadow: 0 0 350px 100px #66c1dc;
  }
  100% {
    box-shadow: -250px 0px 180px 200px #FC6D33;
  }
}
@-webkit-keyframes animate_3 {
  20% {
    box-shadow: 0 0 350px 100px #FC6D33;
  }
  40% {
    box-shadow: 0 0 350px 300px #c733a4;
  }
  60% {
    box-shadow: 0 0 350px 300px #160b8b;
  }
  80% {
    box-shadow: 0 0 350px 100px #66c1dc;
  }
  100% {
    box-shadow: -250px 0px 180px 200px #FC6D33;
  }
}
/* animate-4 */
@keyframes animate_4 {
  20% {
    box-shadow: 0 0 350px 300px #160b8b;
  }
  40% {
    box-shadow: -250px 0 350px 100px #66c1dc;
  }
  60% {
    box-shadow: 0 0 350px 200px #FC6D33;
  }
  80% {
    box-shadow: 0 0 350px 300px #c733a4;
  }
  100% {
    box-shadow: -250px 0px 180px 200px #160b8b;
  }
}
@-webkit-keyframes animate_4 {
  20% {
    box-shadow: 0 0 350px 300px #160b8b;
  }
  40% {
    box-shadow: 0 0 350px 100px #66c1dc;
  }
  60% {
    box-shadow: 0 0 350px 100px #FC6D33;
  }
  80% {
    box-shadow: 0 0 350px 300px #c733a4;
  }
  100% {
    box-shadow: -250px 0px 180px 200px #160b8b;
  }
}
.slick-slider#slick2 {
  margin-top: -10px;
  text-align: center;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50% !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50% !important;
  }
  50% {
    background-position: 100% 50% !important;
  }
  100% {
    background-position: 0% 50% !important;
  }
}
.set_maxwidth_900 .grid-container {
  margin: auto;
  max-width: 900px;
}

.set_maxwidth_600 {
  max-width: 500px;
  margin: auto !important;
}

.thankyou_msg {
  max-width: 900px !important;
  margin: auto !important;
  position: relative;
  padding-top: 60px !important;
}

.thankyou_msg .grid-container {
  padding: 75px !important;
  max-width: 700px !important;
  background-color: #f5f6fa;
  box-shadow: -1px 0 3px 2px #cdcbcb;
}

.thankyou_msg:before {
  content: "";
  background: url(images/msg_left.png) no-repeat;
  width: 216px;
  position: absolute;
  height: 398px;
  left: -40px;
  top: 0px;
  background-size: contain;
}

.thankyou_msg:after {
  content: "";
  background: url(images/msg_right.png) no-repeat;
  width: 216px;
  position: absolute;
  height: 398px;
  right: -20px;
  top: 0px;
  background-size: contain;
}

.thankyou_msg h2 {
  font-family: Montserrat;
}

.gutentor-advanced-columns {
  padding-top: 80px;
}

.single-curations .site-wrapper, .single-curator .site-wrapper {
  grid-template-columns: 1fr !important;
  grid-gap: inherit;
}

.page-id-2099 .site-footer {
  overflow: hidden;
}

.remove_footer_signup .site-footer {
  overflow: hidden;
}

.partner_portal_box {
  margin-bottom: 100px;
}

#terms-popup p {
  color: #fff;
}

#terms-popup strong {
  color: #FECF5E !important;
  font-size: 16px;
}

.popup_inner {
  max-height: 480px;
  overflow-y: scroll;
}

#site-navigation .fa-bars {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-top: 7px;
}

#page .site-header-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

#terms-popup .gutentor-advanced-columns {
  padding-top: 10px;
}

#terms-popup h2 {
  font-family: "Montserrat" !important;
  color: #C733A5 !important;
}

.site-header-wrapper .container {
  max-width: 98% !important;
}

#site-navigation .fa {
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  margin-top: 0px;
  top: 9px;
  position: absolute;
  right: 20px;
}

.banner_image {
  margin: 105px 0px 60px 0px;
}

.banner_txt {
  margin: 30px 0px 80px 0px;
}

.scroll_down {
  margin: 25px 0px 30px 0px;
}

.welcome_sec .grid-container {
  background: url(images/top_welcome.png) no-repeat;
  background-size: 100%;
  padding-top: 110px;
}

.welcome_sec .wp-block-buttons {
  margin-top: 35px;
}

.welcome_sec p.set_maxwidth_600 {
  margin-bottom: 15px !important;
}

.welcome_sec .wp-block-button.is-style-outline a {
  color: #000;
}

.site-header-wrapper.has-sticky-header {
  z-index: 3000;
}

.member_reg h2 {
  color: #C733A5 !important;
  font-size: 31px !important;
}

.member_reg ul {
  margin-top: 15px;
}

.member_reg ul li {
  padding-bottom: 5px;
}

.member_reg .login_cont {
  padding-top: 25px;
}

.member_reg .login_cont h2 {
  font-size: 22px !important;
}

.member_reg .login_cont {
  padding-bottom: 25px;
}

.page-id-1053 .site-wrapper {
  padding: 25px;
  background: #f5f6fa;
}

label[for=wpforms-1026-field_14] {
  color: #000 !important;
}

.welcome_sec .grid-container .grid-row {
  background: url(images/bottom_welcome.png) center bottom no-repeat;
  background-size: 100%;
  padding-bottom: 110px;
}

.art_icon .gutentor-element-image-box .gutentor-bg-image:hover {
  background: url(images/ART-1.svg) center no-repeat !important;
  background-size: 170px !important;
}

.music_icon .gutentor-element-image-box .gutentor-bg-image:hover {
  background: url(https://kolture.org/wp-content/themes/kolture-child/images/MUSIC-1.svg) center no-repeat !important;
  background-size: 170px !important;
}

.film_icon .gutentor-element-image-box .gutentor-bg-image:hover {
  background: url(images/FILM-2.svg) center no-repeat !important;
  background-size: 170px !important;
}

.podcast_icon .gutentor-element-image-box .gutentor-bg-image:hover {
  background: url(images/PODCAST-1.svg) center no-repeat !important;
  background-size: 170px !important;
}

.join_now {
  margin-bottom: 27px !important;
}

.join_now a {
  color: #fff !important;
}

h2.testimonial_header {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  margin-bottom: 60px;
  font-size: 28px;
}

h2.testimonial_header:before {
  background: url(images/title_left.png) bottom left no-repeat;
  content: "";
  width: 70px;
  height: 78px;
  margin-bottom: -27px;
  display: inline-block;
  background-size: contain;
  margin-right: 50px;
}

h2.testimonial_header:after {
  background: url(images/title_right.png) bottom right no-repeat;
  content: "";
  width: 70px;
  height: 78px;
  margin-bottom: -27px;
  display: inline-block;
  background-size: contain;
  margin-left: 50px;
}

.wptww-quote .wptww-testimonial-left, .wptww-quote .wptww-testimonial-content {
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea !important;
}

.wptww-quote .wptww-testimonial-content {
  padding-right: 25px;
}

.wptww-testimonial-content .fa-quote-left, .wptww-testimonial-content h4, .wptww-testimonials-text em:before, .wptww-testimonials-text em:after {
  display: none;
}

.wptww-testimonials-text, .wptww-testimonials-text em {
  text-align: left;
  font-style: normal;
}

.wptww-testimonials-text p {
  text-align: left !important;
  padding-left: 15px;
  font-size: 14px !important;
  padding-top: 11px;
}

.wptww-quote {
  display: flex;
}

.wptww-avtar-image {
  min-width: 140px;
}

.wptww-avtar-image img {
  display: inline-block;
}

.wptww-avtar-image:after {
  background: url(images/team_right_img.png) no-repeat;
  content: "";
  width: 20px;
  height: 40px;
  display: inline-block;
  top: 15px;
  position: relative;
  left: 5px;
}

.discover_sec .gutentor-element-image-box .gutentor-bg-image {
  background-size: 170px !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.site-footer {
  background: #081f7a;
  padding-top: 70px;
}

.footer-inner .widget_media_image {
  display: inline-block;
  margin-right: 18px;
}

.footer-widget .widget-title {
  display: none;
}

.footer-widget a {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-widget {
  text-align: center;
}

.slide-item {
  margin-bottom: 40px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.curation_filter {
  margin: auto;
}

.curator_gall #slick1 .slick-slide img {
  /* height: 230px; */
  object-fit: cover;
}

.curation_filter input[type=text] {
  width: 100%;
  border: 2px solid #000C7A !important;
  line-height: 27px;
  text-align: left;
  font-size: 14px;
  color: #000C7A;
  font-weight: 550;
  background: none;
}

#curation_gallery .slick-dots {
  padding: 0px;
  margin-top: 20px !important;
  margin-bottom: 10px;
}

.our_curators {
  position: relative;
}

.our_curators:before {
  width: 178px;
  height: 173px;
  content: "";
  left: 0px;
  top: 0px;
  position: absolute;
  background: url(images/bg_11.png) no-repeat;
}

.slick-dots li {
  border-radius: 50px;
  width: 15px !important;
  height: 15px !important;
  background: #B4B9D8 !important;
}

.slick-dots li.slick-active {
  background: #C733A5 !important;
}

.team_pop_up p {
  color: #fff;
}

.trending_bg {
  background: #fff url(images/group-255.png) center no-repeat;
  padding: 40px 0px 40px 0px;
  max-width: 616px;
  margin: auto;
  font-size: 28px;
  background-size: cover;
  font-family: "Montserrat";
}

.trending_container {
  background-color: #fff;
}

.trending_container .slide-item:hover .curation_overlay {
  display: block !important;
}

.trending_container .slide-item:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  left: 0px;
  margin: auto;
  z-index: 900;
  background: rgba(0, 0, 0, 0.3) !important;
}

.curation_filter select {
  width: 100%;
  border: 2px solid #000C7A !important;
  border-radius: 50px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 550;
  color: #000C7A;
  margin-bottom: 20px;
  background: url(images/Group-247.svg) 92% no-repeat;
  background-size: 11px;
  padding-right: 11px;
}

.select .select-styled, .select .select-options {
  display: none;
}

.slick-slider {
  margin-top: 30px;
}

.curation_filter .grid-6 {
  position: relative;
}

.curation_filter button {
  position: absolute;
  right: 27px;
  margin-top: 3px;
}

.reg_button {
  float: left;
}

.reg_button + .wp-block-image {
  float: left;
  margin-left: 15px;
}

.login_cont {
  -webkit-box-shadow: -4px 1px 5px 0px #bab4ba;
  -moz-box-shadow: -4px 1px 5px 0px #bab4ba;
  box-shadow: -4px 1px 5px 0px #bab4ba;
  background: #fff;
  height: 100%;
}

.dz-preview {
  margin-top: -65px !important;
  border: 0px;
  margin-bottom: 9px !important;
}

#wpforms-form-1218 .dz-preview {
  margin-top: 0px !important;
  max-width: 328px;
  margin: auto;
}

body #bp-login-widget-form label {
  display: none !important;
}

#bp-login-widget-form input[type=password] {
  text-align: center;
}

#bp-login-widget-form input[type=submit] {
  color: #000C7A;
}

.login_cont .gutentor-single-column.grid-lg-5 {
  border-right: 1px solid #d6d6d6;
}

.alignfull .grid-container {
  margin: 0px;
  padding: 0px;
}

#bp-login-widget-form input[type=password], #bp-login-widget-form input[type=text] {
  background: #F5F6FA;
  border: 0px;
  min-height: 32px;
  border-radius: 50px;
  font-size: 12px !important;
}

#bp-login-widget-form .login-username {
  margin-bottom: 5px;
}

/*#slick2 .slick-slide{
   margin-right: 15px;
}*/
.slick-dots {
  padding-top: 0px;
  padding-bottom: 15px !important;
  /*margin-top: -30px !important;  */
}

.single-curations .site-sub-header .container, .single-curator .site-sub-header .container {
  position: relative;
  z-index: 999;
}

.single-curations .site-sub-header, .single-curator .site-sub-header {
  display: block !important;
}

.single-curations .site-sub-header, .single-curator .site-sub-header {
  padding-top: 90px;
  padding-bottom: 40px;
  background: #000C7A url(images/curation_header_left_bg.png) 50px 60px no-repeat;
}

.single-curations .site-sub-header:after, .single-curator .site-sub-header:after {
  background: url(images/curation_header_right.png) right bottom no-repeat;
  content: "";
  width: 373px;
  bottom: 0px;
  height: 100%;
  position: absolute;
  right: 40px;
  z-index: 99;
}

.single-curations .site-sub-header h1, .single-curator .site-sub-header h1 {
  color: #FFD053 !important;
  font-size: 40px;
}

.single-curations .site-sub-header p, .single-curator .site-sub-header p {
  font-size: 20px !important;
  color: #fff !important;
}

.single-curations .site-sub-header a {
  color: #66C1DC;
  font-size: 16px;
}

.single-curations #page {
  background: #fff;
}

.all_curation {
  background: #fff;
  border: 2px solid #B740A1;
  color: #000 !important;
  font-size: 14px !important;
  padding: 10px 18px 10px 18px;
  border-radius: 50px;
  font-weight: 600;
}

.curation_tags {
  color: #66C1DC;
  font-size: 15px;
  text-decoration: underline;
}

.social_login_butt {
  position: relative;
}

.social_login_butt .gutentor-col-wrap {
  margin: auto !important;
  position: absolute;
  left: 0px;
  margin: auto;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 83px !important;
  width: 198px;
}

.social_login_butt .gutentor-col-wrap img {
  width: 198px;
}

.comments-area {
  background: #F5F6FA;
  padding: 25px 50px 25px 50px !important;
}

#commentform .submit {
  border: 2px solid #FD753E;
  color: #000C7A;
  line-height: 22px;
}

#commentform .submit:hover {
  background: #FD753E;
  color: #fff;
}

.comment-list {
  max-width: 800px;
  margin: auto !important;
}

.reply {
  text-align: left !important;
}

.comment-reply-link {
  border: 0px !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline !important;
  width: 100%;
  color: #000C7A !important;
  padding-left: 35px !important;
}

.comment-list .fn a {
  color: #B4B9D8;
  font-size: 12px;
  text-transform: uppercase;
}

.comment-list time {
  color: #B4B9D8;
  font-size: 13px;
  text-transform: uppercase;
}

.comment-list time:hover {
  text-decoration: underline;
}

.comment-content, .comment-content p {
  color: #6671AF !important;
}

.cus_org {
  display: none;
}

#section-gm27fff3 .wp-block-image a {
  text-align: center;
  display: inline-block;
}

#section-gm27fff3 .wp-block-image {
  text-align: center;
}

div.wpforms-container div.wpforms-uploader .dz-preview {
  border-bottom: 0px !important;
  padding-top: 44px !important;
}

.forgot_password {
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: inherit;
}

.header_form .forgot_password {
  color: #FECF5E;
}

.says {
  display: none;
}

.bypostauthor .avatar {
  margin-left: -10px !important;
  width: 60px;
  height: 60px;
}

body .comment-meta {
  margin-left: 35px;
}

body .comment-content {
  margin-left: 35px;
}

.children .bypostauthor .avatar {
  width: 15px;
  height: 15px;
  left: -30px;
  margin-left: -10px !important;
}

.children .comment-meta {
  margin-left: 60px;
}

.bypostauthor .avatar {
  border: 7px solid #F5F6FA !important;
}

.comment-reply-link {
  padding: 0em 1.4em;
}

.comment-list li, .comment-list ol li {
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 50px !important;
  margin: 0px 0px 10px 0px !important;
  padding: 0.5em !important;
}

.comment.odd .comment-content {
  border-left: 2px solid #000C7A;
  padding-left: 15px;
  margin-left: 35px;
}

.comment-reply-title, .logged-in-as, .comment-form-comment label {
  display: none !important;
}

.comment_approval {
  font-size: 15px;
  text-transform: uppercase;
  color: #000C7A;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.comments-area h3 span {
  background: #F5F6FA;
  line-height: 44px;
  display: inline-block;
  padding: 0px 30px 0px 30px;
}

.comments-area h3 {
  background: url(images/comments_title_left.png) no-repeat;
  height: 72px;
  line-height: 43px;
  background-position: left top;
  margin-top: 55px;
}

.comments-area h3 div {
  background: url(images/comments_title_right.png) no-repeat;
  background-position: right top;
  height: 72px;
}

textarea#comment {
  text-align: left;
  font-size: 14px;
  color: #B4B9D8;
  height: 150px;
  border: 0px;
  border-radius: 80px;
  padding: 30px 25px 25px 45px !important;
}

textarea#comment::-webkit-input-placeholder {
  color: #B4B9D8;
}

textarea#comment:-moz-placeholder {
  /* Firefox 18- */
  color: #B4B9D8;
}

textarea#comment::-moz-placeholder {
  /* Firefox 19+ */
  color: #B4B9D8;
}

textarea#comment:-ms-input-placeholder {
  color: #B4B9D8;
}

textarea#comment::placeholder {
  color: #B4B9D8;
}

.customer_login {
  padding-top: 0px !important;
}

body .customer_login .login-submit {
  text-align: center;
  width: 100% !important;
  display: inline-block !important;
  margin-bottom: 7px;
}

#bp-login-widget-form #nsl-custom-login-form-1, #bp-login-widget-form .bp-login-widget-register-link {
  display: none !important;
}

.pld-like-wrap .fa-thumbs-up {
  background: url(images/like_button.png) no-repeat;
  width: 35px;
  height: 31px;
}

.pld-like-wrap.active .fa-thumbs-up, .pld-like-wrap a[data-already-liked="1"] .fa-thumbs-up {
  background: url(https://kolture.org/wp-content/themes/kolture-child/images/liked_button.png) no-repeat;
}

.comment_approval {
  background: url(images/star_icon.png) no-repeat;
  padding-left: 25px;
}

.fa-thumbs-up:before {
  display: none !important;
}

.pld-like-count-wrap {
  display: none !important;
}

.slick-slide img {
  width: 100%;
  object-fit: cover;
  max-height: 255px;
}

.slick-initialized .slick-slide {
  padding: 10px;
}

.slick-vertical .slick-prev {
  border: 0px;
  background: url(https://kolture.org/wp-content/themes/kolture-child/images/arrow_up.png) no-repeat !important;
  width: 20px;
  height: 18px;
  color: transparent;
}

.trending_container .slick-prev {
  left: 35% !important;
}

.trending_container .slick-next {
  right: 35% !important;
}

.slick-vertical .slick-next {
  border: 0px;
  background: url(images/arrow_down.png) no-repeat !important;
  width: 20px;
  height: 18px;
  color: transparent;
  margin-top: 10px;
}

.single-curations #slick1 {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0px !important;
}

.single-curations .slide-item {
  margin-bottom: 10px;
}

#load_curation {
  position: relative;
  overflow: hidden;
}

#load_curation + .col-3 {
  padding-right: 15px;
  position: relative;
}

.videoplaypause {
  background-image: url(images/video_plya_butt.png);
  background-repeat: no-repeat;
  width: 66px;
  height: 67px;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

.conversation_prompts {
  box-shadow: -4px 1px 5px 0px #bab4ba;
  background: #fff;
  max-width: 650px;
  text-align: center;
  margin: auto;
  text-align: center;
  margin-top: 80px;
  padding: 45px 60px 25px 60px;
  position: relative;
  z-index: 999;
  margin-bottom: -80px;
}

.conversation_prompts h2 {
  font-size: 24px;
  width: 100%;
}

.curation_desc {
  margin-top: -10px;
}

.curation_desc h2 {
  font-size: 27px;
}

.curation_desc p {
  font-size: 16px;
}

.conversation_prompts h5 {
  color: #C733A5;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

.comments-area {
  padding-top: 130px !important;
}

#load_curation audio {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  right: 0px;
  width: 10px;
}

.single-curations .slick-slide .slide-item {
  border: 2px solid #fff;
}

.pld-like-dislike-wrap {
  float: right !important;
}

.current_slide .slide-item {
  border: 2px solid #B740A1 !important;
}

.slide-item[media_format=Video],
.slide-item[media_format=Audio],
.slide-item[media_format=Podcast] {
  position: relative;
}

.slide-item[media_format=Video]:before {
  background: url(https://kolture.org/wp-content/themes/kolture-child/images/video_play_thumb.png) no-repeat;
  width: 40px;
  height: 41px;
  content: "";
  position: absolute;
  top: 0px;
  margin: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.slide-item[media_format=Podcast]:before {
  background: url(images/podcast_media_butt.png) no-repeat;
  width: 48px;
  height: 48px;
  top: 0px;
  background-size: contain;
  bottom: 0px;
  margin: auto;
  position: absolute;
  content: "";
  left: 0px;
  margin: auto;
  right: 0px;
}

.slide-item[media_format=Audio]:before {
  background: url(https://kolture.org/wp-content/themes/kolture-child/images/audio_media_butt.png) no-repeat;
  width: 49px;
  height: 49px;
  content: "";
  background-size: 100%;
  top: 0px;
  bottom: 0px;
  margin: auto;
  position: absolute;
  left: 0px;
  right: 0px;
}

#track {
  display: none !important;
}

#player-container {
  background: #66C1DC;
  width: 100%;
  position: relative;
  height: 100%;
}

#load_curation {
  position: relative;
}

#load_curation img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#primary #load_curation .fluid-width-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25% !important;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

#primary #load_curation .fluid-width-video-wrapper iframe {
  background-color: transparent;
}

#player-container #play-pause {
  cursor: pointer;
  text-indent: -999999px;
  height: 37px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  margin: auto;
  border-radius: 50px;
  width: 124px;
  padding: 12px 18px;
  z-index: 2;
  background-image: url(images/play_button.png);
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: 100%;
}

#player-container:before {
  position: absolute;
  left: 0px;
  content: "";
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 0px;
  background-image: url(images/audio_button.png);
  width: 222px;
  height: 222px;
}

.play {
  background-image: url(images/play_button.png);
}

.pause {
  background-image: url(https://kolture.org/wp-content/themes/kolture-child/images/pause_button.png) !important;
}

.loggedin_user {
  display: none;
}

.logged-in .nonloggedin {
  display: none;
}

.logged-in .loggedin_user {
  display: block;
}

.curator_name {
  background: #f5f6fa;
  color: #000C7A;
  font-weight: normal;
  text-align: center;
  /* max-width: 344px; */
  line-height: 48px;
  font-size: 14px;
  -webkit-box-shadow: 0px 4px 5px -1px #c9c9c9;
  -moz-box-shadow: 0px 4px 5px -1px #c9c9c9;
  box-shadow: 0px 4px 5px -1px #c9c9c9;
  margin-bottom: 15px;
}

.about_heading {
  font-size: 60px;
}

.about_heading span {
  color: #C733A5;
  font-style: italic;
}

.about_desc {
  max-width: 573px !important;
  border-bottom: 3px solid #000C7A;
  padding-bottom: 35px;
}

.about_feat_cont .gutentor-single-column {
  padding: 20px;
  border-left: 2px solid #B4BAD7;
}

.about_feat_cont .gutentor-single-column:first-child {
  border: 0px;
}

.curator_gall .slide-item {
  overflow: hidden;
  width: 100%;
}

.loggedin_user, .nonloggedin {
  position: relative;
  background-color: #F5F6FA;
}

.loggedin_user:after, .nonloggedin:after {
  width: 123px;
  height: 253px;
  position: absolute;
  right: 0px;
  z-index: 99;
  bottom: -127px;
  content: "";
  background: url(images/curation_bg1.png) no-repeat;
}

.curator_gall .slide-item img {
  /*min-height: 247px !important;min-width: 344px; max-height: 247px;*/
  transition: all 1s;
}

.mem_lists {
  border-bottom: 1px solid #B4B9D8;
  min-height: 80px;
}

.mem_lists img {
  float: left;
  border-radius: 50%;
  margin-bottom: 12px;
}

.mem_lists b {
  color: #000C7A;
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
}

.curator_gall .slide-item {
  margin-bottom: 10px;
}

/*.curator_gall .slide-item:hover img{
   min-width: 110%;min-height: 110% !important;
}*/
.curator_gall .slide-item:hover .curator_name {
  background: #FECF5E !important;
}

.slick-slide .slide-item {
  position: relative !important;
}

body #newsletter-popup div.wpforms-container-full .wpforms-form label.wpforms-error {
  color: red !important;
}

#gmbe51dc4 {
  background-color: #fff;
}

.team_pop_up a {
  color: #FFD053;
}

.curation_overlay {
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #fff;
  margin: auto;
  left: 0px;
  right: 0px;
  display: none !important;
  top: 0px;
  height: fit-content;
  display: inline-block;
  bottom: 0px;
  transition: all 4s;
  position: absolute;
  z-index: 999;
  /*padding-top: 25%;*/
}

.curr_template .slide-item:hover:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  left: 0px;
  margin: auto;
  z-index: 900;
  background: rgba(0, 0, 0, 0.3) !important;
}

.curation_overlay b.cur_title {
  font-size: 18px;
}

.curation_overlay b {
  font-size: 16px;
}

.featured_right {
  float: right;
}

.slick_gallery .slide-item img {
  transition: all 1s;
}

.slick_gallery .slide-item {
  overflow: hidden;
  max-height: 256px;
}

.slick_gallery .slide-item:hover img {
  /*width: 110% !important; max-width: 110% !important;*/
  filter: blur(4px);
}

.slick_gallery .slide-item:hover .curation_overlay {
  display: block !important;
}

.slick-prev {
  color: #C733A5 !important;
  background: url(images/slider_arrow_left.png) no-repeat !important;
  top: inherit !important;
  left: 35% !important;
  height: 23px !important;
  bottom: 0px;
  padding-left: 25px !important;
}

.slick-next {
  color: #C733A5 !important;
  background: url(images/slider_arrow_right.png) no-repeat !important;
  top: inherit !important;
  bottom: 0px;
  height: 23px !important;
  right: 35% !important;
  padding-right: 55px !important;
  background-position: right !important;
}

.partner_portal_box .avatar {
  border-radius: 50%;
}

#buddypress ul.button-nav li a, #buddypress .standard-form button, #buddypress a.button, #buddypress input[type=button], #buddypress input[type=reset]:not(.text-button), #buddypress input[type=submit], #buddypress ul.button-nav li a {
  background-color: #C733A5;
  border: 0px;
  margin-top: 15px;
}

.org_logos {
  margin-top: 15px;
}

.org_logos .slick-next {
  right: 35% !important;
}

.org_logos .slick-prev {
  left: 35% !important;
}

.org_logos .slide-item {
  margin-bottom: 5px;
}

.org_logos .slide-item img {
  margin: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  left: 0px;
  width: 84px;
  height: auto !important;
  margin-left: 24px;
}

.org_logos .slide-item a {
  width: 130px;
  border: 4px solid #B4B9D8;
  height: 130px !important;
  border-radius: 50%;
  display: inline-block;
}

.featured_left {
  padding-top: 20px;
  float: left;
}

.featured_cont {
  padding: 30px 0px 60px 0px;
}

.featured_cont h2 {
  color: #C733A5;
  font-size: 45px;
  margin-top: 20px;
  line-height: 45px;
}

.reg_info {
  font-size: 16px;
  color: #000C7A;
  font-weight: bold;
}

.featured_cont .curated_name {
  font-size: 15px;
  color: #000c7a;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 28px;
  display: inline-block;
}

.featured_cont b {
  font-size: 17px;
  color: #000c7a;
  font-weight: bold;
}

.featured_cont p {
  font-size: 18px;
  line-height: 26px;
  max-width: 400px;
}

.move_left {
  margin-top: 120px;
  margin-bottom: 120px;
  display: inline-block;
}

.move_left .featured_right {
  float: left;
}

.move_left .featured_left {
  float: right;
  padding-top: 20px;
}

.featured_cont .grid-row {
  display: block;
}

.member_reg .wpforms-submit {
  color: #000C7A;
}

#newsletter-popup {
  padding: 40px;
}

#newsletter-popup .wpforms-field-medium {
  max-width: 100% !important;
}

#newsletter-popup h2 {
  font-size: 25px;
  text-align: center;
  color: #c733a5;
}

.wpforms-submit-container {
  text-align: center;
}

.wpforms-submit {
  border: 2px solid #FD753E !important;
  background-color: transparent !important;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 50px !important;
  font-weight: bold;
  padding: 10px 30px 10px 30px !important;
  text-transform: uppercase;
  margin: auto;
  transition: all 0.5s ease;
}

#newsletter-popup .wpforms-submit {
  color: #fff !important;
}

#wpforms-form-1694 .wpforms-submit {
  color: #000C7A;
  font-weight: bold;
}

/* #newsletter-popup #wpforms-form-1589 .wpforms-submit {
   color: #000 !important; 
} */
#newsletter-popup #wpforms-form-1589 .wpforms-submit:hover {
  color: #fff !important;
}

.member_reg .wpforms-submit {
  color: #000C7A !important;
  font-weight: bold;
}

body .member_reg div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
  font-size: 13px !important;
  font-weight: bold !important;
  color: #B4B9D8 !important;
}

.meet_team h2 {
  font-family: "Montserrat";
}

.our_team .slick-slide {
  text-align: center;
}

.our_team .slick-slide img {
  display: inline-block !important;
  border-radius: 220px;
  max-width: 220px;
  border: 8px solid #B5B9D5;
  max-height: 225px;
  min-height: 225px;
}

.wpforms-submit:hover {
  background-color: #FD753E !important;
  color: #fff !important;
}

.our_team p {
  color: #000C7A;
  font-size: 16px;
  padding-top: 7px;
  text-align: center;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.85) !important;
  opacity: 1 !important;
  z-index: 3001 !important;
}

.mfp-wrap {
  z-index: 3001 !important;
}

.white-popup {
  background: transparent !important;
  color: #fff !important;
}

body div.wpforms-container-full .wpforms-form .wpforms-field-label {
  color: #fff;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: uppercase;
  margin: 0 0 11px 0 !important;
}

#wpforms-form-1039 .wpforms-field-label,
#wpforms-form-8464 .wpforms-field-label,
#wpforms-form-1026 .wpforms-field-label,
#wpforms-form-1694 .wpforms-field-label {
  color: #000;
}

body .mfp-close {
  background: #FFD053 !important;
  opacity: 1 !important;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 30px;
}

.featured_section .grid-container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.featured_section .featured_cont .grid-row {
  max-width: 1140px !important;
  margin: auto;
}

.featured_section {
  background: #f5f6fa;
}

.featured_section .featured_cont {
  background: url(images/featured_bg_left.png) no-repeat bottom left;
  display: inline-block;
  background-size: contain;
  padding-bottom: 180px;
}

.featured_section .move_left.featured_cont {
  background: url(images/featured_right_bg_v-3.png) no-repeat bottom right;
  display: inline-block;
  background-size: contain;
  padding-bottom: 180px;
  margin-bottom: -6px;
}

.footer_signup .cus_txt strong {
  font-weight: 600;
  padding-right: 30px;
  max-width: 450px;
  display: inline-block;
}

.nonloggedin .login_left_cont .gutentor-col-wrap {
  max-width: 80%;
}

.footer_signup .grid-container {
  max-width: 750px;
}

.site-header {
  display: inherit;
}

.site-header .site-branding {
  float: left;
}

.site-header .org-identity {
  float: left;
}

.group-link {
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 15px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}

.org-identity .close_:before {
  content: "x";
  font-size: 20px;
  color: #fff;
  margin-right: 15px;
  font-style: normal;
  font-weight: 400;
}

.user_profile {
  float: right;
  padding-right: 22px;
  font-size: 12px;
  text-transform: capitalize;
  color: #fff;
  margin-top: 14px;
}

.open .user_profile, .open .group-link, .open .close_ {
  display: none !important;
}

.user_profile img {
  margin-left: 6px !important;
}

.site-header.open {
  display: flex;
}

.grp-logo, .user_profile img {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 50% !important;
  margin-right: 3px;
  margin-top: -6px;
  border: 1px solid #B4B9D8;
  object-fit: cover;
  aspect-ratio: 1;
}

.page-id-1058 .site-sub-header {
  display: none;
}

.site-info {
  padding: 0px !important;
}

#nsl-custom-login-form-3, #nsl-custom-login-form-2, #wpadminbar {
  display: none;
}

.wpforms-field-container select {
  background: #fff url(images/reg_arrow.png) right no-repeat !important;
}

.gutentor-module-tabs-content ul {
  margin-left: 0px;
  padding-left: 6px;
  padding-top: 10px;
  margin-bottom: 30px !important;
}

.nsl-custom-login-form-5, .nsl-custom-login-form-4 {
  display: none;
}

.gutentor-module-tabs-content ul li {
  font-size: 13px;
  padding-bottom: 5px;
}

div.wpforms-container div.wpforms-uploader {
  background: #fff url(https://kolture.org/wp-content/themes/kolture-child/images/upload_icon.png) right center no-repeat !important;
  border: 0px;
  border-radius: 25px;
  padding: 35px 15px 35px 15px !important;
}

div.wpforms-container div.wpforms-uploader .modern-title {
  font-size: 14px;
  margin-bottom: 5px;
}

div.wpforms-container div.wpforms-uploader .dz-message {
  width: 90%;
  text-align: left !important;
  align-items: flex-start !important;
}

div.wpforms-container div.wpforms-uploader .dz-message svg {
  display: none;
}

div.wpforms-container .wpforms-field-file-upload label {
  display: none;
}

div.wpforms-container div.wpforms-uploader .dz-message:after {
  content: "";
  width: 131px;
  height: 30px;
  background: url(images/browse_button.png) no-repeat;
}

.wpforms-field-label-inline {
  font-size: 14px !important;
  color: #B4B9D8 !important;
  font-weight: 600 !important;
}

#wpforms-form-1039 .wpforms-field-label-inline,
#wpforms-form-8464 .wpforms-field-label-inline {
  font-weight: 400 !important;
  color: #000 !important;
}
#wpforms-form-1039 .wpforms-field-label-inline a,
#wpforms-form-8464 .wpforms-field-label-inline a {
  font-weight: 600 !important;
}

.wpforms-field-checkbox .choice-1 {
  position: relative !important;
}

.gutentor-module-tabs-content .wpforms-field-checkbox .choice-1:before {
  top: 7px !important;
}

.gutentor-module-tabs-content .wpforms-field-checkbox .choice-1:after {
  top: 7px !important;
}

/*.wpforms-field-checkbox .choice-1:before{
   width: 13px;
   height: 13px;
   top: 3px;
   content:'';
   position: absolute;
   background:#a6acce;border-radius: 50px;
}*/
.wpforms-field-checkbox .choice-1:after {
  left: 5px;
  top: 2px;
  width: 5px;
  position: absolute;
}

.wpforms-field-checkbox input[type=checkbox] {
  /*  opacity: 0;*/
  position: relative;
}

.wpforms-field-checkbox .choice-1 {
  position: relative;
}

.wpforms-field-checkbox .choice-1:after {
  display: none;
}

.site-sub-header {
  display: none;
}

#wpforms-1694 {
  padding: 25px;
  color: #000;
}

.form-bg {
  background: #F5F6FA !important;
}

#wpforms-1694 .wpforms-field-checkbox li {
  position: relative;
}

#wpforms-1694 .wpforms-field-checkbox li label {
  display: block !important;
  font-size: 13px !important;
  color: #B4B9D8;
  font-weight: 600;
  width: 94% !important;
  float: right;
}

#wpforms-1694 .wpforms-field-checkbox li label a {
  color: #000C7A;
}

.addthis_inline_share_toolbox {
  position: absolute;
  right: -80px;
  top: 25px;
  display: none;
  background: #fff;
  transition: display 0.3s;
}

.open_social .addthis_inline_share_toolbox {
  display: block !important;
}

.addthis_inline_share_toolbox {
  display: none !important;
}

.wpforms-field-checkbox .choice-1.wpforms-selected:after {
  width: 13px;
  height: 13px;
  top: 3px;
  left: 0px;
  content: "";
  display: block;
  position: absolute;
  background: #C733A5;
  border-radius: 50px;
}

#wpforms-1039-field_27,
#wpforms-8464-field_27 {
  font-size: 13px;
  color: #6671AF;
  text-align: center;
  border: 2px solid #fff;
  padding: 18px 0px 50px 0px;
  border-radius: 50px;
  margin-bottom: -58px;
}

#wpforms-1694 label {
  display: none;
}

.my_kolture_profile .gutentor-module-tabs-nav {
  background: #c6dbed;
  background: linear-gradient(180deg, #c6dbed 0%, #a2b5eb 100%);
  text-align: center;
  padding: 30px 0px 30px 0px;
}

.my_kolture_profile .gutentor-module-tabs-item {
  background: none !important;
}

.my_kolture_profile .avatar {
  border-radius: 50%;
  padding: 3px;
  -webkit-box-shadow: 0px 1px 5px 0px #d4d2d4;
  -moz-box-shadow: 0px 1px 5px 0px #d4d2d4;
  box-shadow: 0px 1px 5px 0px #d4d2d4;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  width: 142px;
}

.profile_extra_field {
  text-transform: uppercase;
  color: #6671AF;
  font-weight: 600;
  text-transform: uppercase;
  color: #6671AF;
}

.my_kolture_profile .gutentor-module-tabs-item {
  display: inline-block;
  padding: 10px;
  margin-right: 40px;
  cursor: pointer;
}

.my_kolture_profile .gutentor-module-tabs-title {
  color: #6671AF !important;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}

.my_kolture_profile .gutentor-tabs-nav-active .gutentor-module-tabs-title {
  color: #000C7A !important;
  border-bottom: 2px solid #C733A5;
}

.my_kolture_profile .gutentor-module-tabs-content,
.my_kolture_profile .gutentor-module-tabs-content:hover {
  border: 0px;
}

.my_kolture_profile .gutentor-module-tabs-content {
  display: block !important;
  height: 0px !important;
  overflow: hidden;
  padding: 0px;
}

.my_kolture_profile .gutentor-module-tabs-content.gutentor-tabs-content-active {
  height: inherit !important;
  overflow: visible;
  padding: 0px 15px 0px 15px;
}

.my_kolture_profile > .grid-container {
  max-width: 1340px;
}

.my_kolture_profile .gutentor-module-tabs-content:first-child > .grid-row {
  background: #F5F6FA;
  padding: 50px 0px 50px 0px;
}

.my_kolture_profile .gutentor-module-tabs-content:first-child > .grid-row .grid-row {
  max-width: 1050px;
  margin: auto;
}

.profile_info_mid, .profile_edit_info {
  padding-top: 40px !important;
}

.profile_edit_info button {
  background: #000C7A;
  color: #fff;
  width: 100%;
  line-height: 38px;
  border-radius: 25px;
  border: 0px;
}

body .my_kolture_profile .comments-area {
  padding: 60px 80px 25px 80px !important;
  max-width: 1000px !important;
  margin: auto !important;
  margin-top: 25px !important;
}

.customer_login .wp-block-image img {
  margin: auto;
}

#send_message_form input[type=text] {
  text-align: left;
}

.conv_cont ol {
  padding: 0px;
  margin-left: 0px;
}

.conv_cont ol li {
  margin-bottom: 15px;
}

.logged-in .become_member {
  display: none;
}

.wptww-quote .wptww-testimonial-content {
  min-height: 317px;
}

#password-lost-form-wrap {
  display: none;
}

#password-lost-form-wrap legend {
  font-size: 15px;
  font-weight: bold;
}

#somfrp_user_info {
  width: 100%;
  line-height: 25px;
  margin-top: 10px;
}

#lostpasswordform {
  text-align: center;
  margin-top: 20px;
}

#lostpasswordform {
  margin-top: 5px !important;
}

.som-password-error-message, .som-password-sent-message {
  text-align: center;
  padding: 0px;
  background: none !important;
  margin-bottom: 0px;
  border: 0px !important;
  color: red;
  margin-top: 10px;
}

.wptww-avtar-name {
  background: linear-gradient(135deg, #6cc4d2 0%, #c751c0 50%, #4158d0 100%);
  width: 95px;
  height: 95px;
  min-width: 95px;
  max-width: 95px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding-top: 16px;
  font-size: 24px;
  font-weight: bold;
  padding-left: 16px;
}

.no_author_img .wptww-avtar-image:after {
  left: 35px;
  top: 8px;
}

.wptww-testimonial-left.no_author_img {
  padding-right: 35px;
}

.bypostauthor .comment-author.vcard .avatar {
  border: 0px !important;
}

#password-lost-form-wrap button#reset-pass-submit {
  padding: 7px !important;
  background: #000C7A;
  color: #fff;
  width: 100%;
  line-height: 27px !important;
  border-radius: 25px;
  border: 0px;
}

.comment_post_link {
  padding-left: 37px;
  padding-bottom: 8px;
  display: inline-block;
  color: #000C7A !important;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

.current_author .fn a {
  color: #000C7A !important;
}

.partner_portal_box {
  height: 100%;
  text-align: center;
  padding: 30px 0px 30px 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, #6ac1da), color-stop(0.67, #02074c));
  background-image: -moz-linear-gradient(center bottom, #6ac1da 33%, #02074c 67%);
  padding: 6px;
}

.partner_portal_box img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
}

.partner_org_name {
  border: 0;
  padding: 20px 0px 20px 0px;
  max-width: 80%;
  margin: auto;
  border-bottom: 1px solid #fff;
  color: #081f7a;
  font-size: 20px;
  margin-top: 0;
}

.partner_portal_box .has-custom-bg {
  min-height: 280px;
  padding-top: 15px;
  background: linear-gradient(180deg, #c6dbed 0%, #a2b5eb 100%);
}

.partner_city {
  width: 80%;
  display: flex;
  margin: auto;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 1px solid #ffff;
  text-align: center;
  padding: 13px 0px 13px 0px;
}

.partner_city div {
  width: 50%;
}

.partner_mem_row .avatar {
  border-radius: 50%;
  margin-right: 10px;
  float: left;
  margin-top: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}

/* #slick2 .slick-slide{
 max-height:205px;
 overflow:hidden;
} */
.dz-file-preview {
  margin-top: -72px;
  margin-bottom: 2px;
  width: 327px !important;
  border: 0px !important;
}

#slick2 .slide-item img {
  height: 100%;
}

.trending_container #slick2 .slide-item {
  overflow: hidden;
}

.trending_container #slick2 .slide-item img {
  height: auto;
  width: 150%;
  max-width: 150%;
}

body div.wpforms-container-full#wpforms-2620 .wpforms-form .wpforms-field-label {
  color: #000;
}

.page-id-2623 .site-sub-header {
  display: block !important;
}

#nsl-custom-login-form-5, #nsl-custom-login-form-4 {
  display: none;
}

#section-gm60035b .wp-block-image {
  text-align: center;
}

#section-gm60035b .wp-block-image img {
  display: inherit;
}

.gutentor-single-column + .gutentor-single-column {
  padding-top: 15px;
}

.main-navigation .header_form a {
  padding-right: 0px !important;
}

.site-logo-wrapper > a {
  margin-right: -37px;
}

.curator_gall .slick-prev {
  left: 30% !important;
}

.curator_gall .slick-next {
  right: 30% !important;
}

.at-svc-mailto .at-icon-wrapper:before {
  content: "";
  font-size: 16px;
  font: normal normal normal 14px/1 FontAwesome;
}

.my-account.my-messages .entry-content {
  padding-top: 20px;
}

.beta_txt {
  display: inline-block;
  color: #fff;
  padding-top: 7px;
  font-size: 12px;
  font-weight: normal;
  margin-right: 18px;
  letter-spacing: 2px;
  margin-left: -15px;
  text-transform: uppercase;
}

.site-header.open .beta_txt {
  display: none;
}

.reg_tabs {
  margin-top: 50px;
  display: inline-block;
}

.site-logo-wrapper .custom-logo-link {
  float: left;
}

.desktop_logo {
  display: none;
}

.mobile_logo {
  float: left;
}

.site-header.open .mobile_logo {
  display: none;
  float: left;
}

.site-header.open .desktop_logo {
  display: block;
  float: left;
}

#page-4029 .wpforms-field-container {
  background: #F5F6FA;
  padding: 30px 45px 30px 45px;
  border: 1px solid #dddddd;
  max-width: 900px;
  margin: auto;
}

#page-4029 .wpforms-submit-container {
  margin-top: -35px;
  background: #F5F6FA;
  border: 1px solid #dddddd;
  border-top: 0px;
  text-align: left;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px 50px 50px;
}

#page-4029 .social_login_butt .gutentor-col-wrap img {
  width: 181px;
  margin-left: 14px;
}

/*#page-4029 .wpforms-description{
background: #000;
padding: 20px;
text-align: center;
color: #fff;
font-size: 16px;
letter-spacing: 1px;
}*/
#page-4029 .wpforms-description {
  background: #fff url(images/group-255.png) center no-repeat;
  background-size: auto;
  padding: 40px 0px 43px 0px;
  max-width: 616px;
  margin: auto;
  margin-bottom: auto;
  font-size: 27px;
  background-size: cover;
  font-family: "Montserrat";
  text-align: center;
  max-width: 813px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #000C7A;
}

.adv_lbl {
  max-width: 800px;
}

.reg_txt {
  font-size: 15px;
}

#wpforms-submit-1026 {
  display: none;
}

#wpforms-1026-field_29 .wpforms-field-label-inline {
  color: #000 !important;
  word-break: break-word;
}

#wpforms-submit-1039,
#wpforms-submit-8464,
#wpforms-submit-1026 {
  color: #000C7A !important;
  font-weight: bold !important;
}

#wpforms-submit-1039:hover,
#wpforms-submit-8464:hover,
#wpforms-submit-1026:hover {
  color: #fff !important;
}

.reg_buttons .wp-block-button.is-style-outline a {
  border: 2px solid #FD753E !important;
  background: #FD753E !important;
  color: #fff;
  font-size: 14px !important;
  padding: 12px 25px 12px 25px;
  font-weight: normal !important;
}

.social_login .social_login_butt .gutentor-col-wrap {
  top: inherit;
  bottom: inherit;
}

.social_login_butt {
  padding-top: 0px !important;
}

.reg_buttons .wp-block-button.is-style-outline a:hover {
  background: none !important;
  /* border: 2px solid # !Important; */
  color: #000C7A !important;
}

.section-gmaf85ca {
  margin: 0 0 0 0 !important;
  padding: 0px 0 0 0 !important;
}

.section-gmaf85ca .wp-block-buttons {
  margin-bottom: 15px;
}

#gm759d456 img {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
}

/* .hide, #gm0ef4fba {
   display: none;
} */
#explore-wrap {
  background-image: url(../../uploads/2022/08/foucs_of_month.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}

#explore-wrap h2 {
  color: #000c7a;
  font-size: 19px;
}

#explore-wrap .wp-block-button__link:hover {
  background-color: #FECF5E !important;
}

#explore-wrap figure img {
  /* width: 100%; */
  margin-left: auto;
  margin-right: 0;
}

.grid-layout {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}

.curation_gallery .slide-item- {
  overflow: visible;
  transition: border-color 300ms;
  border: 2px solid transparent;
  padding: 8px;
  max-width: 350px;
  margin: 0 auto;
}

.curation_gallery .slide-item- img {
  width: 100%;
}

.curation_gallery .slide-item-:hover:before {
  display: none;
}

.curation_gallery .slide-item-:hover img {
  filter: none;
}

.curation_gallery .slide-item- .curation-info {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  text-align: left;
}

.curation_gallery .slide-item- .curation-info > .format-icon-wrap {
  min-width: 25px;
  margin-top: 5px;
  display: flex;
  gap: 7px;
  justify-content: end;
  color: #333d95;
  font-size: 18px;
}

.curation_gallery .slide-item- .curation-info > .date {
  flex: 0 0 100%;
}

.curation_gallery .slide-item- h3 {
  color: #3D3D3D !important;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 10px 0 1em;
  flex: 1;
  transition: color 300ms;
}

.curation_gallery .slide-item-:hover {
  border-color: #bd0091;
  /* background: #F6F6F6;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  border-radius: 6px; */
}

.curations-template-default #slick1 .slick-slide {
  max-width: 232px;
}

.curations-template-default #load_curation {
  /* position: relative;
  padding-bottom: 56.25%;
  height: 0; */
  aspect-ratio: 16/9;
}

.curations-template-default #load_curation iframe {
  /* position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%; */
  height: 100% !important;
}

.searchwp-section {
  background-color: #F4F6FA !important;
  padding: 60px 30px !important;
  background-image: url(images/section-lines-1.png);
  background-repeat: no-repeat;
  background-position: 30px 15px;
}

#searchwp-form {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}

.searchwp-form-wrap {
  position: relative;
}

.searchwp-form-wrap > label {
  width: 100%;
  border: 2px solid #07007F;
  border-radius: 9999px;
  background-color: #fff;
}

.searchwp-form-wrap > label input[type=search] {
  border: 0;
  border-radius: 20px;
  width: calc(100% - 35px);
  outline: 0;
  background-color: #fff !important;
  font-size: 16px;
  padding: 10px 20px;
  color: #07007F;
}

.searchwp-form-wrap > label input[type=search]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #07007f66;
  opacity: 1;
  /* Firefox */
}

.searchwp-form-wrap > label input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #07007f66;
}

.searchwp-form-wrap > label input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #07007f66;
}

.searchwp-form-wrap .search-submit {
  position: absolute;
  right: 4px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  top: 4px;
  background-color: #07007F !important;
  border-color: #07007F;
  background-image: url(images/searchwp-icon.png);
  background-size: contain;
  background-position: center center;
  padding: 0;
  font-size: 0;
}

.searchwp-form-wrap .search-submit:hover {
  border-color: #07007F;
  color: #fff;
}

.advance-options-wrap {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  display: flex;
  grid-gap: 15px;
  padding-top: 15px;
  justify-content: space-between;
}

.extra {
  display: none;
}

.advance-options-wrap .select {
  position: relative;
  width: 100%;
}

.advance-options-wrap .select:after {
  content: "";
  background-color: #07007f;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 4px;
  top: 4px;
  background-image: url(https://kolture.org/wp-content/themes/kolture-child/images/vector-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  border-radius: 50%;
  pointer-events: none;
}

.advance-options-wrap label {
  padding-left: 15px;
  padding-right: 10px;
  color: #07007F;
  font-weight: 400;
}

.advance-options-wrap .advance-options {
  text-align: right;
}

/* .advance-options-wrap .advance-options span {
   cursor: pointer;
   transition: color 300ms;
} */
.advance-options-wrap label {
  cursor: pointer;
  transition: color 300ms;
}

.advance-options-wrap label:hover {
  color: #bd0091;
}

.advance-options-wrap select {
  width: 100%;
  border: 2px solid #07007F;
  border-radius: 9999px;
  background-image: url(https://kolture.org/wp-content/themes/kolture-child/images/vector-arrow-down.png);
  color: #07007f;
  font-size: 16px;
  padding: 10px 20px;
  height: 46px;
}

.gallery-nav {
  display: block;
  position: relative;
  height: 45px;
  padding: 10px;
  margin-top: 40px;
}

.format-icon {
  width: 20px;
  height: 15px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  opacity: 0.6;
  transition: opacity 300ms;
}

.format-icon.video,
.fa-tv-retro {
  order: 2;
}

.format-icon.audio, .format-icon.podcast,
.fa-headphones {
  order: 3;
}

.format-icon.image,
.fa-image-polaroid {
  order: 1;
}

.curation_gallery .slide-item-:hover .format-icon {
  opacity: 1;
}

.curation_gallery .slide-item-:hover h3 {
  color: #07007F !important;
}

.curation_gallery .slide-item- .curation-info .to-grid {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 15px;
  width: 100%;
}

#explore-header {
  background-color: #F5F6FA;
  background-image: url(../../uploads/2022/07/login_bg_arrow-135x300.png);
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}

#explore-header:after {
  width: 123px;
  height: 253px;
  position: absolute;
  right: 0px;
  z-index: 99;
  bottom: -127px;
  content: "";
  background: url(images/curation_bg1.png) no-repeat;
}

#explore-header .grid-container {
  max-width: 1140px;
  margin: auto;
}

#explore-header .grid-container > div {
  padding: 3rem;
}

#explore-header h1 {
  font-size: 2.6rem;
}

.explore-container {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1rem;
  justify-content: center;
  padding: 30px 0 40px;
}

.explore-container > div {
  max-width: 360px;
  min-width: 300px;
  width: 100%;
  margin: 0 !important;
}

.single-curations .slick-slide .slide-item {
  cursor: pointer;
}

.single-curations .slick-slide .slide-item:before {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-position: 55% 50%;
  background-size: auto;
}

.single-curations .slide-item[media_format=Video]:before {
  background-image: url(https://kolture.org/wp-content/themes/kolture-child/images/vector-video.png);
}

.single-curations .slide-item[media_format=Podcast]:before,
.single-curations .slide-item[media_format=Audio]:before {
  background-image: url(images/vector-audio.png);
}

.single-curations #curation_gallery button {
  font-size: 0;
  border: 0;
  position: absolute;
  top: 45% !important;
}

.single-curations #curation_gallery button.slick-next {
  left: 100%;
  right: auto !important;
  padding-right: 25px !important;
}

.single-curations #curation_gallery button.slick-prev {
  right: 100%;
  left: auto !important;
}

.curation_gallery .slick-dots {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.curation_gallery .slick-dots button {
  display: none;
}

.curation_gallery button {
  border: 0;
  position: absolute;
  /* bottom: 10px; */
}

.slide-item a > div {
  position: relative;
}

.slide-item a > div .curator_name {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.25);
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  padding: 30px;
  line-height: 1.3;
}

.text-right {
  text-align: right;
}

.gray-bg {
  background-color: #F5F6FA;
}

.login_left_cont .is-style-outline.light_bg a {
  background-color: #f5f6fa;
}

.login_left_cont .is-style-outline.light_bg a:hover {
  background-color: #FD753E !important;
}

.signuplink-wrapper {
  margin-top: -30px;
  margin-bottom: 25px;
}

.signuplink-wrapper input {
  width: 100%;
  font-size: 14px;
}

.signuplink-wrapper #clipboard-message {
  display: none;
  padding: 5px;
  color: green;
  text-align: center;
}

.trailer-wrapper {
  max-width: 900px !important;
}

.hide {
  display: none;
}

.modal__container {
  background-color: #f5f6fa;
}

.modal__container .wpforms-field-label {
  color: #000 !important;
}

.org-logo-wrap {
  cursor: pointer;
  display: none;
}

/**************************\
 Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #f5f6fa;
  padding: 30px;
  max-width: 700px;
  width: 100%;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: end;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.page-id-1058 .gutentor-module-tabs-content:hover {
  border: 0 !important;
}

.page-id-1058 .gutentor-module-tabs {
  margin-top: 50px;
}

.page-id-1058 .gutentor-module-tabs .gutentor-module-tabs-nav {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-id-1058 span.gutentor-module-tabs-item {
  border: 2px solid #FD753E;
  background: #fff;
  font-size: 14px;
  padding: 12px 25px 12px 25px;
  font-weight: 600;
  border-radius: 50px;
}

.page-id-1058 span.gutentor-module-tabs-item > .gutentor-module-tabs-title {
  color: #000C7A;
  text-transform: uppercase;
}

.page-id-1058 span.gutentor-module-tabs-item.gutentor-tabs-nav-active {
  background: #FD753E;
}

.page-id-1058 span.gutentor-module-tabs-item.gutentor-tabs-nav-active > .gutentor-module-tabs-title {
  color: #fff;
}

/* img.avatar-254 {
  height: 254px;
}
img.avatar-164 {
  height: 164px;
} */
h2.screen-heading.edit-profile-screen,
h3.screen-heading.profile-group-title.edit {
  font-family: "Montserrat";
}

#wpforms-form-1039 .wpforms-one-half,
#wpforms-form-8464 .wpforms-one-half,
#wpforms-form-1026 .wpforms-one-half {
  position: relative;
}

#wpforms-form-1039 .wpforms-one-half .far,
#wpforms-form-8464 .wpforms-one-half .far,
#wpforms-form-1026 .wpforms-one-half .far {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 15px;
}

span.gutentor-module-tabs-item.gm-tt-320b35:nth-child(3) {
  margin-right: 0;
}

span.gutentor-module-tabs-item.gm-tt-320b35:last-child {
  display: none;
}

.heart_icon {
  font-size: 0;
  width: 33px;
  height: 33px;
  display: inline-block;
  background-image: url(images/like_button.png);
  background-repeat: no-repeat;
  position: relative;
  top: -22px;
}

.bp-login-widget-user-avatar img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
}

#masthead .main_nav_menu {
  list-style: none;
  display: flex;
  gap: 1rem;
  float: right;
  margin: 14px 4rem 10px 1rem;
}

#masthead .main_nav_menu a {
  color: #fff;
}

#masthead .main_nav_menu a:hover {
  color: #C733A5;
}

#masthead.open .main_nav_menu {
  display: none;
}

.cdp-copy-alert-success {
  z-index: 1;
}

@media (max-width: 991px) {
  .grid-layout {
    grid-template-columns: 1fr 1fr;
  }

  .grid-layout .slide-item:nth-child(9),
.grid-layout .slide-item-:nth-child(9) {
    grid-column: 1/3;
    max-width: 50%;
    margin: auto;
  }

  .explore-container > div {
    max-width: 330px !important;
    min-width: 280px;
  }

  .curation_gallery .slide-item- h3 {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  #masthead .main_nav_menu {
    display: none;
  }
}
@media (max-width: 781px) {
  #explore-wrap figure img {
    margin-right: auto;
  }

  #explore-wrap .foucs_of_month {
    text-align: center;
  }

  #explore-wrap .foucs_of_month p {
    margin: auto;
  }
}
@media (max-width: 600px) {
  .grid-layout {
    grid-template-columns: 1fr;
  }

  .grid-layout .slide-item:nth-child(9),
.grid-layout .slide-item-:nth-child(9) {
    grid-column: 1;
    max-width: none;
  }

  .page-id-1058 .gutentor-module-tabs .gutentor-module-tabs-nav {
    flex-direction: column;
    gap: 1rem;
  }
}
@media only screen and (min-width: 920px) and (max-width: 1024px) {
  .single-curations .site-sub-header .col-6 {
    padding-left: 110px;
  }

  .single-curations .site-sub-header, .single-curator .site-sub-header {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1118px) {
  .site-footer {
    position: relative;
  }

  .slick_gallery .slide-item img {
    /* min-height: 295px; */
    min-height: 197px;
    object-fit: contain;
  }

  .slick-vertical .slide-item {
    /*background: #000;*/
    overflow: hidden;
    /* height: 192px; */
    margin: 0;
  }

  .slick-vertical .slide-item img {
    /* max-height: 192px; */
    /* min-height: 175px; */
    /* width: initial;  */
    object-fit: contain;
  }

  .reg_info {
    max-width: 50%;
    margin-top: -18px;
  }

  .page-id-2246 .grid-container {
    max-width: 1140px;
  }

  .trending_container #slick2 .slide-item {
    height: 197px;
  }

  /* .curation_gallery #slick1 .slick-slide img {
     height: 192px; 
  } */
  .comments-area {
    margin-bottom: 120px !important;
  }

  .site-footer:before {
    content: "";
    height: 580px;
    width: 248px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 0px;
    background: url(images/footer_bg_left1.png) no-repeat;
    background-size: contain;
  }

  .site-footer:after {
    content: "";
    height: 431px;
    width: 539px;
    position: absolute;
    bottom: -27px;
    z-index: 999;
    right: 0px;
    background: url(images/footer_bg_right1.png) no-repeat;
    background-size: contain;
  }

  .page-id-1053 .site-footer:after, .page-id-1053 .site-footer:before, .page-id-1058 .site-footer:after, .page-id-1058 .site-footer:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .su-column.su-column-size-1-3 {
    width: 32%;
    display: inline-flex;
    padding-right: 30px;
  }

  div.wpforms-container #wpforms-form-1026 div.wpforms-uploader .dz-message {
    width: 74%;
    margin-left: -110px;
  }

  #wpforms-form-1026 div.wpforms-uploader .dz-message.hide + .dz-preview {
    width: 75%;
    margin-left: -99px;
  }
}
@media only screen and (max-width: 768px) {
  .login_cont {
    padding-top: 20px;
    margin-top: 25px;
  }

  .grid-container .slick-prev,
.trending_container .slick-prev {
    left: 20% !important;
  }

  .grid-container .slick-next,
.trending_container .slick-next {
    right: 20% !important;
  }

  .section-gma7734a0 {
    background-size: 70px;
  }

  .curator_name {
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 18px;
    font-size: 14px;
  }

  .login_row {
    background: none !important;
  }

  .featured_cont p {
    font-size: 16px;
  }

  .curation_filter .grid-md-4, .curation_filter .grid-md-6 {
    padding-right: 7px;
    padding-left: 7px;
  }

  .slick_gallery .slide-item {
    padding: 3px;
  }

  .featured_cont h2 {
    font-size: 36px;
  }

  h2.testimonial_header {
    margin-top: 30px;
    font-size: 20px;
  }

  h2.testimonial_header:before {
    width: 59px;
    height: 42px;
    margin-bottom: -18px;
    display: inline-block;
    background-size: contain;
    margin-right: 0px;
  }

  h2.testimonial_header:after {
    width: 58px;
    height: 43px;
    margin-bottom: -19px;
    display: inline-block;
    background-size: contain;
    margin-left: 0px;
  }

  .discover_sec .gutentor-element-image-box .gutentor-bg-image {
    background-size: 140px !important;
  }

  .featured_section .featured_cont, .featured_section .move_left.featured_cont {
    padding-bottom: 90px;
    margin-top: 0px !important;
  }

  .featured_section {
    padding-bottom: 0px !important;
  }

  .explore-container > div {
    max-width: 275px !important;
    min-width: auto;
  }
}
@media only screen and (max-width: 1180px) {
  .open .site-branding img {
    max-height: 305px;
  }

  .social_login_butt .gutentor-col-wrap img {
    width: 156px;
  }

  .loggedin_user .grid-container, .loggedin_user .grid-container {
    max-width: 60%;
  }

  .login_cont {
    padding-top: 14px;
  }

  #gmbe51dc4 {
    padding-top: 50px !important;
  }
}
/*  portrait landscape  tablets */
@media only screen and (max-width: 992px) {
  .tax-curations_tags .container {
    max-width: none;
  }

  .gutentor-advanced-columns {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .curator_gall .slick-dots li {
    display: none;
  }

  .our_curators {
    padding-top: 60px;
  }

  .about_header_img img {
    margin: auto;
    padding-top: 20px;
  }

  .about_feat_cont .gutentor-single-column {
    border: 0px;
  }

  /* .slick-next {
      right: 25% !important;
  }
  .slick-prev{
      left: 25% !important;
  } */
  .curation_overlay {
    padding: 15px !important;
  }

  .curation_overlay b.cur_title {
    font-size: 14px;
  }

  .curation_overlay span {
    font-size: 14px !important;
  }

  .single-curations .site-sub-header {
    background: #000C7A url(images/curation_header_left_bg.png) -22px 60px no-repeat;
  }

  .single-curations .site-sub-header:after {
    right: -29px;
  }

  .welcome_sec .grid-container {
    background-size: 97%;
    background-position: center top;
  }

  .loggedin_user, .nonloggedin {
    padding-bottom: 40px;
  }

  .footer_signup, .footer_signup s.wp-block-button {
    text-align: center;
  }

  .welcome_sec .grid-container .grid-row {
    background-size: 97%;
  }

  .featured_right img {
    margin-top: 20px;
  }

  .footer-widget {
    margin: auto !important;
  }

  #gm95c3e3d {
    text-align: center;
  }

  .move_left {
    margin-top: 56px !important;
  }

  .discover_sec .grid-md-12 {
    max-width: 50%;
  }

  .open .site-branding img {
    max-height: 170px;
    bottom: 0px;
  }

  .alignfull {
    padding: 25px !important;
  }

  .curation_filter .grid-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 810px) and (max-width: 940px) {
  #page-4029 .login_cont {
    margin-top: 50px !important;
    padding: 20px !important;
  }

  #page-4029 .wpforms-field-container {
    padding: 30px 20px 30px 20px;
  }

  form[name=bp-login-widget-form] {
    padding-bottom: 30px;
  }

  .login_cont.partner_login {
    max-width: 370px;
  }

  #player-container:before {
    width: 150px;
    height: 150px;
    background-size: 100%;
  }

  .partner_portal_box {
    height: max-content;
    width: 100%;
    margin-bottom: 50px;
  }

  .our_team .slick-slide img {
    max-width: 150px;
    max-height: 150px;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #wpforms-1026-field_29 .wpforms-field-label-inline {
    word-break: break-word;
  }

  /* .trending_container .slick-prev,.trending_container .slick-next{
    bottom:115px !important;
  } */
  #page-4029 .wpforms-description {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0px;
  }

  .reg_row .gutentor-single-column + .gutentor-single-column {
    padding-bottom: 30px;
  }

  .reg_row .wp-block-button__link {
    font-size: 12px !important;
  }

  #page-4029 div.wpforms-container-full .wpforms-form input[type=email],
#page-4029 div.wpforms-container-full .wpforms-form input[type=text] {
    width: 100% !important;
  }

  #page-4029 div.wpforms-container-full .wpforms-field {
    width: 100% !important;
    margin: 0px !important;
  }

  #page-4029 .wpforms-field-container {
    padding: 20px !important;
  }

  .welcome_sec .grid-container {
    padding-top: 60px;
  }

  .curator_gall .slick-dots li {
    display: none;
  }

  .curator_gall .slide-item a div {
    margin-left: auto;
    margin-right: auto;
  }

  .site-logo-wrapper .custom-logo-link {
    float: left;
    width: 109px !important;
  }

  .section-gm48f69cb {
    background-size: 82px;
  }

  body .slick_gallery .slide-item:hover .curation_overlay {
    display: none !important;
  }

  body .slick_gallery .slide-item a {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: relative;
  }

  body .col-3.social_share {
    position: relative;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 13px;
  }

  .addthis_inline_share_toolbox {
    right: 15px;
    top: 31px;
  }

  .pld-like-dislike-wrap {
    float: right !important;
    width: 35px;
  }

  .site-header .org-identity {
    float: left;
    height: 45px;
  }

  .trending_container #slick2 .slide-item img {
    height: 80px;
    width: 150%;
    max-width: 150%;
  }

  #curation_gallery .slick-prev {
    left: 0px !important;
  }

  #curation_gallery .slick-next {
    right: 0px !important;
  }

  .single-curations .site-sub-header .entry-title {
    font-size: 22px;
  }

  .single-curations .site-sub-header a {
    display: inline-block;
    margin-top: 10px;
  }

  /* .trending_container .slick-prev{
      left: 2% !important;
  }
  .trending_container .slick-next{
      right: 2% !important;
  } */
  .section-gm12ddf8f {
    background-size: 65px;
  }

  .section-gm6fd56c2 {
    background-size: 65px;
  }

  .org_logos .slick-next {
    right: 15% !important;
  }

  .org_logos .slick-prev {
    left: 15% !important;
  }

  .partner_portal_box {
    height: inherit;
    margin-bottom: 40px !important;
  }

  .social_login_butt .gutentor-col-wrap img {
    margin: auto;
  }

  .login_cont {
    padding-bottom: 30px;
  }

  .partner_portal_box {
    max-width: 100%;
  }

  .login_cont .social_login_butt a[data-provider=google] {
    margin-top: 5px;
    display: block !important;
    float: none !important;
  }

  /* .login_left_cont{
      padding-left: 80px;
  } */
  .nonloggedin .login_left_cont .gutentor-col-wrap {
    margin: auto;
  }

  body .my_kolture_profile .comments-area {
    padding: 60px 20px 25px 40px !important;
  }

  .my_kolture_profile .wp-block-gutentor-m4-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .my_kolture_profile .gutentor-module-tabs-item {
    margin-right: 8px;
  }

  body .item-body .mem_inner {
    margin: 0px !important;
  }

  .comment-content p {
    font-size: 13px;
  }

  .comment-body .children {
    margin: 0px !important;
    padding: 0px !important;
  }

  .my_kolture_profile .gutentor-module-tabs-title {
    font-size: 12px;
  }

  .mfp-bg {
    z-index: 10000 !important;
  }

  .mfp-wrap {
    z-index: 10001 !important;
  }

  .thankyou_msg:before, .thankyou_msg:after {
    top: 76px;
  }

  .thankyou_msg h2 {
    font-size: 29px !important;
  }

  div.wpforms-container div.wpforms-uploader .modern-title {
    font-size: 12px;
  }

  .site-header.open {
    display: block;
  }

  .single-curator .site-sub-header .col-4 {
    text-align: center;
  }

  .single-curator .site-sub-header .col-4 img {
    width: 170px !important;
    height: 170px !important;
    border-radius: 50%;
    display: inline-block;
    float: none !important;
    margin: auto !important;
  }

  .single-curator .site-sub-header {
    padding-top: 40px;
    background: #000C7A url(images/curation_header_left_bg.png) left 60px no-repeat;
    background-size: 60px;
  }

  .header_form .avatar {
    width: 100px;
  }

  .main-navigation ul {
    width: 150px;
  }

  .single-curator .site-sub-header:after {
    right: -25px;
  }

  .single-curator .site-sub-header .col-4 {
    width: 100%;
  }

  .single-curator .site-sub-header p {
    font-size: 15px !important;
  }

  .single-curator .site-sub-header .col-8 {
    width: 100%;
  }

  .site-header.open .site-branding {
    width: 100%;
    margin-top: 10px;
  }

  .our_team .slick-slide img {
    max-width: 130px;
    max-height: 130px;
    height: 130px;
    min-height: 130px;
  }

  .comment_approval {
    font-size: 11px;
    text-transform: uppercase;
    color: #000C7A;
    float: left;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .slide-item[media_format=Audio]:before, .slide-item[media_format=Podcast]:before, .slide-item[media_format=Video]:before {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }

  .conv_cont ol {
    margin-left: 0px;
    margin-right: 0px;
  }

  #player-container #play-pause {
    width: 99px;
    height: 28px;
    bottom: 20px;
  }

  div.wpforms-container div.wpforms-uploader {
    background-size: 70px !important;
  }

  .reg_tabs .gutentor-module-tabs-item {
    width: 100% !important;
  }

  .social_login_butt .gutentor-col-wrap {
    top: 36px;
  }

  body .reg_tabs .gutentor-module-tabs-item {
    border: 0px !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-one-third {
    width: 100%;
    margin: 0px;
  }

  body .gutentor-module-tabs-body .login_cont {
    padding-bottom: 44px !important;
  }

  .login_cont .gutentor-single-column.grid-lg-5 {
    border: 0px;
  }

  .reg_tabs .gutentor-module-tabs-body .gutentor-module-tabs-content {
    padding: 7px !important;
  }

  #wpforms-1694 .wpforms-field-checkbox li label {
    width: 90% !important;
  }

  .section-gm42a7b88 {
    padding-top: 125px;
  }

  #player-container:before {
    width: 80px;
    height: 80px;
    top: -60px !important;
    background-size: contain !important;
  }

  .single-curations #primary .row {
    margin: 0px;
  }

  #player-container #podcast-play-pause {
    bottom: 30px !important;
  }

  .section-gm221d536 {
    background-size: 58px;
    background-position: left top !important;
    padding-left: 21px;
  }

  .section-gm221d536 .login_left_cont {
    padding-left: 50px;
  }

  .reg_button + .wp-block-image {
    float: left;
    margin-left: 0px;
    margin-top: 10px;
  }

  h2, .h2 {
    font-size: 1.9em;
  }

  :not(.open).site-header {
    max-height: 72px;
  }

  .curation_overlay {
    display: none;
  }

  .slick_gallery .slide-item {
    margin-bottom: 5px;
  }

  #curation_gallery .slick-dots {
    margin-top: 0px !important;
  }

  .user_profile img {
    display: none;
  }

  .user_profile {
    float: right;
    text-align: right;
    padding-right: 0px;
    font-size: 12px;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 7px;
  }

  .site-header .user_profile {
    position: absolute;
    right: 48px;
    top: 13px;
  }

  .site-header .group-link {
    color: transparent;
    font-weight: 500;
    width: 36px;
  }

  .site-header .close_ {
    float: left;
    margin-top: 10px;
  }

  .slick-initialized .slick-slide {
    padding: 2px;
  }

  .section-gm6ec7046 {
    background-position: left top !important;
    background-repeat: no-repeat;
    background-size: 72px;
  }

  .our_curators:before {
    width: 102px;
    height: 86px;
    content: "";
    background-size: contain;
  }

  .trending_bg {
    font-size: 19px;
  }

  .conversation_prompts {
    margin-bottom: 0px !important;
  }

  .single-curations .site-sub-header .col-6 {
    width: 77%;
    margin: auto;
  }

  .single-curations .site-sub-header .col-6 + .col-6 {
    padding-top: 48px !important;
    padding-bottom: 25px !important;
    text-align: left !important;
    min-height: 240px !important;
  }

  .single-curations .site-sub-header .col-6 + .col-6 div {
    left: 15px !important;
    right: auto !important;
  }

  .loggedin_user:after, .nonloggedin:after {
    width: 61px;
    height: 194px;
    background-size: 100% !important;
    bottom: -131px;
  }

  .section-gm7a95361 {
    background-size: 80px;
  }

  .grid-md-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
  }

  .comments-area {
    padding: 25px 20px 25px 20px !important;
  }

  .site-branding {
    display: inline-block !important;
    text-align: center;
  }

  .welcome_sec .grid-container .grid-row {
    padding-bottom: 60px;
  }

  .login_cont {
    margin-top: 25px;
    padding-top: 25px;
  }

  .site-logo-wrapper {
    max-height: 47px;
    overflow: hidden;
  }

  .custom-logo-link {
    width: 100%;
  }

  .open .site-branding img {
    max-height: 74px;
    bottom: 0px;
    top: 29px;
    margin: auto;
    float: none;
    display: inline-block;
  }

  .header_form {
    min-width: 166px;
    padding: 50px 6px 20px 6px;
  }

  .explore-container > div {
    max-width: 350px !important;
  }
}
@media (max-width: 455px) {
  .reg_button {
    float: none;
    margin-bottom: 10px;
  }

  .customer_login {
    padding-bottom: 0;
  }

  .social_login_butt .gutentor-col-wrap {
    position: initial;
  }

  #explore-wrap {
    padding-bottom: 1rem;
  }

  .searchwp-section {
    background-image: none;
  }
}
/**
 * WP Forms Select2 Styles
 */
div.wpforms-container-full .wpforms-form .select2-container {
  padding: 5px;
  position: relative;
  font-size: 13px;
  text-align: left;
  border: 0;
  border-radius: 50px;
  background-color: #fff;
}

div.wpforms-container-full .wpforms-form .select2-container .select2-selection__arrow {
  height: 34px;
  right: 10px;
}