#breadcrumbs .fusion-row {
  max-width: 1240px;
  position: relative;
  height: 100%; }

.promobox__cta, .product_cta-button {
  display: inline-block;
  background: #ff9800;
  width: 100%;
  text-align: center;
  color: white;
  padding: 1rem;
  margin-top: 1em;
  font-weight: 700;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }
  .promobox__cta:hover, .product_cta-button:hover {
    background: #394857;
    color: white; }

ul.sortable_product_list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.sortable_product_list li {
    margin: 0; }
ul.styled_list {
  list-style: none;
  margin: 0; }
  ul.styled_list li > a:first-child:before {
    content: '\f105';
    position: absolute;
    margin-left: -12px;
    font-size: 14px;
    font-family: icomoon; }

body .showcase {
  margin-top: 2em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden; }
  body .showcase__section {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(40% - 0.5em);
    max-width: calc(40% - 0.5em);
    padding: 3em;
    padding-bottom: 6em;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-bottom: 1em; }
    @media only screen and (min-width: 801px) {
      body .showcase__section:nth-of-type(3n + 1) {
        flex-basis: calc(60% - 0.5em);
        max-width: calc(60% - 0.5em); } }
    body .showcase__section > * {
      position: relative;
      z-index: 2; }
    body .showcase__section__header {
      display: inline-block;
      clear: both; }
    body .showcase__section__text {
      max-width: 600px; }
      body .showcase__section__text a {
        display: block;
        background: rgba(70, 89, 107, 0.9);
        color: white;
        padding: 2em;
        font-size: 1.2em;
        margin-top: 2em; }
    body .showcase__section__headline {
      font-size: 1.8em;
      color: white;
      background: rgba(70, 89, 107, 0.9);
      padding: 0.5em 1em;
      display: inline-block;
      margin: 0; }
      body .showcase__section__headline a {
        color: white;
        display: inline-block; }
    body .showcase__section:hover .showcase__section__background {
      transform: scale(1.05); }
    body .showcase__section__background {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
	  filter: blur(4px);
      -webkit-filter: blur(4px);
      background-size: cover;
      background-position: center;
      z-index: 1;
      transition: transform 0.4s ease-out; }
    body .showcase__section__cta {
      position: absolute;
      bottom: 3em; }

@media only screen and (max-width: 800px) {
  body .showcase {
    height: auto; }
    body .showcase__section {
      flex: 0 0 100%;
      flex-direction: column;
      padding: 0;
      margin-bottom: 1em;
      max-width: 100%; }
      body .showcase__section__header {
        width: 100%; }
      body .showcase__section__headline {
        width: 100%;
        padding: 1.5rem 1.5rem 1rem 1.5rem; }
      body .showcase__section__text {
        width: 100%;
        max-width: 100%; }
        body .showcase__section__text a {
          display: block;
          width: 100%;
          padding: 1rem 1.5rem 1.5rem 1.5rem;
          margin-top: 0; } }
.force_row {
  display: flex; }
  .force_row .col {
    flex: 1 auto;
    margin-right: 2em; }

#sliders-container .sophi_hero {
  padding: 3em 30px;
  width: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  #sliders-container .sophi_hero .fusion-row {
    max-width: 1240px;
    position: relative;
    height: 100%; }
  #sliders-container .sophi_hero h1 {
    font-size: 3em;
    color: white;
    bottom: 100px;
    font-family: "Montserrat", Arial, Helvetica, "sans-serif"; }
  #sliders-container .sophi_hero .caption {
    font-size: 1.5em;
    line-height: 1.5em;
    color: white;
    bottom: 50px; }

#breadcrumbs {
  background: #f2f2f2;
  padding: 1em; }
  #breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #breadcrumbs li {
    margin: 0;
    padding: 0;
    float: left;
    display: block; }
    #breadcrumbs li:after {
      content: "/";
      margin: 0 0.75em; }
    #breadcrumbs li:last-of-type:after {
      content: none; }

.reviews {
  min-height: 170px; }

