/*
 * Theme Name: Photography News
 * Template: bright-theme
 * Text Domain: bright-theme-child
 */
/* fonts */
@import url("https://use.typekit.net/hez4ore.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

body {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: kepler-std, serif;
}

.btn {
  font-family: kepler-std, serif;
}

#top-bar {
  font-family: kepler-std, serif;
}

#menu-main {
  font-family: kepler-std, serif;
}

.podcast-container a {
  font-family: kepler-std, serif;
}

.footer-icons {
  font-family: kepler-std, serif;
}

/* Single post */
#single blockquote img {
  max-width: 30px;
  margin-right: 30px;
}

blockquote .media {
  width: 100%;
}
.postid-43839 .comp-form input[type="text"], .postid-43839 .comp-form input[type="email"] {
    border: 1px solid #DEDEDE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    background: none;
    display: block;
    font-size: 12px;
    padding: 11px 20px;
    height: 41px !important;
    margin: 0 0 20px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
}
.postid-43839 .btn.btn-primary {
    margin: 15px 0 40px;
}
/* Mobile */
@media only screen and (max-width: 768px) {
  #home-slider-1 h3.home-slider-title-main, #home-slider-1 h3.home-slider-title-side {
    font-size: 125%;
  }

  #home-slider-1.d-none {
    display: block !important;
    margin: 0 15px;
  }

  #home-slider-1 .home-slider-bg {
    max-height: 380px;
  }

  #home-slider-1 {
    max-height: 380px;
    min-height: 380px;
  }

  .home-slider-side-bg {
    display: none;
  }

  #single blockquote {
    margin: 2em .5em;
  }

  #single blockquote img {
    max-width: 20px;
    margin-right: 15px;
  }
}

/* Issue Library */
#podcast-library {
  padding: 3em 0;
  border-top: 1px solid #ECECEC;
}

#podcast-library h1 {
  font-weight: 800;
}

img.podcast-play {
  position: absolute;
  height: 60%;
  width: auto;
  opacity: .75;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  cursor: pointer;
}

#podcast-library img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      margin-top: 6px;
}

#podcast-library button.btn.btn-primary {
  display: block;
  width: 100%;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #313131;
  margin: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  background: #F5F5F5;
  max-width: 500px;
  outline: none;
  padding: 2.75px 2rem;
}

#podcast-library button.btn.btn-primary:hover {
  background: #009bac;
  color: #fff;
  opacity: 1;
}

#podcast-library button.btn.btn-primary:focus {
  outline: 0;
  outline: 4px solid white;
}

#podcast-library ul#podcast-filters {
  list-style: none;
  margin: 0 0 2em;
  font-weight: bold;
}

#podcast-library ul#podcast-filters li {
  margin-right: 2em;
  display: inline;
  padding-bottom: 0.5em;
}

#podcast-library ul#podcast-filters li .heart-solid {
  fill: #313130;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#podcast-library ul#podcast-filters li:hover .heart-solid {
  fill: #de1f26;
}

#podcast-library ul#podcast-filters li a {
  color: #888;
  font-size: 17px;
  border-bottom: 2px solid dark;
  padding-bottom: 0.5em;
  transition: color 300ms cubic-bezier(0.19, 1, 0.22, 1);
}

#podcast-library ul#podcast-filters li a:hover {
  text-decoration: none;
}

#podcast-library ul#podcast-filters li a.selected {
  border-bottom: 2px solid #009bac;
  color: #212529;
}

#podcast-library ul#podcast-filters li a.selected .heart-solid {
  fill: #de1f26;
}
#podcast-library div#list-podcasts {
    margin: 0 15px;
}
#podcast-library a.related-links {
  display: block;
  color: initial;
  margin-bottom: .25em;
      transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
#podcast-library a.related-links:hover {
  text-decoration: none;
      opacity: 0.75;
}
#podcast-library .heart-btn {
  max-width: 20px;
  margin-bottom: 2px;
}

#podcast-library .heart-btn .heart-solid {
  fill: #de1f26;
}
 #list-podcasts .podcasts-even {
    background: #f7f7f7;
}
#list-podcasts .podcasts-even .fav-buttons [class^=btn-favourite-] {
background: #fff;
}
#list-podcasts .podcasts-even .heart-red {
background: #fff;
}
#list-podcasts .podcasts-even .btn-outbound {
    background: #fff;
}
#podcast-library .btn-outbound:hover svg.svg-icon {
  fill: #00a8ac;
  -webkit-transition: all 0.15s linear;
