/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */
.page-template-template_member_page .page-content .container .member-nav .avatar-welcome .name {word-break:normal}
#mepr-account-nav br{
	display:none !important;
}
.facetwp-template .artist-profile .artist-logo img{
	background-color:#ffffff;
}
.page-id-7 ul.no-bullets{
	padding-left:0;
}

/* Contest gallery shortcode, fix alignment issue. Ticket #19530 */
.bpc-gallery .gallery-items,
.page-id-42166 .gallery-items{
	max-width: none !important;
}

/* Fix footer if instagram fails to load */
#ig-footer::after {content: '';display: table;clear: both;}

.latest-blog .latest-post h5 + br{
	display:none;
}

/* Fancybox/Lightbox with black background */
html .fancybox-bg {
	background: #000 !important;
	opacity: 1 !important;
}

/* IEEE Observer signup form (https://birthphotographers.com/ieee-event/observer-signup/) */
#gform_wrapper_27 .gform_footer {
	margin-top: 40px !important;
}

/*Fix input field six on MailChimp forms*/
#mc_embed_signup_scroll input.email{
	width:100%;
	max-width:500px;
}

/*Fix for member option tables*/
.section-pricing_tables .pricing-tables{
	justify-content:center;
}
.section-pricing_tables .pricing-tables .pricing-table{
	margin:0 1em;
}