.promobox {
  padding: 3.5em 3em 3em 3em;
  border-top: 3px solid #46596b;
  overflow: hidden;
  margin: 0 0 3em 0;
  background: #f2f2f2;
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .promobox-vertical {
    flex-wrap: wrap;
    text-align: center; }
    .promobox-vertical .promobox__text {
      flex: 1 100%; }
    .promobox-vertical .promobox__image {
      flex: 1 100%;
      margin-left: 0; }
      .promobox-vertical .promobox__image img {
        margin-bottom: 2em;
        max-height: 12em;
        display: inline-block; }
  .promobox__text {
    flex: 1 50%;
    font-size: 1em; }
  .promobox__image {
    flex: 1 45%;
    margin-left: 10%; }
    .promobox__image img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin-bottom: -7em; }
      .promobox__image img.rotate {
        position: relative;
        top: 4em;
        transform: rotate(15deg); }
  .promobox__headline {
    font-size: 1.6rem !important;
    margin-bottom: 1em;
    font-weight: 500; }
  @media only screen and (max-width: 763px) {
    .promobox {
      text-align: center; } }

.email_modal {
  overflow: hidden; }
  .email_modal input[type="email"] {
    width: 70%;
    float: left;
    height: 50px;
    border: none;
    padding: 0 1em; }
  .email_modal input[type="submit"] {
    width: 30%;
    float: left;
    height: 50px; }
  .email_modal .modal-body {
    overflow: hidden; }

.box {
  margin-bottom: 3em; }
  .box .box__header .box__headline {
    font-size: 1.6em; }

