/******************************************************************************
Theme Name: Mari Custom Theme
Theme URI: http://marisurillo.com
Description: Custom Wordpress Framework Buildout
Version: 1.0
Author: Birdsong Creative / Adam Silverman
Author URI: http://birdsongcreative.com
License: Single Client Use Only
Tags: Wordpress, Birdsong, Mari
******************************************************************************/
/*-------------------------------------- Import Files ---------------------------------------*/
* {
  box-sizing: border-box; }

/* ---------- RESET ---------- */
/* 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;
  vertical-align: baseline; }

input {
  margin: 0;
  padding: 0; }

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

body {
  line-height: 100%; }

blockquote,
q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

ul,
ol,
li {
  list-style-type: none; }

input,
textarea {
  outline: none; }

strong {
  font-weight: bold; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

/***********************************************************************************/
/* CSS Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/***********************************************************************************/
/* All Typeography */
/***********************************************************************************/
body {
  font-size: 16px;
  line-height: 1.25em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #262626; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .3em;
  line-height: 1.2em; }

.wp_content h1, h1.pg_title, .woocommerce h1 {
  color: #FFF;
  font-size: 3.125em;
  background: #eb0a8d;
  line-height: 1.1em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0em .5em;
  box-shadow: 12px 5px 0 0 #000; }

h1.pg_title {
  margin-top: 1em; }

h1.single_title {
  color: #922a8e;
  font-size: 2.25em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0; }

h1.press-release-title {
  color: #922a8e;
  font-size: 2.25em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300;
  background: none;
  box-shadow: none;
  padding: 0;
  margin-bottom: 0; }

h2 {
  color: #FFF;
  font-size: 3.125em;
  background: #eb0a8d;
  line-height: 1.1em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0em .5em;
  box-shadow: 12px 5px 0 0 #000; }

h2.widget-title {
  display: inline-block;
  margin-bottom: 1em; }

h2.single_blog_title {
  margin-top: 1em; }

h3 {
  color: #922a8e;
  font-size: 2.625em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300; }

h4 {
  color: #262626;
  font-size: 2em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300; }

h4.search_data {
  margin-top: .35em; }
  h4.search_data i {
    color: #262626; }

h5 {
  color: #eb0a8d;
  font-size: 1.3125em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

h6, h7, h8 {
  color: #922a8e;
  font-size: 1.0625em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

@media screen and (max-width: 768px) {
  body {
    font-size: 0.9375em; } }
@media screen and (max-width: 414px) {
  h1.pg_title, .wp_content h1.pg_title {
    margin-top: .5em;
    font-size: 2.375em; }

  h2 {
    font-size: 2.375em; } }
@media screen and (max-width: 320px) {
  body {
    font-size: 0.9375em; } }
/***********************************************************************************/
/* Column Code */
/***********************************************************************************/
.span_12 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 100%; }
  .span_12:last-child {
    margin-right: 0; }

.span_11 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 91.4893617021%; }
  .span_11:last-child {
    margin-right: 0; }

.span_10 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 82.9787234043%; }
  .span_10:last-child {
    margin-right: 0; }

.span_9 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 74.4680851064%; }
  .span_9:last-child {
    margin-right: 0; }

.span_8 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 65.9574468085%; }
  .span_8:last-child {
    margin-right: 0; }

.span_7 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 57.4468085106%; }
  .span_7:last-child {
    margin-right: 0; }

.span_6 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 48.9361702128%; }
  .span_6:last-child {
    margin-right: 0; }

.span_5 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 40.4255319149%; }
  .span_5:last-child {
    margin-right: 0; }

.span_4 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 31.914893617%; }
  .span_4:last-child {
    margin-right: 0; }

.span_3 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 23.4042553191%; }
  .span_3:last-child {
    margin-right: 0; }

.span_2 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 14.8936170213%; }
  .span_2:last-child {
    margin-right: 0; }

.span_1 {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 6.3829787234%; }
  .span_1:last-child {
    margin-right: 0; }

.shift_1 {
  margin-left: 8.5106382979%; }

.shift_2 {
  margin-left: 17.0212765957%; }

.shift_3 {
  margin-left: 25.5319148936%; }

.shift_4 {
  margin-left: 34.0425531915%; }

.shift_5 {
  margin-left: 42.5531914894%; }

.shift_6 {
  margin-left: 51.0638297872%; }

.shift_7 {
  margin-left: 400%; }

.shift_8 {
  margin-left: 68.085106383%; }

.shift_9 {
  margin-left: 76.5957446809%; }

.shift_10 {
  margin-left: 85.1063829787%; }

.shift_11 {
  margin-left: 93.6170212766%; }

.shift_12 {
  margin-left: 102.1276595745%; }

.omega, .last {
  margin-right: 0; }

/***********************************************************************************/
/* Mobile Columns */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  *[class*='span'], *[class^=' span'] {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0; }
    *[class*='span']:last-child, *[class^=' span']:last-child {
      margin-right: 0; }

  *[class*='shift'], *[class^=' shift'] {
    margin-left: 0; } }
/*-------------------------------------- Global Styles ---------------------------------------*/
.mobile_only {
  display: none; }

.navContain {
  display: none; }

strong, b {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700; }

i.fa, em.fa, span.fa {
  font-style: normal; }