-o-transition: all 0.15s linear;

transition: all 0.15s linear;
}

#podcast-library .podcast-box {
  margin-bottom: 1em;
  padding: 2em 0;

}
#podcast-library .fav-buttons .heart-solid {
    fill: #313130;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
#podcast-library .fav-buttons [class^=btn-favourite-]:hover .heart-solid {
    fill: #de1f26;
}
#podcast-library .fav-buttons .favourite-toggle .heart-solid {
    fill: #de1f26;
}
#podcast-library .fav-buttons [class^=btn-favourite-] {
  background: #f7f7f7;
  width: 41.47px;
      padding: 10px;
  border-radius: 50%;
  margin: 0 0 5px 0;
}

#podcast-library .podcast-box h3 {
  font-size: 125%;
      transition: opacity 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
#podcast-library .podcast-box h3 a:hover {
  opacity: .75;
  color: inherit;
  text-decoration: none;
    cursor: pointer;
}
#podcast-library .podcast-box p:last-of-type {
  margin-bottom: 0;
}

#podcast-library .podcast-img {
  position: relative;
  cursor: pointer;
}

#podcast-library .podcast-img .heart-red {
  position: absolute;
  width: 30px;
  top: -10px;
  left: -10px;
}

#podcast-library .heart-solid {
  fill: #de1f26;
}
#podcast-library .list-podcasts ul {
    margin-left: 1.35em;
}
#podcast-library .fav-buttons {
  display: initial;
  justify-content: center;
  position: relative;
  width: 100%;
}

#podcast-library .fav-buttons a:hover {
  text-decoration: none;
}
#podcast-library .btn-outbound {
    background: #f7f7f7;
    width: 41.47px;
    padding: 10px;
    border-radius: 50%;
        margin: 0 0 5px 0;
    cursor: pointer;
}
#podcast-library .fav-buttons svg {
  width: 100%;
}

#podcast-library [class^=btn-favourite-] {
  max-width: 62.65px;
  margin: 0 0.25em;
}

#podcast-library [class^=btn-favourite-]:hover {
  cursor: pointer;
}

#podcast-library [class^=btn-favourite-] .favourite-toggle .heart-outer {
  fill: #de1f26;
}

#podcast-library .heart-red {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #eeeeee;
  padding: 6px;
  border-radius: 50%;
  width: 30px;
  position: absolute;
  z-index: 1;
  left: 6px;
  top: -8px;
  transition: all 0.15s ease-in-out;
}

#podcast-library .favourite-toggle .heart-red {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  cursor: pointer;
}

#podcast-library .heart-outer {
  fill: #009bac;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#podcast-library .heart-outer:hover {
  opacity: 0.75;
}

#podcast-library .favourite-toggle .heart-outer:hover {
  opacity: 1;
}

#podcast-library .heart-inner {
  fill: #FFFFFF;
}

#podcast-library .favourite-toggle .heart-outer {
  fill: #de1f26;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

#podcast-library .modal {
  z-index: 99999;
}

#podcast-library .modal-body {
  text-align: center;
  font-size: 13px;
  padding: 0;
  webkit-box-shadow: 5px 5px 20px 0 #4d4d4d;
  -moz-box-shadow: 5px 5px 20px 0 #4d4d4d;
  box-shadow: 5px 5px 20px 0 #4d4d4d;
}

#podcast-library .embed-responsive.embed-responsive-16by9 {
  margin: 0;
}

#podcast-library .modal-body p {
  margin-bottom: 1em;
  line-height: 1.5;
}

#podcast-library .modal-body p:last-of-type {
  margin-bottom: 4em;
}

#podcast-library .modal-body .block-title {
  font-weight: 800;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

#podcast-library .modal-body button.close {
  background: transparent;
  border: none;
  font-size: 200%;
  position: absolute;
  top: -50px;
  right: -40px;
  opacity: .5;
  color: white;
  z-index: 1;
  font-size: 350%;
  cursor: pointer;
}

#podcast-library .modal-body button.close:focus {
  outline: 0;
}

#podcast-library .modal-content {
  border-radius: 0;
}

#podcast-library .modal-open {
  padding-right: 0 !important;
}
.comp-form input[type="text"], .comp-form input[type="email"] {
    border: 1px solid #DEDEDE;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    background: none;
    display: block;
    font-size: 12px;
    padding: 11px 20px;
    height: 41px !important;
    margin: 0 0 20px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    vertical-align: baseline;
    line-height: normal;
}


