ljmediahouse
2/11/2020 - 6:36 PM

Jo + James ALL

//*Custom Fonts*//
@font-face {
  font-family: 'Santorini+%281%29';
  src: url('https://static1.squarespace.com/static/5e30922ff82d9522c3348a3f/t/5e3c84734983176cf1194fc6/1581024372311/Santorini+%281%29.ttf');
  font-weight: 400;
}
h1 {
  font-family: 'Santorini+%281%29';
  font-weight: 400;
  font-size: 60px;
  line-height: 65px;
}
.Index-gallery-item-content-heading {
  font-family: 'Santorini+%281%29';
  font-weight: 700;
  font-size: 55px;
  line-height: 45px;
}
.image-block-card-dynamic-font-sizing .sqs-block-image .design-layout-card .image-title p  {
  font-family: 'Santorini+%281%29';
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
}
//End Custom Fonts//
//Underlines//
h3 {
  position: relative;
&:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 110px;
    left: 0;
    background: #f0dada;
    -webkit-transform: translateY(15px);
       -ms-transform: translateY(15px);
           transform: translateY(15px);
}
&[style*="text-align:center"]:after {
    margin: 0 auto;
    right: 0;
}
&[style*="text-align:right"]:after {
    right: 0;
    left: auto;
}
}
//End Underlines//
//*Navigation Customization*//
.Header .Header-inner--bottom {
background-color: rgba(238,216,217,1);
  padding-top: 5px;
}
//*End Nav Customization*//
//shopjojames//
highlight1 {
  background-color: #eed8d9; background-size: 100%;
color: #000;
}
//END shopjojames//
//Shop Buttons Banner//
.Index-gallery-item-content-body
{
  background-color: rgba(194, 150, 151,1);  
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 640px) {
  .Footer-inner {
    display: flex;
  }
  .Footer-blocks--top,
  .Footer-middle,
.Footer-blocks--bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 0px solid #ddd;
    padding: 20px;
  }
}
//END Shop Buttons Banner//
//Attribution//
#block-yui_3_17_2_1_1581446413612_20806 {
    font-size: 10px;
}
//Hide on Mobile//
@media only screen and (max-width: 768px) {
#block-yui_3_17_2_1_1581446413612_20806 {
   display: none;
 }
}
//END Attribution//
//*hyphens*//
p, h1, h2, h3 {
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
}
//*End Hyphens*//
//Custom COntact Form//
/*Styling the form fields*/
.form-block .field-element {
  background: #fff !important;
  border: none !important;
  border-bottom: 1px solid #c39799 !important;
}

/*Styling field titles*/
.form-block .title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .05em;
}

/*Styling the smaller titles*/
.form-block .caption {
  color: #898989;
}

/*Styling the radio button options*/
.form-block .option label {
  font-style: italic;
}

/*Styling the form container*/
.form-wrapper {
  padding: 30px;
  border-top: 5px solid #efd9da;
  border-bottom: 5px solid #efd9da;
}
//END Custom COntact Form//
@media only screen and (max-width: 768px) {
.Index-gallery-item-content-heading {
   font-size: 30px;
 }
}
//Split Layour Image Card//
#im-abby {
  .Index-page-content {
    padding: 0px!important;
    max-width: 100%;
    .sqs-block {
      padding: 0px!important;
    }
    .image-inset.content-fit {
      height: 100%
    }
    .design-layout-card img {
      height: 100%!important;
      object-fit: cover;
      -o-object-fit: cover;
    }
    @media screen and (max-width: 640px) {
      .sqs-block-image .design-layout-card:not(.sqs-narrow-width) {
        display: block;
      }
      .sqs-block-image .design-layout-card:not(.sqs-narrow-width)>div:first-child {
        width: 100%;
      }
      .sqs-block-image .design-layout-card:not(.sqs-narrow-width) .image-card-wrapper {
        position: relative;
        width: 100%;
      }}}}
//End Split Layout//
#the-name {
  background: #c39799;
}
#the-name p {
  color: #fff;
}
#the-name h2 {
  color: #fff;
}
//line thickness//
hr { padding: 2px 0 2px 0; }