hr {
  height: 2px;
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  background: #CCC; }

.ipad_down {
  display: none; }

.utility a[href^=tel], .footer a[href^=tel] {
  color: #FFF !important;
  text-decoration: none; }

img {
  max-width: 100%; }

a[href^=tel] {
  color: inherit;
  text-decoration: none; }

/*-------------------------------------- Structure ---------------------------------------*/
body {
  background: #FFF;
  position: relative; }

.body_wrapper {
  background: #FFF; }

.container {
  zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
  clear: both; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }

.row {
  zoom: 1;
  display: block; }
  .row:before, .row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .row:after {
    clear: both; }

.table {
  display: table;
  margin: 0 auto; }

/*-------------------------------------- Header ---------------------------------------*/
header.masthead, header.sticky {
  padding: 1.5em 0 0 0;
  background: url("images/bg_header.jpg") 0 0 no-repeat;
  background-size: cover;
  position: relative;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
  z-index: 99; }
  header.masthead:before, header.masthead:after, header.sticky:before, header.sticky:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.masthead:after, header.sticky:after {
    clear: both; }
  header.masthead .social, header.sticky .social {
    padding-top: 1em;
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    header.masthead .social:last-child, header.sticky .social:last-child {
      margin-right: 0; }
    header.masthead .social ul li, header.sticky .social ul li {
      display: inline-block; }
      header.masthead .social ul li a, header.sticky .social ul li a {
        display: inline-block;
        font-size: 1.625em;
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;
        color: #FFF;
        margin-right: 0.375em; }
        header.masthead .social ul li a:hover, header.sticky .social ul li a:hover {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          color: #FFF;
          color: rgba(255, 255, 255, 0.8); }
  header.masthead .logo, header.sticky .logo {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    header.masthead .logo:last-child, header.sticky .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a, header.sticky .logo a {
      display: block;
      width: 148px;
      height: 54px;
      background-image: url("images/logo-mari.png");
      text-indent: -999em;
      text-align: center;
      margin: 0 auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        header.masthead .logo a, header.sticky .logo a {
          background-image: url("images/logo-mari_2x.png");
          background-size: 148px 54px; } }
  header.masthead .store, header.sticky .store {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    margin-right: 0;
    padding-top: .75em;
    position: relative; }
    header.masthead .store:last-child, header.sticky .store:last-child {
      margin-right: 0; }
    header.masthead .store ul li, header.sticky .store ul li {
      display: inline-block; }
      header.masthead .store ul li a, header.sticky .store ul li a {
        display: inline-block;
        color: #FFF;
        border: 1px solid #FFF;
        text-align: center;
        padding: .35em 1em;
        min-width: 140px;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        margin-right: .5em; }
        header.masthead .store ul li a:hover, header.sticky .store ul li a:hover {
          background: #FFF;
          color: #262626; }
        @media screen and (max-width: 960px) {
          header.masthead .store ul li a, header.sticky .store ul li a {
            min-width: 130px; } }
        @media screen and (max-width: 860px) {
          header.masthead .store ul li a, header.sticky .store ul li a {
            display: block;
            margin-bottom: .5em; } }
      header.masthead .store ul li:last-child a, header.sticky .store ul li:last-child a {
        margin-right: 0; }
    header.masthead .store a.cart-contents, header.sticky .store a.cart-contents {
      display: inline-block;
      text-align: center;
      color: #FFF;
      text-decoration: none;
      font-size: 1.5rem;
      -webkit-transition: all 0.7s ease;
      transition: all 0.7s ease;
      position: absolute;
      top: 16px;
      left: -34px; }
      header.masthead .store a.cart-contents:hover, header.sticky .store a.cart-contents:hover {
        background: trasparent;
        color: #d9d9d9; }
  header.masthead .mainNav, header.sticky .mainNav {
    clear: both;
    margin-top: 1.25em;
    background: transparent;
    background: rgba(0, 0, 0, 0.34); }
    header.masthead .mainNav ul li, header.sticky .mainNav ul li {
      display: inline-block; }
      header.masthead .mainNav ul li a, header.sticky .mainNav ul li a {
        display: inline-block;
        font-family: "raleway", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-weight: 900;
        text-transform: uppercase;
        color: #FFF;
        text-decoration: none;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
        padding: 0.75em 1.5625em; }
        header.masthead .mainNav ul li a:hover, header.sticky .mainNav ul li a:hover {
          color: #eb0a8d;
          background: #FFF; }

header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(235, 10, 141, 0.7);
  padding-top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  header.sticky .mainNav {
    margin-top: 0; }
    header.sticky .mainNav ul li a {
      color: #FFF; }

header.sticky.on {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.touch header.sticky {
  display: none; }

/*-------------------------------------- Search DropDown ---------------------------------------*/
div.searchContain {
  clear: left;
  position: relative;
  background: #FFF;
  box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.2);
  z-index: 9999;
  display: none;
  padding: 1em;
  border-top: 1px solid #eb0a8d; }
  div.searchContain .searchButton {
    display: inline-block;
    position: relative;
    top: -0;
    font-size: 1.875em;
    color: #eb0a8d;
    width: 30px;
    height: 30px; }
    div.searchContain .searchButton:hover {
      background-position: 0 -30px; }
  div.searchContain input[type="text"] {
    padding: .5em 1em;
    font-size: 22px;
    border: none;
    background: transparent;
    color: #eb0a8d;
    width: 90%; }
  div.searchContain ::-webkit-input-placeholder {
    color: pink;
    font-style: italic; }
  div.searchContain :-moz-placeholder {
    /* Firefox 18- */
    color: pink;
    font-style: italic; }
  div.searchContain ::-moz-placeholder {
    /* Firefox 19+ */
    color: pink;
    font-style: italic; }
  div.searchContain :-ms-input-placeholder {
    color: pink;
    font-style: italic; }

/*-------------------------------------- Page Layouts ---------------------------------------*/
.wp_content {
  padding: 2em 0; }

.default_page, .homepage {
  clear: both; }

div.hero {
  position: relative;
  z-index: 0; }

div.mobileHero {
  display: none; }

div.banner {
  position: relative; }
  div.banner img {
    display: block;
    width: 100%;
    height: auto; }

aside.sidebar {
  margin-top: 4em; }

aside.page-sidebar .sidebar-widget {
  margin-bottom: 2em; }
aside.page-sidebar h6 {
  color: #922a8e;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125em;
  margin-bottom: 1em; }
aside.page-sidebar a {
  color: #eb0a8d;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  aside.page-sidebar a:hover {
    color: #262626;
    text-decoration: underline; }
aside.page-sidebar ol {
  margin: 1em 0 1em 1.5em; }
  aside.page-sidebar ol li {
    list-style: decimal;
    padding: .25em 0; }
    aside.page-sidebar ol li ol {
      margin-left: 1.25em; }
  aside.page-sidebar ol ol {
    margin-left: 1.25em; }
aside.page-sidebar ul {
  margin: 1em 0 1em 1.5em; }
  aside.page-sidebar ul li {
    list-style: disc;
    padding: .25em; }
    aside.page-sidebar ul li ul {
      margin-left: 0; }
      aside.page-sidebar ul li ul li {
        list-style: none; }
        aside.page-sidebar ul li ul li:before {
          content: "-";
          margin-right: .25em; }

/*-------------------------------------- Social Media Footer ---------------------------------------*/
.social_footer {
  background: url("images/bg_footer.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 3.125em 0; }
  .social_footer h3 {
    color: #FFF; }
  .social_footer .social_icon_row {
    margin-top: 1.5em;
    zoom: 1;
    display: block; }
    .social_footer .social_icon_row:before, .social_footer .social_icon_row:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .social_footer .social_icon_row:after {
      clear: both; }
    .social_footer .social_icon_row ul li {
      display: inline-block;
      margin-bottom: 1em; }
      .social_footer .social_icon_row ul li a {
        display: inline-block;
        color: #eb0a8d;
        -webkit-transition: all 2s ease;
        transition: all 2s ease; }
        .social_footer .social_icon_row ul li a i.fa {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          font-size: 64px;
          max-height: 64px;
          color: #eb0a8d;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          position: relative;
          top: 6px;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
        .social_footer .social_icon_row ul li a:hover span {
          color: #eb0a8d; }
        .social_footer .social_icon_row ul li a:hover i.fa {
          -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
          color: #FFF; }
      .social_footer .social_icon_row ul li span {
        display: inline-block;
        margin-left: 12px;
        font-size: 1.125em;
        font-family: "proxima-nova", sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #FFF;
        margin-right: 2.25em;
        text-transform: uppercase; }
    .social_footer .social_icon_row ul li.last-icon {
      margin-bottom: 0; }
    .social_footer .social_icon_row ul li.last-icon span {
      margin-right: 0; }
  .social_footer .feeds {
    clear: both;
    margin-top: 2.875em; }
  .social_footer ul.really_simple_twitter_widget {
    padding: 1em 2em 3em 0; }
    .social_footer ul.really_simple_twitter_widget li {
      padding-left: 0;
      margin-bottom: 1em;
      background-position: top left;
      background-repeat: no-repeat;
      color: #FFF;
      clear: left; }
      .social_footer ul.really_simple_twitter_widget li .twitter_image {
        float: left;
        width: 48px; }
        .social_footer ul.really_simple_twitter_widget li .twitter_image img {
          display: block;
          margin: 0; }
      .social_footer ul.really_simple_twitter_widget li .tweet_text {
        margin-left: 60px;
        font-size: 0.875em; }
        .social_footer ul.really_simple_twitter_widget li .tweet_text span.twitter_name {
          text-transform: uppercase;
          font-weight: 700;
          display: block; }
      .social_footer ul.really_simple_twitter_widget li a {
        color: #FFF;
        text-decoration: underline;
        -webkit-transition: color 0.2s ease;
        transition: color 0.2s ease; }
        .social_footer ul.really_simple_twitter_widget li a:hover {
          color: #eb0a8d;
          text-decoration: underline; }
    .social_footer ul.really_simple_twitter_widget span.rstw_comma {
      display: none; }
    .social_footer ul.really_simple_twitter_widget span.twitter-timestamp {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      padding-top: .15em;
      font-size: 0.75em; }
  .social_footer .social_right #sb_instagram .sbi_follow_btn a {
    font-size: 0.9375em;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    padding: .35em 1em;
    border: 1px solid transparent;
    text-decoration: none;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    color: #eb0a8d;
    background: #FFF;
    border-color: #eb0a8d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .social_footer .social_right #sb_instagram .sbi_follow_btn a:hover {
      color: #FFF !important;
      background: #eb0a8d;
      border-color: #eb0a8d;
      text-decoration: none;
      cursor: pointer; }

/*-------------------------------------- Footer ---------------------------------------*/
footer {
  clear: left;
  background: #262626;
  padding: 3.125em 0 1.875em 0;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #f7f8f7;
  text-transform: uppercase; }
  footer .footer_menu ul li {
    display: inline-block;
    margin: 0; }
  footer .footer_menu a {
    display: inline-block;
    color: #f7f8f7;
    text-decoration: none;
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 900;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    padding: 0.75em 1.5625em;
    background: #262626;
    margin: 0; }
    footer .footer_menu a:hover {
      background: #FFF;
      color: #eb0a8d; }
  footer .footer_copyright {
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 400;
    margin: 1.5em auto 0;
    text-align: center;
    font-size: 0.75em; }

/*-------------------------------------- Copyright ---------------------------------------*/
.footer_bottom {
  background: #922a8e;
  color: #FFF;
  font-size: 0.875em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 0.625em 0; }
  .footer_bottom a {
    color: #FFF;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none; }
    .footer_bottom a:hover {
      color: rgba(255, 255, 255, 0.5); }

/***********************************************************************************/
/* Over-Rides - Needs to be CUSTOM! */
/***********************************************************************************/
.home_box_final {
  padding: 4em 0; }

/*-------------------------------------- Imports ---------------------------------------*/
/***********************************************************************************/
/* Editor Content - Anything that goes into Wordpress */
/***********************************************************************************/
.wp_content div, .wp_content p, .wp_content ol, .wp_content ul, .wp_content dl, .wp_content dd, .wp_content table {
  line-height: 1.7em; }
.wp_content p, .wp_content ol, .wp_content ul, .wp_content dl, .wp_content dd, .wp_content table {
  font-size: 0.9375em; }
.wp_content p.left_button, .wp_content p.center_button, .wp_content p.right_button {
  font-size: 1em; }
.wp_content p {
  margin: 1em 0; }
.wp_content a {
  color: #eb0a8d;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .wp_content a:hover {
    color: #262626;
    text-decoration: underline; }
.wp_content ol {
  margin: 1em 0 1em 3em; }
  .wp_content ol li {
    list-style: decimal;
    padding: .25em 0; }
    .wp_content ol li ol {
      margin-left: 1.25em; }
  .wp_content ol ol {
    margin-left: 1.25em; }
.wp_content ul {
  margin: 1em 0 1em 3em; }
  .wp_content ul li {
    list-style: disc;
    padding: .25em; }
    .wp_content ul li ul {
      margin-left: 0; }
      .wp_content ul li ul li {
        list-style: none; }
        .wp_content ul li ul li:before {
          content: "-";
          margin-right: .25em; }
.wp_content dl {
  margin: 1em 0 1em 0; }
  .wp_content dl dt, .wp_content dl dd {
    padding: .25em 0; }
  .wp_content dl dt {
    font-weight: bold; }
.wp_content p {
  margin: 1em 0; }
.wp_content b, .wp_content strong {
  font-weight: bold; }
.wp_content i, .wp_content em {
  font-style: italic; }
.wp_content i.fa, .wp_content em.fa, .wp_content span.fa {
  font-style: normal; }
  .wp_content i.fa i, .wp_content em.fa i, .wp_content span.fa i {
    display: none; }
.wp_content blockquote {
  display: block;
  margin: 1em 0;
  padding: 7px 1em;
  color: #eb0a8d;
  background: #FFF;
  border-left: 4px solid #922a8e; }
.wp_content blockquote p {
  margin: 0; }
.wp_content #wpcf7-f44-p14-o1 br {
  display: none; }
.wp_content #wpcf7-f44-p14-o1 p {
  margin: .25em 0; }
.wp_content .widget_widget_sp_image img {
  max-width: 100%;
  height: auto !important; }
.wp_content .aligncenter,
.wp_content .alignleft,
.wp_content .alignright,
.wp_content .alignnone {
  padding: 3px;
  z-index: 1; }
.wp_content img.aligncenter, .wp_content img.alignLeft, .wp_content img.alignright, .wp_content img.alignnone {
  max-width: 100%;
  height: auto !important; }
.wp_content .alignleft {
  float: left;
  margin: 1em 2em 1.5em 0; }
.wp_content .alignright {
  float: right;
  margin: 1em 0 1.5em 2em; }
.wp_content .aligncenter,
.wp_content img.centered {
  display: block;
  margin: 1em auto 1em; }
.wp_content .no_top_margin img {
  margin-top: 0 !important; }
.wp_content .wp-caption {
  text-align: center;
  color: #CCC; }
  @media screen and (max-width: 960px) {
    .wp_content .wp-caption {
      width: 100% !important;
      height: auto !important; } }
.wp_content .wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic; }
.wp_content .video-container + p {
  margin-top: 1.5em; }
.wp_content .tag-container {
  border: 1px solid #e4e4e4;
  border-width: 1px 0;
  font-style: italic;
  font-size: 12px;
  color: #c9c9c9;
  line-height: 42px;
  margin-top: 3em; }
.wp_content .post-navigation {
  text-align: center;
  font-size: 12px;
  line-height: 42px; }
.wp_content .article-author {
  background: #fafafa;
  border-top: 1px solid #d7d7d7;
  padding: 3em;
  -webkit-box-shadow: inset 5px 0 0 #ededed, inset -5px -5px 0 #ededed; }
.wp_content .article-author p {
  margin-bottom: 0; }

/***********************************************************************************/
/* CSS Buttons */
/***********************************************************************************/
.color_bg {
  background: #eb0a8d;
  padding: 1em; }

body span.inline-button, .wp_content span.inline-button {
  display: inline-block; }
  body span.inline-button:first-child, .wp_content span.inline-button:first-child {
    margin-right: 1.25em; }
  @media screen and (max-width: 568px) {
    body span.inline-button, .wp_content span.inline-button {
      display: block;
      margin: 1em 0; }
      body span.inline-button:first-child, .wp_content span.inline-button:first-child {
        margin-right: auto; } }
body .button, body input.button, .wp_content .button, .wp_content input.button {
  font-size: 0.9375em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: .35em 1em;
  border: 1px solid transparent;
  text-decoration: none;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden; }
  body .button br, body input.button br, .wp_content .button br, .wp_content input.button br {
    display: none; }
  body .button:hover, body input.button:hover, .wp_content .button:hover, .wp_content input.button:hover {
    text-decoration: none;
    cursor: pointer; }
body .button1, body input.button1, .wp_content .button1, .wp_content input.button1 {
  color: #262626;
  background: transparent;
  border-color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button1:hover, body input.button1:hover, .wp_content .button1:hover, .wp_content input.button1:hover {
    color: #FFF !important;
    background: #262626;
    border-color: #262626; }
body .button2, body input.button2, .wp_content .button2, .wp_content input.button2 {
  color: #eb0a8d;
  background: transparent;
  border-color: #eb0a8d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button2:hover, body input.button2:hover, .wp_content .button2:hover, .wp_content input.button2:hover {
    color: #FFF;
    background: #eb0a8d;
    border-color: #eb0a8d; }
body .button3, body input.button3, .wp_content .button3, .wp_content input.button3 {
  color: #FFF;
  background: transparent;
  border-color: #FFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button3:hover, body input.button3:hover, .wp_content .button3:hover, .wp_content input.button3:hover {
    color: #262626;
    background: #FFF;
    border-color: #262626; }
body .button4, body input.button4, .wp_content .button4, .wp_content input.button4 {
  color: #262626;
  background: transparent;
  border-color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button4:hover, body input.button4:hover, .wp_content .button4:hover, .wp_content input.button4:hover {
    color: #262626;
    background: transparent;
    border-color: #262626; }
body .button_container, .wp_content .button_container {
  margin-top: .5em; }
body #comments .button, .wp_content #comments .button {
  font-size: 16px; }
body p.left_button, .wp_content p.left_button {
  text-align: left; }
body p.center_button, .wp_content p.center_button {
  text-align: center; }
body p.right_button, .wp_content p.right_button {
  text-align: right; }
@media screen and (max-width: 768px) {
  body .lg_button, .wp_content .lg_button {
    font-size: 1.625em; } }

a.special_button {
  display: block;
  border: 1px solid #eb0a8d;
  padding: .25em 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1em;
  width: 100%;
  color: #262626;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.special_button:hover {
    border-color: #262626;
    text-decoration: none; }

.special_button.google {
  background: url("images/bg_google-play.png");
  background-size: 100px 23px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -999em; }

.special_button.itunes i {
  font-size: 18px;
  position: relative;
  top: 2px;
  padding-right: 6px; }

.special_button.amazon {
  background: url("images/bg_amazon.png");
  background-size: 26px 21px;
  background-position: 10% 50%;
  background-repeat: no-repeat; }

#comments input.button1 {
  color: #262626; }

/***********************************************************************************/
/* Form Fields, Inputs, Textareas (NOT IN THE WP Editor) */
/***********************************************************************************/
/*-------------------------------------- Form Elements ---------------------------------------*/
/* Main Pages */
.contact_form, #comments, .searchForm, .woocommerce {
  zoom: 1;
  display: block;
  zoom: 1;
  margin-top: 2em; }
  .contact_form:before, .contact_form:after, #comments:before, #comments:after, .searchForm:before, .searchForm:after, .woocommerce:before, .woocommerce:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .contact_form:after, #comments:after, .searchForm:after, .woocommerce:after {
    clear: both; }
  .contact_form:before, .contact_form:after, #comments:before, #comments:after, .searchForm:before, .searchForm:after, .woocommerce:before, .woocommerce:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .contact_form:after, #comments:after, .searchForm:after, .woocommerce:after {
    clear: both; }
  .contact_form label, #comments label, .searchForm label, .woocommerce label {
    display: block;
    margin-bottom: .5em; }
  .contact_form input[type="color"], .contact_form input[type="date"], .contact_form input[type="datetime"], .contact_form input[type="datetime-local"], .contact_form input[type="email"], .contact_form input[type="month"], .contact_form input[type="number"], .contact_form input[type="password"], .contact_form input[type="search"], .contact_form input[type="tel"], .contact_form input[type="text"], .contact_form input[type="time"], .contact_form input[type="url"], .contact_form input[type="week"], .contact_form input:not([type]), .contact_form textarea, .contact_form textarea, #comments input[type="color"], #comments input[type="date"], #comments input[type="datetime"], #comments input[type="datetime-local"], #comments input[type="email"], #comments input[type="month"], #comments input[type="number"], #comments input[type="password"], #comments input[type="search"], #comments input[type="tel"], #comments input[type="text"], #comments input[type="time"], #comments input[type="url"], #comments input[type="week"], #comments input:not([type]), #comments textarea, #comments textarea, .searchForm input[type="color"], .searchForm input[type="date"], .searchForm input[type="datetime"], .searchForm input[type="datetime-local"], .searchForm input[type="email"], .searchForm input[type="month"], .searchForm input[type="number"], .searchForm input[type="password"], .searchForm input[type="search"], .searchForm input[type="tel"], .searchForm input[type="text"], .searchForm input[type="time"], .searchForm input[type="url"], .searchForm input[type="week"], .searchForm input:not([type]), .searchForm textarea, .searchForm textarea, .woocommerce input[type="color"], .woocommerce input[type="date"], .woocommerce input[type="datetime"], .woocommerce input[type="datetime-local"], .woocommerce input[type="email"], .woocommerce input[type="month"], .woocommerce input[type="number"], .woocommerce input[type="password"], .woocommerce input[type="search"], .woocommerce input[type="tel"], .woocommerce input[type="text"], .woocommerce input[type="time"], .woocommerce input[type="url"], .woocommerce input[type="week"], .woocommerce input:not([type]), .woocommerce textarea, .woocommerce textarea {
    background: #FFF;
    display: inline-block;
    color: #922a8e;
    width: 100%;
    padding: .6em;
    font-size: 16px;
    margin: 0 0 .5em 0;
    border: 1px solid #262626; }
    .contact_form input[type="color"]:focus, .contact_form input[type="date"]:focus, .contact_form input[type="datetime"]:focus, .contact_form input[type="datetime-local"]:focus, .contact_form input[type="email"]:focus, .contact_form input[type="month"]:focus, .contact_form input[type="number"]:focus, .contact_form input[type="password"]:focus, .contact_form input[type="search"]:focus, .contact_form input[type="tel"]:focus, .contact_form input[type="text"]:focus, .contact_form input[type="time"]:focus, .contact_form input[type="url"]:focus, .contact_form input[type="week"]:focus, .contact_form input:not([type]):focus, .contact_form textarea:focus, .contact_form textarea:focus, #comments input[type="color"]:focus, #comments input[type="date"]:focus, #comments input[type="datetime"]:focus, #comments input[type="datetime-local"]:focus, #comments input[type="email"]:focus, #comments input[type="month"]:focus, #comments input[type="number"]:focus, #comments input[type="password"]:focus, #comments input[type="search"]:focus, #comments input[type="tel"]:focus, #comments input[type="text"]:focus, #comments input[type="time"]:focus, #comments input[type="url"]:focus, #comments input[type="week"]:focus, #comments input:not([type]):focus, #comments textarea:focus, #comments textarea:focus, .searchForm input[type="color"]:focus, .searchForm input[type="date"]:focus, .searchForm input[type="datetime"]:focus, .searchForm input[type="datetime-local"]:focus, .searchForm input[type="email"]:focus, .searchForm input[type="month"]:focus, .searchForm input[type="number"]:focus, .searchForm input[type="password"]:focus, .searchForm input[type="search"]:focus, .searchForm input[type="tel"]:focus, .searchForm input[type="text"]:focus, .searchForm input[type="time"]:focus, .searchForm input[type="url"]:focus, .searchForm input[type="week"]:focus, .searchForm input:not([type]):focus, .searchForm textarea:focus, .searchForm textarea:focus, .woocommerce input[type="color"]:focus, .woocommerce input[type="date"]:focus, .woocommerce input[type="datetime"]:focus, .woocommerce input[type="datetime-local"]:focus, .woocommerce input[type="email"]:focus, .woocommerce input[type="month"]:focus, .woocommerce input[type="number"]:focus, .woocommerce input[type="password"]:focus, .woocommerce input[type="search"]:focus, .woocommerce input[type="tel"]:focus, .woocommerce input[type="text"]:focus, .woocommerce input[type="time"]:focus, .woocommerce input[type="url"]:focus, .woocommerce input[type="week"]:focus, .woocommerce input:not([type]):focus, .woocommerce textarea:focus, .woocommerce textarea:focus {
      border-color: #eb0a8d; }
  .contact_form textarea, #comments textarea, .searchForm textarea, .woocommerce textarea {
    resize: vertical; }
  .contact_form select, #comments select, .searchForm select, .woocommerce select {
    display: block;
    width: 100%;
    height: 40px;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #262626;
    background: #FFF;
    font-size: 16px;
    margin: 0 0 1em 0;
    padding: .5em 1em 0em;
    border: 1px solid #262626;
    border-radius: 0px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important; }
    .contact_form select:focus, #comments select:focus, .searchForm select:focus, .woocommerce select:focus {
      outline: none;
      border-color: #eb0a8d; }
  .contact_form textarea, #comments textarea, .searchForm textarea, .woocommerce textarea {
    width: 100%; }
  .contact_form div.wpcf7-response-output, #comments div.wpcf7-response-output, .searchForm div.wpcf7-response-output, .woocommerce div.wpcf7-response-output {
    clear: both; }
  .contact_form span.wpcf7-not-valid-tip, #comments span.wpcf7-not-valid-tip, .searchForm span.wpcf7-not-valid-tip, .woocommerce span.wpcf7-not-valid-tip {
    color: #CC0000; }
  .contact_form div.wpcf7-validation-errors, #comments div.wpcf7-validation-errors, .searchForm div.wpcf7-validation-errors, .woocommerce div.wpcf7-validation-errors {
    border-color: #CC0000;
    font-size: 16px;
    margin-left: 0;
    width: 100%; }
  .contact_form div.wpcf7-mail-sent-ok, #comments div.wpcf7-mail-sent-ok, .searchForm div.wpcf7-mail-sent-ok, .woocommerce div.wpcf7-mail-sent-ok {
    border-color: #f2f2f2;
    background: #f2f2f2;
    color: #FFF;
    padding: .25em 1em;
    margin-left: 0;
    width: 100%; }
  .contact_form ::-webkit-input-placeholder, #comments ::-webkit-input-placeholder, .searchForm ::-webkit-input-placeholder, .woocommerce ::-webkit-input-placeholder {
    color: #CCC; }
  .contact_form :-moz-placeholder, #comments :-moz-placeholder, .searchForm :-moz-placeholder, .woocommerce :-moz-placeholder {
    /* Firefox 18- */
    color: #CCC; }
  .contact_form ::-moz-placeholder, #comments ::-moz-placeholder, .searchForm ::-moz-placeholder, .woocommerce ::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCC; }
  .contact_form :-ms-input-placeholder, #comments :-ms-input-placeholder, .searchForm :-ms-input-placeholder, .woocommerce :-ms-input-placeholder {
    color: #CCC; }

.searchForm {
  margin-top: 0; }
  .searchForm ::-webkit-input-placeholder {
    color: #ccc; }
  .searchForm :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc; }
  .searchForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc; }
  .searchForm :-ms-input-placeholder {
    color: #ccc; }
  .searchForm input[type="text"] {
    border: none;
    padding-left: 0;
    color: #262626; }

.woocommerce {
  margin-top: 0; }

/* Wordpress Seach Field (on search.php) */
.wp_search_form label {
  display: block;
  margin: .4em 0;
  color: #262626;
  font-weight: bold; }
.wp_search_form input[type="text"] {
  background: #FFF;
  display: inline-block;
  color: #922a8e;
  width: 60%;
  padding: .6em;
  font-size: 16px;
  margin: 0 0 1em 0;
  border: 1px solid #262626; }
  .wp_search_form input[type="text"]:focus {
    border-color: #eb0a8d; }

/* Footer */
.f_form .input_contain {
  position: relative;
  height: 35px;
  width: 100%; }
  .f_form .input_contain input[type="email"] {
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #737373;
    border: 1px solid #FFF;
    font-size: 12px;
    padding: 0 1em; }
  .f_form .input_contain input#mc-embedded-subscribe {
    position: absolute;
    top: 3px;
    right: 10px; }
  .f_form .input_contain input[type="text"], .f_form .input_contain textarea, .f_form .input_contain input[type="email"], .f_form .input_contain input[type="tel"] {
    background: #FFF;
    display: block;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    color: #666;
    width: 100%;
    padding: .4em 1em;
    font-size: 12px;
    margin: 0 0 1em 0;
    border: 1px solid #FFF; }

/*-------------------------------------- Homepage Only ---------------------------------------*/
#heroSlider {
  background: #262626; }
  #heroSlider img#image_bg {
    width: 100% !important; }

.ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-nav-sides {
  top: -260px !important; }

.homepage .wp_content {
  padding: 0; }
.homepage .wp_content .alignright {
  display: block;
  margin: 0;
  padding: 0; }
.homepage #pl-5 .panel-grid-cell #panel-5-0-1-0 {
  margin-bottom: 0; }
.homepage .mari_head_image {
  margin-top: 1.875em; }
.homepage .mari_head_image {
  margin-bottom: 0; }
.homepage h1#mari_logo {
  display: block;
  width: 310px;
  height: 171px;
  background-color: transparent;
  box-shadow: 0 0 0 #FFF;
  background-image: url("images/my_name_is_mari.png");
  text-indent: -9999em;
  margin-bottom: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .homepage h1#mari_logo {
      background-image: url("images/my_name_is_mari_2x.png");
      background-size: 310px 171px; } }
.homepage .homepage_mari {
  color: #FFF; }
  .homepage .homepage_mari p.left_button:first-child {
    margin-top: 0;
    margin-bottom: .5em; }
  .homepage .homepage_mari p.left_button {
    margin-bottom: 0;
    margin-top: .5em; }
  .homepage .homepage_mari p:last-child {
    margin-bottom: 0; }
.homepage .the_treasure {
  padding: 3.125em 0 0 0;
  background-position: 100% 50% !important;
  background-size: auto 100%; }
  .homepage .the_treasure * {
    color: #FFF; }
  .homepage .the_treasure .treasure_text_block {
    padding-right: 1.5em; }
  .homepage .the_treasure p:last-child {
    margin-bottom: 0; }

/***********************************************************************************/
/* Accordion Code */
/***********************************************************************************/
dl.accordion .accord_row {
  margin-bottom: 1em;
  border: 1px solid transparent; }
dl.accordion br {
  display: none !important; }
dl.accordion dt {
  clear: left; }
dl.accordion .faq_title {
  margin-left: 50px;
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #CCC; }
  dl.accordion .faq_title:hover {
    cursor: pointer;
    color: #f2f2f2; }
dl.accordion dd {
  display: none;
  margin-left: 75px; }

.wp_content a.faq_icon {
  display: block;
  background: url("http://mariburelle.com/wp-content/themes/mari_custom/images/btn-plus-minus.png") 0 0 no-repeat;
  height: 30px;
  width: 30px;
  float: left;
  text-indent: -999em;
  position: relative;
  top: -1px;
  -webkit-transition: none;
  transition: none; }

.wp_content a.active_question {
  background-position: 0 -30px; }
  .wp_content a.active_question:hover {
    background-position: 0 -30px; }

/*-------------------------------------- Quotes _quotes.scss ---------------------------------------*/
.quotes_box {
  background: #922a8e url("http://mariburelle.com/wp-content/themes/mari_custom/images/bg_testimonial.jpg") center center no-repeat;
  background-size: cover;
  padding: 4.375em 0;
  box-shadow: 0px 8px 8px 2px rgba(50, 50, 50, 0.2);
  z-index: 10;
  position: relative; }
  .quotes_box .quote_wrapper {
    margin-left: 8.5106382979%;
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 82.9787234043%;
    text-align: center; }
    .quotes_box .quote_wrapper:last-child {
      margin-right: 0; }
  .quotes_box .quote_body {
    font-size: 1.125em;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-style: italic;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.65em; }
  .quotes_box h6 {
    line-height: 1.65em;
    margin: 0;
    padding: 0; }
  .quotes_box h6.owner {
    margin-top: .5em; }
  .quotes_box h6.owner_company {
    margin-top: 0;
    line-height: 1em; }

/*-------------------------------------- Testimonials Page ---------------------------------------*/
div.testimonials ul {
  list-style: none;
  margin: 2em 0 1em 0; }
  div.testimonials ul li {
    list-style: none;
    padding: 0 0 2em 0;
    margin: 0 0 2em 0;
    border-bottom: 1px solid #922a8e; }
  div.testimonials ul .quote_content {
    margin-bottom: .5em; }
  div.testimonials ul h5 {
    margin-top: 1em; }
  div.testimonials ul span.quote_author_company {
    display: block;
    line-height: 1.5em; }

.homepage div.testimonials ul li {
  border: none;
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0; }
  .homepage div.testimonials ul li h1, .homepage div.testimonials ul li h2, .homepage div.testimonials ul li h3, .homepage div.testimonials ul li h4, .homepage div.testimonials ul li h5, .homepage div.testimonials ul li h6 {
    color: #FFF;
    line-height: 1.75em;
    margin: 0; }

/*-------------------------------------- Team Members ---------------------------------------*/
div.team_members {
  zoom: 1;
  display: block;
  margin: 2em 0; }
  div.team_members:before, div.team_members:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  div.team_members:after {
    clear: both; }
  div.team_members ul {
    margin: 0;
    padding: 0; }
  div.team_members ul li.member {
    list-style: none;
    display: block;
    padding: 0; }

.single_line ul li {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 100%;
  zoom: 1;
  margin-right: 0;
  margin-bottom: 3em; }
  .single_line ul li:last-child {
    margin-right: 0; }
  .single_line ul li:before, .single_line ul li:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .single_line ul li:after {
    clear: both; }
  .single_line ul li div.m_left {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .single_line ul li div.m_left:last-child {
      margin-right: 0; }
    .single_line ul li div.m_left img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .single_line ul li div.m_right {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 74.4680851064%;
    margin-right: 0; }
    .single_line ul li div.m_right:last-child {
      margin-right: 0; }
    .single_line ul li div.m_right p.member_title {
      font-size: 0.875em;
      font-style: italic;
      margin-top: 0; }
  .single_line ul li .m_social {
    padding-top: .35em; }
    .single_line ul li .m_social a {
      font-size: 32px;
      color: #262626;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      margin-left: .3em; }
      .single_line ul li .m_social a:hover {
        color: #eb0a8d; }
    .single_line ul li .m_social a:first-child {
      margin-left: 0; }

/***********************************************************************************/
/* iPhone 5 Landscape - Major Break */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  .single_line ul li {
    margin-bottom: 1.5em; }
    .single_line ul li div.m_left, .single_line ul li div.m_right {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .single_line ul li div.m_left:last-child, .single_line ul li div.m_right:last-child {
        margin-right: 0; }
    .single_line ul li div.m_right {
      margin-top: 1.5em; } }
/*-------------------------------------- Audio Player CSS ---------------------------------------*/
ul.music_player {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.music_player li {
    list-style: none;
    padding: .75em 1em;
    border: 1px solid #f2f2f2;
    border-width: 1px 0 0 0;
    position: relative;
    display: block; }
    ul.music_player li a {
      font-size: 0;
      position: relative;
      top: 3px;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      color: #eb0a8d;
      text-indent: -999;
      width: 22px;
      text-decoration: none;
      /*-------------------------------------- REMOVE ME WHEN MUSIC IS IN ---------------------------------------*/
      /*-------------------------------------- REMOVE ME WHEN MUSIC IS IN ---------------------------------------*/ }
      ul.music_player li a:hover {
        color: #922a8e; }
      ul.music_player li a:after {
        content: "\f144";
        font-family: FontAwesome;
        font-size: 22px;
        display: inline-block;
        text-decoration: none; }
    ul.music_player li a.sm2_playing:after {
      content: "\f04c"; }
    ul.music_player li span {
      margin-left: 1em; }
  @media screen and (max-width: 768px) {
    ul.music_player li {
      font-size: 1.2em; } }

.woocommerce {
  padding-bottom: 2em; }
  .woocommerce p {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 2em 0; }
  .woocommerce a {
    color: #eb0a8d;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    .woocommerce a:hover {
      color: #262626;
      text-decoration: underline; }
  .woocommerce p.woocommerce-result-count {
    display: block;
    float: none; }
  .woocommerce .woocommerce-ordering {
    display: none; }
  .woocommerce .woocommerce-breadcrumb {
    margin: 2em 0 1em 0;
    color: #262626;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem; }
    .woocommerce .woocommerce-breadcrumb a {
      color: #eb0a8d;
      text-decoration: none; }
      .woocommerce .woocommerce-breadcrumb a:hover {
        color: #CCC;
        text-decoration: underline; }
  .woocommerce table th {
    font-weight: bold;
    padding-right: 1em;
    text-align: right;
    vertical-align: top; }
  .woocommerce table td {
    padding: .25em 1em .25em 0;
    vertical-align: top; }
    .woocommerce table td p {
      margin: 0; }
  .woocommerce table.shop_table th {
    text-align: left;
    font-weight: bold; }
  .woocommerce table.shop_table td.actions {
    padding-top: .75em; }
  .woocommerce ul.payment_methods li.payment_method_paypal {
    list-style: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 0 2em 0;
  padding: 0;
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  clear: none; }
  .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
    margin-right: 0; }
  .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 2.1276595745%; }
      .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1) {
        clear: none; }
      .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 414px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-bottom: 2em; }
      .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 2.1276595745%; }
      .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1) {
        clear: none; }
      .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
        margin-right: 0; }
      .woocommerce ul.products li.product:nth-child(1n), .woocommerce-page ul.products li.product:nth-child(1n) {
        margin-right: 0; } }
  .woocommerce ul.products li.product p.price, .woocommerce-page ul.products li.product p.price {
    color: #262626;
    font-size: 16px;
    font-size: 1rem;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: .25em; }

.woocommerce ul.products li.product h3 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #CCC; }

.woocommerce ul.products li.product .price {
  color: #eb0a8d;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  height: auto;
  border: 1px solid transparent;
  text-decoration: none;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  background: transparent;
  border-color: #eb0a8d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #eb0a8d;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-top: .7em;
  padding-bottom: .7em; }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    background: #eb0a8d;
    border-color: #eb0a8d; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  height: auto;
  border: 1px solid transparent;
  text-decoration: none;
  min-width: 170px;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  background: transparent;
  border-color: #262626;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #262626;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-top: .8em;
  padding-bottom: .8em; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    background: #262626;
    border-color: #262626; }

input#coupon_code {
  height: auto;
  width: 180px; }

.woocommerce ul.products li.product a.added_to_cart {
  color: #922a8e;
  position: relative;
  top: 9px; }

.woocommerce .woocommerce-info:before {
  color: #eb0a8d; }

.woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  border-top-color: #000; }

.woocommerce .woocommerce-message:before {
  color: #CCC; }

.woocommerce h3#ship-to-different-address {
  color: #262626;
  font-size: 1.4em;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 14px; }
  .woocommerce h3#ship-to-different-address label {
    display: block; }
    .woocommerce h3#ship-to-different-address label:hover {
      cursor: pointer; }
  .woocommerce h3#ship-to-different-address br {
    display: none; }

input#coupon_code {
  width: 100%; }

#woocommerce_wrapper div.type-product h1 {
  font-size: 32px;
  font-size: 2rem; }
#woocommerce_wrapper div.type-product p {
  margin: 1em 0; }
#woocommerce_wrapper div.type-product p.price, #woocommerce_wrapper div.type-product span.price {
  color: #eb0a8d;
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1em;
  font-weight: bold; }
#woocommerce_wrapper div.type-product input.input-text.qty.text {
  height: 41px;
  border-color: #CCC;
  position: relative;
  top: 0; }
#woocommerce_wrapper div.type-product a {
  color: #eb0a8d; }
  #woocommerce_wrapper div.type-product a:hover {
    color: #CCC; }
#woocommerce_wrapper div.type-product input.input-text.qty.text {
  border-color: #262626;
  border-width: 1px; }
#woocommerce_wrapper div.type-product h2.product_title {
  font-size: 32px;
  font-size: 2rem;
  padding: .3em .65em; }

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table td.actions input[name='update_cart'] {
    margin-top: 2em;
    margin-bottom: 1em;
    float: right;
    text-align: center; } }
@media only screen and (max-width: 414px) {
  .woocommerce table.shop_table td.actions input[name='update_cart'], .woocommerce table.shop_table td.actions input#coupon_code, .woocommerce table.shop_table td.actions input[name='apply_coupon'] {
    float: none;
    width: 100%;
    display: block; }

  .woocommerce div.wc-proceed-to-checkout a.button {
    width: 100%;
    border-width: 3px;
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 600 !important; }
  .woocommerce form.checkout_coupon input#coupon_code, .woocommerce form.checkout_coupon input[name="apply_coupon"] {
    width: 100% !important;
    float: none !important;
    display: block !important; }
  .woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce form.checkout_coupon .woocommerce-page form .form-row-first, .woocommerce form.checkout_coupon .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
    margin: 1em 0; } }