@media (min-width: 576px) {
  #podcast-library .modal-dialog {
    max-width: 800px;
  }
}

#podcast-library .fade-scale {
  transform: scale(1);
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#podcast-library .fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
#podcast-library .podcast-box h3 span {
  color: #888;
}
@media only screen and (max-width: 768px){
#menu-main .sub-menu li.menu-item-has-children a:after {
    margin-top: 5px;
}
}
@media only screen and (max-width: 768px) {

  #podcast-library .podcast-box h3 {
    font-size: 125%;
    margin-top: 1em;
}
#podcast-library .podcast-box h3 .podcast-date {
  display: block;
  margin-top: .5em;
  font-size: 80%;
}
#podcast-library .fav-buttons [class^=btn-favourite-] {
    width: initial;
    margin: 0 0 5px 0;
    display: inline-block;
    width: 57.72px;
height: 57.72px;
    margin-right: .5em;
}
#podcast-library .btn-outbound {
    background: #f7f7f7;
    width: 57.72px;
    height: 57.72px;
    padding: 1em;
    border-radius: 50%;
    margin: 0 0 5px 0;
    cursor: pointer;
    display: inline-block;
}
.col-md-1.podcast-btns {
  margin-top: 1em;
}
.podcast-date-separator {
  display: none;
}
}
hr.light-hr {
  height: 1px;
  color: #ECECEC;
  background-color: #ECECEC;
  border: none;
  margin: 3em 0;
}

.row.sidebar-row.podcast-sidebar {
    text-align: center;
}
.row.sidebar-row.podcast-sidebar a:hover {
    text-decoration: none;
}
.row.sidebar-row.podcast-sidebar img {
    display: inline-block;
    max-width: 40px;
    margin: 25px 5px 0 5px;
}

section#home-posts.row {
    margin-left: 0;
    margin-right: 0;
}
#takeover-banner {
    margin: 0 0 2em 0;
}

#signup-page #email {
	width: 100%;
	height: 32px;
	margin-bottom: .5rem;
}

#signup-page .btn-primary {
	margin: .5rem 0 2rem 0;
}
#signup-page .input-label-signup {
	margin-bottom: 1rem;
}

#signup-page input:disabled {
        background: #d7d7d7;
		cursor: no-drop;
    }

#signup-page input:disabled:hover {
        opacity: 1;
    }

@media only screen and (max-width: 768px) {
	.sidebar {
		display: block; 
	}
	.issue-container {
		display: none;
	}
	.sidebar-row {
		display: none;
	}
		.row.sidebar-row.sidebar-ads {
		display: block;
	}
	.sidebar-ad {
		width: 100%;
	}
	.sidebar-ads {
    min-width: 100%;
    }
}

#home-slider-1 .slick-prev:before {
    background-image: url(/wp-content/uploads/2021/12/slick-left.png);
}
#home-slider-1 .slick-next:before {
    background-image: url(/wp-content/uploads/2021/12/slick-right.png);
}

#issue-modal {
	text-align: center;
}
#issue-modal h2 {
	font-size: 32px;
}
#issue-library #issue-modal .modal-body p:last-of-type {
    margin-bottom: 1em;
}
#issue-library #issue-modal .btn.btn-primary {
	color: white;
	padding: 2.75px 4rem;
	margin: 0 auto;
	width: auto;
	font-size: 16px;
}

#issue-modal input[type="password"] {
    width: 80%;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 0.25em;
    padding: 0 0.5em;
    margin-bottom: 2em;
}

#issue-filters li a {
	cursor: pointer;
}

#wrong-details {
	color: red;
}

#contact .fold-title:after {
	border-color: #007c92 #fff;
}

#product-45676 td {
	min-width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
}

#product-45676 tr {
	margin: 0 0 1.5rem 0;
	display: block;
}

#product-45676 select {
	min-width: 100%;
	cursor: pointer;
	min-width: 100%;
    cursor: pointer;
    height: 42px;
    border: 1px solid #d5d5d5;
	padding-left: .5rem;
}

#product-45676 label {
	margin: 0;
}

#product-45676 .wcpa_type_checkbox-group {
	margin-top: 0;
}

#product-45676 .wcpa_type_checkbox-group label:first-child {
	display: none;
}