.product_cta {
  clear: both;
  border-top: #46596b 3px solid;
  padding: 2em;
  background: #f2f2f2; }
  .product_cta__headline {
    font-size: 1.5em;
    font-weight: 500; }
  .product_cta__image {
    padding: 0 2em; }
  .product_cta-button {
    margin-bottom: 1em; }
  @media only screen and (max-width: 992px) {
    .product_cta {
      text-align: center; }
      .product_cta__image img {
        max-height: 200px;
        margin-bottom: 1em; } }

.product_controls {
  clear: both;
  background: #eee;
  padding: 2em;
  overflow: hidden;
  margin-bottom: 2em; }
  .product_controls .product-search {
    margin-bottom: 0.5em; }
  .product_controls .product_sub_controls .product_sub_controls__row {
    display: block;
    vertical-align: top;
    overflow: hidden; }
  .product_controls .product_sub_controls ul {
    margin: 0 0 0 0;
    padding: 0;
    float: left;
    overflow: hidden; }
    .product_controls .product_sub_controls ul li {
      display: inline-block;
      margin: 0 1em 0 0; }
    @media only screen and (max-width: 640px) {
      .product_controls .product_sub_controls ul {
        float: none; }
        .product_controls .product_sub_controls ul li {
          margin-bottom: 0.25em;
          display: block; } }
  .product_controls .product_sub_controls .sort {
    color: white;
    background: #46596b;
    cursor: pointer;
    font-size: 0.9em;
    padding: 0.4em 1.2em 0.4em 1.2em; }
    .product_controls .product_sub_controls .sort.asc {
      background: #fd8c25; }
      .product_controls .product_sub_controls .sort.asc:before {
        margin-right: 0.5em;
        content: "\f160";
        color: white;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
    .product_controls .product_sub_controls .sort.desc {
      background: #fd8c25; }
      .product_controls .product_sub_controls .sort.desc:before {
        margin-right: 0.5em;
        content: "\f161";
        color: white;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
  .product_controls .sort_description {
    margin: 1em 0 0.5em 0;
    clear: both;
    font-weight: 600; }
  .product_controls .product_sub_controls__row > * {
    vertical-align: top; }
  .product_controls input.search {
    height: 3em;
    font-size: 1.1em;
    padding: 0.5em;
    width: 100%; }

.cta_box {
  width: 100%;
  background: #46596b;
  padding: 3em 4em 2em;
  color: white;
  margin-bottom: 4em;
  vertical-align: center;
  overflow: hidden; }
  .cta_box__text {
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-family: Fira Sans, Arial, Helvetica, sans-serif; }
  .cta_box input, .cta_box a.fusion-modal-text-link {
    display: block;
    float: left;
    margin: 0;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.2em;
    border: none;
    font-weight: 300;
    vertical-align: middle; }
  .cta_box input[type="email"] {
    width: 60%;
    padding: 0 1em; }
  .cta_box input[type="submit"], .cta_box a.fusion-modal-text-link {
    width: 40%;
    min-width: 4em;
    background: #ff9800;
    color: white;
    display: block;
    text-align: center;
    font-weight: 500; }
    .cta_box input[type="submit"]:hover, .cta_box a.fusion-modal-text-link:hover {
      cursor: pointer;
      background: #ffc107; }
  .cta_box__form {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto; }
    @media only screen and (max-width: 640px) {
      .cta_box__form input[type="email"],
      .cta_box__form input[type="submit"] {
        display: block;
        width: 100%;
        margin-bottom: 0.5em; } }

.textwidget .cta_box {
  padding: 2em; }
  .textwidget .cta_box input[type="email"],
  .textwidget .cta_box input[type="submit"],
  .textwidget .cta_box a.fusion-modal-text-link {
    width: 100%;
    display: block; }
  .textwidget .cta_box input[type="email"] {
    margin-bottom: 0.5em; }

.stick_to_the_top {
  margin-top: -70px; }

.reading-box-description {
  font-weight: 700;
  font-size: 1.2em;
  margin: 1em 0;
  line-height: 1.5em; }

.table > thead > tr > th {
  padding: 10px; }
.table > tbody > tr > th {
  padding: 10px; }

.tooltip-shortcode {
  border-bottom: 1px dashed rgba(70, 89, 107, 0.5); }

.product__sidebar__widget {
  margin-bottom: 3em;
  background: #f2f2f2;
  padding: 2em; }

.product_logo_placeholder {
  background: #f2f2f2;
  padding: 10% 20%; }

.button-cta {
  display: inline-block;
  background: #ff9800;
  width: 100%;
  text-align: center;
  color: white;
  padding: 1rem;
  margin-top: 1em;
  font-weight: 700; }

.product_list .product {
  padding-bottom: 1em;
  margin-bottom: 3em;
  border-bottom: 1px solid #eee;
  opacity: 0.7; }
  .product_list .product[data-marketingrights_acquired] {
    opacity: 1;
    position: relative;
    overflow: hidden; }
    .product_list .product[data-marketingrights_acquired] .fusion-post-content-container {
      padding-right: 4em; }
    @media only screen and (max-width: 640px) {
      .product_list .product[data-marketingrights_acquired] .fusion-post-content-container {
        padding-right: 0; } }
    .product_list .product[data-marketingrights_acquired]:after {
      content: "Extended Profile";
      position: absolute;
      right: -7em;
      top: 2.5em;
      font-size: 0.9em;
      width: 20em;
      color: #fff;
      background: #46596B;
      font-family: 'Montserrat', Arial, Helvetica, 'sans-serif';
      padding: 0.5em;
      text-align: center;
      transform: rotate(45deg); }
  .product_list .product .entry-title {
    font-weight: 500;
    font-size: 1.2em !important;
    line-height: 1em !important;
    margin: 0; }
  .product_list .product .product-metadata {
    clear: both;
    min-height: 2em;
    margin-bottom: 0.5em;
    overflow: hidden; }
    .product_list .product .product-metadata ul {
      list-style: none;
      clear: both;
      display: block;
      margin: 0;
      padding: 0; }
      .product_list .product .product-metadata ul li {
        float: left;
        font-size: 0.9em; }
        .product_list .product .product-metadata ul li:after {
          content: " ";
          margin: 0 1em; }
        .product_list .product .product-metadata ul li:last-of-type:after {
          content: none; }
  .product_list .product .post-content {
    width: 65%;
    float: right; }
    .product_list .product .post-content p {
      font-size: 1em; }
  .product_list .product .fusion-flexslider.flexslider.fusion-post-slideshow {
    text-align: center;
    width: 30%;
	float: left; }
  .product_list .product .product_vendor_logo_placeholder {
    background: #F4F4F4;
    color: #46596B;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    height: 168px;
    line-height: 168px; }
    .product_list .product .product_vendor_logo_placeholder .name {
      margin: auto 1em;
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2em; }
  @media only screen and (max-width: 640px) {
    .product_list .product .post-content {
      width: 100%;
      float: none; }
    .product_list .product .fusion-flexslider.flexslider.fusion-post-slideshow {
      width: 100%; } }

.post-content p {
  font-size: 1.2em;
  line-height: 2em; }

#main .post-content .fusion-flexslider.flexslider.fusion-post-slideshow {
  margin-bottom: 2em; }

#wrapper #main .vertical-tabs.use_demographics .chart_description {
  margin-top: -2em;
  font-size: 1em;
  font-style: italic; }
#wrapper #main .vertical-tabs.use_demographics .nav {
  width: 35%;
  background: none;
  border: none; }
  #wrapper #main .vertical-tabs.use_demographics .nav-tabs p, #wrapper #main .vertical-tabs.use_demographics .nav-tabs br {
    display: none; }
  #wrapper #main .vertical-tabs.use_demographics .nav-tabs .fusion-tab-heading {
    color: #777;
    font-weight: 400;
    font-size: 15px; }
  #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li .fusion-tab-heading {
    font-weight: 400;
    font-family: 'Open Sans', Arial, Helvetica, 'sans-serif'; }
  #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li .tab-link {
    background-color: #90a1b1;
    border-right: 1px solid rgba(50, 50, 50, 0.2);
    border-left: 0px solid #ff9800; 
	margin: 0 0 1px 0;
	padding: 8px 10px}
    #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li .tab-link h4 {
      color: #fff;
  white-space: normal; }
    #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li .tab-link:hover {
      background-color: #9db0c2;
      border-left: 3px solid #ff9800 !important; }
  #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li.active .tab-link {
    border-top: none;
    border-left: 3px solid #ff9800 !important;
    background-color: #F7F7F7;
    border-right: none; }
    #wrapper #main .vertical-tabs.use_demographics .nav-tabs > li.active .tab-link .fusion-tab-heading {
      font-weight: 600;
      color: #333; }
