
  @font-face {
      font-family: 'typnic_headlineheadline';
      src: url('fonts/corradine_fonts_-_typnicheadline-webfont-webfont.woff2') format('woff2'),
           url('fonts/corradine_fonts_-_typnicheadline-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'coliseumrr_mediumregular';
      src: url('fonts/red_rooster_collection_-_coliseumrr_medium-webfont-webfont.woff2') format('woff2'),
           url('fonts/red_rooster_collection_-_coliseumrr_medium-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displaySBdIt';
      src: url('fonts/playfairdisplay-semibolditalic-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-semibolditalic-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displaysemibold';
      src: url('fonts/playfairdisplay-semibold-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-semibold-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displayregular';
      src: url('fonts/playfairdisplay-regular-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-regular-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displayitalic';
      src: url('fonts/playfairdisplay-italic-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-italic-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displaybold_italic';
      src: url('fonts/playfairdisplay-bolditalic-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-bolditalic-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displayblack_italic';
      src: url('fonts/playfairdisplay-blackitalic-webfont_2-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-blackitalic-webfont_2-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displayblack_italic';
      src: url('fonts/playfairdisplay-blackitalic-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-blackitalic-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'playfair_displaybold';
      src: url('fonts/playfairdisplay-black-webfont-webfont.woff2') format('woff2'),
           url('fonts/playfairdisplay-black-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'handelsonone';
      src: url('fonts/mika_melvas_-_handelson-one-webfont-webfont.woff2') format('woff2'),
           url('fonts/mika_melvas_-_handelson-one-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'buntaroitalic';
      src: url('fonts/hanoded_-_buntaro-italic-webfont-webfont.woff2') format('woff2'),
           url('fonts/hanoded_-_buntaro-italic-webfont-webfont.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

  @font-face {
      font-family: 'brush_crushregular';
      src: url('fonts/hanoded_-_brushcrush.woff2') format('woff2'),
           url('fonts/hanoded_-_brushcrush.woff') format('woff');
      font-weight: normal;
      font-style: normal;

  }

.brush {
  font-family: 'brush_crushregular';
}
/* ========     GENERAL   ========== */

body {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  line-height: 1.5em !important;
  font-family: 'Roboto', sans-serif !important;
  overflow-x: hidden;
 }

a {
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #000; }

.current a {
  color: #ea27c2 !important; }

p {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 20px !important;
  line-height: 1.5em !important;
  font-size: 18px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

img {
  max-width: 100%;
  height: auto; }

.button {
  font-style: italic;
  font-weight: 500; }

button.pink-outline {
  background: #fff;
  border: 2px solid #ea27c2 !important;
  padding: 6px 6%;
  color: #ea27c2;
  margin-left: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}
button.pink-outline:hover {
  background-color: #ea27c2;
  color: #fff;
}
.wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative; }
.new-wrapper {
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
h1 {
  font-family: 'handelsonone' !important;
  font-size: 62px !important;
  line-height: 1.5em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

h2 {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
  line-height: 1.5em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

h3 {
  font-family: 'typnic_headlineheadline' !important;
  font-size: 18px !important;
  margin-bottom: 10px !important;
  line-height: 1.4em !important;
  font-weight: 800 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

h4 {
  font-family: 'typnic_headlineheadline' !important;
  font-size: 14px !important;
  margin-bottom: 10px !important;
  line-height: 1.4em !important;
  font-weight: 800 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

em {
  font-style: italic !important; }

.top {
  width: 100%;
  /* height: 40px; */
  background: #000; }

/* ========     HEADER   ========== */
.header {
  position: relative;
  background: #000;
  padding-bottom: 10px;
  padding-top: 25px;
/*min-width: 1160px; */}
  .header .logo {
    max-width: 150px; }

.social li {
  float: left;
  margin-right: 20px; }
.social .fb {
  width: 8px;
  height: 17px;
  background: url(../images/fb.png) no-repeat;
  background-size: 100%; }
  .social .fb:hover {
    background: url(../images/fb2.png) no-repeat;
    background-size: 100%; }
.social .insta {
  width: 15px;
  height: 15px;
  background: url(../images/insta.png) no-repeat;
  background-size: 100%;
  margin-top: 1px; }
  .social .insta:hover {
    background: url(../images/insta2.png) no-repeat;
    background-size: 100%; }
.social .twit {
  width: 16px;
  height: 13px;
  background: url(../images/tweet.png) no-repeat;
  background-size: 100%;
  margin-top: 1px; }
  .social .twit:hover {
    background: url(../images/tweet2.png) no-repeat;
    background-size: 100%; }
.social .mail {
  width: 16px;
  height: 12px;
  background: url(../images/mail.png) no-repeat;
  background-size: 100%;
  margin-top: 2px; }
  .social .mail:hover {
    background: url(../images/mail2.png) no-repeat;
    background-size: 100%; }

.nav li a:hover, .nav-mobile li a:hover {
  color: #ea27c2 !important; }

.header.light {
  background: #fff; }
  .header.light .nav li {
    border-right: solid 2px #000; }
    .header.light .nav li a {
      color: #000; }
  .header.light .fb {
    background: url(../images/fb3.png) no-repeat;
    background-size: 100%; }
    .header.light .fb:hover {
      background: url(../images/fb2.png) no-repeat;
      background-size: 100%; }
  .header.light .insta {
    background: url(../images/insta3.png) no-repeat;
    background-size: 100%; }
    .header.light .insta:hover {
      background: url(../images/insta2.png) no-repeat;
      background-size: 100%; }
  .header.light .twit {
    background: url(../images/mail3.png) no-repeat;
    background-size: 100%; }
    .header.light .twit:hover {
      background: url(../images/tweet2.png) no-repeat;
      background-size: 100%; }
  .header.light .mail {
    background: url(../images/tweet3.png) no-repeat;
    background-size: 100%; }
    .header.light .mail:hover {
      background: url(../images/mail2.png) no-repeat;
      background-size: 100%; }
  /* --- Mobile styles for Light header --- */
  .header.light .menu-mobile-menu-container {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000; }
  .header.light .menu-mobile-menu-container a {
    color: #000;
  }
.menu {
  align-items: center;
}
.menu-left-container .menu, .menu-right-container .menu {
  display: flex;
}
.menu-right-container .menu {
  justify-content: flex-end;
}
.grid-nav {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  grid-column-gap: 10px;
}
.nav li {
  text-align: center;
  padding: 0px 20px 0px 20px;
  margin: 30px 0px 20px 0px;
  border-right: solid 2px #fff;
  line-height: 1em !important;
  position: relative;
  font-family: 'typnic_headlineheadline';
  font-size: 14px !important; }
  .nav li a {
    color: #fff; }

.nav li.active a {
  color: #ea27c2; }

.current-menu-item a {
  color: #ea27c2 !important; }

.sub-menu {
  position: absolute;
  z-index: 99999;
  padding: 8px 20px;
  background: #dadada;
  border-top: solid 3px #ea27c2;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  top: 22px;
  min-width: 174px;
  box-sizing: border-box;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s; }
  .sub-menu li {
    margin: 0px !important;
    border-right: 0px !important;
    padding: 5px 0px 5px 0px;
    display: block; }
  .sub-menu a {
    color: #000 !important; }
    .sub-menu a:hover {
      color: #ea27c2 !important; }

.sub-menu.show {
  max-height: 400px;
  height: auto; }

.nav.left li:first-child {
  padding-left: 0px; }

.nav.left li:last-child {
  border-right: 0px; }

.nav.right li:last-child {
  padding-right: 0px; }

.nav.right li:last-child {
  border-right: 0px; }

/*   ========    SEARCH    ========   */
.search {
  color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer; }

.search-pop.show-search {
  opacity: 1;
  z-index: 9999; }

.search-submit, .close-search {
  cursor: pointer; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important; }

.search-pop {
  width: 100%;
  background: url(../images/trans.png);
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: -9999;
  border-top: solid 2px #fff;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }
  .search-pop input {
    background: transparent; }
  .search-pop form {
    border-bottom: solid 2px #ea27c2;
    width: 369px;
    color: #fff !important;
    margin: 0 auto; }
  .search-pop .inner {
    width: 500px;
    left: 50%;
    position: absolute;
    margin-left: -250px;
    text-align: center;
    top: 150px; }
  .search-pop .search-field {
    border: none;
    /* border-bottom: solid 3px #07d7d1; */
    width: 320px;
    font-size: 16px !important;
    padding-bottom: 5px;
    font-family: "brandon-grotesque",sans-serif !important;
    letter-spacing: 1px;
    font-size: 13px !Important;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    color: #fff; }
  .search-pop .search-submit {
    border: none;
    color: #ea27c2 !important;
    font-size: 18px !important; }
  .search-pop .fa {
    color: #ccc;
    font-size: 18px !important;
    margin-left: -5px; }

.search-resutls .post {
  margin-bottom: 40px !important; }
.search-resutls .blog-head h3 {
  text-align: center;
  color: #000 !important;
  margin-top: 50px;
  margin-bottom: 20px !important; }
  .search-resutls .blog-head h3 span {
    color: #000 !important;
    font-size: 52px !important; }




/* ========     HOME   ========== */
.hero {
  width: 100%;
  background: #000;
/* min-width: 1160px; */ }
  .hero .wrapper {
    /* height: 625px; */
    background: url(../images/hero-16.jpg);
    background-size: 100%; }
    .hero .home-ash {
      background-size: 100% !important;
      background-position: center top !important;
    }
.front-page-title {
	font-size: 174px !important;
  line-height: 130px !important;
  color: #ea27c2;
  padding-bottom: 60px;
  padding-top: 350px;
  text-align: center;
  max-width: 1100px;
  margin-bottom: 0px !important;
}
.front-page-subtitle {
	/*text-align: center;
	width: 1000px;
	color: #ea27c2;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	top: 500px;*/
	text-align: center;
  width: 90%;
  color: #ea27c2;
	margin: auto;
  padding-bottom: 150px;
}
.front-page-subtile {
  padding-bottom: 50px;
}
.count {
  width: 100%;
  min-width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #000 url(../images/down_03.png) center 45px no-repeat;
  background-size: 31px;
  text-align: center;
  color: #e1e1e1; }
  .count p {
    font-style: italic !important; }
  .count li {
    width: 275px;
    height: 290px;
    float: left;
    border-left: solid 1px #e1e1e1;
    border-right: solid 1px #e1e1e1;
    margin-top: 45px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 160px;
    box-sizing: border-box;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; }
    .count li p {
      font-style: normal !important; }
    .count li:first-child {
      border-left: solid 2px #e1e1e1; }
    .count li:last-child {
      border-right: solid 2px #e1e1e1; }
    .count li:hover a {
      color: #ea27c2; }
    .count li a {
      color: #e1e1e1; }
  .count .one {
    background: url(../images/1.png) no-repeat center 10px;
    background-size: 31px; }
    .count .one:hover {
      background: url(../images/1-2.png) no-repeat center 10px;
      background-size: 31px; }
  .count .two {
    background: url(../images/2.png) no-repeat center 10px;
    background-size: 50px; }
    .count .two:hover {
      background: url(../images/2-2.png) no-repeat center 10px;
      background-size: 50px; }
  .count .three {
    background: url(../images/3_0.png) no-repeat center 10px;
    background-size: 51px; }
    .count .three:hover {
      background: url(../images/3-2_0.png) no-repeat center 10px;
      background-size: 51px; }
  .count .four {
    background: url(../images/4.png) no-repeat center 10px;
    background-size: 55.5px; }
    .count .four:hover {
      background: url(../images/4-2.png) no-repeat center 10px;
      background-size: 55.5px; }

/* ------------------- NEW HOME ------------------------- */
.pink .front-page-title {
  color: #ea27c2;
}
h2.script {
  font-family: 'handelsonone' !important;
  font-size: 60px !important;
  letter-spacing: 0px !important;
  line-height: 1em !important;
}
.pink-but {
  transition: .5s all;
}
.pink-but:hover {
  color: #ea27c2;
  background: #000 !important;

}
.book-f-content .btn-big {
  padding: 22px 20%;
  font-size: 16px !important;
}

.home-ash .new-front-page-subtitle {
  padding-bottom: 50px;
}
.down-arrow {
  width: 30px;
  margin: auto;
  padding-bottom: 80px;
  transition: all ease 0.5s;
}
.down-arrow:hover {
  opacity: .5;
}
.new-paper-rip {
  margin-bottom: -150px;
  background: #000;
}
.choose-pro {
  background: url(../images/paper-16.jpg);
  min-height: 400px;
  background-size: 100%;
}
.choose-pro .new-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.choice {
  display: grid;
  grid-template-columns: .2fr 1.8fr;
  padding: 30px;
  grid-gap: 20px;
}
.choice img {
  width: 30px;
  padding-top: 40px;
}
.choice img.checked {
  width: 50px;
  padding-top: 35px;
}
.choose-content h3 {
  color: #ea27c2;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}
.choose-content h4 {
  font-family: 'Roboto', sans-serif !important;
    font-size: 25px !important;
}
img.tri-box {
  width: 60px;
  position: relative;
  margin-bottom: -65px;
}

.book-section {

}
.book-section h2.script {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 30px;
}
.book-section .quote {
  max-width: 655px;
  text-align: center;
}
.book-section .quote h2 {
  line-height: 1em !important;
  font-family: 'handelsonone' !important;
  font-size: 60px !important;
  letter-spacing: 0px !important;
  margin-top: 70px;
}
.book-section .quote h3 {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 5px solid #efefef;
}
.book-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.book-img {
  text-align: center;
}
.book-img img {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 70px;
  box-shadow: 0px 0px 15px #444444;
}
.book-f-content {
  max-width: 500px;
  text-align: center;
  padding-top: 30px;
}
.book-f-content h2 {
  line-height: 1.4em !important

}
.book-f-content button, .book-popup button {
  padding: 8px 10%;
  background: #ea27c2;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border: 0 !important;
  color: #000;
  margin-bottom: 25px;
}
.book-popup button.active {
  color: #ea27c2;
  background: #000 !important;
}
.book-f-content button.pink-outline {
  background: #fff;
  border: 2px solid #ea27c2 !important;
  padding: 6px 6%;
  color: #ea27c2;
  margin-left: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-align: center;
}
.book-f-content button.pink-outline:hover {
  background-color: #ea27c2;
  color: #fff;
}

.book-logos {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 70px;
  grid-gap: 20px;
}
.book-logos img {
  max-height: 120px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 175px;
  transition: .3s all;
}
.book-logos img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);

}

.book-popup {
  overflow: scroll;
  padding: 10px 25px;
}
.book-popup button {
  float: left;
}
.button-logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

#usLogo, #ukLogo, #otherLogo {
  max-width: 700px;
  margin: auto;
}
#usLogo {

}
#otherLogo h3 {
    text-align: center;
}
#otherLogo h3 a {
    color: #ea27c2;
}
.usLogos, .ukLogos, .otherLogos {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  grid-gap: 30px;
}
.otherLogos {
  margin-top: 10px;
  grid-gap: 4px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 5px solid #efefef;
  margin-bottom: 20px;
}
.usLogos img {
  max-height: 175px;
}
.otherLogos h2 {
  color: #ea27c2;
  width: 100%;
  grid-column: 1 / span 3;
}
.popup-logos img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 175px;
  transition: .3s all;
}
.popup-logos img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);

}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px 30px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
/* -- Pre-order -- */
.pre-order {
  background-color: #ea27c2;
  padding: 70px 0;
}
.pre-order h2 {
  text-align: center;
}
.pre-order-content ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    max-width: 500px;
    margin: 30px auto;
}

.pre-order-content ol li {
    counter-increment: my-awesome-counter;
    padding-left: 40px;
}

.pre-order-content ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #fff;
    margin-left: -33px;
    font-weight: bold;
    width: 40px;
    margin-right: 6px;
    line-height: 40px;
    font-size: 1.5em;
}
div#inline2 {
    padding: 10px 25px;
}

.pre-order .new-wrapper {
    max-width: 600px;
}
.pre-order button, .preorder-popup button {
  padding: 15px 15%;
  background: #fff;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border: 0 !important;
  color: #000;
  display: block !important;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.preorder-popup button {
  background-color: #ea27c2;
}




.opt1 {
  background: #000;
  padding-top: 70px;
}
.opt1 {
  color: #fff;
}
.opt1-top {
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding-bottom: 50px;
}
.opt1-top img {
  right: 50px;
  width: 180px;
  position: absolute;
  margin-top: 50px;
}
.opt1-top h2 {
  margin: 0px;
  color: #fff;
  line-height: 1.2em !important;
}

.opt1-top h2.script {

  margin-bottom: 20px;
}
.opt1-top h2.pink {
  color: #ea27c2;
}
#_form_50_ ._submit {
  background-color: #ea27c2 !important;
}
.opt1-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;

}
.more-home {
  max-width: 700px;
  padding: 0 30px;
  margin: 90px auto 135px;
  text-align: center;
}
.more-home h2.more-4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 25px !important;
  font-weight: bold;
  letter-spacing: 0px !important;
}
.more-home button {
  padding: 10px 20px;
  background: #ea27c2;
  -webkit-appearance: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  border: 0 !important;
  color: #000;
  margin-bottom: 25px;
  margin-top: 30px !important;
}

.second #_form_50_ {
    text-align: left;
    margin: auto 0;
    width: auto;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.opt1 .second {
    padding-bottom: 80px;
    max-width: 400px;
}
.dis-women {
  background: url(../images/paper-16.jpg);
  background-size: 100%;
}
.dis-women .wrapper {
  max-width: 900px;
  margin-top: 50px;
}

.dis-women .paper-rip-bot {
  margin-top: -120px !important;
  background-color: #f1f1f1;
}
.dis-women-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 38px !important;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  margin-bottom: 54px !important;
}
.dis-women-heading {
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
.dis-women-heading img {
  max-width: 470px;
  width: 95%;
}
.dis-women-heading h2{
  margin-top: -66px;
}
.dis-women-content h1, .dis-women-content h2, .dis-women-content h3, .dis-women-content h4 {
    margin: 30px 0 !important;
}
.dis-women-content a {
    color: #ea27c2;
    font-weight: 700;
}
.dis-women-content ol {
  padding-left: 20px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.dis-women-content ol li {
  padding-left: 20px;
  counter-increment: my-awesome-counter;
  margin-bottom: 20px;
  font-size: 18px;
}

.dis-women-content ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: #ea27c2;
  font-weight: bold;
  position: absolute;
  margin-left: -38px;
}
.most-recent {
  background-color: #f1f1f1;
}
.most-recent h2.script {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 50px;
}
.most-recent h3.title {
  font-size: 26px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
}
.most-recent h3.title:hover {
  color: #ea27c2;
}
.post-tiles {
  display: grid;
  grid-template-columns:  repeat(3, 1fr);
  grid-gap: 30px;
}
.post-tile {
  padding: 40px 20px 20px;
  background-color: #fff;
  display: grid;
}
.tile-bot {
  display: grid;
  align-items: end;
}
.tile-more {
  width: 45px;
  display: block;
  float: right;
  margin: 10px;
}
.tile-more:hover {
  -webkit-transform: rotateZ(-360deg);
  -ms-transform: rotateZ(-360deg);
  transform: rotateZ(-360deg);
  transition: .7s all;
}
.spaceballs {
  background-image: url('../images/bg-spaceballs.png');
  background-size: 100%;
  background-position: center;
  margin-top: 20px;
}
.spaceballs .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.spaceballs-img {
  background-color: #000;
  display: grid;
  align-items: end;
  padding-top:150px;
}
#scrolling-section {
  position: relative;
}
h2.spaceballs-title {
  font-family: 'Roboto', sans-serif !important;
  font-size: 23px !important;
  letter-spacing: 0px !important;
  margin-bottom: 20px;
  font-weight: 600;
}
.spaceballs-content {
  padding: 50px;
}






.twitter {
  padding: 60px 0px 110px 0px;
  background: #fff;
  }

.home .twitter {
  display: none;
  background: #000 !important;
  color: #EA27C1; }

#twit-wrap {
  max-width: 800px;
  margin: 0 auto;
  background: url(../images/twit-line_03.png) repeat-y center;
  background-size: 3px;
  margin-top: 60px;
  padding-bottom: 80px; }
  #twit-wrap .slide .tweet {
    width: 46.5%;
    text-align: right;
    clear: both;
    position: relative; }
    #twit-wrap .slide .tweet::after {
      content: '';
      width: 37px;
      height: 3px;
      background: url(../images/twit-bar_07.png);
      background-size: 100%;
      display: block;
      /* right: 0px; */
      left: 97%;
      top: 20px;
      z-index: 0;
      /* float: right; */
      position: absolute; }
  #twit-wrap .slide:nth-child(even) .tweet {
    float: right;
    text-align: left; }
    #twit-wrap .slide:nth-child(even) .tweet::after {
      left: -24px; }
    #twit-wrap .slide:nth-child(even) .tweet .info {
      float: right; }
    #twit-wrap .slide:nth-child(even) .tweet .avatar {
      left: 0px; }
  #twit-wrap .tweet-title {
    display: block;
    margin-bottom: 10px;
    font-weight: 700; }
  #twit-wrap a {
    color: #EA27C1; }
  #twit-wrap .read-more {
    padding-left: 60px;
    background: url(../images/twitter_11.png) no-repeat left center;
    background-size: 50px;
    height: 50px;
    line-height: 50px;
    color: #000;
    position: absolute;
    bottom: -3px;
    left: 48%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  /*  &:hover{
          background: url(../images/twitter2_11.png) no-repeat left center;
background-size: 50px;

    a{
     color: #000;
    }
    }*/ }
  #twit-wrap .info {
    width: 83%;
    float: left; }
  #twit-wrap .avatar {
    border-radius: 50%;
    /* float: right; */
    /* margin-right: 30px; */
    position: absolute;
    right: 0px;
    z-index: 2; }
  #twit-wrap .bx-viewport {
    min-height: 300px;
  }

women #twit-wrap .read-more:hover {
  background: url(images/grey-twit.png) no-repeat left center !important;
  background-size: 50px !important; }

.women #twit-wrap {
  background: url(../images/twit-line2_03.png) repeat-y center;
  background-size: 3px; }
  .women #twit-wrap a {
    color: #f20046 !important; }
  .women #twit-wrap .read-more {
    background: url(../images/twitter3_11.png) no-repeat left center;
    background-size: 50px; }
  .women #twit-wrap .tweet::after {
    content: '';
    background: url(../images/twit-bar2_07.png);
    background-size: 3px; }

.tweets {
  margin-top: 30px;
  background: url(../images/twit-quote.png) no-repeat;
  background-size: 505px;
  padding: 50px 30px 80px 30px;
  box-sizing: border-box;
  height: 370px; }
  .tweets img {
    width: 50px !important;
    height: auto;
    border-radius: 50%;
    float: left;
    margin-right: 20px; }
  .tweets h4 {
    margin-top: 15px; }
  .tweets p {
    font-weight: 700 !important; }
  .tweets .owl-dots {
    display: none; }
  .tweets .owl-nav {
    width: 100px;
    margin: 0 auto;
    margin-top: 90px; }
  .tweets .owl-carousel .owl-prev {
    width: 7px;
    height: 11px;
    background: url(../images/play-left.png);
    background-size: 100%;
    display: block;
    float: left; }
  .tweets .owl-carousel .owl-next {
    width: 7px;
    height: 11px;
    background: url(../images/play-right.png);
    background-size: 100%;
    display: block;
    float: right; }

.about-page .explore .right {
  border: none !important; }

.letter p a {
  font-weight: 900 !important; }

.letter blockquote, .letter q {
  quotes: none;
  padding: 30px 30px 10px 30px;
  border: solid 3px #000;
  margin-bottom: 35px;
  /* font-size: 38px !IMPORTANT; */ }

.letter blockquote p, .letter q p {
  line-height: 1.4em !important;
  font-weight: 600 !important; }

.letter b, .letter strong {
  font-weight: 900 !important; }

.letter p {
  line-height: 1.8em !important; }

.letter li {
  list-style-type: circle;
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  margin-left: 20px; }

.letter ol li {
  list-style-type: decimal-leading-zero;
  margin-left: 30px; }

.letter ol, .single .post ul {
  margin-bottom: 35px !Important; }

.letter .content {
  padding-top: 60px; }

.letter p, .letter h3 {
  margin-bottom: 35px !important; }

.letter h1 {
  text-align: left;
  margin-bottom: 30px !important; }

.letter h2 {
  margin-bottom: 30px !important; }

.letter a {
  font-weight: 900 !important;
  color: #ea27c2 !important; }

/*----- CURATED PLAYLIST -------*/
.curated-reading {
   }
  .curated-reading .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    }
  .curated-reading .item {
    padding: 0px 35px 0px 20px;
    box-sizing: border-box;
    display: grid;
    margin-bottom: 70px;
    position: relative;
    border-left: solid 2px;
    grid-template-rows: 55px 1fr 50px; }
  .curated-reading h2 {
    text-align: center;
    margin-bottom: 80px;
    background: url(../images/black-curated.jpg) no-repeat center;
    background-size: 430px;
    color: #fff; }
  .curated-reading img {
    margin-bottom: 40px;
    max-width: 65px;
    max-height: 45px;
   }
  .curated-reading .title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 26px !important; }
  .curated-reading .button {
    font-style: normal;
    padding: 8px 20px;
    background: #ea27c2;
    position: absolute;
    bottom: 0px;
    left: 20px;
    display: block;
    width: fit-content; }
    .curated-reading .button h4 {
      margin-bottom: 0px !important; }

.featured-playlist {
  padding: 60px 0px 60px 0px;
  background: #dadada;
  text-align: center;
  min-width: 1160px; }
  .featured-playlist .wrapper {
    width: 1104.5px; }
  .featured-playlist .button:hover, .featured-playlist .ten a {
    text-decoration: underline; }
  .featured-playlist h3 {
    color: #bababa;
    padding-bottom: 5px;
    border-bottom: solid 3px #bababa;
    display: -webkit-inline-box;
    margin-bottom: 30px !important; }
  .featured-playlist h1 {
    margin-bottom: 0px !important; }
  .featured-playlist p {
    max-width: 716px;
    margin: 0 auto; }
  .featured-playlist .item {
    min-height: 210px; }
  .featured-playlist .owl-nav {
    width: 190px;
    margin: 0 auto; }
  .featured-playlist .owl-carousel .owl-prev {
    width: 7px;
    height: 11px;
    background: url(../images/play-left.png);
    background-size: 100%;
    display: block;
    float: left; }
  .featured-playlist .owl-carousel .owl-next {
    width: 7px;
    height: 11px;
    background: url(../images/play-right.png);
    background-size: 100%;
    display: block;
    float: right; }



.owl-carousel .owl-stage-outer {
  margin-bottom: 30px; }

.owl-dots {
  margin-top: -3px; }

.home-about {
  width: 100%;
  background: #000 url(../images/ash-bg.png);
  background-size: cover;
  text-align: center; }
  .home-about .wrapper {
    /* background: url(../images/ash-inner.png) no-repeat top center;
    background-size: 1100px;
    height: 675px; } */
    background: #000;
  }
  .home-about .wrapper img {
    height: auto;
    margin: auto;
  }
  .home-about a {
    color: #ea27c2;
    position: relative;
    top: 605px; }
    .home-about a:hover {
      color: #fff; }

.home .blog.posts {

  }
.home .paper-rip {
  margin-bottom: -150px;
  background: #000;
}

.home .explore {
  padding: 120px 0px 165px 0px !important;
 }

.explore {
  padding: 120px 0px 75px 0px;
  background: #fff; }
  .explore .left {
    width: 50%;
    padding: 0px 20px 0px 30px;
    box-sizing: border-box;
    position: relative; }
    .explore .left h2 {
      text-align: center;
      font-family: 'typnic_headlineheadline' !important;
      font-size: 38px !important;
      height: 67px;
      line-height: 67px;
      background: url(../images/explore-left_07.png) no-repeat top center;
      background-size: 351px;
      font-family: "bebas-neue",sans-serif !important;
      letter-spacing: 1px; }
    .explore .left ul {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
    }
    .explore .left li {
      min-height: 220px;
      box-sizing: border-box;
      padding: 70px 15px 0px 15px; }
      .explore .left li:first-child {
        border-right: solid 2px #dadada;
        border-bottom: solid 2px #dadada; }
      .explore .left li:last-child {
        border-left: solid 2px #dadada;
        border-top: solid 2px #dadada;
        margin-top: -2px;
        margin-left: -2px; }
      .explore .left li:nth-child(even) {
        }
      .explore .left li p {
        font-size: 18px !important;
        font-weight: 500; }
  .explore .right {

    width: 50%;
    padding: 0px 30px 0px 60px;
    box-sizing: border-box; }
    .explore .right h2 {
      text-align: center;
      font-family: 'typnic_headlineheadline' !important;
      font-size: 38px !important;
      height: 67px;
      line-height: 67px;
      background: url(../images/explore-right.svg) no-repeat top center;
      background-size: 351px;
      font-family: "bebas-neue",sans-serif !important;
      letter-spacing: 1px; }
    .explore .right h3 {
      color: #ea27c2; }
    .explore .right li {
      margin-bottom: 20px; }
    .explore .right ul {
      margin-top: 70px; }
    .explore .right p {
      font-weight: 800 !important;
      font-size: 26px !important;
      line-height: 36px !important; }

/* .home.posts:before {
  content: '';
  background: url(../images/rip-trans-02.png) no-repeat bottom center;
  background-size: 100%;
  height: 297.5px;
  position: absolute;
  width: 100%;
  top: -87px;
  display: block; } */

.posts {
  width: 100%;
  background: url(../images/paper-16.jpg);
  min-height: 400px;
  background-size: 100%;
  margin-left: auto;
  margin-top: 120px;
  position: relative;
  display: inline-block;
   }
  .posts article {
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 80px !important;
    position: relative; }
    .posts article .post {
      width: 77%;
      padding-bottom: 10px;
      border-bottom: solid 1px #d7d7d7; }
    .posts article p {
      font-size: 18px !important;
      font-weight: 500;
      padding-bottom: 40px; }
    .posts article .button {
      font-size: 14px !important;
      color: #ea27c2;
      font-style: normal; }
  .posts .blog-button {
    order: solid 1px #f1f1f1;
    background: #fff;
    padding: 8px 20px;
    margin: 0 auto;
    width: fit-content;
    display: block;
    margin-bottom: 80px; }

h3.title {
  font-size: 34px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900 !important; }

.home-cats .cat-archive {
  /* max-width: 600px;
  padding-left: 60px; */
  padding-bottom: 80px; }

.note {
  width: 100%;
  height: 500px;
  background: #ea27c2 url(../images/ash_07.png) center 350px no-repeat;
  background-size: 146.5px;
  padding-top: 110px;
  padding-bottom: 80px;
  box-sizing: border-box;
  min-width: 1160px; }
  .note::after {
    content: "";
    background: url(../images/down_07.png) no-repeat;
    background-size: 73px;
    height: 23.5px;
    width: 83px;
    position: relative;
    bottom: -136px;
    left: 50%;
    margin-left: -41.5px;
    display: block;
    text-align: center;
    font-weight: bold; }
  .note .wrapper {
    width: 770px;
    margin: 0 auto; }
  .note h3.title, .note p {
    display: inline !important; }
  .note p {
    font-size: 18px !important;
    line-height: 2.2em !important;
    font-weight: 500 !important; }

.unfuckwith {
  padding-top: 105px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: url(../images/unfuck_07.png) top right no-repeat;
  background-size: 1083px;
  padding-bottom: 120px;
  text-align: center; }
  .unfuckwith ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    }
  .unfuckwith li {

    /* padding: 30px;
    margin-right: 25px;*/
    border-bottom: 1px solid #dadada;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    box-sizing: border-box; }
    .unfuckwith li:nth-child(3n+0) {
      margin-right: 0px !important; }
    .unfuckwith li .right {
      background: #EFEFEF;
      padding: 45px 30px;
      text-align: left;
      box-sizing: border-box;
      margin-top: -7px; }
    .unfuckwith li p {
      margin-bottom: 30px !Important; }
    .unfuckwith li .button {
      font-style: normal;
      padding: 8px 20px;
      background: #ea27c2;
      /* position: absolute; */
      bottom: 0px;
      display: block;
      margin: 0 auto;
      width: fit-content; }
    .unfuckwith li h4 {
      margin-bottom: 0px !Important; }
    .unfuckwith li h3 {
      font-size: 26px !important; }

.thinkific-product-card {
  display: inline-block; }

/*
.thinkific-product-card{
    display: inline-block;
    width: 33% !important;
    text-align: center;

    iframe{
            max-width: 100% !important;
            width: 100%;
            height: 370px;


        body img.thinkembed-card-image{
    width: 100% !important;
}
    }
}


.thinkembed-card-course-name{
    text-align: center !important;
}

.thinkembed-card-course-btn {

}
*/
.reviews {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
  background: url(../images/paper-16.jpg);
  background-size: 100%;

  text-align: center; }
  .reviews p {
    max-width: 800px;
    margin: 0 auto;
    font-weight: 500; }
  .reviews .owl-carousel .owl-stage-outer {
    min-height: 320px;
    background: url(../images/quote-17.png) no-repeat top center;
    background-size: 1012px; }
  .reviews img {
    width: 150px !important;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px !important;
    margin-top: 20px !important; }
  .reviews .owl-nav {
    width: 280px;
    margin: 0 auto; }
  .reviews .owl-carousel .owl-prev {
    width: 7px;
    height: 11px;
    background: url(../images/play-left.png);
    background-size: 100%;
    display: block;
    float: left; }
  .reviews .owl-carousel .owl-next {
    width: 7px;
    height: 11px;
    background: url(../images/play-right.png);
    background-size: 100%;
    display: block;
    float: right; }
  .reviews .owl-carousel .owl-stage-outer {
    margin-bottom: 30px; }
  .reviews .owl-dots {
    margin-top: -3px; }

/* ========     BLOG   ========== */
.blog-head {
  width: 100%;
  border-top: solid 2px #dadada;
  padding-top: 20px;
  box-sizing: border-box;
  background: url(../images/paper-16.jpg);
  background-size: 100%;
  position: relative;
 }
  .blog-head .babe {
    width: 125px;
    height: auto;
    position: absolute;
    top: 140px;
    right: -95px; }
  .blog-head .wrapper {
    max-width: 800px !important; }
  .blog-head h1 {
    text-align: center;
    font-size: 100px !important;
    margin-bottom: 20px !important; }
  .blog-head span {
    font-family: 'handelsonone' !important;
    color: #a9a9a9;
    font-size: 42px !Important;
    display: inline; }
  .blog-head ul {
    float: right; }
  .blog-head li {
    padding: 0px 20px 0px 20px;
    /* margin: 170px 0px 20px 0px; */
    border-right: solid 2px #a9a9a9;
    font-family: 'typnic_headlineheadline';
    font-size: 14px !important;
    display: inline-block;
    position: relative; }
    .blog-head li:last-child {
      padding-right: 0px;
      border-right: none; }
    .blog-head li a {
      color: #a9a9a9;
      position: relative; }
      .blog-head li a::before {
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out; }
      .blog-head li a:hover {
        color: #000; }
        .blog-head li a:hover::before {
          content: '';
          width: 11px;
          height: 7.5px;
          display: block;
          left: 50%;
          margin-left: -5.5px;
          top: -12px;
          position: absolute;
          background: url(../images/arrow.png) no-repeat;
          background-size: 100%; }
  .blog-head li.active a {
    color: #000; }
    .blog-head li.active a::before {
      content: '';
      width: 11px;
      height: 7.5px;
      display: block;
      left: 50%;
      margin-left: -5.5px;
      top: -12px;
      position: absolute;
      background: url(../images/arrow.png) no-repeat;
      background-size: 100%; }

/* .blog-head:after {
  content: none;
  background: url(../images/rip2-16.jpg) no-repeat bottom center;
  background-size: 100%;
  height: 180.5px;
  position: absolute;
  width: 100%;
  bottom: -90px;
  z-index: -1;
  display: block; } */
  .paper-rip-bot {
    background-color: #fff;
  }
  .paper-rip-bot img {
    width: 100%;
  }

.babe {
  width: 125px;
  height: auto;
  position: absolute;
  top: -30px;
  right: 140px; }

.blog.posts {
  margin-top: 0px;
 /* article:first-child{
     margin-top: -320px;
     margin-bottom: 100px !important;
 }

article:nth-child(7n+1){
        margin-top: -320px;
     margin-bottom: 100px !important;

 }*/ }

.page {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: solid 1px #dadada;
 }

 ul.playlist-opt {
   display: grid;
   justify-content: space-between;
   grid-template-columns: repeat(6, 1fr);
 }

.list-options {
  padding: 20px 0px 0px 0px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: solid 1px #b6b6b6;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }
  .list-options li {
    padding-top: 60px;
    max-width: 150px;
    text-align: center;
    margin: auto;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    transition: max-height 0.4s; }
    .list-options li a:hover {
      color: #ea27c2; }
  .list-options .wrapper {
    margin-bottom: 40px; }
  .list-options .play1 {
    background: url(../images/play1_03.png) no-repeat center 13px;
    background-size: 38px; }
    .list-options .play1:hover {
      background: url(../images/play2_03.png) no-repeat center 13px;
      background-size: 38px; }
      .list-options .play1:hover a {
        color: #ea27c2; }
  .list-options .play1.active {
    background: url(../images/play2_03.png) no-repeat center 13px;
    background-size: 38px; }
    .list-options .play1.active a {
      color: #ea27c2; }
  .list-options .play2 {
    background: url(../images/play3_03.png) no-repeat top center;
    background-size: 37.5px; }
    .list-options .play2:hover {
      background: url(../images/play4_03.png) no-repeat top center;
      background-size: 37.5px; }
      .list-options .play2:hover a {
        color: #ea27c2; }
  .list-options .play2.active {
    background: url(../images/play4_03.png) no-repeat top center;
    background-size: 37.5px; }
    .list-options .play2.active a {
      color: #ea27c2; }
  .list-options .play3 {
    background: url(../images/play5_03.png) no-repeat top center;
    background-size: 50px; }
    .list-options .play3:hover {
      background: url(../images/play6_03.png) no-repeat top center;
      background-size: 50px; }
      .list-options .play3:hover a {
        color: #ea27c2; }
  .list-options .play3.active {
    background: url(../images/play6_03.png) no-repeat top center;
    background-size: 50px; }
    .list-options .play3.active a {
      color: #ea27c2; }
  .list-options .play4 {
    background: url(../images/play11_03.png) no-repeat center 7px;
    background-size: 30px; }
    .list-options .play4:hover {
      background: url(../images/play12_03.png) no-repeat center 7px;
      background-size: 30px; }
      .list-options .play4:hover a {
        color: #ea27c2; }
  .list-options .play4.active {
    background: url(../images/play12_03.png) no-repeat top center;
    background-size: 31.5px; }
    .list-options .play4.active a {
      color: #ea27c2; }
  .list-options .play5 {
    background: url(../images/play7_03.png) no-repeat top center;
    background-size: 36.5px; }
    .list-options .play5:hover {
      background: url(../images/play8_03.png) no-repeat top center;
      background-size: 36.5px; }
      .list-options .play5:hover a {
        color: #ea27c2; }
  .list-options .play5.active {
    background: url(../images/play8_03.png) no-repeat center 7px;
    background-size: 30px; }
    .list-options .play5.active a {
      color: #ea27c2; }
  .list-options .play6 {
    background: url(../images/play9_03.png) no-repeat top center;
    background-size: 31.5px; }
    .list-options .play6:hover {
      background: url(../images/play10_03.png) no-repeat top center;
      background-size: 31.5px; }
      .list-options .play6:hover a {
        color: #ea27c2; }
  .list-options .play6.active {
    background: url(../images/play10_03.png) no-repeat top center;
    background-size: 36.5px; }
    .list-options .play6.active a {
      color: #ea27c2; }
  .list-options .more {
    width: 70px;
    height: 27.5px;
    background: url(../images/more_07.png) no-repeat;
    background-size: 100%;
    margin-left: -35px;
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.more.down {
  background: url(../images/more-down.png) no-repeat;
  background-size: 100%; }

.close.list-options {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s; }

.intro {
  width: 100%;
  padding: 100px 0px 100px 0px;
  text-align: center; }
  .intro p {
    max-width: 700px;
    margin: 0 auto; }
  .intro .title {
    font-size: 42px !Important;
    font-weight: 700 !Important; }

.first {
  padding-top: 50px; }
  .first article {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 0px !important;
    position: relative; }
    .first article .post {
      max-width: 800px;
      width: 77%;
      padding-bottom: 10px;
      border-bottom: solid 1px #d7d7d7; }
    .first article p {
      font-size: 18px !important;
      font-weight: 500;
      margin-bottom: 60px !important; }
    .first article .button {
      font-size: 14px !important;
      color: #ea27c2;
      font-style: normal; }

.blog-page .posts {
  padding-top: 120px; }

.tmf-intro {
  padding: 120px 0px 90px 0px; }
  .tmf-intro .wrapper {
    max-width: 800px;
    margin: 0 auto; }
  .tmf-intro .left {
    padding-bottom: 40px;
     }
    .tmf-intro .left .title {
      font-size: 42px;
      font-weight: 800 !Important;
      line-height: 1.1em !important; }
  .tmf-intro .right {
    padding-bottom: 40px;
     }
  .tmf-intro p a {
    font-style: italic !Important;
    font-weight: 900 !important;
    color: #ea27c2; }
  .tmf-intro .virgin-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin-bottom: 60px;
    grid-gap: 30px;
  }

.cat-archive {
  max-width: 700px;
  margin: 0 auto;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3; }

/* ========     OPT 1   ========== */
.opt1 {
  width: 100%;
   }
  .opt1 .left {
   }
    .opt1 .left img {
       }
  .opt1 .second {
    }
    .opt1 .second h2 {
      font-size: 60px !important;
      line-height: 1em !important; }
  .opt1 form {
    padding: 0px !important; }
    .opt1 form input {
      width: 315px;
      margin-left: 0px !important;
      padding-bottom: 10px !important;
      background-color: #000;
      color: #fff !important;
      border-style: solid !important;
      border-width: 0px 15px 4px !important;
      -moz-border-image: url(../images/input2-p.png) 3 27 27 repeat !important;
      -webkit-border-image: url(../images/input2-p.png) 3 26 27 repeat !important;
      -o-border-image: url(../images/input2-p.png) 3 27 27 repeat !important;
      border-image: url(../images/input2-p.png) 3 27 27 fill repeat !important; }
      .opt1 form input::placeholder {
        color: #fff !important;
        font-style: italic; }
    .opt1 form ._submit {
      float: left !important;
      padding: 10px 30px !important; }
      .opt1 form ._submit:hover {
        color: #fff !important; }
  .opt1 ._form-thank-you {
    display: block;
    color: #000 !important;
    font-family: 'handelsonone' !important;
    text-align: left;
    font-size: 42px !important; }
  .opt1 input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff  inset !important;
    background-color: #fff !important; }

/*======= .   Sales Template .   =======*/
.btn {
  padding: 8px 20px;
  background: #000;
  font-family: 'typnic_headlineheadline' !important;
  font-size: 12px !important;
  line-height: 1.4em !important;
  font-weight: 800 !important;
  color: #fff;
  font-style: none !important; }

.sale-header {
  width: 100%;
  height: 625px;
  box-sizing: border-box;
  padding-top: 230px;
  text-align: center;
  background: #000;
  color: #fff !important; }

.double-text {
  padding-top: 130px;
  padding-bottom: 130px; }
  .double-text h4, .double-text h3 {
    text-align: center; }
  .double-text h3 {
    width: 800px;
    margin: 0 auto; }
  .double-text .inner {
    width: 950px;
    margin: 0 auto;
    margin-top: 40px; }
    .double-text .inner .left, .double-text .inner .right {
      width: 440px; }

.textured-area {
  width: 100%;
  background: url(../images/sales-texture.jpg);
  background-size: cover;
  min-height: 300px;
  position: relative; }
  .textured-area p {
    margin-bottom: 30px !important; }
  .textured-area .left {
    width: 50%; }
    .textured-area .left .inner {
      float: right; }
      .textured-area .left .inner img {
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -550px; }
    .textured-area .left .button {
      padding: 5px 20px;
      background: #000;
      color: #fff !important; }
  .textured-area .right {
    width: 50%; }
    .textured-area .right .inner {
      float: left;
      padding-left: 100px;
      padding-top: 130px;
      padding-bottom: 120px;
      width: 590px;
      box-sizing: border-box; }

.black-area {
  width: 100%; }
  .black-area p {
    margin-bottom: 30px !important; }
  .black-area .left {
    width: 50%;
    background: #000;
    position: relative; }
    .black-area .left::after {
      content: '';
      width: 30px;
      height: 69px;
      right: -29px;
      margin-top: -30px;
      top: 50%;
      background: url(../images/black-arrow.png);
      background-size: 100%;
      display: block;
      position: absolute; }
    .black-area .left .inner {
      float: right;
      padding: 130px 140px 140px 0px;
      width: 600px;
      height: 500px;
      box-sizing: border-box;
      color: #fff !important; }
    .black-area .left .btn {
      padding: 8px 20px;
      background: #fff;
      font-family: 'typnic_headlineheadline' !important;
      line-height: 1.4em !important;
      color: #000;
      font-weight: 800 !important;
      font-style: none !important; }
  .black-area .right {
    width: 50%;
    background: url(../images/black-img.jpg);
    background-size: cover;
    height: 500px; }

.white-sections {
  padding: 70px 0px; }
  .white-sections p {
    margin-bottom: 30px !important; }
  .white-sections .left {
    width: 50%; }
    .white-sections .left img {
      float: right;
      margin-right: 80px; }
  .white-sections .right {
    width: 50%; }
    .white-sections .right .inner {
      padding: 40px 0px 0px 70px;
      box-sizing: border-box;
      width: 580px;
      float: left; }
  .white-sections .button {
    padding: 8px 20px;
    background: #000;
    color: #fff !important; }

/* ========     OPT 2   ========== */
.opt2 {
  width: 100%;
  height: 720px;
  background: #000; }
  .opt2 .left {
    width: 50%;
    height: 100%;
    background: #000 url(../images/opt2.jpg);
    background-size: 700px;
    position: relative; }
    .opt2 .left img {
      width: 208px;
      right: -104px;
      top: 90px;
      position: absolute; }
  .opt2 .second {
    width: 550px;
    float: left;
    box-sizing: border-box;
    color: #fff !important;
    padding: 70px 60px 70px 120px; }
    .opt2 .second h2 {
      font-size: 60px !important;
      line-height: 1em !important; }
  .opt2 form {
    padding: 0px !important; }
    .opt2 form input {
      width: 315px;
      margin-left: 0px !important;
      padding-bottom: 10px !important;
      background: #000;
      color: #fff !important;
      border-style: solid !important;
      border-width: 0px 15px 4px !important;
      -moz-border-image: url(../images/input.png) 3 27 27 repeat !important;
      -webkit-border-image: url(../images/input.png) 3 26 27 repeat !important;
      -o-border-image: url(../images/input.png) 3 27 27 repeat !important;
      border-image: url(../images/input.png) 3 27 27 fill repeat !important; }
    .opt2 form input::placeholder, .opt2 form input::-moz-placeholder, .opt2 form input:-ms-input-placeholder, .opt2 form input:-moz-placeholder {
      color: #fff !important;
      font-style: italic; }
    .opt2 form ._submit {
      float: left !important;
      padding: 10px 30px !important; }
      .opt2 form ._submit:hover {
        background: #fff !important; }
  .opt2 ._form-thank-you {
    display: block;
    color: #fff !important;
    font-family: 'handelsonone' !important;
    text-align: left;
    font-size: 42px !important; }
  .opt2 input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px #000  inset !important;
    background-color: #000 !important; }

.single .opt2 {
  padding-top: 80px; }

/* ========     OPT 3   ========== */

.opt3 {
  padding-top: 6rem;
  /*Change text in autofill textbox*/

  }
  .opt3 .wrapper {
    /*padding-top: 100px;
    background: url(../images/new-paper.jpg) no-repeat center top;*/
    width: 80%;
    display: grid;
    grid-template-columns: 1fr .75fr;
    justify-content: space-between;
    padding: 40px 40px;
    align-items: center;
    border-width: 6px;
    box-shadow: 0px 0px 15px #bfbfbf;
    background-size: 70ppx;
    min-height: 300px;
    /* margin: 50px; */
    border-style: solid;
    border-image: repeating-linear-gradient( 45deg, #b7b7b7, white 20%, #b7b7b7 30%) 1;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    }
  .opt3 #_form_52_ {
    width: 100%;
  }
  .opt3 #_form_52_ ._submit {
    background-color: #ea27c2;
  }
  .opt3 .right {
    text-align: left;
     }
  .opt3 .left {
    text-align: center;
    padding-right: 50px;
   }
  .wine-opt {
    background-image: url(../images/wine-opt.jpg);
    background-size: cover;
    width: 100%;
    height: 50%;
    min-height: 300px;
    margin-bottom: 40px;
  }
  .opt3 .left h2 {
    font-size: 34px !important;
     }
  .opt3 form {
    padding: 0px !important;
    margin-top: 3px; }
    .opt3 form input {
      width: 315px;
      margin-left: 0px !important;
      padding-bottom: 10px !important;
      border-style: solid !important;
      border-width: 0px 15px 4px !important;
      -moz-border-image: url(../images/input2.png) 3 27 27 repeat !important;
      -webkit-border-image: url(../images/input2.png) 3 26 27 repeat !important;
      -o-border-image: url(../images/input2.png) 3 27 27 repeat !important;
      border-image: url(../images/input2.png) 3 27 27 fill repeat !important; }
      .opt3 form input::placeholder {
        color: #000 !important;
        font-style: italic; }
    .opt3 form ._submit {
      padding: 10px 30px !important; }
      .opt3 form ._submit:hover {
        background: #000 !important;
        color: #ea27c2 !important; }
  .opt3 ._form-thank-you {
    display: block;
    color: #000 !important;
    font-family: 'handelsonone' !important;
    text-align: left;
    font-size: 42px !important; }
  .opt3 input:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
      background: #fff; }
  .opt3 .button {
    color: #adadad;
  }


.opt3.single-post .wrapper {
  border-style: none;
  width: 100%;
  box-shadow: none;

}
.opt3.single-post {
  background-color: #fff;
}
/* ========     VIDS   ========== */
.vids {
  padding: 100px 0px;
  text-align: center; }
  .vids li {
    width: 350px;
    padding: 10px;
    box-sizing: border-box;
    border: solid 1px #cecece;
    height: 325px;
    float: left;
    margin-right: 24px;
    margin-bottom: 40px; }
    .vids li:nth-child(3n) {
      margin-right: 0px !important; }
    .vids li .img-wrap {
      width: 330px;
      height: 189px;
      overflow: hidden;
      margin-bottom: 20px; }
  .vids p {
    font-size: 17px !important;
    font-weight: 900 !important; }

#html5-watermark {
  display: none !important; }

/* ========     SINGLE   ========== */
.ash {
  float: right;
    width: 200px;
    text-align: right;
    /* margin-top: -165px; */
    color: #fff !important;
    display: inline-block;
    /* position: absolute; */
    right: 20px;
    /* z-index: 10000000; */
    bottom: 0; }
  .ash h3, .ash p {
    margin-bottom: 0px !important;
    font-size: 14px !important; }
  .ash a {
    color: #fff;
    font-size: 14px !important; }
  .ash img {
    width: 157.5px;
    height: auto; }

.single .posts {
  /* display: table;  */
}
.single.posts {
  margin-top: -6px !important;
  position: relative; }
  .single.posts p a {
    font-weight: 900 !important;
    color: #ea27c2 !important; }
  .single.posts blockquote, .single.posts q {
    quotes: none;
    padding: 40px 40px 30px;
    /* border: solid 3px #000; */
    background: #fff;
    margin-bottom: 35px;
    /* font-size: 38px !IMPORTANT; */ }
    .single.posts blockquote p, .single.posts q p {
      line-height: 1.4em !important;
      /* font-weight: 600 !important; } */
    }
  .single.posts hr {
    border: solid 2.5px;
    margin-bottom: 40px; }
  .single.posts b, .single.posts strong {
    font-weight: 900 !important; }
  .single.posts p {
    line-height: 1.8em !important; }

.single.posts:after {
  content: '';
  background: url(../images/rip-trans-down.png) no-repeat bottom center;
  background-size: 100%;
  height: 180.5px;
  position: absolute;
  width: 100%;
  bottom: -90px;
  z-index: 999;
  display: block; }
.dis-women-content.single.posts:after {
  display: none;
}
.content {
  margin-bottom: 75px;
  margin-top: 20px; }

.share {
  display: inline;
  margin-bottom: 50px; }
  .share a {
    display: inline-block;
    padding: 8px 20px 8px 50px;
    background: #ea27c2;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px !important;
    font-family: "bebas-neue",sans-serif !important;
    letter-spacing: 1px; }
  .share .fb-share {
    background: #ea27c2 url(../images/share-fb.png) no-repeat 20px center;
    background-size: 8px; }
    .share .fb-share:hover {
      background: #b90694 url(../images/share-fb.png) no-repeat 20px center;
      background-size: 8px; }
  .share .twit-share {
    background: #ea27c2 url(../images/share-twit.png) no-repeat 20px center;
    background-size: 16px; }
    .share .twit-share:hover {
      background: #b90694 url(../images/share-twit.png) no-repeat 20px center;
      background-size: 16px; }
  .share .g-share {
    background: #ea27c2 url(../images/share-g.png) no-repeat 20px center;
    background-size: 24px; }
    .share .g-share:hover {
      background: #b90694 url(../images/share-g.png) no-repeat 20px center;
      background-size: 24px; }
  .share .in-share {
    background: #ea27c2 url(../images/share-in.png) no-repeat 20px center;
    background-size: 14px; }
    .share .in-share:hover {
      background: #b90694 url(../images/share-in.png) no-repeat 20px center;
      background-size: 14px; }

.backto h4 a {
  color: #9b9b9b; }
.backto .return {
  width: 49%;
  float: left;
  text-align: right;
  margin-top: 40px;
  margin-bottom: 80px; }
.backto .next {
  width: 49%;
  float: right;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 80px; }
.top-single {
  min-height: 255px;
  background-image: url(../images/single-18.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000;
}
.single .post {
  max-width: 950px;
  margin: 0 auto; }
  .single .post li {
    list-style-type: circle;
    list-style-image: url('../images/middle-icon.png');
    padding-left: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 20px; }
  .single .post ol li {

    margin-left: 30px; }

  .single .post ol {
    list-style: none;
    counter-reset: my-awesome-counter;
  }
  .single .post ol li {
    counter-increment: my-awesome-counter;
    list-style: none;
    margin-bottom: 40px;
  }

  .single .post ol li::before {
    content: counter(my-awesome-counter) ". ";
    color: #ea27c2;
    font-weight: bold;
    position: absolute;
    margin-left: -30px;
    /* DOTS
    content: counter(my-awesome-counter) ". ";
    color: #fff;
    font-weight: bold;
    position: absolute;
    margin-left: -59px;
    background-color: #ea27c2;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;*/
  }
  .single .post ol, .single .post ul {
    margin-bottom: 35px !Important; }
  .single .post .content {
    padding-top: 60px; }
  .single .post .content h1, .single .post .content h2, .single .post .content h3, .single .post .content h4 {
      margin: 30px 0 !important;
  }
  .single .post p, .single .post h3 {
     }
  .single .post h1 {
    text-align: left;
    margin-bottom: 30px !important; }
  .single .post h2 {
    margin-bottom: 30px !important; }

.single.posts .title {
  text-align: center;
  margin-bottom: 30px !important; }

/*
.mixitup-page-list {
        text-align: center;
    margin-bottom: 80px;

    button{
         -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        border: solid 1px #909090;
        padding: 10px 17px;
        font-size: 18px !important;
        background: #fff;
            margin-left: -5px !important;
        color: #ea27c2;
         font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    }

    span{
           display: inline-block;
    border: solid 1px #909090;
    padding: 10px 17px;
    font-size: 18px !important;
    background: #fff;
        line-height: 1.35em !important;
    margin-left: -5px;
         font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    }

    .mixitup-control-active, button:hover{
        background:   #ea27c2;
        color: #fff !important;
    }

}



*/
/* ========     PAGE     ========== */
.page {
  width: 100%;
  border-top: solid 2px #dadada;
  padding-top: 90px;
  padding-bottom: 60px; }
  .page h2 {
    text-align: center;
    margin-bottom: 50px; }

/* ========     BRAGGING RIGHTS   ========== */
.block {

  box-sizing: border-box;
  padding: 40px 30px 40px 30px;
  text-align: center;
  background: #dadada;
  float: left;
  margin-bottom: 30px; }
  .block .top {

    text-transform: capitalize;
    background: #dadada; }
  .block p {
    font-style: italic;
    font-size: 16px !important; }

.bragging-rights .page .box-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 24px;

 }
.bragging-rights .reviews {
  background: #ea27c2 !important; }

.block p.top {
  font-size: 23px !important;
  font-weight: 700 !Important;
  margin-bottom: 10px !important; }

h1 {
  text-align: center;
  margin-bottom: 60px !important; }

.emails {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 155px;
  background: #dadada; }
  .emails .email-temp {
    width: 80%;
    margin: 0 auto;
    padding: 35px;
    background: #fff;
    background: #fff url(../images/email-head-16.jpg) no-repeat center 30px;
    background-size: 95%;
    padding-top: 170px;
    box-sizing: border-box; }
  .emails .email-prep {
    padding-left: 30px;
    padding-right: 30px; }
  .emails .owl-prev {
    width: 5.5px;
    height: 9px;
    background: url(../images/left_03.png) no-repeat;
    background-size: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    float: left; }
    .emails .owl-prev:hover {
      background: url(../images/left-over_03.png) no-repeat;
      background-size: 100%; }
  .emails .owl-nav {
    width: 280px;
    margin: 0 auto; }
  .emails .owl-next {
    width: 5.5px;
    height: 9px;
    background: url(../images/right_03.png) no-repeat;
    background-size: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    float: right; }
    .emails .owl-next:hover {
      background: url(../images/right-hover_03.png) no-repeat;
      background-size: 100%; }

.credits {
  position: relative;
  width: 100%;
  background: #000 url(../images/bragging-bg-18-m.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 40%;
  height: 550px; }
  .credits .wrapper {
    height: 550px;
   }
  .credits .credit {
    float: right;
    font-size: 14px !important;
    text-align: right;
    bottom: 30px;
    position: absolute;
    right: 20px; }
    .credits .credit a {
      display: block; }
      .credits .credit a:hover {
        color: #fff !important; }

.logos {
  padding: 120px 0px 120px 0px;
  background: #fff;
  text-align: center; }
  .logos li {
    width: 180px;
    height: 110px;
    margin: 1px 0px 1px 10px;
    display: inline-block; }

    .logos li img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      transition: .3s all;
    }
    .logos li img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%);

    }

.featured-articles {
  padding: 120px 0px 120px 0px;
  background: url(../images/paper-16.jpg);
  background-size: 100%; }
  .featured-articles h2 {
    text-align: center;
    margin-bottom: 60px; }
  .featured-articles article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
    .featured-articles article a {
      font-size: 23px !important;
      font-weight: 900;
      margin-bottom: 40px;
      display: block; }
      .featured-articles article a:hover {
        color: #ea27c2; }

.about-page .home-about h3 {
  display: none; }

.about-page .explore .right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
   }
.about-page .explore .right li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
  display: grid;
  -webkit-column-span: 1;
  /* Chrome, Safari, Opera */
  column-span: 1; }
  .about-page .explore .right li::before {
    content: '';
    width: 17px;
    height: 15px;
    background: url(../images/heart_03.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 5px; }
  .about-page .explore .right li a {
    font-weight: 900 !important; }

.formalities {
  padding: 140px 0px 140px 0px;
  width: 100%;
  background: url(../images/paper-16.jpg);
  background-size: 100%; }
  .formalities h2 {
    font-family: "bebas-neue",sans-serif !important;
    text-align: center;
    font-size: 38px !important;
    letter-spacing: 2px;
    margin-bottom: 40px; }
  .formalities p {
    max-width: 790px;
    padding: 0 40px;
    margin: 0 auto;
    font-weight: 500 !Important; }

.letter {
  width: 100%;
  background: url(../images/paper-16.jpg);
  background-size: 100%;
  padding: 60px 0px 60px 0px;
  position: relative;
   }
  .letter .wrapper {
    max-width: 950px; }
  .letter h1 {
    margin-bottom: 20px !important; }

.letter:before {
  content: '';
  background: url(../images/rip-trans-01.png) no-repeat bottom center;
  background-size: 100%;
  height: 297.5px;
  position: absolute;
  width: 100%;
  top: -87px;
  display: block; }

/*.blue-form{
    padding-top: 30px;
           background: #ea27c2;
         min-width: 1160px;
    width: 100%;


    .wrapper{
           background: url(../images/ash-opt_03.png) no-repeat left bottom;
       background-size: 525px;
        padding-bottom: 80px;
          padding-top: 100px;
        padding-left: 0px;
    }

      ._form-content{
            width: 680px !Important;
                overflow:hidden;

        }

}

.black-form{
    padding-top: 30px;
           background: url(../images/black_03.png);
    color: #fff !important;
    min-width: 1160px;
    width: 100%;


    .wrapper{
           background: url(../images/ash-opt2.png) no-repeat left bottom;
       background-size: 525px;
        padding-bottom: 80px;
          padding-top: 100px;
        padding-left: 0px;
    }

}

.blackform2{
    padding-top: 30px;
           background: url(../images/black_03.png);
    color: #fff;
     min-width: 1160px;
    width: 100%;


    .wrapper{
           background: url(../images/bform2.png) no-repeat left bottom;
       background-size: 436px;
        padding-bottom: 80px;
          padding-top: 100px;
        padding-left: 0px;
            height: 460px;
        padding-right: 0px;
    }


    .right{
        width: 375px;
        color: #fff ;
        margin-right: 80px;

        h2.span{
         color: #ea27c2 !important;
        }


    }



        ._form-content {
    width: 100% !important;
               margin-left: -15px !important;
    float: none !important;
    margin-top: -20px !important;
        }

    ._field-wrapper input[type="text"]{
            width: 100%  !important;
    }

    #_form_590BB734BE25D_{
     padding-top: 0px !important;
    }

       input,  ._field-wrapper input[type="text"]{

    color: #fff !important;

         &::placeholder{
         color: #fff !important;
                   font-family: 'Roboto', sans-serif !important;
                font-size: 14px !important;
    }
}

      .hidden.showNow{
         padding: 0px !important;
        }


    .hidden{
    text-align: center;
    width: 800px;
    float: right;
    margin-right: 40px;
    margin-top: 40px;



    p:first-child{
     font-style: italic !important;
        margin-bottom: 60px !important;
    }

    p:last-child{
     width: 640px;
        text-align: left;
        margin: 0 auto;
        padding-left: 50px;
        background: url(../images/arrows_03.png) no-repeat left 8px;
        background-size: 36px;
    }

}


}*/
._submit {
  font-family: 'typnic_headlineheadline' !important;
  font-size: 14px !important;
  margin-top: 20px !important;
  font-weight: 800 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.2s 0.2s ease;
  opacity: 0; }

._form-label {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  font-weight: 200 !important; }

/* .form-info{
       width: 920px;
    margin: 0 auto;
    float: right;

    .right span{
     color: #ea27c2;
    }

}




.single .blue-form{
    padding-top: 70px;

}

.logged-in-as{
    text-align: right;
}

#_form_590B718482CB7_ ._form_element * {
    font-size: 18px !important;
}

._field3 ._form-label{

          font-family: "bebas-neue",sans-serif !important;
    font-size: 38px !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-weight: 200 !important;
      width: 730px;

}

._form-content{
    width: 705px;
    max-width: 100%;
    float: right;
        text-align: center;
     background: transparent;

     p{
        font-weight: 500 !important;
        font-style: italic !important;
    }
}

.footer {
    ._form-content{
    width: 300px;
    float: none;
        margin-top: -40px !Important;
}
  #_form_5903DBAE96837_{
        margin:0px !important;
          padding:0px !important;
    }

    #_form_14_submit{
            position: absolute !important;
    top: -35px !important;
    padding: 8px !important;
    right: 0 !important;
         font-family: 'Roboto', sans-serif !important;
            font-size: 12px !important;
    font-weight: 600 !important;

    }

    ._form-thank-you{
        margin-top: -20px;
    }
}

#_form_18_ input[type="text"]{
    border: solid 3px !important;
}


#_form_590B68D81D613_ ._form_element *{
    font-size: 18px !important;
}

.footer ._field-wrapper input[type="text"]{
    border: solid 1px #000 !important;
    background: #dadada !important;
    padding: 8px !important;
    }

#_form_58F7C73E050BD_{
    padding: 0px !important;
    float: right !important;
    display: block !important;
}

#_form_58F7E501EE42E_._inline-style{
     display: block !important;
}


._form_6, ._form_12{
    width: 730px;
    float: right;
    z-index: 9999;
}

._form_12{
    input,  ._field-wrapper input[type="text"]{
         border: solid 3px #fff !important;
         background: #000  !important;
        color: #fff !important;

         &:checked{
         background: url(../images/x-blue.png) no-repeat center center !important;
            background-size: 13px !important;
        }
         &::placeholder{
        color: #fff !important;
        font-style: italic !important;
        }
    }
}

._form_6{
    input,  ._field-wrapper input[type="text"]{
       border: solid 3px #000 !important;
         background: #ea27c2 !important;

         &:checked{
         background: url(../images/x-black.png) no-repeat center center !important;
            background-size: 13px !important;
        }
          &::placeholder{
        color: #000 !important;
        font-style: italic !important;
        }
    }

}

.black-form ._row, .blue-form ._row{
        width: 31.9%;
    margin-right: 15px;
    display: inline-table;
        font-size: 18px !important;


    &:last-child{
     margin-right: 0px;
    }

    input{
        -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
        padding:  6px;
            margin-right: 10px;
            float: left;

        &:checked{
         background: #000;
        }
    }

    span{
     display: grid;
        margin-top: -4px;
            text-align: left;
    }
    label{
                font-size: 17px !important;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-right: 10px;

    }


}

._field-wrapper input[type="text"]{
        -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
        padding:  6px;
    border-radius: 0px  !important;
    width: 96%  !important;
        margin: 0 auto;

    &::placeholder{
        color: #000 !important;
        font-style: italic !important;
    }
}

#_form_590B6BEA16D21_ ._form_element input[type="text"]{
 margin-right: 0px !important;
    float: right;
}


._x94689740, ._x14185086 {
        max-width: 50% !important;
    float: left;
}

 ._submit{
        float: right !important;
    margin-top: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    background: #000;
        font-family: 'typnic_headlineheadline' !important;
    font-size: 14px !important;

}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.2s 0.2s ease;
  opacity: 0;
}


.hidden.showNow{
	width: 100%;
	padding-top: 0px !important;
}
.black-form ._form-thank-you, .blue-form ._form-thank-you, #_form_14_ ._form-thank-you{
	display: none !important;
}
._row ._error-inner{
	    position: absolute;
    top: 15px;
}

._form-right ._form-content{
	width: 1077px !important;
    float: none !important;
    margin: 0 auto;
    margin-top: 30px;
}

._form-right img{
	width: 125px !important;
	height: auto;
}



._form-right ._submit{
	float: left !important;
margin-top: 0px !important;
}

._close{
	    right: 20px !important;
    left: auto !important;
}

._form-right  ._form-content-right{
    text-align: left  !important;
    font-size: 21px !important;
    font-weight: 800;
    line-height: 1em !important;
}
._form-right{
	background: url(images/ash-bg.png) !Important;
	background-size: cover !important;
}

._form_10{
	min-width: 1100px !important;
}

._form_10 ._form-title{
	    font-family: 'Roboto', sans-serif !important;
	    font-size: 21px !important;
    letter-spacing: 0px !important;
    line-height: 1em !important;
}

._form-body{
	    font-family: 'Roboto', sans-serif !important;
}

._form_24 img{
    width: 286px !important;
    height: auto;
    z-index: 99999;
    display: block;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  background: transparent !important; }

._form_24 input[type="text"], ._form_24 input[type="date"], ._form_24textarea {
  color: #fff !important; }

._form_24 ._close-icon {
  background-size: 10.2px 10.2px !important;
  top: 7px !important;
  right: 1px !important; }

._form_24 ._close {
  z-index: 999999 !important;
  top: -10px !important;
  padding: 12px !important; }

@media (max-width: 667px) {
  ._form_24, ._form_10 {
    display: none !important; } }
.list-options .more {
  bottom: -40px !important; }

._form_26 {
  text-align: left !important; }

._form_26 ._form-content {
  width: 100% !important;
  float: none !important;
  text-align: left !important; }

._form-title {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
  line-height: 1.5em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

._form_26 ._row input {
  border: solid 2px #fff !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 5px;
  float: left;
  margin-right: 10px; }

._form_26 ._row input:checked {
  background: url(images/x-blue.png) no-repeat center center !important;
  background-size: 13px !important; }

._form_26 ._x77299641 input[type="text"] {
  width: 100% !important;
  /* text-align: left !important; */
  display: inline !important; }

._form_26 ._x90393584 input[type="text"] {
  width: 100% !important;
  /* text-align: left !important; */
  display: inline !important; }

.black-form ._form-label, .blue-form ._form-label {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
  line-height: 1.5em !important;
  -webkit-font-smoothing: antialiased !important; }

.single .explore {
  padding: 120px 0px 175px 0px !important; }

._form_10::before {
  content: '';
  background: url(images/Black-Rip.png) no-repeat bottom center;
  background-size: 100%;
  height: 180.5px;
  position: absolute;
  width: 100%;
  top: -165px;
  display: block; }

._form_10 ._form-content::after {
  content: '';
  clear: both;
  width: 100%;
  margin-bottom: 30px !important;
  display: block; }

.reviews-wds .lower article {
  margin-bottom: 90px; }

.list-options.close .wrapper {
  max-height: 0px;
  margin-bottom: 0px; }

.list-options .wrapper {
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }

.list-options.close .cat-archive {
  max-height: 0px; }

.list-options .cat-archive {
  -webkit-transition: max-height 0.4s;
  -moz-transition: max-height 0.4s;
  transition: max-height 0.4s; }

.more.down {
  bottom: 0px !important; }

.list-options.close li {
  max-height: 0px;
  padding: 0px; }

.hidden {
  z-index: 0;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out; }

.hidden.showNow {
  opacity: 1 !important;
  height: auto;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px; }

.blue-form .hidden, .black-form .hidden {
  text-align: center; }
  .blue-form .hidden p:first-child, .black-form .hidden p:first-child {
    font-style: italic !important;
    margin-bottom: 60px !important; }
  .blue-form .hidden p:last-child, .black-form .hidden p:last-child {
    width: 640px;
    text-align: left;
    margin: 0 auto;
    padding-left: 50px;
    background: url(../images/arrows_03.png) no-repeat left 8px;
    background-size: 36px; }

.comments {
  width: 950px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px; }
  .comments .comment-box-area {
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
    padding-top: 75px;
    padding-bottom: 75px;
    min-height: 300px;
    position: relative; }
  .comments h2 {
    float: right;
    font-size: 36px;
    font-size: 36px !important;
    padding-right: 35px; }
  .comments p {
    width: 600px;
    float: right;
    font-weight: 500;
    font-style: italic;
    padding-right: 35px; }
  .comments .comment-notes {
    display: none; }
  .comments .comment-respond {
    width: 875px;
    padding: 50px 30px 30px 30px;
    box-sizing: border-box;
    background: #dadada;
    margin: 0 auto;
    height: auto;
    display: grid; }
  .comments textarea, .comments input {
    width: 530px;
    float: right;
    border: solid 3px #000;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px; }
    .comments textarea::placeholder, .comments input::placeholder {
      font-family: 'Roboto', sans-serif !important;
      font-weight: 500 !important;
      font-size: 18px !important;
      color: #000;
      font-style: italic !important; }
  .comments .form-submit {
    width: 100%;
    margin-bottom: 0px !important; }
  .comments #submit {
    width: 180px;
    font-family: 'typnic_headlineheadline' !important;
    background: #000;
    color: #fff;
    font-size: 14px !important;
    border: none; }
    .comments #submit:hover {
      background: #ea27c2; }
  .comments .ash-blue {
    position: absolute;
    width: 149px;
    right: 60px;
    top: 180px; }
  .comments .ash-comment {
    width: 300px;
    position: absolute;
    margin-top: -120px; }

.commentmetadata, .comments-title {
  display: none; }

.comment-body {
  width: 950px;
  display: block;
  box-sizing: border-box;
  padding: 60px 80px 40px 80px;
  border-bottom: solid 1px #d7d7d7; }
  .comment-body p {
    width: 100%;
    float: none;
    font-style: none; }
  .comment-body .comment-author {
    font-family: 'handelsonone' !important;
    font-size: 62px !important;
    line-height: 1.5em !important; }

.children .comment-body {
  width: 950px;
  display: block;
  box-sizing: border-box;
  padding: 20px 80px 30px 120px !important;
  border-bottom: solid 1px #d7d7d7; }
  .children .comment-body .comment-author {
    font-family: 'handelsonone' !important;
    font-size: 42px !important;
    line-height: 1.5em !important; }

.reply {
  padding-left: 27px;
  font-family: 'typnic_headlineheadline' !important;
  font-size: 14px !important;
  background: url(../images/reply_07.png) left 0px no-repeat;
  background-size: 20.5px;
  line-height: 2em !important;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out; }
  .reply:hover {
    background: url(../images/reply2_07.png) left 0px no-repeat;
    background-size: 20.5px; }
  .reply:hover a {
    color: #ea27c2 !important; }

.pagination {
  clear: both;
  margin: 0 auto !important;
  display: block !important;
  text-align: center;
  margin-bottom: 100px !important;
  margin-top: 30px !important; }
  .pagination a, .pagination span {
    text-decoration: none;
    border: 1px solid #909090 !important;
    padding: 3px 5px;
    margin: 0px !important;
    color: #ea27c2 !important;
    background: #fff !important;
    padding: 8px 13px !important; }
  .pagination .a:hover, .pagination span.current {
    border-color: #909090 !important;
    background: #ea27c2 !important;
    color: #fff !important; }

.comment-reply-title {
  position: relative;
  /* right: 70px; */
  float: right;
  text-align: right;
  /* margin-top: 51px; */
  font-size: 12px !important; }

/* ========     PAGINATION   ========== */
.wp-pagenavi {
  clear: both;
  margin: 0 auto !important;
  display: block !important;
  text-align: center;
  margin-bottom: 100px !important; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #909090 !important;
  padding: 3px 5px;
  margin: 0px !important;
  color: #ea27c2 !important;
  background: #fff !important;
  padding: 8px 9px !important; }
.wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #909090 !important;
  background: #ea27c2 !important;
  color: #fff !important; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #aaa;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #000; }

.up {
  width: 80px;
  height: 65px;
  display: block;
  position: fixed;
  background: url(../images/up.png) no-repeat;
  background-size: 100%;
  right: 40px;
  bottom: 300px;
  z-index: 99999999999999999;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  opacity: 0; }
  .up:hover {
    background: url(../images/up2.png) no-repeat;
    background-size: 100%; }

.up.show {
  opacity: 1; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

/* ========     FOOTER   ========== */
.footer {
  width: 100%;
  color: #fff;
  background: #000;
  padding: 20px 0px 20px 0px; }
.footer a {
  color: #fff;
}

.footer a.affiliate-link {
  margin-top: 15px;
  display: inline-block;
  padding: 0px 8px 0px 8px;
  border-bottom: solid 4px;
  color: #ea27c2;
}
.footer-book {
  display: flex;
}
.foot-book-img {
  min-width: 80px;
}
.foot-book-img img {
  width: 100%;
}
.foot-book {
  text-align: center;
}
.menu-foot4-container ul {
  display: flex;
  justify-content: space-between;
}

.boss .footer {
  margin-top: -6px;
  font-family: 'Roboto', sans-serif !important; }
  .boss .footer p {
    font-family: 'Roboto', sans-serif !important; }

.footer #_form_14_submit {
  line-height: 1.25em !important;
  height: 33px !important; }

.footer ._field-wrapper input[type="text"] {
  height: 33px !important; }

.footer ul {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  text-align: left; }
  .footer .footer-row-1 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    border-bottom: solid 1px #343434;
    border-top: solid 1px #343434;
  }
  .footer .footer-row-2 {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    border-bottom: solid 1px #343434;
  }
  .footer ul h4 {
    font-size: 12px !important;
    margin-bottom: 5px !important; }
  .footer ul li {
    font-size: 12px;
    font-weight: 500 !important; }
  .footer ul p {
    font-size: 12px !important;
    margin-bottom: 0px !important;
    font-weight: 500 !important; }

.footer li.footer-item {
  padding: 20px 15px 5px;
  border-left: solid 1px #343434;
  word-break: normal;
  box-sizing: border-box; }
  .footer li.footer-item:first-child {
    border-left: none;
  }
  .footer ul li h4 {
    margin-bottom: 0px !important; }

.tg th {
  padding: 15px;
  border: solid 1px #343434;
  overflow: hidden;
  word-break: normal;
  height: 135px;
  box-sizing: border-box;
  width: 185px; }

.tg .tg-yw4l {
  vertical-align: top; }

.tg-yw4l2 {
  width: 33%; }

.commandments {
  width: 190.5px; }

.footbabe {
  width: 87px;
  position: absolute;
  left: 0px;
  margin-top: -30px; }

.marble {
  width: 100%;
  background: url(../images/marble-06.jpg);
  background-size: cover;
  min-width: 1160px;
  padding-top: 90px;
  padding-bottom: 55px;
  border-top: solid 2px #f0f0f0; }
  .marble .right {
    width: 645px; }
    .marble .right h3 {
      margin-bottom: 40px !important; }
  .marble .left {
    width: 365px;
    text-align: center; }

.lightwidget-widget {
  margin-bottom: -6px !important; }

.women p {
  color: #353535; }
.women h3 {
  font-family: 'playfair_displaybold' !important;
  font-size: 28px !important; }
.women h2 {
  font-family: 'playfair_displayregular' !important;
  font-size: 38px !important;
  letter-spacing: 0px !important;
  color: #353535; }
.women .reviews-gf article:nth-child(odd) {
  background: #f4f4f4; }
.women .reviews-gf article:nth-child(even) .left {
  border-right: solid 3px #f20046;
  color: #f20046;
  background: url(../images/quote-red-06.png) no-repeat top left;
  background-size: 34px; }
.women .reviews-gf article:nth-child(even) .right i, .women .reviews-gf article:nth-child(even) .right em {
  color: #f20046; }
.women .reviews-gf article .left {
  width: 230px;
  border-right: solid 3px #353535;
  min-height: 100px;
  text-align: center;
  color: #353535;
  background: url(../images/quote-grey-06.png) no-repeat top left;
  background-size: 34px; }
.women .reviews-gf article .right {
  width: 735px;
  box-sizing: border-box;
  padding-left: 30px;
  color: #290133; }
  .women .reviews-gf article .right i, .women .reviews-gf article .right em {
    color: #353535;
    font-style: normal !important; }
.women .reviews-gf .tall article {
  width: 350px;
  background: #fff;
  border: solid 3px #f20046;
  float: left;
  margin-right: 16px;
  height: 517px;
  box-sizing: border-box; }
  .women .reviews-gf .tall article .left, .women .reviews-gf .tall article .right {
    float: none;
    width: 100%;
    border: none;
    padding: 0px; }
  .women .reviews-gf .tall article .left {
    margin-top: -170px;
    background: url(../images/quote-red-06.png) no-repeat left 110px;
    background-size: 34px !important;
    color: #f20046; }
  .women .reviews-gf .tall article i, .women .reviews-gf .tall article em {
    color: #f20046; }
  .women .reviews-gf .tall article:nth-child(3n+3) {
    margin-right: 0px; }
.women .two .tall article {
  border: solid 3px #353535 !important; }
.women .two .tall .left {
  margin-top: -170px;
  background: url(../images/quote-grey-06.png) no-repeat left 110px !important;
  background-size: 34px !important;
  color: #353535 !important; }
.women .two .tall i, .women .two .tall em {
  color: #353535 !important; }

/*

#353535

#f20046

*/
.button2 {
  background: #353535;
  pbackground: #353535;
  padding: 13px 30px;
  color: #fff;
  font-family: 'playfair_displaybold' !important;
  font-size: 28px !important;
  margin-bottom: 15px !important;
  display: inline-block; }

.book-if {
  padding: 100px 0px 100px 0px;
  min-width: 1160px;
  text-align: center; }
  .book-if h2 {
    font-family: 'playfair_displaybold_italic' !important;
    margin-bottom: 60px; }
  .book-if img {
    margin-bottom: 30px !important; }
  .book-if .wrapper {
    max-width: 1050px; }
  .book-if .box {
    padding: 30px 0px 30px 0px;
    border: solid 3px #f20046;
    color: #f20046;
    text-align: center; }
    .book-if .box h3 {
      font-family: 'playfair_displaybold' !important; }




.posts article.responsive {
  width: 100% !important;
}
.blog-with-sidebar {
  padding-top: 120px;
}
.post-side {
  width: 83% !important;
  display: inline-block;
}
.sidebar-with-posts {
  width: 20%;
  float: left;
  padding-right: 4.8%;
  border-right: 1px solid #d7d7d7;
  position: sticky;
  top: 60px;
  padding-bottom: 60px;
}
.posts-with-sidebar {
  width: 70% !important;
  float: right;
  padding-left: 5%;
}
.view-wrapper {
  text-align: center; }
  .blog .view2 {
    border-right: none;
    margin-top: 15px;
    display: block; }

  .view2 {
    text-align: right;
    border-right: solid 2px #ea27c2;
    color: #ea27c2;
    display: inline-grid;
    margin-top: -7px;
    padding-right: 10px;
    width: 10%;
    float: left;
  }


.blog .view {
  border-right: none;
  margin-top: 15px;
  width: 17%;
    }

.view {
  /* position: absolute;
  margin-left: -45px;*/
  text-align: right;
  border-right: solid 2px #ea27c2;
  color: #ea27c2;
  display: inline-grid;
  margin-top: -7px;
  margin-right: 10px;
  padding-right: 10px; }
  .view span, .view2 span {
    font-size: 42px !Important;
    line-height: 38px;
    font-weight: 700 !important;
    width: 100%;
    display: block;
    margin-bottom: 7px;
    text-transform: uppercase;
  }
  .view h4, .view2 h4 {
    margin-bottom: 0px !important;
    line-height: 1em !important; }

.relate {
  background: #f4f4f4;
  min-width: 1160px;
  padding: 110px 0px 130px 0px; }
  .relate h2 {
    text-align: center;
    font-family: 'playfair_displaybold_italic' !important;
    margin-bottom: 80px; }
  .relate p {
    line-height: 1.7em !important; }
  .relate .owl-dots {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    padding-right: 95px;
    margin-top: -30px;
    position: absolute;
    right: 0px; }
  .relate .owl-dots .owl-dot span {
    background: transparent;
    border: solid 2px #f20046; }
  .relate .owl-dots .owl-dot.active span, .relate .owl-theme .owl-dots .owl-dot:hover span {
    background: #f20046; }
  .relate .owl-next {
    width: 41.5px;
    height: 41.5px;
    margin-right: 40px;
    margin-top: -40px;
    margin-left: 20px;
    float: right;
    background: url(../images/relate-right.png);
    background-size: contain; }
  .relate .owl-nav {
    z-index: 99999;
    position: absolute;
    right: 0; }
  .relate .item {
    width: 1030px;
    margin: 0 auto; }
  .relate .owl-carousel .left {
    width: 425px;
    position: relative; }
    .relate .owl-carousel .left .icon {
      float: right;
      margin-right: 30px;
      margin-top: 30px; }
    .relate .owl-carousel .left .pic {
      margin-top: -60px;
      float: right;
      margin-right: 30px;
      z-index: 99;
      position: relative; }
  .relate .owl-carousel .right {
    width: 570px;
    position: relative;
    padding-top: 30px; }
    .relate .owl-carousel .right .red2 {
      font-style: normal !Important;
      color: #f20045;
      text-align: left;
      padding: 0px !important; }
    .relate .owl-carousel .right h2 {
      font-family: 'playfair_displaybold' !important;
      margin-bottom: 20px !important; }
    .relate .owl-carousel .right .icon {
      position: absolute;
      top: 0;
      right: 0; }

.red {
  background: #f20046;
  min-width: 1160px;
  color: #fff;
  padding: 125px 0px 125px 0px; }
  .red h2 {
    text-align: center;
    font-family: 'playfair_displaybold' !important;
    color: #fff; }

.author {
  padding: 100px 0px 140px 0px;
  min-width: 1160px;
  background: #f4f4f4; }
  .author h2 {
    text-align: center;
    font-family: 'playfair_displaybold' !important;
    color: #353535;
    margin-bottom: 80px; }
  .author .right {
    width: 570px; }
  .author .left {
    width: 475px; }

.women-buy {
  padding-top: 140px;
  padding-bottom: 30px; }
  .women-buy .left {
    width: 500px;
    text-align: center; }
    .women-buy .left .button2 {
      background: #f20046; }

.girlfriends h2 {
  font-family: 'buntaroitalic' !important;
  color: #dc1ef7;
  text-transform: uppercase;
  font-size: 60px !important;
  line-height: 1em !important; }
.girlfriends h3 {
  font-family: 'buntaroitalic' !important;
  color: #dc1ef7;
  text-transform: uppercase;
  font-size: 38px !important;
  font-weight: 200 !important; }
.girlfriends .button {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 2px !important;
  display: inline-block;
  margin-bottom: 30px !important;
  font-style: normal !Important;
  color: #fff;
  padding: 16px 45px;
  line-height: 1.3em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }

.gf-head {
  height: 390px;
  width: 100%;
  background: #2a032f;
  text-align: center; }
  .gf-head .wrapper {
    background: url(../images/ash-gf-08.png) no-repeat bottom left;
    height: 390px;
    background-size: 616px; }

.group-info {
  padding: 70px 0px 70px 0px;
  width: 100%; }
  .group-info .left {
    width: 670px;
    height: 285px;
    padding: 20px 40px 40px 40px;
    box-sizing: border-box;
    text-align: center;
    border-left: solid 3px #f0f0f0;
    border-right: solid 3px #f0f0f0; }
  .group-info .right {
    width: 415px;
    height: 285px;
    border-right: solid 3px #f0f0f0;
    box-sizing: border-box;
    padding: 30px 40px 40px 40px;
    text-align: center;
    background: url(../images/currently_03.png) no-repeat center 10px;
    background-size: 230.5px; }
    .group-info .right .num {
      font-size: 100px !important;
      font-weight: 800 !important;
      color: #ff5206; }
    .group-info .right h4 {
      color: #ff5206;
      font-size: 16px !important; }
    .group-info .right p {
      color: #dc1ef7;
      margin-bottom: 0px !important;
      font-weight: 800 !important; }

.map {
  width: 100%;
  min-width: 1160px;
  overflow: hidden;
  background: #ffdccd;
  padding: 90px 0px 130px 0px;
  text-align: center;
  box-sizing: border-box;
  margin-top: -10px; }

.arrow {
  background: url(../images/arrow2.png) no-repeat bottom left;
  width: 91px;
  background-size: 103px;
  padding-top: 74px;
  padding-bottom: 6px;
  padding-left: 41px;
  box-sizing: border-box; }

.fb-imgs {
  margin-top: -90px;
  padding-bottom: 130px; }
  .fb-imgs .wrapper {
    width: 1260px; }

@media (max-width: 1160px) {
  .fb-imgs .wrapper {
    width: 1160px; }
    .fb-imgs .wrapper img {
      width: 350px !important; } }
.subscribe {
  background: url(../images/pink-08.png) no-repeat top left;
  background-size: 30% 178px;
  min-width: 1160px;
  padding-bottom: 120px; }
  .subscribe .left {
    width: 375px;
    min-height: 400px;
    background: url(../images/ticket-08.png) no-repeat top left;
    background-size: 100%;
    padding-top: 220px; }
  .subscribe .right {
    width: 680px; }
    .subscribe .right h3 {
      font-family: "bebas-neue",sans-serif !important;
      font-size: 38px !important;
      letter-spacing: 2px !important;
      line-height: 1.3em !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      margin-bottom: 40px !important; }
    .subscribe .right p {
      color: #290133; }

.subscribe2 {
  background: #df5df1 url(../images/grey-08.png) no-repeat left 125px;
  background-size: 30% 178px;
  padding-top: 125px;
  min-width: 1160px;
  position: relative; }
  .subscribe2::after {
    content: '';
    width: 100%;
    position: relative;
    background: url(../images/girls-09.png) center 55px no-repeat;
    background-size: 1084px;
    height: 480px;
    display: block; }
  .subscribe2 .left {
    width: 375px;
    background: url(../images/ticket2-08.png) no-repeat top left;
    background-size: 100%;
    padding-top: 220px; }
  .subscribe2 .right {
    width: 680px; }
    .subscribe2 .right h3 {
      font-family: "bebas-neue",sans-serif !important;
      font-size: 38px !important;
      letter-spacing: 2px !important;
      line-height: 1.3em !important;
      color: #290133;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      margin-bottom: 0px !important; }
    .subscribe2 .right h4 {
      margin-bottom: 40px !important; }
    .subscribe2 .right p {
      color: #290133; }
  .subscribe2 .quote {
    position: absolute;
    right: 0px;
    top: -200px; }

.subscribe3 {
  background: url(../images/orange.png) no-repeat left 299px;
  background-size: 30% 178px;
  padding-top: 125px;
  position: relative;
  min-width: 1160px;
  padding-bottom: 260px; }
  .subscribe3 .left {
    width: 375px;
    background: url(../images/ticket3.png) no-repeat top left;
    background-size: 100%;
    padding-top: 220px; }
  .subscribe3 .right {
    width: 680px;
    margin-bottom: 80px; }
    .subscribe3 .right h3 {
      font-family: "bebas-neue",sans-serif !important;
      font-size: 80px !important;
      letter-spacing: 4px !important;
      line-height: 1.3em !important;
      -webkit-text-fill-color: #fff;
      -webkit-text-stroke-width: 2.5px;
      -webkit-text-stroke-color: #290133;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      margin-bottom: 0px !important; }
    .subscribe3 .right h4 {
      margin-bottom: 0px !important;
      font-family: 'buntaroitalic' !important;
      text-transform: uppercase;
      font-size: 40px !important;
      color: #ff5206; }
    .subscribe3 .right p {
      color: #290133; }
    .subscribe3 .right li {
      margin-bottom: 30px;
      font-size: 20px !important;
      color: #290133;
      padding-left: 30px;
      background: url(../images/check_03.png) no-repeat top left;
      background-size: 18px; }
  .subscribe3 .lower {
    text-align: center; }
    .subscribe3 .lower .button {
      background: #dc1ef7; }
    .subscribe3 .lower p {
      width: 1020px;
      margin: 0 auto;
      color: #290133; }
  .subscribe3 .real {
    width: 387px;
    position: absolute;
    bottom: -326px;
    left: 50%;
    margin-left: -192px; }

.reviews-gf {
  min-width: 1160px; }
  .reviews-gf article {
    width: 100%;
    padding: 100px 0px 100px 0px; }
    .reviews-gf article:nth-child(odd) {
      background: #f4f4f4; }
    .reviews-gf article:nth-child(even) .left {
      border-right: solid 3px #ff5206;
      color: #ff5206;
      background: url(../images/quote_07.png) no-repeat top left;
      background-size: 34px; }
    .reviews-gf article:nth-child(even) .right i, .reviews-gf article:nth-child(even) .right em {
      color: #ff5206; }
    .reviews-gf article .wrapper {
      width: 1030px; }
    .reviews-gf article .left {
      width: 230px;
      border-right: solid 3px #dc1ef7;
      min-height: 100px;
      text-align: center;
      color: #dc1ef7;
      background: url(../images/quote2_07.png) no-repeat top left;
      background-size: 34px; }
      .reviews-gf article .left h4 {
        margin-bottom: 0px !important; }
      .reviews-gf article .left p {
        font-size: 16px !important; }
      .reviews-gf article .left img {
        width: 152px;
        margin-bottom: 20px; }
    .reviews-gf article .right {
      width: 735px;
      box-sizing: border-box;
      padding-left: 30px;
      color: #290133; }
      .reviews-gf article .right i, .reviews-gf article .right em {
        color: #dc1ef7;
        font-style: normal !important; }
  .reviews-gf .tall {
    width: 1100px;
    margin: 0 auto;
    padding: 150px 0px 100px 0px; }
    .reviews-gf .tall .wrapper {
      width: auto !important; }
    .reviews-gf .tall article {
      width: 350px;
      background: #fff;
      border: solid 3px #ff5206;
      float: left;
      margin-right: 16px;
      height: 517px;
      box-sizing: border-box; }
      .reviews-gf .tall article .left, .reviews-gf .tall article .right {
        float: none;
        width: 100%;
        border: none;
        padding: 0px; }
      .reviews-gf .tall article .left {
        margin-top: -170px;
        background: url(../images/quote_07.png) no-repeat left 110px;
        background-size: 34px;
        color: #ff5206; }
      .reviews-gf .tall article i, .reviews-gf .tall article em {
        color: #ff5206; }
      .reviews-gf .tall article:nth-child(3n+3) {
        margin-right: 0px; }
  .reviews-gf .two {
    background: #f4f4f4;
    width: 100%; }
    .reviews-gf .two .tall article {
      background: #f4f4f4;
      border: solid 3px #dc1ef7; }
    .reviews-gf .two .tall .left {
      margin-top: -170px;
      background: url(../images/quote2_07.png) no-repeat left 110px;
      background-size: 34px !important;
      color: #dc1ef7; }
    .reviews-gf .two .tall i, .reviews-gf .two .tall em {
      color: #dc1ef7; }

.action {
  text-align: center;
  padding: 0px 0px 60px 0px; }
  .action .button {
    background: #ff5206;
    margin-bottom: 0px !important; }

.words .gf-head {
  background: #0a0a0a; }
.words .wrapper {
  background-image: none !important; }
.words .button {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 28px !important;
  letter-spacing: 2px !important;
  display: inline-block;
  margin-bottom: 30px !important;
  font-style: normal !Important;
  color: #fff;
  padding: 16px 45px;
  line-height: 1.3em !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important; }
.words h3 {
  font-family: "bebas-neue",sans-serif !important;
  font-size: 38px !important;
  letter-spacing: 2px !important;
  line-height: 1.3em !important;
  color: #000000;
  font-weight: 200 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  margin-bottom: 20px !important; }
.words p {
  color: #000; }

.section1 {
  padding: 100px 0px 100px 0px;
   }
  .section1 .wrapper {
    display: flex;
  }
  .section1 .right {
    max-width: 815px;
    min-height: 300px;
    background: #f4f4f4;
    padding: 70px 65px 90px 17%;
    margin-left: -7%;
    box-sizing: border-box; }
  .section1 .left {
    max-width: 410px;
    z-index: 2; }

.section2 {
  padding: 100px 0px 100px 0px;
  background: #c8f4f1; }
  .section2 .wrapper {
    display: grid;
    grid-template-columns: 0 1fr 1fr;
  }
  .section2 .right {
    box-sizing: border-box;
    text-align: right; }
  .section2 img {
    width: 90%;
  }
  .section2 .left {
    padding-top: 40px; }
    .section2 .left p {
      margin-bottom: 40px !important; }
  .section2 .noIII {
    max-width:239.5px;
    position: relative;
    top: -150px;
  }

.section3 {
  padding: 140px 0px 80px 0px;
  text-align: center;
  background: url(../images/blue_03.png) repeat-x bottom; }
  .section3 h3 {
    text-align: center;
    font-family: 'typnic_headlineheadline' !important;
    font-size: 38px !important;
    height: 67px;
    line-height: 60px !important;
    background: url(../images/explore-left_07.png) no-repeat top center;
    background-size: 351px;
    font-family: "bebas-neue",sans-serif !important;
    letter-spacing: 1px; }
  .section3 h4 {
    font-family: 'playfair_displaybold' !important;
    max-width: 950px;
    margin: 0 auto;
    font-size: 28px !important;
    margin-bottom: 120px !important;
   }
  .section3 img {
    margin-bottom: 70px; }
  .section3 .price {
    font-family: 'playfair_displaybold' !important;
    font-size: 60px !important;
    display: block;
    margin-bottom: 40px; }
  .section3 .button {
    background: #000; }
  .section3 p {
    max-width: 400px;
    margin: 0 auto;
    font-weight: 600 !important; }

.section4 {
  padding: 100px 0px 80px 0px;
  }
  .section4 h2 {
    text-align: center;
    font-family: 'playfair_displaybold' !important;
    font-size: 71px !important;
    color: #76e3db;
    margin-bottom: 60px !important; }
  .section4 ul {
    margin-left: 12%;
    border-left: solid 5px  #76e3db;
    padding-left: 5%; }
    .section4 ul li {
      font-family: 'playfair_displaybold' !important;
      margin-bottom: 12px;
      font-size: 28px;
      line-height: 35px;
     }

.full {
   display: grid;
   grid-template-columns: 1fr 1fr;
}
  .full .left {
    height: 460px;
    background: #76e3db url(../images/praise.png) no-repeat right top;
    background-size: 750px; }
  .full .right {
    height: 460px;
    background: #76e3db url(../images/hands.png) no-repeat right bottom;
    background-size: cover; }

.reviews-wds h3 {
  font-size: 28px !important;
  font-family: 'playfair_displaybold' !important;
  letter-spacing: 0px !Important; }
.reviews-wds .lower {
  padding: 120px 0px 120px 0px; }
  .reviews-wds .lower article {
    min-height: 517px; }

.white {
  width: 100%;
  padding: 60px 0px 60px 0px; }

.grey {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background: #f4f4f4; }

.blue {
  width: 100%;
  padding: 60px 0px 60px 0px;
  background: #c8f4f1; }

.white article, .blue article, .grey article {
  max-width: 490px;
  width: 45%;
  float: left;
  background: url(../images/blue-quote.png) no-repeat 107px 125px;
  background-size: 34px; }
  .white article:nth-child(even), .blue article:nth-child(even), .grey article:nth-child(even) {
    float: right; }
  .white article img, .blue article img, .grey article img {
    margin: 0 auto;
    display: block;
    width: 150px;
    margin-bottom: 30px; }

.lower {
  padding: 50px 0px 0px 0px; }
  .lower article {
    padding: 30px;
    box-sizing: border-box;
    border: solid 3px #76e3db; }
    .lower article:last-child {
      margin-right: 0px; }
    .lower article img {
      width: 150px;
      margin: 0 auto;
      display: block;
      margin-bottom: 30px;
      margin-top: -90px; }

  .lower.wrapper {
      display: grid;
      justify-content: center;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 25px;
      padding: 120px 30px;
  }

.words .action {
  width: 100%;
  background: #c8f4f1; }
  .words .action .button {
    background: #000;
    top: -35px;
    position: relative;}
    .words .action .button a {
      color: #fff;
    }
  .words .action p {
    max-width: 400px;
    margin: 0 auto;
    font-weight: 600 !important; }

.business {
  color: #101626; }
  .business .button {
    font-family: 'playfair_displaybold' !important;
    color: #101626;
    /* padding: 9px 20px 9px 20px; */
    font-size: 24px !important;
    font-style: normal !important;
    background: #cc9351;
    height: 48px !important;
    line-height: 48px;
    display: inline-block;
    position: relative; }
    .business .button:before {
      content: '';
      width: 29.5px;
      height: 48px;
      background: url(../images/nose.png);
      background-size: 100%;
      position: absolute;
      top: 0px;
      right: -29px; }
    .business .button:after {
      content: '';
      width: 29.5px;
      height: 48px;
      background: url(../images/tail.png);
      background-size: 100%;
      position: absolute;
      top: 0px;
      left: -29px; }
  .business input {
    padding: 8px !important;
    margin-bottom: 10px !important;
    border: solid 2px #bfbfbf !important;
    font-size: 16px !important;
    font-family: 'playfair_displaybold_italic' !important; }
  .business ._form-content .button {
    border: none;
    background: #cc9351 !important;
    width: 100%; }
    .business ._form-content .button:before {
      display: none; }
    .business ._form-content .button:after {
      display: none; }
  .business p {
    font-family: 'playfair_displayregular' !important; }
  .business .gf-head {
    background: url(../images/blue-marble.jpg) -1px -1px;
    background-size: cover; }
  .business .gf-head .wrapper {
    background-image: none !important; }
  .business h2 {
    font-family: 'coliseumrr_mediumregular' !important;
    color: #101626;
    line-height: 1.3em !important;
    letter-spacing: 1px;
    font-size: 52px !important; }
  .business .start {
    width: 100%;
    padding-bottom: 60px;
    background-size: cover; }
    .business .start .right {
      width: 565px;
      margin-right: 50px;
      margin-top: 85px;
      text-align: center; }
      .business .start .right p {
        margin-bottom: 30px !important; }
      .business .start .right h2 {
        margin-bottom: 20px !important; }
    .business .start .left {
      width: 405px;
      padding-top: 60px; }
  .business .one {
    width: 100%;
    min-width: 1160px;
    background: #101626; }
    .business .one .wrapper {
      background: url(../images/one2.png) no-repeat left -1px;
      padding: 120px 0px 115px 100px;
      background-size: 100%; }
    .business .one .left.first {
      width: 135px;
      margin-right: 30px; }
      .business .one .left.first span {
        font-family: 'coliseumrr_mediumregular' !important;
        display: block;
        color: #cc9351;
        margin-top: -85px;
        font-size: 90px; }
    .business .one .left.next {
      width: 560px;
      color: #fff; }
  .business .two {
    width: 100%;
    min-width: 1160px;
    background: #f0f0f0; }
    .business .two .wrapper {
      background: url(../images/two.png) no-repeat left top;
      background-size: 295px;
      padding: 160px 0px 115px 100px;
      z-index: 999;
      top: -40px; }
  .business .left.first {
    width: 135px;
    margin-right: 30px; }
    .business .left.first span {
      font-family: 'coliseumrr_mediumregular' !important;
      display: block;
      color: #cc9351;
      margin-top: -85px;
      font-size: 90px;
      letter-spacing: 1px; }
  .business .left.next {
    width: 560px;
    color: #101626; }
  .business .three {
    width: 100%;
    min-width: 1160px;
    padding: 70px 0px 140px 0px; }
    .business .three .left.first {
      width: 800px;
      padding: 120px 160px 90px 70px;
      background: #101626 url(../images/3.png) no-repeat -30px -30px;
      background-size: 310px;
      color: #fff;
      box-sizing: border-box; }
      .business .three .left.first span {
        font-family: 'coliseumrr_mediumregular' !important;
        display: block;
        color: #cc9351;
        font-size: 90px;
        margin-top: 30px;
        margin-bottom: 115px;
        letter-spacing: 1px; }
    .business .three .left.next {
      width: 560px;
      color: #101626; }
    .business .three .right {
      width: 415px;
      z-index: 9999;
      position: absolute;
      right: 30px; }
  .business .four {
    width: 100%;
    min-width: 1160px;
    background: #f0f0f0; }
    .business .four .wrapper {
      background: url(../images/four.png) no-repeat left top;
      background-size: 1020px;
      padding: 160px 0px 115px 100px;
      z-index: 999;
      top: -40px; }
    .business .four .left.first {
      width: 135px;
      margin-right: 30px; }
      .business .four .left.first span {
        font-family: 'coliseumrr_mediumregular' !important;
        display: block;
        color: #cc9351;
        margin-top: -85px;
        font-size: 90px;
        letter-spacing: 1px;
        margin-left: 30px; }
    .business .four .left.next {
      width: 560px;
      color: #101626;
      margin-left: 30px; }
  .business .expertise {
    padding-bottom: 150px; }
    .business .expertise .left {
      width: 795px;
      background: #101626;
      padding: 150px 150px 110px 80px;
      box-sizing: border-box; }
    .business .expertise .right {
      width: 415px;
      margin-top: -470px; }
  .business .made-for {
    width: 100%;
    background: #f0f0f0;
    padding: 140px 0px; }
    .business .made-for .wrapper {
      width: 940px; }
  .business .package .wrapper {
    padding: 230px 0px 100px 0px;
    background: url(../images/new-one.png) 0px 80px no-repeat;
    background-size: 225px; }
  .business .package .left {
    width: 535px;
    padding-left: 100px;
    box-sizing: border-box;
    margin-left: 30px; }
    .business .package .left h2 {
      color: #cc9351; }
    .business .package .left li {
      padding-left: 30px;
      margin-bottom: 20px;
      background: url(../images/dark-check.png) 0px 6px no-repeat;
      background-size: 16px; }
      .business .package .left li a {
        font-weight: 900 !important; }
  .business .package .right {
    width: 450px;
    background: url(../images/right-side.png) 0px 110px no-repeat;
    background-size: 450px;
    min-height: 500px;
    margin-right: 30px;
    padding-top: 80px;
    padding-bottom: 60px;
    text-align: center; }
  .business .package .new-product {
    max-width: 368px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
  .business .package .price {
    text-align: center;
    font-family: 'playfair_displaybold' !important;
    font-size: 60px;
    margin-bottom: 40px; }
  .business .package .payments {
    width: 173px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px; }
  .business .package .button {
    margin-bottom: 20px; }
  .business .package .keep-reading {
    text-decoration: underline;
    display: block;
    margin-top: 10px;
    margin-bottom: 115px; }
  .business .package h2 {
    color: #cc9351; }
  .business .blue-marble {
    padding: 100px 0px 100px 0px;
    background: url(../images/blue-marble.jpg) -1px -1px;
    background-size: cover;
    text-align: center; }
    .business .blue-marble h2 {
      color: #cc9351; }
  .business .creator h2 {
    text-align: left;
    color: #101626;
    margin-bottom: -10px !important; }
  .business .questions b, .business .questions strong {
    font-family: 'playfair_displaybold_italic' !important;
    font-size: 22px !important; }
  .business .testimonials-head .left, .business .testimonials-head .right {
    width: 50%;
    height: 460px; }
  .business .testimonials-head .left {
    padding-top: 90px;
    box-sizing: border-box;
    background: #101626; }
    .business .testimonials-head .left img {
      max-height: 293px;
      float: right;
      margin-right: 95px; }
  .business .testimonials-head .right {
    background: url(../images/praise2.jpg) center;
    background-size: 100%; }
  .business .reviews-wds .white, .business .reviews-wds .blue {
    background: #b7b9bd !important; }
  .business .reviews-wds .grey {
    background: #fff !important; }
  .business .reviews-wds .white article, .business .reviews-wds .blue article, .business .reviews-wds .grey article {
    background-image: url(../images/new-quote.png) !important; }
  .business .reviews-wds .lower article {
    border: solid 3px #cc9351 !important;
    background: url(../images/new-quote.png) no-repeat 60px 70px !important;
    background-size: 36px !important; }

.new-two {
  background: #cc9351; }
  .new-two .wrapper {
    background: url(../images/new-two.png) 0px 80px no-repeat !important;
    background-size: 320px !important; }
  .new-two h2 {
    color: #101626 !important; }
  .new-two .right {
    background: url(../images/right-side2.png) 0px 110px no-repeat !important;
    background-size: 450px !important; }
    .new-two .right h2 {
      color: #fff !important; }
    .new-two .right .button {
      background: #101626;
      color: #fff; }
      .new-two .right .button:before {
        content: '';
        width: 31px !important;
        height: 48px;
        background: url(../images/nose2.png) !important;
        background-size: 100% !important;
        position: absolute;
        top: 0px;
        right: -29px; }
      .new-two .right .button:after {
        content: '';
        width: 31px !important;
        height: 48px;
        background: url(../images/tail2.png) !important;
        background-size: 100% !important;
        position: absolute;
        top: 0px;
        left: -29px; }

.new-three {
  background: #101626;
  color: #fff !important; }
  .new-three .wrapper {
    background: url(../images/new-three.png) 0px 80px no-repeat !important;
    background-size: 333px !important; }
    .new-three .wrapper li {
      background: url(../images/white-check.png) 0px 6px no-repeat !important;
      background-size: 16px !Important; }
    .new-three .wrapper .left a {
      color: #fff !important; }
  .new-three h2 {
    color: #fff !important; }
  .new-three .right {
    background: url(../images/right-side2.png) 0px 110px no-repeat !important;
    background-size: 450px !important; }
    .new-three .right h2 {
      color: #cc9351 !important; }
    .new-three .right .keep-reading {
      color: #fff !important;
      margin-top: 20px; }

.boss {
  color: #101626; }
  .boss p {
    font-family: "playfair_displayregular" !important; }
  .boss .gf-head {
    background: url(../images/blue-marble.jpg) -1px -1px;
    background-size: cover; }
  .boss .gf-head .wrapper {
    background-image: none !important; }
  .boss h2 {
    font-family: 'coliseumrr_mediumregular' !important;
    color: #101626;
    line-height: 1.3em !important;
    letter-spacing: 1px;
    font-size: 52px !important; }
  .boss .start {
    width: 100%;
    height: 400px;
    background: url(../images/dmile-girl.png);
    background-size: cover; }
    .boss .start .right {
      width: 505px;
      margin-right: 50px;
      margin-top: 120px;
      text-align: center; }

.boss .one {
  width: 100%;
  min-width: 1160px;
  background: #101626; }
  .boss .one .wrapper {
    background: url(../images/one.png) no-repeat left -19px;
    background-size: 100%;
    padding: 120px 0px 115px 100px; }
  .boss .one .left.first {
    width: 135px;
    margin-right: 30px; }
    .boss .one .left.first span {
      font-family: 'coliseumrr_mediumregular' !important;
      display: block;
      color: #cc9351;
      margin-top: -85px;
      font-size: 90px; }
  .boss .one .left.next {
    width: 560px;
    color: #fff; }

.boss .two {
  width: 100%;
  min-width: 1160px;
  background: #f0f0f0; }
  .boss .two .wrapper {
    background: url(../images/two.png) no-repeat left top;
    background-size: 295px;
    padding: 160px 0px 115px 100px;
    z-index: 999;
    top: -40px; }
.boss .left.first {
  width: 135px;
  margin-right: 30px; }
  .boss .left.first span {
    font-family: 'coliseumrr_mediumregular' !important;
    display: block;
    color: #cc9351;
    margin-top: -85px;
    font-size: 90px;
    letter-spacing: 1px; }
.boss .left.next {
  width: 560px;
  color: #101626; }

.boss .three {
  width: 100%;
  min-width: 1160px;
  padding: 70px 0px 140px 0px; }
  .boss .three .left.first {
    width: 800px;
    padding: 120px 160px 90px 70px;
    background: #101626 url(../images/3.png) no-repeat -30px -30px;
    background-size: 310px;
    color: #fff;
    box-sizing: border-box; }
    .boss .three .left.first span {
      font-family: 'coliseumrr_mediumregular' !important;
      display: block;
      color: #cc9351;
      font-size: 90px;
      margin-top: 30px;
      margin-bottom: 115px;
      letter-spacing: 1px; }
  .boss .three .left.next {
    width: 560px;
    color: #101626; }
  .boss .three .right {
    width: 415px;
    z-index: 9999;
    position: absolute;
    right: 30px; }

.asking {
  width: 100%;
  min-width: 1160px;
  padding: 80px 0px 80px 0px;
  text-align: center; }
  .asking h2 {
    margin-bottom: 40px;
    font-size: 52px !important; }
  .asking p {
    width: 940px;
    margin: 0 auto;
    font-style: italic !important;
    text-align: left; }
  .asking b {
    font-family: 'playfair_displaybold' !important; }

.boss .four {
  width: 100%;
  min-width: 1160px;
  background: #f0f0f0; }
  .boss .four .wrapper {
    background: url(../images/four.png) no-repeat left top;
    background-size: 1020px;
    padding: 160px 0px 115px 100px;
    z-index: 999;
    top: -40px; }
  .boss .four .left.first {
    width: 135px;
    margin-right: 30px; }
    .boss .four .left.first span {
      font-family: 'coliseumrr_mediumregular' !important;
      display: block;
      color: #cc9351;
      margin-top: -85px;
      font-size: 90px;
      letter-spacing: 1px;
      margin-left: 30px; }
  .boss .four .left.next {
    width: 560px;
    color: #101626;
    margin-left: 30px; }

.program {
  padding: 120px 0px 60px 0px;
  min-width: 1160px;
  background: #101626;
  position: relative; }
  .program:after {
    content: '';
    width: 56px;
    height: 28px;
    display: block;
    position: absolute;
    background: url(../images/blue-head.png);
    background-size: 100%;
    bottom: -27px;
    left: 50%;
    margin-left: -28px; }
  .program h2 {
    color: #cc9351 !important;
    text-align: center;
    font-size: 52px !important; }
  .program li {
    width: 275px;
    text-align: center;
    padding: 40px 60px 0px 60px;
    box-sizing: border-box;
    color: #cc9351;
    float: left; }
    .program li img {
      margin-bottom: 30px; }
  .program p {
    font-family: 'playfair_displaybold' !important; }

.curriculum {
  width: 100%;
  min-width: 1160px;
  padding: 115px 0px 100px 0px; }
  .curriculum h2 {
    font-size: 52px !important;
    padding-bottom: 20px;
    background: url(../images/decal.png) no-repeat bottom center;
    background-size: 110px;
    margin-bottom: 80px;
    text-align: center; }
  .curriculum ul {
    width: 720px;
    margin: 0 auto;
    display: block;
    margin-bottom: 70px; }
    .curriculum ul p {
      position: relative; }
    .curriculum ul h3 {
      font-family: 'playfair_displaybold' !important;
      font-size: 28px !important;
      margin-bottom: 20px !important; }
    .curriculum ul li {
      margin-left: 45px;
      padding-left: 5px;
      border-bottom: solid 1px;
      height: 35px;
      position: relative;
      margin-bottom: 5px;
      padding-top: 3px;
      font-size: 18px !important;
      font-family: 'playfair_displayregular' !important;
      -webkit-transition: all .8s ease-in-out;
      -moz-transition: all .8s ease-in-out;
      -o-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out; }
    .curriculum ul li.more {
      cursor: pointer; }
    .curriculum ul li.more::after {
      content: '';
      width: 11px;
      position: absolute;
      /* right: 5px; */
      top: 8px;
      margin-left: 10px;
      height: 11px;
      background: url(../images/plus.png);
      background-size: 100%; }
    .curriculum ul li.more.open {
      border-bottom: solid 1px #fff; }
      .curriculum ul li.more.open::after {
        content: '';
        width: 11px;
        position: absolute;
        /* right: 5px; */
        top: 13px;
        margin-left: 10px;
        height: 2px;
        background-size: 100%;
        background: url(../images/minus.png); }
    .curriculum ul .reveal {
      margin-left: 45px;
      padding-left: 5px;
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: max-height 0.8s;
      -moz-transition: max-height 0.8s;
      transition: max-height 0.8s; }
      .curriculum ul .reveal span {
        font-size: 14px !important; }
      .curriculum ul .reveal p::after {
        content: '';
        width: 11px;
        position: absolute;
        /* right: 5px; */
        top: 13px;
        margin-left: 10px;
        height: 2px;
        background-size: 100%;
        background: url(../images/minus.png); }
    .curriculum ul .show {
      max-height: 700px !important;
      height: auto;
      margin-bottom: 5px;
      border-bottom: solid 1px;
      padding-bottom: 30px; }

.creator {
  padding: 100px 0px 100px 0px;
  min-width: 1160px; }
  .creator h2 {
    text-align: center;
    font-size: 52px !important;
    color: #cc9351;
    margin-bottom: 60px; }
  .creator h3 {
    font-family: 'playfair_displaybold' !important;
    font-size: 30px !important;
    margin-bottom: 20px; }
  .creator .right {
    width: 570px; }
  .creator .left {
    width: 475px;
    position: relative; }

.boss-sign-up {
  min-width: 1160px; }
  .boss-sign-up .left {
    width: 50%;
    height: 550px;
    background: url(../images/signup.png) center;
    background-size: cover; }
  .boss-sign-up .right {
    width: 50%;
    height: 550px;
    background: #f0f0f0;
    padding-top: 110px;
    box-sizing: border-box; }
  .boss-sign-up ._form-content {
    float: none !important;
    width: 380px !important;
    text-align: center; }
  .boss-sign-up #_form_590A865D6A4CF_ ._submit {
    float: none !important;
    margin-top: 40px !important;
    font-family: 'playfair_displaybold' !important;
    text-transform: uppercase; }
  .boss-sign-up .inner {
    width: 480px;
    margin-left: 75px;
    float: left;
    text-align: center; }
    .boss-sign-up .inner p {
      font-family: 'playfair_displaybold' !important; }

.questions {
  padding: 100px 0px 100px 0px;
  min-width: 1160px; }
  .questions h2 {
    font-size: 52px !important;
    text-align: center;
    margin-bottom: 70px; }
  .questions .inner {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 80px;
    /* Firefox */
    column-gap: 80px;
    width: 1050px;
    margin: 0 auto; }
  .questions p {
    margin-bottom: 60px !Important; }
  .questions h4 {
    font-family: 'playfair_displaybold_italic' !important;
    margin-bottom: 0px;
    font-size: 24px !important; }

.contact {
  width: 100%;
  padding: 80px 0px 100px 0px;
  text-align: center;
  background: #dadada; }

input, textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: value !important;
  border: none !important;
  border-radius: 0px !important; }

.contact input, .contact textarea {
  border: none !important;
  border-bottom: solid 1px #000 !important;
  font-size: 20px !important; }

.contact, .field_1_9, .gfield {
  font-size: 20px !important; }

.contact select {
  font-size: 20px !important;
  margin-bottom: 30px; }

.input_1_13 {
  margin-bottom: 30px !important; }

.field_1_7 {
  margin-top: 30px !important;
  line-height: 55px !important; }

.gform_wrapper {
  width: 990px;
  margin: 0 auto !important;
  padding: 55px 75px 55px 75px;
  background: #fff;
  box-sizing: border-box; }

.gfield_required {
  display: none !important; }

body #gform_wrapper_1.gform_wrapper form.footer-leads .gfield.gfield_html, body #gform_wrapper_1.gform_wrapper form.footer-leads .gfield.leadstyle, body #gform_wrapper_1.gform_wrapper form.footer-leads .ginput_container, body #gform_wrapper_3.gform_wrapper form.contact-leads .gfield.gfield_html, body #gform_wrapper_3.gform_wrapper form.contact-leads .gfield.leadstyle, body #gform_wrapper_3.gform_wrapper form.contact-leads .ginput_container {
  zoom: 1;
  display: inline-block !important;
  width: auto !important;
  height: 40px;
  line-height: 40px;
  margin-right: 5px; }

body .gform_wrapper ul li.gfield {
  font-size: 21px !important;
  font-weight: 800 !important; }

form.contact-leads .gfield.leadstyle, body #gform_wrapper_3.gform_wrapper form.contact-leads .gfield.gfield_html {
  zoom: 1;
  display: inline-block !Important;
  width: auto !important;
  /* height: 40px; */
  line-height: 40px;
  margin-right: 5px; }

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
  display: inline !important; }

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  /* width: auto !important;  */
}
input:focus {
  outline: none !important; }

.gform_wrapper input[type="text"] {
  border: none;
  border-bottom: solid 1px #000;
  text-align: center;
  font-style: italic; }

#input_1_12 {
  /* min-width: 565px;  */
}
#input_1_8 {
  /* min-width: 395px;  */
  margin-bottom: 1rem;
}
#input_1_13 {
  /* min-width: 500px; } */
}
#field_1_9 {
  margin-top: 28px !important;
  /* display: block !important; */
  line-height: 55px !important; }
#field_1_7, #field_1_5, #field_1_3 {
  line-height: 60px;
}
#field_1_19 {
  display: block !important;
  margin-top: -20px; }

#input_1_2 {
  /* min-width: 390px; } */
}
#field_1_10 {
  margin-top: 90px !important;
  display: block !important; }
  #field_1_10 p {
    font-weight: 900 !important; }

#field_1_15 {
  display: block !important; }

#input_1_16 {
  /* min-width: 320px !important; */
  text-align: left; }

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important; }

.gform_wrapper li.gfield_html {
  margin-right: 10px; }

.gform_wrapper form li, .gform_wrapper li {
  display: inline !important;
  position: relative; }

.gform_wrapper ul.gform_fields {
  margin: 0 !important;
  list-style-type: none;
  display: inline; }

#field_1_1 {
  display: inline;
  width: auto !important; }
  #field_1_1 p {
    font-size: 21px !important;
    font-weight: 800 !important; }

.gfield_label {
  display: none !important; }

li.gfield select {
  -webkit-appearance: none !important;
  -moz-appearance: !important;
  appearance: !important;
  background: #fff;
  padding: 2px 25px 3px 15px !important;
  border-radius: 0px !important;
  border: solid 1px #000;
  background: url(../images/drop_03.png) no-repeat right center;
  background-size: 15px; }

#gform_submit_button_1 {
  display: block;
  margin: 0 auto;
  -webkit-appearance: none !important;
  -moz-appearance: !important;
  appearance: !important;
  padding: 15px 35px 15px 35px !important;
  border-radius: 0px !important;
  border: none !important;
  background: #000;
  margin-top: 40px;
  color: #fff;
  font-family: 'typnic_headlineheadline' !important;
  font-size: 15px !important;
  font-style: normal !important; }
  #gform_submit_button_1:hover {
    background: #ea27c2; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  position: absolute;
  top: -27px; }

/* ---- wooooo -----*/
.woocommerce-MyAccount-navigation-link {
  display: inline-block;
  margin-right: -6px;
  padding: 5px 15px;
  border-bottom: solid 2px #000;
  font-family: 'typnic_headlineheadline';
  margin-bottom: 30px; }

.woocommerce-MyAccount-navigation-link.is-active {
  border: solid 2px #000 !important;
  color: #ea27c2 !important; }

.woocommerce input {
  padding: 7px;
  border: solid 2px #eee;
  display: block;
  max-width: 500px;
  float: none !important; }

.form-row {
  float: none !important; }

.woocommerce {
  margin-bottom: 60px; }

#content {
  width: 1160px;
  padding: 30px;
  margin: 0 auto; }

.products {
  width: 1160px;
  padding: 30px 0px 30px 0px;
  margin: 0 auto; }

.products h2 {
  font-size: 20px !important;
  font-family: 'typnic_headlineheadline' !important;
  letter-spacing: 0px !important; }

.product {
  display: inline-table;
  width: 300px;
  margin-right: 50px; }

.explore a:hover {
  color: #ea27c2 !important; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  scroll-behavior: smooth;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*# sourceMappingURL=style.css.map */






/* Rach's mobile styles biiitsh... Override */
* {
  transition:all .2s ease-in-out;
}
.center-text {
  text-align: center;
}
.home-blog-title {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px !important;
  line-height: 60px !important;
}
.home-blog-subtitle {
  text-align: center;
  margin-bottom: 90px !important;
}


/* ------ Defaults ----- */
.desktop-hide {
  display: none;
}
.container {
  width: auto !important;
  max-width: 960px;
}

/* ------ Header ----- */
.menu-mobile-menu-container {
  padding: 8px 0;
  margin-top: 20px;
  margin-bottom: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
  .menu-mobile-menu-container .menu {
    display: flex;
    justify-content: space-around;
  }
  .menu-mobile-menu-container a {
   color: #fff;
   font-family: "bebas-neue",sans-serif !important;
   font-size: 22px;
  }
  .menu-mobile-menu-container a:hover {
   color: #ea27c2;
  }

.grid-nav {
  display: flex;
}
.grid-nav a {
  margin: auto;
}



.explore-blog {
    display: flex;
}

/* ------ about Page ------ */
.about67-title {
  background-color: #000;
  padding-top: 30px;
}
.about-emotions {
  display: grid;
  max-width: 1100px;
  margin: auto;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  align-items: center;
  text-align: center;
}
.about-67-img {
  max-width: 450px;
  margin: auto;
}
.paper-rip img {
  width: 100%;
  margin-top: -70px;
  display: block;
}
.paper-rip {
  margin-bottom: -110px;
}

.about-letter::before {
  background: none;
}
.about-title {
  max-width: 300px;
  margin: auto;
  margin-top: 30px;
}
.about-img-m {
  max-width: 230px;
  margin: 30px auto;
}
.home-about {
  padding-bottom: 50px;
}

/* ----------------------------- Knock Knock Page -------------- */
.knock-knock {
  background-color: #000;
  color: #fff;
  margin-top: -3px;
}
.knock-knock .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.knock-knock .pink {
  text-align: center;
  color: #ea27c2;
  margin-bottom: 10px !important;
}

.knock-knock-img {
  width: 85%;
}
.knock-knock input[type="text"] {
    border-bottom: 2px solid #000 !important;

}
.knock-knock ._form {
  margin-left: 0px !important;
}
.knock-knock ._form ._form-label {
  text-align: left !important;

}
.knock-knock button#_form_64_submit {
    width: 100%;
    background-color: #ea27c2 !important;
    border-radius: 0px !important;
  }



 /* -------------------------------------------------
 That AWKWARD phase - think bob cut in high school
 ------------------------------------------------- */

@media only screen and (max-width: 920px)  {

  /* ---- Home page ---- */

  /* ---- Contact Page ---- */
  #gform_fields_1 li.gfield {
    width: 100% !important;
  }
  #input_1_13, #input_1_12, #input_1_8, #input_1_2, #input_1_16, #input_1_15,  {
    width: 100% !important;
  }
  #gform_submit_button_1 {
    width: fit-content;
  }
  form.contact-leads .gfield.leadstyle {
    height: none;
  }
  #field_1_7, #field_1_5, #field_1_3 {
    line-height: normal;
  }

  /* ------ About Page ----- */
  .paper-rip {
    margin-bottom: -110px;
  }
}

/* -------------------------------------------------
Tablet Size
------------------------------------------------- */

@media only screen and (max-width: 768px)  {
  .tablet-hide {
    display: none;
  }
  .tablet-show {
    display: block;
  }
  .tablet-no-float {
    float: none;
  }
  .up {
    display: none;
  }




  /* --- Home Page ----- */
  .front-page-title {
    font-size: 20vw !important;
    line-height: 85px !important;
  }
  .home-blog-title {
    margin-top: 100px;
  }
  .home.posts:before {
    top: -213px;
  }
  .home .blog.posts {
    padding: 0px;
  }
  .posts article .post {
    width: 100%;
  }
    .posts article p {
      padding-bottom: 30px;
    }
  .credits {
    height: 350px;
  }
  .credits .wrapper {
    height: 350px;
  }
  .unfuckwith ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .unfuckwith li {
    margin-bottom: 20px;
  }
  .home .explore {
    padding: 120px 0px 90px 0px !important;
  }
    .explore .left {
      width: 100%;
      border-right: 0px;
      padding: 0px;
    }
    .explore .right {
      width: 100%;
      margin-top: 50px;
      padding: 0px;
    }
  .curated-reading .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .opt3 .wrapper {
    grid-template-columns: 1fr;
    width: 95%;
    padding: 20px;

  }
    .opt3 .left {
      padding: 0 30px;
    }
    .opt3 .right {
      margin-top: 20px;
    }

  /* ----- NEEEEEWWWW BOOOKKKKK ---- */
  .choose-pro {
    margin-top: 40px;
  }
  .choose-pro .new-wrapper {
    grid-template-columns: 1fr;
  }

  img.tri-box {
    display: none;
  }
  .book-f-content h2 {
    padding-top: 50px;
  }
  .book-logos {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .book-logos img {
    max-height: 60px;
    max-width: 143px;
  }
  .usLogos, .ukLogos {
    grid-template-columns: repeat(2, 1fr);
  }
  .otherLogos {
    grid-template-columns: repeat(1, 1fr);
  }




  .opt1-top img {
    display: none;
  }
  .dis-women .wrapper {
    margin-top: 90px;
  }
  .dis-women-title {
    font-size: 32px !important;
  }
  .post-tiles {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-cat {
    margin: 50px 0;
  }
  .spaceballs {
    background-size: 200%;
    background-position: right;
  }
  .spaceballs .wrapper {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0px;
  }


  /* ---- Blog Page ----- */
  .explore-blog {
    display: grid;
  }
  .blog-head ul {
    float: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px;
    text-align: center;
    border-top: solid 2px #a9a9a9;
    padding: 10px;
    border-bottom: solid 2px #a9a9a9;
  }
    .blog-head li {
      border-right: 0px;
    }
    .blog-head .babe {
    top: 100px;
    right: 10px;
    }
    .blog-head span {
      text-align: center;
      padding-bottom: 20px;
    }
    .blog-head li.active a::before {
      left: -13px;
      top: 4px;
      position: absolute;
      background: url(../images/arrows_03.png) no-repeat;
      background-size: 100%;
    }
  .first {
    padding-top: 50px;
  }
  .first article .post {
    width: 100%;
  }

  /* ----- Blog - Category Page ----- */
  .cat-archive {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2; }

  /* ------ Blog - Playlist Page ------- */
  ul.playlist-opt {
    grid-template-columns: repeat(3, 1fr);
  }


  /* ---- About page ----- */
  .tweets {
    margin-top: 30px;
    padding: 50px 120px 80px 120px;
    background-position: center;
    width: 100%;
  }
  .about-emotions {
    grid-column-gap: 0px;
  }
  .paper-rip {
    margin-bottom: -80px;
  }

  /* ----- Words Page ------- */
  .lower.wrapper { /* - testimonials -*/
      grid-template-columns: 1fr 1fr;
      padding: 120px 30px;
  }
  .section2 img {
    width: 100%;
  }
  .section3 h3 {
    display: none;
  }
  .section3 h4 {
    padding-top: 150px;
  }
  .full {
     grid-template-columns: 1fr;
  }
    .full .left, .full .right {
      height: 300px;
    }


  /* --- footer --- */
  .footer .footer-row-1 {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
  .footer .footer-row-2 {
    grid-template-columns: 1fr;
  }
  .footer li.footer-item {
    border: none;
    text-align: center;
  }
  .footer ul li {
    text-align: center;
  }
  .footbabe {
    display: none;
    width: 98px;
    right: 16px;
    margin-top: -50px;
    left: unset;
  }

}

/* -------------------------------------------------
Phone Size
------------------------------------------------- */

@media only screen and (max-width: 500px) {

  /* ---- Defaults ------- */
  .mobile-hide {
    display: none;
  }
  .mobile-show {
    display: inline-block;
  }
  .single.posts:after {
    bottom: -16px;
  }
  /*------ Twitter Slider ---- */

  #twit-wrap {
    background-position: left 27px center;
  }
  #twit-wrap .slide:nth-child(even) .tweet .info {
    float: right;
  }
  #twit-wrap .slide .tweet {
    width: 95%;
    text-align: left;
    float: right;
  }
  #twit-wrap .slide:nth-child(even) .tweet {
    float: right;
  }
  #twit-wrap .info {
    width: 84%;
    float: right;
  }
  #twit-wrap .avatar {
    border-radius: 50%;
    float: left;
    margin-left: -14px;
    position: absolute;
    left: 0px;
  }
  #twit-wrap .slide .tweet::after {
    content: none;
  }
  #twit-wrap .read-more {
    left: 34px;
  }

  /* ----- Home Page ----- */
  .front-page-title {
    padding-bottom: 0px;
    padding-top: 400px;
  }
  .hero .home-ash {
    background-size: 620px !important;
    background-position: center top !important;
  }
  .front-page-subtitle {

  }
  .unfuckwith ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .curated-reading .wrapper {
    grid-template-columns: 1fr;
  }
  .about-emotions {
    grid-template-columns: 1fr;
  }

  /* ---- New Home PAge ------- */
  .book-feature {
    grid-template-columns: 1fr;
  }
  .book-f-content h2 {
    padding-top: 0px;
  }
  .book-f-content {
    padding-top: 0px;
  }

  .button-logos {
    grid-template-columns: 1fr;
  }
  .book-logos {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
  .usLogos, .ukLogos {
    grid-template-columns: repeat(2, 1fr);
  }
  .otherLogos {
    grid-template-columns: repeat(1, 1fr);
  }
  .opt1-col2 {
    grid-template-columns: 1fr;
  }
  .choose-pro {
    margin-top: 100px;
  }
  .choice {
    padding: 20px 30px;
  }
  .dis-women-heading {
    padding-top: 60px;
  }
  .dis-women-heading img{
    display: none;
  }
  .dis-women-heading h2{
    font-size: 54px !important;
    line-height: 54px !important;
    color: #ea27c2;
    margin-top: 0px;
  }
  .dis-women .paper-rip-bot {
    margin-top: 0px;
  }
  .post-tiles {
    grid-template-columns: 1fr;
  }
  .opt1 .second {
    text-align: center;
  }
  .opt3 {
    padding-top: 2rem;
  }
  .spaceballs_image {
    padding-top: 0px;
  }

  /* ----- Blog Page - Single ---- */
  .top-single {
    background-size: cover;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 8px 5px !important;
  }

  /* ----- Blog Page - Category ---- */
  .cat-archive {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1; }

  /* ------ Blog - Playlist Page ------- */
  ul.playlist-opt {
    grid-template-columns: repeat(2, 1fr);
  }

  /* ------ Blog - Middle Finger Virgins ------- */
  .tmf-intro .virgin-grid {
    grid-template-columns: 1fr;
  }
  .tmf-intro {
    padding: 40px 0px 90px 0px;
  }


  /* ----- Contact Page ----- */
  .gform_wrapper {
    padding: 20px;
  }

  /* ----- About Page ----- */
  .formalities p {
    padding: 0px;
  }
  .paper-rip {
    margin-bottom: -40px;
  }
  .tweets {
    padding: 30px;
  }
  .about-page .explore .right ul {
    grid-template-columns: 1fr;
  }
  .section4 h2 {
    font-size: 40px !important;
  }

  /* ----- Brgging Rights ------ */
  .page {
    padding-top: 50px;
  }
  .bragging-rights .page h1 {
    font-size: 50px !important;
  }
  .bragging-rights .page .box-wrap {
    grid-template-columns: 1fr;
  }
  .credits {
    height: 275px;
    background-size: 67%;
  }
  .credits .wrapper {
    height: 292px;
  }
  .logos li {
    width: 39%;
  }
  .emails {
    padding-top: 50px;
  }
  .emails .email-temp {
    background: #fff url(../images/email-bg-m.jpg) no-repeat center 20px;
    background-size: 95%;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .owl-item span {
    font-size: 14px;
  }
  .featured-articles article {
    grid-template-columns: 1fr;
  }

  /* ----- Words Page ------- */

  .section1 .wrapper {
    display: block;
  }
  .section1 .right {
    padding: 50px;
    margin-left: auto;
  }
  .section2 .wrapper {
    grid-template-columns: 1fr;
  }
  .section2 .left {
    padding-top: 0px;
    margin-top: -80px;
  }
  .section4 ul li {
    margin-bottom: 36px;
  }
  .white article, .blue article, .grey article {
    background: url(../images/blue-quote.png) no-repeat 50px 125px;
    width: 100%;
  }
  .lower.wrapper { /* - testimonials -*/
      grid-template-columns: 1fr;
  }
  .words .action .button {
    top: -34px;
  }

  /* ----- Knock Knock Page ------ */
  .knock-knock .wrapper {
    display: block;
  }
  .knock-knock-img {
    margin-bottom: 40px;
  }
  .knock-knock .left {
    text-align: center;
  }




  /* ----- Footer ----- */
  .footer .footer-row-1 {
    grid-template-columns: 1fr;
  }
  .footer li.footer-item {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

}