.woocommerce div.product p.stock {
    color: #212529;
}

#product-45676 p.price {
	margin-bottom: 0.5rem;
}

.post-password-form input[type="submit"] {
	background-color: #00a8ac;
    border-color: #00a8ac;
    color: #ffffff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: block;
    font-size: 14px;
    padding: 0 20px;
	height: 42px;
	margin-left: .5rem;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    max-width: 500px;
    outline: none;
    text-align: center;
    font-weight: 400;
	font-family: kepler-std, serif;
}

.post-password-form input[type="submit"]:hover {
	opacity: 0.7;
}

.post-password-form input {
	height: 42px;
}

.post-password-form p {
	display: flex;
}

@media only screen and (max-width: 992px){
		form.post-password-form {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
.post-password-form p {
		display: block;
	text-align: center;
	}
	.post-password-form input[type="submit"] {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	.post-password-form input {
    	width: 100%;
}
	.post-password-form label {
    	width: 100%;
	}
}

@media only screen and (min-width: 992px){
	form.post-password-form {
		padding-left: 300px;
		display: flex;
		text-align: center;
		flex-direction: column;
		align-items: center;
	}
}

 @media (min-width: 768px) and (max-width: 992px){
.post-password-form p {
    display: block;
    text-align: center;
}
	form.post-password-form {
		padding-left: 300px;
	}
}


/* Image comparison */ 
.compare-slider-container {
  margin: 3rem 0;
}
.compare-slider-container.limit-width .compare-slider {
  width: 50%;
  margin-left: 25%;
}
.compare-slider-container.limit-width p {
  width: 50%;
  margin-left: 25%;
}
.compare-slider-container + .single-image .post-image {
  margin-top: 0;
}
.compare-slider-container + h2, .compare-slider-container + h3 {
  margin-top: 0;
}
.compare-slider-container p {
  background: #f4f4f4;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-style: italic;
}
.compare-slider-container .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.compare-slider-container .handle {
  position: absolute;
  z-index: 9;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  cursor: ew-resize;
}
.compare-slider-container .compare-slider-middle {
  position: absolute;
  z-index: 1;
  width: 9px;
  height: 54px;
  border-radius: 8px;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: ew-resize;
}
.compare-slider-container .compare-slider-middle:before {
  content: '';
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  display: inline-block;
  height: 18px;
  right: 16px;
  position: relative;
  top: 18px;
  transform: rotate(-135deg);
  width: 18px;
  color: #fff;
}
.compare-slider-container .compare-slider-middle:after {
  content: '';
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  display: inline-block;
  height: 18px;
  left: 7px;
  position: relative;
  top: -2px;
  transform: rotate(45deg);
  width: 18px;
  color: #fff;
}
.compare-slider {
  position: relative;
  overflow: hidden;
}
.compare-slider img {
  width: 100%;
  display: block;
  max-width: 861.5px !important;
  margin: 0!important;
}
@media only screen and (max-width: 768px) {
  .compare-slider-container.limit-width .compare-slider {
    width: initial;
    margin-left: initial;
 }
  .compare-slider-container.limit-width p {
    width: initial;
    margin-left: initial;
 }
}

 
/* Product comparison */
.slick-source {
  display: none;
}
.product-compare {
  text-align: center;
  margin-bottom: 3rem;
}
.product-compare .product-links a {
  display: table;
  margin: 0 auto;
  position: relative;
}
.product-compare .product-links a:last-of-type {
  margin-top: 0.5rem;
}
.product-compare .product-links button {
  padding: 0.5rem 0;
  min-width: 8rem;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}
.product-compare .product-links .learn-btn:hover .grad-overlay-state {
  opacity: 1;
}
.product-compare .product-links .learn-btn button {
  color: #fff;
  transition: background-image 300ms ease-out;
  z-index: 1;
  position: relative; 
}
.product-compare .product-links .learn-btn .grad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background-image: linear-gradient(#8ac664, #6da24c);
}
.product-compare .product-links .learn-btn .grad-overlay-state {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background: #8ac664;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.product-compare .product-links .buy-btn:hover .grad-overlay-state {
  opacity: 1;
}
.product-compare .product-links .buy-btn button {
  color: #fff;
  transition: background-image 300ms ease-out;
  z-index: 1;
  position: relative; 
}
.product-compare .product-links .buy-btn .grad-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background-image: linear-gradient(#4a4a4a, #252724);
}
.product-compare .product-links .buy-btn .grad-overlay-state {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  top: 0;
  left: 0;
  margin-bottom: 1rem;
  bottom: -1px;
  background: #4a4a4a;
  transition: opacity 300ms ease-out;
  opacity: 0;
}
.product-compare h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}
.product-compare .product-compare-detail {
  font-size: 40px;
  margin: 1rem 0;
  font-family: 'Fjalla One', sans-serif;
}
.product-compare .product-details {
  margin: 3rem 0;
  position: relative;
}
.product-compare .product-details .product-details-seperator {
  position: absolute;
  height: 1px;
  width: 4rem;
  background: #000;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 1px 0;
}
.product-compare .product-details:first-of-type {
  margin-top: 1.5rem;
}
.product-compare .product-details:last-of-type {
  margin-bottom: 1.5rem;
}
.product-compare .product-details:last-of-type .product-details-seperator {
  display: none;
}
.product-compare .slick-slide {
  height: auto;
  cursor: grab;
}
.product-compare .slick-slide img {
  margin: 0 auto;
}
.product-compare .slick-slide:focus {
  outline: 0;
}
.product-compare .slick-next:before {
  color: black;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.85em;
  transform: rotate(45deg);
}
.product-compare .slick-next, .product-compare .slick-prev {
  overflow: visible;
  text-indent: 0;
}
.product-compare .slick-prev:before {
  color: black;
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: '';
  display: inline-block;
  height: 0.85em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.85em;
  transform: rotate(-135deg);
}
.product-compare .slick-next {
  right: 30px;
}
.product-compare .slick-prev {
  left: 30px;
  z-index: 99;
}
.product-compare .slick-next, .product-compare .slick-prev {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  top: 312px;
}
.product-compare .slick-next:before, .product-compare .slick-prev:before {
  opacity: 1;
}
 

@media only screen and (max-width: 768px) {
  .slick-source {
    display: block;
 }
  .row.product-compare {
    display: none;
 }
}

/* image carousel */
.image-carousel.slick-slider {
  margin: 3rem 0 4rem;
}
.image-carousel.slick-slider.limit-width {
  width: 50%;
  left: 25%;
}
.image-carousel.slick-slider .slide {
  padding-bottom: 4px;
  cursor: grab;
}
.image-carousel.slick-slider .slide img {
  width: 100%;
  margin:0!important;
}
.image-carousel.slick-slider li {
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 50%;
  margin: 0 0.45rem;
  transition: background 300ms ease-out;
  cursor: pointer;
}
.image-carousel.slick-slider li.slick-active {
  background: #000;
}
.image-carousel.slick-slider .slick-dots li button:before {
  content: none;
}
.image-carousel.slick-slider .slick-dots {
  bottom: -20px;
}
.image-carousel.slick-slider .copyright p {
  background: #f4f4f4;
  font-size: 14px;
  padding: 0.5rem 1rem;
  font-style: italic;
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.image-carousel.slick-slider .slick-dots li button:before {
  font-size: 60px;
  line-height: 60px;
}
.accordion {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  margin: 0.9375rem 0rem 0.3125rem 0rem;
  flex-direction: column;
  align-items: flex-start;
}

.accordion > * + * {
  border-top: 1px solid #DEDEDE;
}

.accordion .hidden {
  display: none;
}

.accordion-dropdown {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
}

.accordion-dropdown-content {
  display: flex;
  padding: 0 0 0.3125rem 0;
  margin: 0 0 0.9375rem 0;
  flex-direction: column;
  align-items: flex-start;
}

.accordion-dropdown-content > * + * {
  margin-top: 0.9375rem !important;
}

.accordion-text > p {
  padding: 0;
  margin: 0;
}

.accordion-dropdown-header {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  cursor: pointer;
}

.accordion-dropdown-header > * + * {
  margin-left: 1.25rem !important;
}

.accordion-dropdown-header > h3, .accordion-dropdown-header > .arrow-down, .accordion-dropdown-header > .arrow-up {
  margin: 0;
}

.accordion-dropdown-header > h3 {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  color: #212529;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.53806rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.625rem; /* 170.667% */
}

.accordion-images {
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
}

.accordion-images > img {
  margin: 0;
  padding: 0;
}

.accordion-images > * + * {
  margin-left: 0.9375rem !important;
}

.accordion-button {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: #00A8AC;
  border: none;

  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.arrow-down {
  transition: transform 0.3s;
}

#comp-form .success {
  color: #00A8AC;
}

.removable-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: center;
  position: relative;
}

.checkbox-field {
  box-sizing: border-box;
  align-items: center;
}

.checkbox-field > input {
  shape-outside: circle(50%);
  margin-right: 0.5rem;
  margin-top: 0.38rem;
  float: left;
  width: 0.875rem;
  height: 0.875rem;
}

.checkbox-field > * {
  margin: 0;
  display: inline;
}

.checkbox-field > label {
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 178.571% */
}

#submit-button[disabled] {
  background-color: #DEDEDE;
  color: #000;
}

