@import url("https://fonts.cdnfonts.com/css/avenir");

:root,
html body {
  /* Fonts */
  --font-family: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
  --font-family-heading: "Avenir", serif;
  --font-family-text: "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Helvetica, Arial, sans-serif;
  --field-label-font: var(--font-family-text);

  --logo-height: auto;
  --logo-width: 10rem;
  --color-header-dark: #479FA4;
  --field-border-radius: 0;
  --color-page-footer-background: #224F52;
  --button-primary-background-color: #000000;
  --button-primary-hover-background-color: #ffffff;
  --color-brand: #479FA4;
  --section-border-radius: 0;
  --color-link: var(--color-brand);
  --field-addon-color: var(--color-brand);
  --field-focus-border-color: var(--color-brand);
}

body .button.primary {
  font-weight: 400;
}

@media (pointer: fine) {
  .button.primary:not(:disabled):hover {
    color: var(--button-primary-background-color) !important;
  }
}

body .button {
  text-transform: uppercase;
}

/* LANDING PAGE ------------------------------------------------------------- */
body section.page-content.cols-1.landing-hero-wrapper > header,
body section.page-content.center.cols-1.landing-content > header,
body .landing-page > .hero-image {
  display: none !important;
}

body section.page-content.cols-1.landing-hero-wrapper {
  overflow: hidden;
  position: relative;
  min-height: 600px;
  display: none;
}

body section.page-content.cols-1.landing-hero-wrapper:after {
  content: "";
  position: absolute;
  top: 40px;
  left: calc((100% - 329px) / 2);
  width: 329px;
  height: 227px;
  background-image: url(/file/public/full_logo.svg);
  background-size: 100% 100%;
  z-index: 2;
}

body section.page-content.cols-1.landing-hero-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120%;
  height: 120%;
  background-image: url("/file/public/home_img_1_fill.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  animation: move 20s infinite ease-in-out;
}

@media (max-width: 47.999rem) {
  body .landing-page .restricted-offerings-list {
    min-width: unset;
    padding: 0 !important;
  }

  body section.page-content.cols-1.landing-hero-wrapper:after {
    left: calc((100% - 329px) / 2);
  }
}

@keyframes move {
  0% {
    transform: translate3d(-30px, -30px, 0);
  }

  20% {
    transform: translate3d(-10px, -10px, 0);
  }

  40% {
    transform: translate3d(-5px, -5px, 5px);
  }

  60% {
    transform: translate3d(-30px, -5px, 5px);
  }

  80% {
    transform: translate3d(-5px, -35px, 0);
  }

  100% {
    transform: translate3d(-30px, -30px, 0);
  }
}

body .landing-page .restricted-offerings-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: var(--gap-large) auto;
   /* 
  background-color: transparent;
  */
  padding: var(--gap);
  max-width: 630px;
  text-align: center;
  position: relative;
  z-index: 2;
 /* 
  color: #ffffff;
  margin-top: -290px;
  */
}

body .landing-page .restricted-offerings-list p {
  /* 
  font-size: var(--font-size-x-large);
  font-size: 15px;
  */
  visibility: hidden;
  font-size: 0;
}

body .landing-page .restricted-offerings-list p:after {
  content:'Only investors who qualify as “Accredited Investors”, as defined in Section 501(a) of Regulation D promulgated under the Securities Act may participate in our offerings. The interests offered are speculative securities intended only for experienced and sophisticated investors.'; 
  visibility: visible;
  display: block;
  font-size: var(--font-size-medium);
}

body .landing-page .restricted-offerings-list .flat {
  border: 1px solid #fff;
  color: #fff;
  background-color: var(--color-brand);
  border-color: var(--color-brand);
}

body button.primary:hover,
body a.primary:hover {
  border: 1px solid #000000;
}

body .landing-page .restricted-offerings-list .actions a {
  margin: 0 10px;
  min-width: 120px;
}

body section.page-content.center.cols-1.landing-content > ul {
  padding-top: 50px;
}

body footer > header > div > div {
  position: absolute;
  width: 100%;
  bottom: 11px;
  left: 0;
  text-align: center;
}

.profile-details-page .side-menu-list li.menu-item:last-child {
  display: none;
}

.investor-radio-group label.option.investor-radio-option input:checked + span,
.client-radio-group label.option.client-radio-option input:checked + span {
  background-color: var(--color-brand);
}

section.page-content.invest::before {
  background-color: var(--color-brand);
}

/*Tile*/
.offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."]:before {
	content: 'ACCREDITED INVESTORS ONLY';
	position: absolute;
    bottom: 20px;
    font-weight: bold;
    width: calc(100% - (var(--gap) * 2));
    left: var(--gap);
    text-align: right;
  	font-size: var(--font-size-tiny);
}
.offering-tile[offeringname="Ison Fork Coal Opportunity Fund, L.P."]:before {
	content: 'ACCREDITED INVESTORS ONLY';
	position: absolute;
    bottom: 20px;
    font-weight: bold;
    width: calc(100% - (var(--gap) * 2));
    left: var(--gap);
    text-align: right;
  	font-size: var(--font-size-tiny);
}

.offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."] .offering-link {
	margin-top: -7px;
}
.offering-tile .offering-link {
  background-color: var(--color-brand) !important;
  border-color: var(--color-brand) !important;
  color: var(--button-primary-color) !important;
  font-size: 0;
}

.offering-tile .offering-link::after {
  content: 'CLICK HERE FOR DETAILS';
  font-size: 15px;
}

li.offering-tile > footer {
  padding-top: 10px;
  padding-bottom: 40px;
}

li.offering-tile .offering-raising .label {
  font-size: 15px;
  font-weight: bold;
}

.offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."] .offering-raising .money, .offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."] .offering-raising .label {
  font-size: 0;
}

.offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."] .offering-raising .money::after {
  content: 'Fully Subscribed';
  font-size: 15px;
}


@media (max-width: 47.999rem) {
  li.offering-tile > footer {
    display: block;
    padding-top: 0;
  }

  .offering-tile[offeringname="Bailey Creek Energy Opportunity Fund, L.P."]:before {
    text-align: center;
    bottom: 12px;
    font-size: 10px;
  }

  .offering-tile .offering-link {
    width: 100%;
    margin-top: var(--gap-tiny) !important;
  }

  .offering-tile .offering-raising {
    display: flex;
    align-items: baseline;
  }

  .offering-tile .money {
    margin-right: 10px;
  }
}

/*End Tile*/

/* Offerings Tile */
.landing-page .offering-tile[offeringname='Sand Run Creek Coal Opportunity Fund, L.P.'] .offering-raising .label {
  color: transparent;
  position: relative;
  content: '';
}