/*New 2 Column Option for Image Competition*/
.section-winners .winner-list.two-col .grid-sizer,
.section-winners .winner-list.two-col .winner-item {
  width: 48%;
}
@media (max-width: 1199px) {
  .section-winners .winner-list.two-col .grid-sizer,
.section-winners .winner-list.two-col .winner-item {
    width: 48%;
  }
}
@media (max-width: 991px) {
  .section-winners .winner-list.two-col .grid-sizer,
.section-winners .winner-list.two-col .winner-item {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .section-winners .winner-list.two-col .grid-sizer,
.section-winners .winner-list.two-col .winner-item {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .section-winners .winner-list.two-col .grid-sizer,
.section-winners .winner-list.two-col .winner-item {
    width: 100%;
  }
}

/*New Judges Section*/
.section-expert_judges {
  background-color: #f5f4ef;
}
.section-expert_judges .cls-background {
  padding: 0 !important;
  /* JUDGE BIO POPUP */
}
.section-expert_judges .cls-background h1.archive-header span {
  vertical-align: middle;
  font-family: "EyeCatchingPro";
  font-size: 59px;
}
.section-expert_judges .cls-background .container {
  max-width: 1225px;
  margin: 55px auto 0;
  padding-bottom: 15px;
}
.section-expert_judges .cls-background .container .intro-txt {
  margin-bottom: 55px;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer,
.section-expert_judges .cls-background .container .judges-list .judge {
  width: 31.25%;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .section-expert_judges .cls-background .container .judges-list .grid-sizer,
.section-expert_judges .cls-background .container .judges-list .judge {
    width: 30.75%;
  }
}
@media (max-width: 991px) {
  .section-expert_judges .cls-background .container .judges-list .grid-sizer,
.section-expert_judges .cls-background .container .judges-list .judge {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .section-expert_judges .cls-background .container .judges-list .grid-sizer,
.section-expert_judges .cls-background .container .judges-list .judge {
    width: 47%;
  }
}
@media (max-width: 640px) {
  .section-expert_judges .cls-background .container .judges-list .grid-sizer,
.section-expert_judges .cls-background .container .judges-list .judge {
    width: 100%;
  }
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer a img,
.section-expert_judges .cls-background .container .judges-list .judge a img {
  width: 100%;
  height: 100%;
  display: block;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer .name,
.section-expert_judges .cls-background .container .judges-list .judge .name {
  background-color: #af6e3e;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  box-sizing: border-box;
  padding: 10px;
  font-size: 18px;
  font-family: "tgn-soft-round", sans-serif;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer .judge-info,
.section-expert_judges .cls-background .container .judges-list .judge .judge-info {
  box-sizing: border-box;
  padding: 15px;
  background-color: #fff;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer .judge-info a,
.section-expert_judges .cls-background .container .judges-list .judge .judge-info a {
  letter-spacing: 0.01em;
  line-height: 23px;
  text-decoration: none;
  margin: 0 auto 15px;
  font-size: 15px;
  color: #2c435b;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer .judge-info a:hover,
.section-expert_judges .cls-background .container .judges-list .judge .judge-info a:hover {
  color: #af6e3e;
}
.section-expert_judges .cls-background .container .judges-list .grid-sizer .judge-info .title,
.section-expert_judges .cls-background .container .judges-list .judge .judge-info .title {
  letter-spacing: 0.01em;
  line-height: 23px;
  margin: 0 auto 10px;
  font-size: 15px;
  font-style: italic;
}
.section-expert_judges .cls-background .j-bio-pop-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 67, 91, 0.5);
  z-index: 2;
  cursor: pointer;
  display: none;
}
.section-expert_judges .cls-background .j-bio-pop {
  background-color: #f5f4ef;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
  max-width: 95%;
  z-index: -1;
  opacity: 0;
  transition: 0.2s ease opacity;
  box-sizing: border-box;
  padding: 25px 50px 50px;
}
.section-expert_judges .cls-background .j-bio-pop.closed {
  display: none;
}
@media (max-width: 767px) {
  .section-expert_judges .cls-background .j-bio-pop {
    max-height: 78vh;
    overflow: hidden;
    overflow-y: scroll;
    top: 55%;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .section-expert_judges .cls-background .j-bio-pop {
    max-height: 96vh;
    overflow: hidden;
    overflow-y: scroll;
    top: 50%;
  }
}
.section-expert_judges .cls-background .j-bio-pop.open {
  z-index: 100;
  opacity: 1;
}
@media (max-width: 767px) {
  .section-expert_judges .cls-background .j-bio-pop.open {
    z-index: 999999;
  }
}
.section-expert_judges .cls-background .j-bio-pop .cell {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.section-expert_judges .cls-background .j-bio-pop .cell:nth-child(1) {
  order: 2;
}
.section-expert_judges .cls-background .j-bio-pop .cell:nth-child(2) {
  order: 1;
}
.section-expert_judges .cls-background .j-bio-pop .cell:nth-child(3) {
  order: 3;
}
.section-expert_judges .cls-background .j-bio-pop .name-col .name {
  color: #af6e3e;
  letter-spacing: 0.07em;
  line-height: 31px;
  text-transform: uppercase;
  font-family: "tgn-soft-round", sans-serif;
  font-size: 18px;
}
.section-expert_judges .cls-background .j-bio-pop .name-col a {
  color: #2c435b;
  text-decoration: none;
  letter-spacing: 0.017em;
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
  font-style: italic;
}
.section-expert_judges .cls-background .j-bio-pop .name-col a:hover {
  color: #af6e3e;
}
.section-expert_judges .cls-background .j-bio-pop .img-col img {
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.section-expert_judges .cls-background .j-bio-pop .title-col .title {
  line-height: 26px;
  letter-spacing: 0.017em;
  font-size: 15px;
}
.section-expert_judges .cls-background .j-bio-pop .bio {
  margin: 40px auto 0;
}
.section-expert_judges .cls-background .j-bio-pop .bio-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #af6e3e;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.section-expert_judges .cls-background .j-bio-pop .bio-close:before {
  content: "";
  height: 31px;
  width: 31px;
  display: block;
  margin: 10px auto;
  background-image: url("_static/images/close-x.png");
  background-size: contain;
  background-repeat: no-repeat;
}


/* IAPBP Enter Contest Form*/
.page-enter-contest.page .content {
  max-width: 960px;
}
.page-enter-contest .acf-field-message {
  background: #c2ddf9;
  border: 1px solid #80bbef;
  color: #4783b7;
  clear: both;
  margin: 15px !important;
  padding: 15px 15px 13px 15px !important;
  line-height: 17px;
  border-radius: 4px;
  border-top: 1px solid #80bbef !important;
}
.page-enter-contest .acf-field-message .acf-label {
  display: none;
}
.page-enter-contest .acf-field-message .acf-input {
  margin: -20px 0 0 25px;
}
.page-enter-contest .acf-field-message .acf-input p:last-child {
  margin-bottom: 0;
}
.page-enter-contest .acf-field-message:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 700;
  padding-right: 5px;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] {
  background: #fdebae;
  border: 1px solid #e6c555;
  color: #9e660d;
  clear: both;
  margin: 15px !important;
  padding: 15px 15px 13px 15px !important;
  line-height: 17px;
  border-radius: 4px;
  border-top: 1px solid #e6c555 !important;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] label {
  text-transform: uppercase;
  margin-bottom: 1em;
  margin: -20px 0 1em 25px;
  font-weight: 700 !important;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] p.description {
  color: #9e660d;
  margin: 0 0 1em 25px;
  letter-spacing: 0.017em;
  line-height: 24px;
  font-style: normal;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] .acf-input {
  margin: 30px 0 0 0;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] .acf-input input, .page-enter-contest .acf-field[data-name=allow_on_blog] .acf-input label {
  margin-bottom: 0 !important;
}
.page-enter-contest .acf-field[data-name=allow_on_blog] .acf-input .message {
  text-transform: none;
}
.page-enter-contest .acf-field[data-name=allow_on_blog]:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 1.25em;
  font-weight: 700;
  padding-right: 5px;
}
.page-enter-contest .acf-row-handle, .page-enter-contest .entry-content ul li:before {
  display: none;
}
.page-enter-contest .acf-table, .page-enter-contest .acf-table > tbody > tr > td {
  border: none;
}
.page-enter-contest .acf-field .acf-label label, .page-enter-contest ul.acf-radio-list li label, .page-enter-contest ul.acf-checkbox-list li label {
  font-weight: 400;
}
.page-enter-contest select {
  max-width: 150px;
}
.page-enter-contest .acf-field p.description {
  text-align: left;
  line-height: normal;
  color: #666;
  font-weight: 400;
  font-style: italic;
}
.page-enter-contest .acf-field-repeater.acf-field-5f40755d9a0fa .-block > table > tbody > tr:nth-last-child(2) > td.acf-fields {
  background-color: #f5f4ef;
  box-shadow: none;
}
.page-enter-contest #outer-wrapper {
  background-color: #f5f4ef;
}
.page-enter-contest #bpc_submission_form .acf-button.button-secondary {
  color: #fff;
  border-color: #af6e3e;
  background-color: #af6e3e;
}
.page-enter-contest #bpc_submission_form .acf-button.button-secondary:hover {
  border-color: #2c435b;
  background-color: #2c435b;
}

/* Hide B&W */
.parent-pageid-42114 .judges--categories .judges--category .judges--category--award a:first-child{
  display: none !important;
}

/* Set New Best Overall Photo Winner Background Image to Contain*/
.page-id-42315 #best-in-birth-details-overall.section-featured_artist .grid.grid-12-col .cell.span-6.img-col, .page-id-42315 #members-choice-overall.section-featured_artist .grid.grid-12-col .cell.span-6.img-col, .section-featured_artist .grid.grid-12-col .cell.span-6.img-col.fit-frame{
	background-size:contain;
}


/* Tabs */
.aa-tabs .aa-tabs--titles {
  list-style: none;
  text-align: center;
  font-weight: bold;
}

.aa-tabs .aa-tabs--titles li {
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  color: #2c435b;
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
  padding: 6px 8px;
  margin: 5px 10px 0 0;
  border-radius: 2px;
  transition: all 0.16s;
  float: none;
}

.aa-tabs .aa-tabs--titles li.active {
  background: #2c435b;
  border: 1px solid #f5f4ef;
  color: #f5f4ef;
}

.aa-tabs .aa-tabs--titles li:last-child {
  margin-right: 0;
}

.page-id-49804 .button {
	white-space:normal;
	padding:10px 40px;
	line-height:1.2em;
	height:auto;
}