#comp-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.9375rem 0 0.3125rem 0;
  padding: 1.25rem 0rem 0.5rem 0;
  width: 100%;
}

#comp-form > h3.title {
  color: #00A8AC;
  leading-trim: both;
  text-edge: cap;
  font-size: 1.53806rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.625rem; /* 170.667% */
  text-align: center;
  margin: 0;
}

#comp-form > * + * {
  margin-top: 1.25rem;
}

#comp-form .field-group {
  width: 100%;
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  align-content: stretch;
}

#comp-form .field-group > * + * {
  margin-left: 1.25rem;
}

#comp-form .form-field > input, #comp-form .form-field > select {
  width: 100%;
  height: 2.5rem;
  display: block;
  border: 1px solid #DEDEDE;
  cursor: pointer;
}

#comp-form label.not_valid {
  color: red;
}

#comp-form #pot {
  display: none;
}

#comp-form input[type='text'].not_valid, #comp-form input[type='email'].not_valid, #comp-form .form-field select.not_valid {
  border: 1px solid red;
}

#comp-form .form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#comp-form .error {
  color: red;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#comp-form .hidden {
  display: none;
}

#comp-form .submissions {
  display: flex;
  flex-direction: column;
}

#comp-form .submissions > * + * {
  margin-top: 1.25rem;
}