#wrapper #main .vertical-tabs.use_demographics .tab-content {
  width: 65%;
  background: #f7f7f7; }
  @media only screen and (max-width: 768px) {
    #wrapper #main .vertical-tabs.use_demographics .tab-content {
      width: 100%; } }
  #wrapper #main .vertical-tabs.use_demographics .tab-content .tab-pane {
    width: 100%;
    background: none;
    border: none; }
    #wrapper #main .vertical-tabs.use_demographics .tab-content .tab-pane h3 {
      font-size: 1.2em;
      font-weight: 400;
      color: #46596B;
      border-bottom: #ccc 1px solid;
      margin-bottom: 2em;
      margin-top: -15px;
      font-family: 'Open Sans', Arial, Helvetica, 'sans-serif'; }

#wrapper #main .post h1.entry-title {
    font-size: 2.3em !important;
    line-height:1.3em !important
}

.fore_row .col:last-of-type {
  margin-right: 0; }

.fusion-image-carousel-fixed .fusion-carousel .fusion-image-wrapper img {
  max-height: 185px; }

#content .fusion-title.fusion-sep-none {
  width: 100%; }
  #content .fusion-title.fusion-sep-none > * {
    font-size: 2em;
    display: inline-block;
    padding-bottom: 0.5em;
    text-align: center;
    border-bottom: 2px solid #ff9800; }

#wrapper #main .product__sidebar__widget .product__sidebar__widget__header {
  background: #46596b;
  padding: 1.25em 2em 1em 2em;
  margin: -2em;
  margin-bottom: 1em; }
#wrapper #main .product__sidebar__widget .product__sidebar__widget__headline {
  font-size: 1em;
  color: white; }
#wrapper #main .product__sidebar__widget-badges img {
  padding: 4em 0; }