@media only screen and (max-width: 320px) {
  .woocommerce table.shop_table th {
    text-align: left;
    font-weight: bold;
    padding: .3em; }
  .woocommerce table.shop_table td {
    padding: .3em; } }
/***********************************************************************************/
/* Wordpress Blog Posts */
/***********************************************************************************/
.post_wrap, .press-release {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  margin-top: 1em; }
  .post_wrap:last-child, .press-release:last-child {
    margin-right: 0; }
  .post_wrap:nth-child(2n), .press-release:nth-child(2n) {
    margin-right: 0; }
  .post_wrap .featured_image img, .press-release .featured_image img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .post_wrap .featured_image img:hover, .press-release .featured_image img:hover {
      opacity: 0.9;
      box-shadow: 0 0 0 2px #922a8e; }
  .post_wrap h4, .press-release h4 {
    margin-top: .5em; }
  .post_wrap h4 > a, .press-release h4 > a {
    color: #eb0a8d;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .post_wrap h4 > a:hover, .press-release h4 > a:hover {
      color: #262626;
      text-decoration: none; }

div.post_navigation {
  zoom: 1;
  clear: both;
  padding: 1.5em 0 0 0; }
  div.post_navigation:before, div.post_navigation:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  div.post_navigation:after {
    clear: both; }

.prev_post_link a, .next_post_link a {
  display: inline-block;
  margin-right: .35em;
  text-decoration: none; }
  .prev_post_link a:hover, .next_post_link a:hover {
    text-decoration: none; }
  .prev_post_link a i, .next_post_link a i {
    font-style: normal; }

aside.blog-sidebar {
  padding: 1em 0 0 0;
  margin: 0; }
  @media screen and (max-width: 640px) {
    aside.blog-sidebar {
      padding-left: 0; } }
  aside.blog-sidebar a {
    color: #eb0a8d;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    aside.blog-sidebar a:hover {
      text-decoration: underline;
      color: #262626; }
  aside.blog-sidebar h5 {
    margin-bottom: 0;
    color: #262626; }
  aside.blog-sidebar ul {
    margin: 0 0 1.5em 0; }
    aside.blog-sidebar ul li {
      list-style: none;
      padding: .15em .25em .15em 0;
      margin-left: 0; }

.wp_content div.wp-pagenavi {
  padding-bottom: 1.5em;
  margin-left: .25em;
  padding-top: 1em; }
  .wp_content div.wp-pagenavi .pages {
    display: none; }
  .wp_content div.wp-pagenavi a, .wp_content div.wp-pagenavi span {
    border: none;
    display: inline-block;
    font-family: "raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25em;
    border: 1px solid transparent;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    min-width: 30px;
    padding: 4px 2px;
    text-align: center;
    color: #FFF;
    background: #262626;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .wp_content div.wp-pagenavi a:hover, .wp_content div.wp-pagenavi span:hover {
      text-decoration: none;
      border-color: transparent;
      background: #eb0a8d; }
  .wp_content div.wp-pagenavi span.extend {
    background: none;
    color: #922a8e; }
  .wp_content div.wp-pagenavi span.current {
    background: #eb0a8d; }

section.single_post p.post_meta, section.single-press p.post_meta {
  color: #eb0a8d;
  margin-top: 0; }
  section.single_post p.post_meta a, section.single-press p.post_meta a {
    font-weight: normal;
    text-decoration: none; }

.comments-area {
  margin-top: 2em;
  border-top: 1px solid #f2f2f2;
  padding: 2em 0; }

.wp_content ol.comment-list {
  margin: 1em 0 1em 0;
  list-style: none; }
  .wp_content ol.comment-list li {
    margin: 0 0 1em;
    padding: 1.5em;
    list-style: none;
    background: #eee; }
    .wp_content ol.comment-list li a {
      font-size: 0.875em; }
    .wp_content ol.comment-list li ul.children li {
      border-left: 2px solid #FFF; }
  .wp_content ol.comment-list li:nth-child(even) {
    background: #f6f6f6; }
  .wp_content ol.comment-list li.comment-author-steve_berger {
    border: 1px solid #eb0a8d; }
  .wp_content ol.comment-list .comment-author {
    margin-bottom: 1em; }

div#respond h3 {
  clear: both;
  margin-top: .5em;
  color: #262626;
  font-size: 2em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-weight: 300; }

/*-------------------------------------- _pages.scss ---------------------------------------*/
#heroSlider a {
  color: #eb0a8d;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
  #heroSlider a:hover {
    color: #f2f2f2;
    text-decoration: none; }

.wp_content div.ngg-gallery-thumbnail-box {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 23.4042553191%;
  margin-bottom: 1em;
  overflow: hidden;
  max-height: 228px; }
  .wp_content div.ngg-gallery-thumbnail-box:last-child {
    margin-right: 0; }
  .wp_content div.ngg-gallery-thumbnail-box:nth-child(4n) {
    margin-right: 0; }
  .wp_content div.ngg-gallery-thumbnail-box a {
    display: block;
    overflow: hidden; }
.wp_content .ngg-galleryoverview br {
  display: none; }
.wp_content .ngg-gallery-thumbnail {
  overflow: hidden; }
  .wp_content .ngg-gallery-thumbnail img {
    margin-right: 0;
    border: none;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0; }
    .wp_content .ngg-gallery-thumbnail img:hover {
      background-color: #FFF;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

#wp_content_12 div.ngg-gallery-thumbnail-box {
  float: left;
  width: 25%;
  margin: 0 0 0 0; }

.wp_content .pdf-row a.fa-custom-link {
  color: #CCC; }
  .wp_content .pdf-row a.fa-custom-link:hover {
    color: #eb0a8d; }
.wp_content .pdf-row img {
  border: 1px solid #922a8e;
  padding: 0 0 1em 0; }

/*-------------------------------------- Videos ---------------------------------------*/
.video_box {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 31.914893617%;
  background: transparent;
  zoom: 1;
  position: relative;
  margin-bottom: 1.5em; }
  .video_box:last-child {
    margin-right: 0; }
  .video_box:nth-child(3n) {
    margin-right: 0; }
  .video_box:before, .video_box:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .video_box:after {
    clear: both; }
  .video_box .thumbnail {
    position: relative;
    overflow: hidden;
    max-height: 216px; }
    .video_box .thumbnail i.fa {
      display: block;
      font-size: 4.125em;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -33px;
      margin-left: -33px;
      -webkit-transition: color 0.2s ease;
      transition: color 0.2s ease;
      z-index: 2; }
    .video_box .thumbnail a {
      color: #FFF;
      text-decoration: none; }
      .video_box .thumbnail a:hover {
        color: #eb0a8d; }
    .video_box .thumbnail img {
      display: block;
      width: 100%;
      height: auto !important;
      -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
      transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44); }
    .video_box .thumbnail:hover {
      cursor: pointer; }
      .video_box .thumbnail:hover img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  .video_box .video_content {
    margin-top: .2em; }
    .video_box .video_content h4 {
      font-weight: 400; }

.video_box:nth-child(3n+1) {
  clear: left; }

div.fancybox-overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.85); }

div.fancybox-skin {
  padding: 5px !important; }
  div.fancybox-skin .fancybox-close {
    background: transparent;
    top: -30px;
    right: -30px;
    height: 30px;
    width: 30px;
    color: #FFF;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }
    div.fancybox-skin .fancybox-close:hover {
      color: #CCC; }
    div.fancybox-skin .fancybox-close i.fa {
      font-size: 30px; }

#wp_content_14 h2.widget-title {
  width: 95%;
  margin-bottom: .5em; }

#wp_content_14 p.center_button {
  margin-top: 0.5em; }

.wp_content .music_share p {
  font-size: 0.75em;
  margin-bottom: .15em; }

.music_player {
  margin-top: 2em; }

body #pl-10 .panel-grid-cell .so-panel {
  margin-bottom: 0; }

/*-------------------------------------- Backstage ---------------------------------------*/
.memes .panel-grid-cell {
  overflow: hidden; }
.memes .widget_sp_image a {
  display: block;
  overflow: hidden; }
  .memes .widget_sp_image a img {
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44);
    transition: all 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44); }
    .memes .widget_sp_image a img:hover {
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
.memes .widget_sp_image-description p {
  color: #eb0a8d;
  font-size: 1.3125em;
  font-family: "raleway", sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0; }
.memes p.download_link {
  margin: 0; }
  .memes p.download_link a {
    color: #262626;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease; }

/*-------------------------------------- 404 Page ---------------------------------------*/
.page404 {
  min-height: 700px;
  background-image: url("images/bg_404.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .page404 .container {
    background: url("images/img-mari-404.png") bottom right no-repeat;
    min-height: 720px;
    padding-top: 4em; }
  .page404 h1, .page404 h2 {
    color: #eb0a8d;
    background: none;
    box-shadow: 0 0 0 0;
    padding: 0;
    margin-bottom: 0; }
  .page404 p {
    margin-top: .5em;
    font-weight: bold; }
  @media screen and (max-width: 768px) {
    .page404 {
      min-height: 640px; }
      .page404 .container {
        width: 100%;
        padding-left: 2em;
        padding-right: 2em;
        background-size: 80% auto;
        min-height: 640px; } }
  @media screen and (max-width: 414px) {
    .page404 {
      min-height: 500px; }
      .page404 .container {
        min-height: 500px; } }

/*-------------------------------------- Store ---------------------------------------*/
#wp_content_193 {
  padding-top: 2em; }
  #wp_content_193 .widget_widget_sp_image {
    margin-bottom: 0 !important; }
  #wp_content_193 .widget_black-studio-tinymce p {
    margin: 0; }
  #wp_content_193 .widget_black-studio-tinymce h5 {
    margin-bottom: 0; }
  #wp_content_193 .widget_black-studio-tinymce p.left_button {
    margin-top: 1em; }

/***********************************************************************************/
/* Press Release */
/***********************************************************************************/
.press-release-archive {
  clear: both;
  margin: 2em 0;
  zoom: 1; }
  .press-release-archive:before, .press-release-archive:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .press-release-archive:after {
    clear: both; }

.press-release {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 31.914893617%; }
  .press-release:nth-child(2n) {
    margin-right: 2.1276595745%; }
  .press-release:nth-child(2n+1) {
    clear: none; }
  .press-release:last-child {
    margin-right: 0; }
  .press-release:nth-child(3n) {
    margin-right: 0; }
  @media only screen and (max-width: 667px) {
    .press-release {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .press-release:nth-child(3n) {
        margin-right: 2.1276595745%; }
      .press-release:nth-child(3n+1) {
        clear: none; }
      .press-release:last-child {
        margin-right: 0; }
      .press-release:nth-child(2n) {
        margin-right: 0; } }
  @media only screen and (max-width: 480px) {
    .press-release {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .press-release:nth-child(2n) {
        margin-right: 2.1276595745%; }
      .press-release:nth-child(2n+1) {
        clear: none; }
      .press-release:last-child {
        margin-right: 0; } }
  .press-release h6 {
    margin-top: 1em; }
  .press-release h6 > a {
    color: #eb0a8d;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .press-release h6 > a:hover {
      color: #262626;
      text-decoration: none; }

/***********************************************************************************/
/* Tour Pages */
/***********************************************************************************/
.tour-row {
  margin: 2.5em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.tour-block {
  display: block;
  float: left;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  padding: 2em;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.5em;
  border: 1px solid #eb0a8d; }
  .tour-block:last-child {
    margin-right: 0; }
  .tour-block:nth-child(2n) {
    margin-right: 0; }
  @media only screen and (max-width: 414px) {
    .tour-block {
      display: block;
      float: left;
      margin-right: 2.1276595745%;
      width: 100%;
      margin-right: 0; }
      .tour-block:nth-child(2n) {
        margin-right: 2.1276595745%; }
      .tour-block:nth-child(2n+1) {
        clear: none; }
      .tour-block:last-child {
        margin-right: 0; } }
  .tour-block p.button_container {
    margin-bottom: 0; }
  .tour-block h5 {
    padding-bottom: 0.5em;
    color: #262626;
    font-size: 1.375em; }
    @media only screen and (max-width: 414px) {
      .tour-block h5 {
        font-size: 1.125em; } }
  .tour-block h6 {
    text-transform: none;
    color: #262626;
    font-weight: 400; }
  .tour-block h6 > span {
    color: #eb0a8d;
    text-transform: uppercase;
    font-weight: 700; }

/*-------------------------------------- Large Screens ---------------------------------------*/
/*-------------------------------------- Small Screens Import ---------------------------------------*/
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* Desktop Min View */
  /***********************************************************************************/
  img, object, video, embed {
    max-width: 100%;
    height: auto !important; }

  .container {
    width: 95%;
    margin: 0 auto; } }
@media screen and (max-width: 960px) and (max-width: 940px) {
  .body_wrapper, .container {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after, .container:before, .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after, .container:after {
      clear: both; } }
@media screen and (max-width: 960px) {
  a[href^=tel] {
    color: #262626;
    text-decoration: none; }

  /***********************************************************************************/
  /* iPad Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 768px) {
  .ipad_down {
    display: block; }

  header.masthead {
    padding: 1.5em 0; }
    header.masthead .social {
      padding-top: .5em; }
      header.masthead .social ul li a {
        font-size: 2.25em; }
    header.masthead .store {
      display: none; }
    header.masthead .mainNav {
      display: none; }

  .navTriggers a.searchTriggerMobile {
    font-size: 32px;
    color: #FFF;
    position: absolute;
    top: 32px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    .navTriggers a.searchTriggerMobile:hover {
      color: #eb0a8d; }
  .navTriggers a.searchTriggerMobile.searching {
    -webkit-transform: rotate(-45deg);
    -moz-webkit-transform: rotate(-45deg);
    -ms-webkit-transform: rotate(-45deg);
    -o-webkit-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    color: #eb0a8d; }
  .navTriggers a.cart-icon {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 160px;
    font-size: 2.125rem;
    color: #FFF; }
    .navTriggers a.cart-icon:hover {
      color: #eb0a8d; }
  .navTriggers a.lines-button {
    display: inline-block;
    padding: 18px 9px;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 5.1428571429px;
    position: absolute;
    top: 20px; }
    .navTriggers a.lines-button:hover {
      opacity: 1;
      color: #eb0a8d; }
    .navTriggers a.lines-button:active {
      -webkit-transition: 0;
      transition: 0;
      background: rgba(0, 0, 0, 0.1); }
  .navTriggers .lines {
    display: inline-block;
    width: 36px;
    height: 5.1428571429px;
    background: #FFF;
    border-radius: 2.5714285714px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    /*create the upper and lower lines as pseudo-elements of the middle line*/ }
    .navTriggers .lines:before, .navTriggers .lines:after {
      display: inline-block;
      width: 36px;
      height: 5.1428571429px;
      background: #FFF;
      border-radius: 2.5714285714px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 2.5714285714px center;
              transform-origin: 2.5714285714px center; }
    .navTriggers .lines:before {
      top: 9px; }
    .navTriggers .lines:after {
      top: -9px; }
  .navTriggers .lines-button.x.close .lines {
    /*hide the middle line*/
    background: transparent;
    /*overlay the lines by setting both their top values to 0*/ }
    .navTriggers .lines-button.x.close .lines:before, .navTriggers .lines-button.x.close .lines:after {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      top: 0;
      width: 36px; }
    .navTriggers .lines-button.x.close .lines:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      background: #eb0a8d; }
    .navTriggers .lines-button.x.close .lines:after {
      background: #eb0a8d;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }
  .navTriggers a.navTrigger {
    right: 80px; }
  .navTriggers a.searchTriggerMobile {
    right: 1em; }

  .no-touch .navTrigger:hover .lines {
    background-color: #eb0a8d; }
    .no-touch .navTrigger:hover .lines:before, .no-touch .navTrigger:hover .lines:after {
      background-color: #eb0a8d; }

  div#heroImage {
    display: none; }

  div.mobileHero {
    display: block; }

  .navContain {
    position: absolute;
    top: 99px;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.95);
    display: none;
    z-index: 99; }
    .navContain ul li {
      display: block; }
      .navContain ul li a {
        display: block;
        color: #FFF;
        font-family: "raleway", sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2em;
        text-align: left;
        padding: .75em 1em;
        text-decoration: none;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.2);
        margin: .75em 1em; }
        .navContain ul li a:hover {
          background: rgba(255, 255, 255, 0.1);
          color: #eb0a8d; }

  .touch a.lines-button.arrow.x.arrow-left.navTrigger.topTrigger:hover {
    color: #FFF; }

  .touch .navTriggers a.searchTriggerMobile:hover {
    color: #FFF; }

  .touch .navTriggers a.searchTriggerMobile.searching {
    color: #eb0a8d; }

  div.searchContain {
    position: absolute;
    top: 99px;
    width: 100%; }

  body.customize-support .navContain, body.customize-support .searchContain {
    top: 145px; }

  section.type-page, section.default_page {
    padding-top: 0; }

  .default_page .wp_content {
    padding-top: 0; }

  .has_sidebar .wp_content {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 65.9574468085%;
    padding-right: 2em; }
    .has_sidebar .wp_content:last-child {
      margin-right: 0; }
  .has_sidebar aside {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    margin-right: 0; }
    .has_sidebar aside:last-child {
      margin-right: 0; }

  .footer {
    padding: 2.5em 0;
    font-size: 1em;
    line-height: 1.5em; }

  .f_left, .f_middle {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .f_left:last-child, .f_middle:last-child {
      margin-right: 0; }

  .f_right {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    margin-left: 17.0212765957%;
    margin-right: 0; }
    .f_right:last-child {
      margin-right: 0; }

  /*-------------------------------------- Page by Page ---------------------------------------*/
  .ls-v5 .ls-bottom-slidebuttons, .ls-v5 .ls-nav-start, .ls-v5 .ls-nav-stop, .ls-v5 .ls-nav-sides {
    top: -170px !important; }

  .homepage .name_is_mari {
    position: relative;
    overflow: hidden;
    padding: 1.875em 0 !important;
    background: url("images/mari-surillo-full-home-4.png") center center no-repeat;
    background-size: cover; }
    .homepage .name_is_mari #pgc-5-0-1 {
      width: 94%;
      float: none;
      margin: 0 auto !important;
      background: rgba(0, 0, 0, 0.7);
      padding: 2em 2em; }
    .homepage .name_is_mari #pgc-5-0-0 {
      display: none; }
  .homepage h1#mari_logo {
    width: 275px;
    height: 172px;
    background-size: 275px 172px; }
  .homepage .the_treasure {
    padding: 1.875em; }
    .homepage .the_treasure .treasure_text_block {
      background: rgba(0, 0, 0, 0.7);
      padding: 2em 1em; }

  #wp_content_14 h2.widget-title {
    width: 100%;
    font-size: 2.5em;
    margin-top: 1em; }

  h2.single_blog_title {
    margin-bottom: .75em; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* Navigation Alteration ONly */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 736px) and (min-width: 480px) {
  .navContain ul {
    zoom: 1;
    display: block;
    margin-right: 1em;
    margin-top: .5em; }
    .navContain ul:before, .navContain ul:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .navContain ul:after {
      clear: both; }
    .navContain ul li {
      float: left;
      display: block;
      width: 50%; }
      .navContain ul li a {
        margin: .25em 0 .25em .5em; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Plus Landscape */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 736px) {
  /*-------------------------------------- Page By Page ---------------------------------------*/
  .music_player #pgc-10-0-0, .music_player #pgc-10-0-1 {
    width: 48%; }
  .music_player #pgc-10-0-0 {
    margin-right: 2%; }

  .has_sidebar_blog article.wp_content, .has_sidebar_blog aside.blog-sidebar {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0; }
    .has_sidebar_blog article.wp_content:last-child, .has_sidebar_blog aside.blog-sidebar:last-child {
      margin-right: 0; }
  .has_sidebar_blog aside.blog-sidebar {
    border-top: 2px solid #eb0a8d;
    padding-top: 1em;
    margin-top: 1em; }
    .has_sidebar_blog aside.blog-sidebar .searchForm input[type="text"] {
      width: 60%; }

  .has_sidebar .wp_content {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    padding-right: 0; }
    .has_sidebar .wp_content:last-child {
      margin-right: 0; }
  .has_sidebar aside {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0; }
    .has_sidebar aside:last-child {
      margin-right: 0; }
  .has_sidebar aside.sidebar {
    margin-top: 0; }

  .wp_content {
    padding: 2em 0 1em 0; }

  .social_footer {
    padding: 1.875em 0; }
    .social_footer ul.really_simple_twitter_widget {
      padding-bottom: 0; }
    .social_footer .social_icon_row ul li span {
      margin-right: 1.5em; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Landscape */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 667px) {
  .homepage h1#mari_logo {
    width: 200px;
    height: 110px;
    background-size: 200px 110px; }
  .homepage .the_treasure {
    padding: 1.875em 0 !important; }
    .homepage .the_treasure .treasure_text_block.span_7 {
      width: 94%;
      float: none;
      margin: 0 auto !important;
      background: rgba(0, 0, 0, 0.7);
      padding: 2em 2em; }

  .wp_content div.ngg-gallery-thumbnail-box {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(4n) {
      margin-right: 2.1276595745%; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(4n+1) {
      clear: none; }
    .wp_content div.ngg-gallery-thumbnail-box:last-child {
      margin-right: 0; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(3n) {
      margin-right: 0; }

  .video_box {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .video_box:nth-child(3n) {
      margin-right: 2.1276595745%; }
    .video_box:nth-child(3n+1) {
      clear: none; }
    .video_box:last-child {
      margin-right: 0; }
    .video_box:nth-child(2n) {
      margin-right: 0; }

  .video_box:nth-child(3n+1) {
    clear: none; }

  .video_box:nth-child(2n+1) {
    clear: left; }

  #wp_content_12 div.ngg-gallery-thumbnail-box {
    width: 33.3333%; }

  footer .footer_menu a {
    padding: 0.75em 1.125em; }

  footer .table {
    display: block;
    zoom: 1;
    display: block; }
    footer .table:before, footer .table:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    footer .table:after {
      clear: both; }

  footer .footer_menu ul li {
    display: block;
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    text-align: center; }
    footer .footer_menu ul li:last-child {
      margin-right: 0; }
    footer .footer_menu ul li:nth-child(2n) {
      margin-right: 0; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 5 Landscape - Major Break */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 568px) {
  header.masthead .social ul li a, header.sticky .social ul li a {
    margin-right: .2em; }

  .social_footer .social_icon_row ul li span {
    font-size: 1em;
    margin-right: .5em; }

  footer .footer_menu a {
    padding: 0.75em 0.875em; }

  .memes .panel-grid-cell {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .memes .panel-grid-cell:last-child {
      margin-right: 0; }
    .memes .panel-grid-cell:nth-child(2n) {
      margin-right: 0; }

  .social_right {
    display: none; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 4 Landscape - */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 480px) {
  .social_footer .social_icon_row ul li {
    display: block;
    margin-bottom: 1em; }

  .footer {
    padding: 2.5em 0; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Plus Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 414px) {
  header.masthead .social {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0;
    display: none; }
    header.masthead .social:last-child {
      margin-right: 0; }
  header.masthead .logo {
    clear: both;
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    margin-right: 0; }
    header.masthead .logo:last-child {
      margin-right: 0; }

  #heroSlider img#image_bg {
    height: 100% !important; }

  .homepage .name_is_mari #pgc-5-0-1 {
    width: 90%; }
  .homepage .the_treasure {
    padding: 1.875em 0 !important; }
    .homepage .the_treasure .treasure_text_block.span_7 {
      width: 90%; }

  .wp_content div.ngg-gallery-thumbnail-box {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(4n) {
      margin-right: 2.1276595745%; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(4n+1) {
      clear: none; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(3n) {
      margin-right: 2.1276595745%; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(3n+1) {
      clear: none; }
    .wp_content div.ngg-gallery-thumbnail-box:last-child {
      margin-right: 0; }
    .wp_content div.ngg-gallery-thumbnail-box:nth-child(2n) {
      margin-right: 0; }

  .post_wrap {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0; }
    .post_wrap:last-child {
      margin-right: 0; }

  .video_box {
    display: block;
    float: left;
    margin-right: 2.1276595745%;
    width: 100%;
    margin-right: 0; }
    .video_box:nth-child(2n) {
      margin-right: 2.1276595745%; }
    .video_box:nth-child(2n+1) {
      clear: none; }
    .video_box:last-child {
      margin-right: 0; }

  #wp_content_12 div.ngg-gallery-thumbnail-box {
    width: 50%; }

  #wp_content_14 h2.widget-title {
    margin-top: .5em; }

  .footer_bottom a {
    display: block; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 6 Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 375px) {
  div.searchContain input[type="text"] {
    width: 80%; }

  .footer_bottom a {
    display: block; } }
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* iPhone 4 and 5 Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 320px) {
  .navTriggers a.searchTriggerMobile {
    right: 5px; }
  .navTriggers a.lines-button {
    right: 45px; }
  .navTriggers a.cart-icon {
    right: 110px; } }