#comp-form .submissions h3 {
  color: #000;
  font-family: "Open Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

#comp-form .submissions .add-image {
  width: 100%;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  background: #00A8AC;
  color: #FFF;
  font-family: "Kepler Std";
  leading-trim: both;
  text-edge: cap;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}

#category-selection p.not_valid {
  color: red;
}

#category-selection-container {
  display: flex;
  flex-direction: column;
}

#category-selection-container > * + * {
  margin-top: 1rem;
}

.dropzone {
  width: calc(100%);
  min-height: 200px;
  text-align: center;
  line-height: 200px; /* Vertically center the text */
  color: #999;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border: 2px dashed #00A8AC;
  background: #F5F5F5;
  position: relative;
}

.dropzone .placeholder {
  color: #000;
  text-align: center;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: auto;
}

.dropzone.highlight {
  opacity: 0.7;
}

.dropzone .hidden {
  display: none;
}

.dropzone.not_valid {
  border: 3px dashed red;
}

.dropzone .error {
  position: absolute;
  top: 10%;
  color: red;
  font-size: 1rem;
  font-weight: bold;
  margin: auto;
}

.preview {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
  max-width: 90%;
}

.preview .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  margin: 0.5rem;
}

.preview .image-container > * + * {
  margin-top: 0.5rem;
}

.preview .image-preview {
  position: relative;
  margin: 0.5rem;
  width: 200px;
  height: 200px;
  border: 1px solid #00A8AC;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.preview .image-container .filename {
  text-wrap: wrap;
}

.preview img {
  max-width: 100%;
  max-height: 100%;
  cursor: default;
  object-fit: contain;
}

.preview .remove-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  background-color: #fff;
  color: red;

  cursor: pointer;
  border: 1px solid red;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}

.preview .remove-image:hover {
  background-color: red;
  color: #fff;
}

.preview .remove-image > p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.preview .filename {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #00A8AC;
}

.submit-button {
  display: flex;
  padding: 0.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "Kepler Std";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none; 
  background: #00A8AC;
  width: fit-content;
}

.remove-submission-field {
  position: absolute;
  bottom: 0.44rem;
  right: 0;

  border: none;
  background: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.remove-submission-field > * + * {
  margin-left: 0.625rem;
}

.remove-submission-field p {
  margin: 0;
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#comp-form .info {
  color: #000;

  /* Open Sans (Regular) — 14px */
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#comp-form .form-field label[for="category"] {
  margin-bottom: 0.44rem;
  color: #000;
  font-family: "Open Sans";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}