.special_counters .fusion-counters-box .fusion-counter-box .counter-box-container {
  padding: 90px 20px;
  border: none !important;
  border-top: 3px solid #46596b !important;
  background-color: #fafafa; }

@media only screen and (max-width: 1000px) {
  .category .fusion-blog-layout-medium .fusion-post-medium .fusion-post-slideshow {
    width: 100%;
    margin-bottom: 1em; }
  .category .fusion-blog-layout-medium .fusion-post-medium .fusion-post-content {
    margin-left: 0;
    clear: left; } }
.headline-logo {
  height: 70px;
  margin-right: 1em;
  margin-top: -0.5em; }

#wrapper #main .single-product h1 {
  margin-top: 0;
  font-size: 2.5em; }
#wrapper #main .single-product__sub-headline-wrapper {
  padding: 4em 0 2em 0;
  overflow: hidden; }
  #wrapper #main .single-product__sub-headline-wrapper img {
    float: left;
    display: block; }
  #wrapper #main .single-product__sub-headline-wrapper .single-product__sub-headline {
    margin: 10px 0 0 2em; }
  @media only screen and (max-width: 768px) {
    #wrapper #main .single-product__sub-headline-wrapper img {
      display: none; }
    #wrapper #main .single-product__sub-headline-wrapper .single-product__sub-headline {
      margin: 0; } }
#wrapper #main .single-product__sub-headline {
  font-size: 24.407px !important; }
#wrapper #main .single-product .post-excerpt {
  overflow: hidden;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em; }
  #wrapper #main .single-product .post-excerpt .product-logo {
    float: left;
    margin: 1em 2em 1em 0; }
#wrapper #main .single-product .fusion-tabs {
  margin-top: 3.5em;
  min-height: 420px; }

.fusion-carousel .fusion-carousel-item img {
  width: auto; }

.product__sidebar__widget .fusion-image-carousel {
  margin-bottom: 0;
  min-height: 220px; }

img.cast-shadow {
  box-shadow: -4px 4px rgba(100, 100, 100, 0.2); }

.ilightbox-holder.metro-white {
  padding: 4em; }
  .ilightbox-holder.metro-white .ilightbox-inner-toolbar {
    width: auto !important; }
    .ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {
      font-size: 1.4em;
      font-weight: 600;
      text-align: center;
      padding: 0;
      margin: 0 0 1em 0;
      font-family: "Montserrat", Arial, Helvetica, "sans-serif"; }
  .ilightbox-holder.metro-white .ilightbox-social {
    display: none; }
  .ilightbox-holder.metro-white .ilightbox-container {
    height: auto !important; }
    .ilightbox-holder.metro-white .ilightbox-container .ilightbox-caption {
      display: block;
      position: static;
      text-align: center;
      background: none;
      text-shadow: none;
      font-size: 1rem; }

.product-headline {
  margin-bottom: 1em; }

#wrapper #main .fusion-recent-posts h4.entry-title {
  font-size: 1.2em; }

.top-sharing-box .fusion-sharing-box {
  margin: 0 0 30px 0; }

@media only screen and (max-width: 768px) {
  .hidden-xs {
    display: none; } }
.sponsors {
  margin-top: 4em; }
  .sponsors ul {
    margin-top: 2em;
    list-style-type: none;
    padding: 0; }
  .sponsors li.sponsor {
    display: inline-block;
    margin-right: 3em;
    margin-bottom: 3em;
    padding-right: 3em;
    border-right: 1px solid #eee; }
    .sponsors li.sponsor:last-of-type {
      border: none; }
    .sponsors li.sponsor img {
      height: 4em; }

.fusion-menu-description {
  display: none !important;
}

.fusion-is-sticky .fusion-main-menu .fusion-main-menu-icon:after, .fusion-is-sticky .fusion-main-menu .fusion-widget-cart-counter>a:before, .fusion-is-sticky .fusion-main-menu>ul>li>a, .fusion-is-sticky .fusion-main-menu>ul>li>a .fusion-menu-description {
  color: #fff;
}

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