/* ------------------
   BrylaneHome Brand Styles
   ------------------ */

/* Colors */
.bg-black {
  background: #000;
}
.bg-white {
  background: #FFF;
}
.bg-grey {
  background: #f4f4f4;
}

.bg-med-grey {
  background: #d7d7d7;
}
  
.bg-dark-grey {
  background: #7f7f7f;
}

.bg-black-opacity {
  background: rgba(0, 0, 0, .7);
}
.bg-white-opacity {
  background: rgba(255, 255, 255, .7);
}

.black {
  color: #000;
}
.white {
  color: #FFF;
}
.grey {
  color: #f4f4f4;
}

.pink {
  color: #e23c7d;
}

@media screen and (max-width: 767px) { 
  .mobile-black {
    color: #000;
  }
  .mobile-white {
    color: #FFF;
  }
  .mobile-bg-black {
    background: #000;
  }
} 


/* Border Colors */
.border-black {
  border-color: #000;
}
.border-white {
  border-color: #FFF;
}
.border-grey {
  border-color: #f4f4f4;
}
.border-dark-grey {
  border-color: #7f7f7f;
}


/* Fonts */

.freehand-regular {
font-family:'Freehand575W01-Regular';
}
.schusshand-regular {
font-family:'ITCSchussHandW01-Regula';
}
.schusshand-bold {
font-family:'ITCSchussHandW01-Bold';
}
.wiesbaden-swing-regular {
font-family:'WiesbadenSwingW01-Regul';
}
.wiesbaden-swing-bold {
font-family:'WiesbadenSwingW01-Bold';
}

.slate-light {
font-family:'Slate W01 Light';
}
.slate-light-italic {
font-family:'Slate W01 Light Italic';
}
.slate-regular {
font-family:'Slate W01';
}
.slate-italic {
font-family:'Slate W01 Italic';
}
.slate-book {
  font-family:'Slate W01 Bk';
  }
  .slate-book-italic {
  font-family:'Slate W01 Bk Italic';
  }
.slate-medium {
font-family:'Slate W01 Medium';
}
.slate-medium-italic {
font-family:'Slate W01 Medium Italic';
}
.slate-bold {
font-family:'Slate W01 Bold';
}
.slate-bold-italic {
font-family:'Slate W01 Bold Italic';
}
.slate-black {
font-family:'Slate W01 Black';
}
.slate-black-italic {
font-family:'Slate W01 Black Italic';
}
.slate-light-condensed {
font-family:'SlateW01-LightCondensed';
}
.slate-black-condensed {
font-family:'Slate W01 Bk Condensed';
}
.slate-condensed {
font-family:'Slate W01 Condensed';
}
.slate-medium-condensed{
font-family:'SlateW01-MediumCondense';
}
.slate-bold-condensed {
font-family:'SlateW01-BoldCondensed';
}
.slate-black-condensed{
font-family:'SlateW01-BlackCondensed';
}



.univ-lt-45{
font-family:"Univers LT W01_45 Light1475944";
}

.univ-lt-roman-55{
font-family:"Univers LT W01_55 Roman1475956";
}
.univ-lt-obilque-55{
font-family:"Univers LT W01_55 Obliq1475962";
}
.univ-lt-bold-65{
font-family:"Univers LT W01_65 Bold1475968";
}

.univ-lt-47{
font-family:"Univers LT W01_47 Light1475998";
}
.univ-lt-cond-obl-47{
font-family:"Univers LT W01_47 Light Cn Obl";
}
.univ-lt-con-57{
font-family:"Univers LT W01_57 Condensed";
}
.univ-lt-bold-67{
font-family:"Univers LT W01_67 Bold_1476016";
}
.univ-lt-bold-con-obl-67{
font-family:"Univers LT W01_67 Bold Cn Obl";
}
.univ-lt-xtd-reg{
font-family:"UniversNW01-440XtdRegul";
}
.univ-lt-xtd-med{
font-family:"UniversNW01-540XtdMediu";
}


.frutiger-lt-45{
font-family:"Frutiger LT W05_45 Light";
}
.frutiger-lt-ital-46{
font-family:"Frutiger LT W05_46 Light Itali";
}
.frutiger-lt-roma-55{
font-family:"Frutiger LT W05_55 Roma5227398";
}
.frutiger-lt-ital-56{
font-family:"Frutiger LT W05_56 Italic";
}
.frutiger-lt-black-ital-76{
font-family:"Frutiger LT W05_76 Black Itali";
}
.frutiger-lt-black-75{
font-family:"Frutiger LT W05_75 Blac5332675";
}
.frutiger-lt-bold-ital-66{
font-family:"Frutiger LT W05_66 Bold Italic";
}
.frutiger-lt-bold-65{
font-family:"Frutiger LT W05_65 Bold5223371";
}


.baskerville-reg {
  font-family: "Baskerville MT W01 Regular", serif;
}
.baskerville-italic {
  font-family: "Baskerville MT W01 Italic", serif;
}
.baskerville-semibold-italic {
  font-family: "Baskerville MT W01 Semibold It", serif;
}

/* Buttons */
.cta-btn {
  border-radius: 0px;
  padding: 15px 40px;
  display: inline-block;
}
@media screen and (max-width: 767px) { 
  .mobile-cta-btn {
    border-radius: 5px;
    padding: 15px 45px;
    display: inline-block;
  }
}


/* Arrows */
.arrow-right-black {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #000;
}
.arrow-right-white {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFF;
}

/* Text Lines */
.horizontal-line {
  display: inline-block;
  height: 1px;
  vertical-align: middle;
}
.horizontal-line-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-line {
  position: absolute;
  border-left: 1px solid #fff;
}


/* Carousel Nav Dots */
.nav-dots {
  background-color: #FFF;
  border: 1px solid #7f7f7f;
}
.slick-active .nav-dots {
  background-color: #7f7f7f;
}


/* ------------------
   Modules and Assets
   ------------------ */

/* Offers LP and DD */
.module-promo-content {
  min-height: 250px;
  height: 245px; /* IE Fix */
}
.module-offers-dd {
  max-width: 290px;
  min-height: 180px;
  height: 175px; /* IE Fix */
  margin-bottom: 20px;
}

/* Category Banner */ 
.module-category-banner {
  min-height: 240px;
  height: 235px;  /* IE Fix */
}
@media screen and (max-width: 767px) { 
  .module-category-banner {
    min-height: 175px;
    height: 170px;  /* IE Fix */
  }
}

/* Mega Menu */
.module-mega-menu {
  max-width: 195px;
}
.mm-no-image {
  min-height: 375px;
  height: 370px;  /* IE Fix */
}


/* SS landing pages */

.landing-whitebox {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 32px;
  width: 50%;
}

.text-overlay-land-hero-text {
  position: absolute;
  top: 20%;
  height: 100%;
  left: 64%;
}


/* SS landing pages mobile text box */


#more {display: none;}
    

.collapsible-textbox {
  background-color: #eee;
  cursor: pointer;
  padding: 15px 15px 0px 15px;
  border: none;
  text-align: left;
  outline: none;
  text-transform: none;
  box-shadow: none;  
}

.landing-read-more-button {
  background: none;
  border-color: none;
  border-style: none;
  border-radius: 0;
  color: #3993ad;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  outline: 0;
  letter-spacing: 1.5px;
  font-family: "Frutiger LT W05_65 Bold5223371";
  letter-spacing: .5px;
  position: relative;
  left: 76%;
  top: -10px;
}
