/*!
Theme Name: _s
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coop
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Susy
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Susy
--------------------------------------------------------------*/
/* Changing Susy default global settings */
@media screen and (min-width: 100.0em) {
  #content {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  #content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
article {
  width: 100%;
  float: right;
  margin-right: 0;
}

header {
  padding-bottom: 10px;
}

.entry-header {
  width: 90.0862375522%;
  float: right;
  margin-right: 0;
  margin-left: 9.9137624478%;
}

.entry-header .entry-title {
  width: 40.9482897965%;
  float: left;
  margin-right: 1.7241044885%;
}

.entry-meta .posted-on {
  width: 100%;
  float: right;
  margin-right: 0;
}

.entry-meta .tags {
  width: 16.3793159186%;
  float: left;
  margin-right: 1.7241044885%;
}

.entry-header .header-background {
  width: 100%;
  float: right;
  margin-right: 0;
  height: 42em;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

main {
  position: relative;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "LemonTuesday";
  src: url("fonts/Lemon Tuesday.otf") format("opentype");
}
@font-face {
  font-family: "MadeSonara";
  src: url("fonts/made-sonara.otf") format("opentype");
}
@font-face {
  font-family: "AvenirNextLTPro-Regular";
  src: url("fonts/AvenirNextLTProRegular/font.woff2") format("woff2"), url("fonts/AvenirNextLTProRegular/font.woff") format("woff");
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000000;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 18.4px;
  font-size: 1.15rem;
  line-height: 1.725;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "MadeSonara", serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h2, h3, h4, h5, h6 {
  font-family: "MadeSonara", serif;
}

h1 {
  font-size: 3.25em;
  line-height: 1.05;
  margin: 0 0 10px 0;
  padding-top: 8px;
  word-spacing: -4px;
  letter-spacing: 0px;
  -webkit-text-stroke-width: 0.75px;
}
h1 span.h1-small {
  font-size: 0.5125em;
  display: block;
}

@media screen and (min-width: 48.0em) {
  h1 {
    font-size: 5em;
  }
}
@media screen and (max-width: 77.438em) {
  h2, h3, h4, h5, h6, .h2, .h3, .h2-small {
    -webkit-text-stroke-width: 0.75px;
    letter-spacing: 0.5px;
  }
}
.home h1 {
  font-size: 4.25em;
}
.home h1 span.h1-small {
  font-size: 0.4515em;
  display: block;
}

@media only screen and (max-width: 480px) {
  .home .tdt-slider h1,
.page .tdt-slider h1,
.single .tdt-slider h1 {
    font-size: 3.25em !important;
  }
  .home .tdt-slider h1 span.h1-small,
.home .tdt-slider h1 span,
.page .tdt-slider h1 span.h1-small,
.page .tdt-slider h1 span,
.single .tdt-slider h1 span.h1-small,
.single .tdt-slider h1 span {
    font-size: 0.4515em !important;
  }
}
h2 {
  font-size: 1.6em;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 9px;
  font-weight: 400;
  text-transform: uppercase;
}
h2.tdt-slider-heading {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 1em;
}

@media screen and (min-width: 48.0em) {
  h2 {
    margin-bottom: 29px;
  }
}
h2.head-rubric,
h3.head-rubric {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  letter-spacing: -0.025em;
  text-transform: none;
}

h3.head-rubric:before {
  top: 15px;
}
h3.head-rubric span {
  font-size: 0.9em;
}

h2.head-h2-pariskingsize {
  font-family: "MadeSonara", serif;
  font-weight: 400;
  font-size: 3.4em;
  letter-spacing: -0.025em;
}

article.beauty-abc h2 {
  font-weight: 600;
  margin: 0;
}
article.beauty-abc h2.head-h2-pariskingsize {
  font-size: 4.4em;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin: auto;
  line-height: 1.15;
  text-transform: none;
}

@media screen and (min-width: 48.0em) {
  article.beauty-abc h2.head-h2-pariskingsize {
    margin: 0 16%;
  }
}
.click-win-container .head-rubric {
  font-size: 0.9em;
  font-size: 1.05em;
  text-align: center;
}

@media screen and (max-width: 47.938em) {
  h2.head-rubric,
h3.head-rubric {
    font-size: 1.3em;
    line-height: 1.3;
    margin-bottom: 1rem !important;
  }

  .click-win-container .head-rubric {
    font-size: 1.3em;
    line-height: 1.3;
  }
  .click-win-container .head-rubric.mobile {
    padding: 0 35px 0 35px;
  }
}
.head-rubric {
  text-align: center;
  display: block;
  background-color: #ffffff;
}
.head-rubric:before {
  content: "";
  display: block;
  width: 100%;
  position: relative;
  border-top: 1px solid #000000;
  top: 7px;
}
@media screen and (max-width: 47.938em) {
  .head-rubric:before {
    content: unset;
  }
}
@media screen and (max-width: 47.938em) {
  .head-rubric:after {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid #000000;
  }
}
.head-rubric span {
  background-color: #ffffff;
  position: relative;
  float: none;
  padding: 0 0.3em;
  top: -0.4em;
}
@media screen and (max-width: 47.938em) {
  .head-rubric span {
    top: -0.25em;
    font-size: 0.785em;
  }
}

.click-win-container .head-rubric:before {
  display: none;
}
.click-win-container .head-rubric span {
  padding: 0;
  text-transform: lowercase;
}

.vc_grid-item h1 {
  color: #ffffff;
}
.vc_grid-item h2 {
  font-size: 1.75em;
  font-family: "MadeSonara", serif, serif;
  font-weight: 400;
  color: #000000;
  line-height: 0.98;
  letter-spacing: -0.005em;
  margin-bottom: 0.85em;
  text-transform: none;
}
.vc_grid-item h2 .h2-small {
  display: block;
  font-size: 0.585em;
  line-height: 1.1;
}

@media screen and (min-width: 48.0em) {
  .vc_grid-item h2 {
    font-size: 4.25em;
    color: #ffffff;
    margin-bottom: 0.5em;
  }
  .vc_grid-item h2 .h2-small {
    font-size: 0.485em;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .vc_grid-item h2 {
    font-size: 2em;
  }
}
.related-tiles .vc_grid-item h2 {
  font-size: 2.5em;
  line-height: 0.98;
  text-transform: none;
}
.related-tiles .vc_grid-item h2 .h2-small {
  display: block;
  font-size: 0.485em;
  line-height: 1.1;
}

@media screen and (min-width: 48.0em) {
  .related-tiles .vc_grid-item h2 {
    font-size: 1.75em;
    line-height: 1.1;
  }
  .related-tiles .vc_grid-item h2 .h2-small {
    font-size: 0.585em;
    line-height: 1;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .related-tiles .vc_grid-item h2 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 70.0em) {
  .related-tiles .vc_grid-item h2 {
    font-size: 3.25em;
    line-height: 0.98;
  }
  .related-tiles .vc_grid-item h2 .h2-small {
    display: block;
    font-size: 0.485em;
    line-height: 1.1;
  }
}
h3.post-title {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 47.938em) {
  h3.post-title {
    font-size: 1em;
  }
}
@media screen and (max-width: 24.125em) {
  h3.post-title {
    font-size: 1em;
  }
}
.black-box h4 {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  padding: 12px 0 0 0;
  margin: 0;
  font-size: 1.075em;
  color: #000000;
  background-color: #000000;
}

@media screen and (min-width: 48.0em) {
  .black-box h4 {
    font-size: 1.5em;
    color: #ffffff;
    background-color: transparent;
  }
}
#modal_modal.beauty-week-break #beautyweek-modal h2 {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  font-size: 2.25em;
  letter-spacing: -0.025em;
  text-transform: none;
  margin-bottom: 10px;
}

@media screen and (min-width: 48.0em) {
  #modal_modal.beauty-week-break #beautyweek-modal {
    font-size: 2.25em;
  }
}
p {
  margin-top: 0;
  margin-bottom: 24px;
}

@media screen and (max-width: 47.938em) {
  p {
    font-size: 0.8em;
    line-height: 1.5;
  }
}
p.beauty-abc {
  font-size: 4.2em;
  line-height: 1.55em;
  display: block;
  position: relative;
  margin: auto;
  border-radius: 50%;
  width: 1.35em;
  height: 1.4em;
  border: 0px solid #000000;
  text-align: center;
  margin-top: 4px;
}
p.beauty-abc:after {
  content: " ";
  display: block;
  position: absolute;
  width: 1.45em;
  height: 1.45em;
  top: -0.045em;
  left: -0.045em;
  background-image: url("images/coop-beauty-abc.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  /*border-radius: 50%;
  border: 1px solid $black;
  */
}

.wpb_content_element {
  margin-bottom: 24px !important;
}

.wpb_content_element.black-box {
  margin: 6px 0 0 0 !important;
}

.wpb_content_element.coop-rubric-headline {
  margin-bottom: 2px !important;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.handwriting {
  font-family: "LemonTuesday", serif;
  font-size: 3.8em;
  margin: 0;
  padding: 0;
  transform: rotate(-6deg);
  text-align: center;
}
.handwriting.small {
  font-size: 2em;
}

@media screen and (min-width: 48.0em) {
  .handwriting {
    font-size: 5em;
  }
  .handwriting.small {
    font-size: 2.7em;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

@media screen and (min-width: 48.0em) {
  body {
    overflow-x: visible;
  }
}
blockquote, q {
  quotes: "" "";
  margin: 0 1.5em;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 0em;
  padding-left: 17px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/** Modal **/
#modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 100000;
  cursor: pointer;
}

#modal_modal {
  position: absolute;
  /* background:url(tint20.png) 0 0 repeat; */
  background-color: #ffffff;
  border-radius: 0px;
  padding: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 120000;
  min-width: 500px;
  min-height: 300px;
  border: 0px solid #ff0000;
  max-width: 850px;
  height: auto !important;
}

#modal_content {
  border-radius: 0px;
  /* background: #FFF none repeat scroll 0% 0%; */
  padding: 0px;
  min-width: 808px;
  min-height: 660px;
  width: 100%;
  /* height: 100%; */
  position: relative;
  float: left;
}
#modal_content .formloading {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 49%;
  left: 53%;
}
#modal_content .modal_close_link,
#modal_content #modal_close_link {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0;
}

/*
* Loader Copyright (c) 2016 Connor Atherton
*
*/
@-webkit-keyframes overlay-loading {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes overlay-loading {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.overlay-loading {
  position: relative;
  transform: translateY(-25px);
}

.overlay-loading > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.overlay-loading > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.overlay-loading > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.overlay-loading > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.overlay-loading > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #000000;
  -webkit-animation: overlay-loading 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: overlay-loading 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

#modal_content.click-win-pause {
  height: 660px;
  min-height: 660px;
}

body.page-title-beautyweek #modal_content #content {
  padding: 0 40px;
}

#modal_close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 46px;
  height: 46px;
  opacity: 1;
}
#modal_close:hover {
  opacity: 0.3;
}
#modal_close:before, #modal_close:after {
  position: absolute;
  top: -4px;
  left: 26px;
  content: " ";
  height: 42px;
  width: 2px;
  background-color: #000000;
}
#modal_close:before {
  transform: rotate(45deg);
}
#modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (min-width: 48.0em) {
  #modal_close {
    width: 55px;
    height: 55px;
    opacity: 1;
  }
  #modal_close:before, #modal_close:after {
    height: 62px;
  }
}
/*
a#modal_close_link {
    background-color:#000;
    color:#fff;
    margin:auto;
    text-align:center;
    max-width:250px;

}
*/
@media only screen and (min-width: 751px) and (max-width: 959px) {
  #modal_modal {
    min-width: 702px;
    max-width: 702px;
  }

  #modal_content {
    width: 100%;
    min-width: 660px;
  }
}
@media only screen and (max-width: 750px) {
  #modal_modal {
    max-width: 440px;
    min-width: 440px;
  }

  #modal_content {
    width: 100%;
    min-width: 398px;
  }
}
@media only screen and (max-width: 479px) {
  #modal_modal {
    min-width: 292px;
    /* max-width: 292px; */
  }

  #modal_content {
    width: 100%;
    min-width: 250px;
  }
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  border-radius: 0;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
  border: none;
}

input[type=submit].search-submit {
  border: 0;
  padding: 10px 20px 13px;
  text-align: center;
  background-color: black;
  color: #fff;
  min-width: 220px;
  text-transform: capitalize;
  font-size: 1em;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

input[type=search] {
  padding: 6px 6px 10px 6px;
  border-radius: 0;
  margin-top: 9px;
  display: inline-block;
  height: 43px;
  border-radius: 0px;
}

.nf-form-cont .nf-form-fields-required {
  display: none;
}
.nf-form-cont .submit-wrap .nf-field-element {
  text-align: center;
  margin-top: 20px;
}
.nf-form-cont .submit-wrap input {
  border: 0;
  padding: 10px 20px 13px;
  text-align: center;
  background-color: black;
  color: #ffffff;
  min-width: 220px;
  font-size: 1em;
  border-radius: 0;
}

.wpcf7-form p {
  clear: both;
  float: left;
  display: inline-block;
}
.wpcf7-form textarea,
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=password] {
  padding: 2px;
  border: 1px solid #000000;
  color: #000;
  border-radius: 0;
  width: auto;
}
.wpcf7-form input.wpcf7-submit {
  border: 0;
  padding: 10px 20px 13px;
  text-align: center;
  background-color: black;
  color: #ffffff;
  min-width: 220px;
  font-size: 1em;
  border-radius: 0;
}
.wpcf7-form textarea {
  width: 114%;
  height: 170px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}

@media screen and (min-width: 48.0em) {
  .wpcf7-form p {
    width: 50%;
  }
}
.nf-form-content .nf-field {
  margin-bottom: 20px;
}
.nf-form-content .nf-field-label label {
  font-weight: 600;
  font-size: 0.85em;
}
.nf-form-content .nf-field-element input,
.nf-form-content .nf-field-element select,
.nf-form-content .nf-field-element textarea {
  font-weight: 500;
  font-size: 0.85em;
  border-radius: 0;
  border-color: #000000;
  background-color: #ffffff;
}
.nf-form-content .nf-field-element select {
  height: 32px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
}
a:hover, a:focus, a:active {
  color: #b3b3b3;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

#social_share_widget-2 {
  position: relative;
  z-index: 90;
}

.social_icon_container {
  text-align: center;
  display: inline-block;
  margin-top: 8px;
  width: 100%;
}
.social_icon_container .social_share_text {
  font-family: "MadeSonara", serif;
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0px;
  -webkit-text-stroke-width: 0.75px;
}
.social_icon_container a {
  display: inline-block;
  padding: 10px;
  margin-right: 2vw;
  margin-left: 2vw;
  margin-bottom: 10px;
}

@media screen and (min-width: 24.188em) {
  .social_icon_container a {
    margin-right: 5vw;
    margin-left: 5vw;
  }
}
@media screen and (min-width: 48.0em) {
  .social_icon_container {
    width: 161px;
  }
  .social_icon_container .social_share_text {
    display: none;
  }
  .social_icon_container a {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}
.entry-footer {
  clear: both;
  background-color: #f2f2f2;
  padding: 10px;
  text-align: center;
}
.entry-footer .edit-link {
  padding: 10px;
  background-color: #000000;
}
.entry-footer .edit-link a {
  text-decoration: underline;
  color: #ffffff;
  padding: 10px 30px;
}

a.newsletter-anmelden {
  color: #ffffff;
  padding: 10px 30px;
  background-color: #000000;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-navigation-wrapper {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 0;
  z-index: 99990;
}

@media screen and (min-width: 48.0em) {
  .site-navigation-wrapper {
    position: fixed;
    background-color: #000000;
    height: 42px;
  }
}
.main-navigation {
  height: 0px;
  clear: both;
  display: block;
  float: none;
  margin: auto;
  position: relative;
  background-color: #000000;
  font-family: "AvenirNextLTPro-Regular", sans-serif;
}
.main-navigation .menu-hauptmenue-container,
.main-navigation .menu-hauptmenue-fr-container {
  margin: auto;
}
.main-navigation .invers-navigation.newsletter {
  display: none;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation .invers-navigation.suche ul {
  display: block;
}
.main-navigation li {
  float: left;
  position: relative;
  border-right: 1px solid #ffffff;
  padding: 2px 0;
}
.main-navigation li:first-child {
  border-left: 1px solid #ffffff;
}
.main-navigation li:first-child, .main-navigation li:nth-child(2) {
  border-left: 1px solid #ffffff;
}
.main-navigation li.menu-item-invers {
  border-left: 0px solid #ffffff;
  border-right: 0px solid #ffffff;
  padding: 0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 23px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #b3b3b3;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: #b3b3b3;
}

@media screen and (min-width: 77.500em) {
  .main-navigation {
    max-width: 1180px;
    height: 42px;
  }
  .main-navigation .menu-hauptmenue-container,
.main-navigation .menu-hauptmenue-fr-container {
    /* width: 896px;
    width: 750px;
    */
    text-align: center;
  }
}
@media screen and (max-width: 77.438em) {
  .sticky-header {
    position: fixed;
    top: -42px;
    left: 0;
    right: 0;
    z-index: 100;
  }

  .sticky-header.sticky-header {
    background-color: #000000;
    transition: background-color 200ms linear;
  }

  .mobile-sticky-header {
    padding-top: 170px;
  }
}
.invers-navigation {
  display: inline;
  position: absolute;
  top: 0px;
}
.invers-navigation a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 5px 14px;
  margin-top: 7px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  background-color: #ffffff;
}
.invers-navigation.suche {
  right: 36px;
}
.invers-navigation.suche a {
  text-indent: -14000px;
  background-color: transparent;
}
.invers-navigation.newsletter i, .invers-navigation.suche i {
  background-image: url("images/coop-newsletter-b.svg");
  width: 40px;
  height: 35px;
  display: block;
  margin: -8px 0 0 -51px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
}
.invers-navigation.suche i {
  background-image: url("images/coop-lupe-b.svg");
  display: block;
  margin: 0;
  background-size: 88%;
  /* top: 84px;
  right: 100px;
  */
  height: 38px;
  width: 42px;
}
@media screen and (max-width: 77.438em) {
  .invers-navigation.suche a {
    top: 54px;
    right: 90px;
    position: relative;
    width: 52px;
    height: 44px;
  }
}
@media screen and (min-width: 77.500em) {
  .invers-navigation.suche a {
    text-indent: inherit;
    background-color: #ffffff;
  }
  .invers-navigation.suche i {
    background-image: url("images/coop-lupe-b.svg");
    right: 0px;
    margin: -9px -50px 0 0;
    background-size: 70%;
    top: 16px;
    height: 48px;
    width: 40px;
  }
}

html:lang(fr-FR) .invers-navigation.suche {
  right: -6px;
}

/* Small menu. */
button.menu-toggle {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("images/coop-mobile-menu.svg");
  position: absolute;
  right: 0px;
  top: 67px;
  background-repeat: no-repeat;
  height: 44px;
  width: 70px;
  background-size: 49px;
  padding: 6px;
}

.menu-toggle,
.main-navigation.toggled .menu-hauptmenue-container ul,
.main-navigation.toggled .menu-hauptmenue-fr-container ul {
  display: block;
  position: absolute;
  background-color: #000;
  top: 148px;
  width: 100%;
  z-index: 10000;
  padding-bottom: 70px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.menu-toggle li,
.main-navigation.toggled .menu-hauptmenue-container ul li,
.main-navigation.toggled .menu-hauptmenue-fr-container ul li {
  float: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  border-left: 0px solid #fff !important;
  border-right: 0px solid #fff !important;
}

@media screen and (min-width: 77.500em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation .invers-navigation,
.main-navigation .invers-navigation.newsletter,
.main-navigation ul {
    display: inline-block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.site-footer {
  background-color: #000000;
  padding: 0;
  margin: 0;
}
.site-footer .footer-content {
  display: block;
}
.site-footer .footer-content #nav_menu-2, .site-footer .footer-content.footer-black {
  max-width: 1380px;
  margin: auto;
  position: relative;
}
.site-footer .footer-content.footer-lightgrey {
  padding-top: 20px;
  background-color: #f2f2f2;
}
.site-footer .footer-content.footer-lightgrey ul {
  margin: auto;
  max-width: 360px;
}
.site-footer .footer-content.footer-lightgrey ul li {
  color: #000000;
}
.site-footer .footer-content.footer-lightgrey ul li a {
  color: #000000;
  font-size: 16px;
}
.site-footer .footer-content section {
  display: inline-block;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.site-footer .footer-content section:last-child {
  border-bottom: 0px solid #ffffff;
}
.site-footer .footer-content section div {
  text-align: center;
  line-height: 1;
}
.site-footer .footer-content ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.site-footer .footer-content ul li {
  list-style-type: disc;
  font-size: 18px;
  padding: 0 26px 0 0;
  float: left;
  position: relative;
  color: #ffffff;
}
.site-footer .footer-content ul li:first-child {
  list-style-type: none;
}
.site-footer .footer-content ul li:last-child {
  padding-right: 0;
}
.site-footer .footer-content ul li a {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #ffffff;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 2.8;
}
.site-footer .footer-content ul li a:hover, .site-footer .footer-content ul li a:focus, .site-footer .footer-content ul li a:active {
  color: #b3b3b3;
}
.site-footer .footer-content ul li.current-menu-item a, .site-footer .footer-content ul li.current_page_item a {
  color: #b3b3b3;
}
.site-footer .footer-content ul#menu-deutsch-franzoesisch li a, .site-footer .footer-content ul#menu-deutsch-franzoesisch-fr li a {
  font-size: 0.75em;
}
.site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li:last-child, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li:last-child {
  padding-right: 0;
}
.site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li:first-child, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li:first-child {
  /* margin-left: 5.25%; */
}

@media screen and (max-width: 28.750em) {
  .site-footer {
    background-color: #000000;
    padding: 0;
    margin: 0;
  }
  .site-footer .footer-content ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width: 80.00em) {
  .site-footer {
    padding-bottom: 20px;
  }
  .site-footer .footer-content {
    height: 40px;
  }
  .site-footer .footer-content #nav_menu-2, .site-footer .footer-content.footer-black {
    padding-top: 2px;
  }
  .site-footer .footer-content.footer-lightgrey {
    padding-top: 0px;
  }
  .site-footer .footer-content section {
    display: block;
    width: unset;
    border-bottom: 0px solid #ffffff;
  }
  .site-footer .footer-content section:first-child {
    top: 11px;
    position: absolute;
    left: 0;
  }
  .site-footer .footer-content section:nth-child(2) {
    width: 486px;
    margin: 0 0 0 47% !important;
  }
  .site-footer .footer-content section:last-child {
    top: 11px;
    position: absolute;
    right: 0;
  }
  .site-footer .footer-content ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .site-footer .footer-content ul li {
    list-style-type: disc;
    font-size: 24px;
    padding: 0 34px 0 0;
    float: left;
    position: relative;
    color: #ffffff;
  }
  .site-footer .footer-content ul li:first-child {
    list-style-type: none;
  }
  .site-footer .footer-content ul li:last-child {
    padding-right: 0;
  }
  .site-footer .footer-content ul li a {
    font-family: "AvenirNextLTPro-Regular", sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2;
  }
  .site-footer .footer-content ul li a:hover, .site-footer .footer-content ul li a:focus, .site-footer .footer-content ul li a:active {
    color: #b3b3b3;
  }
  .site-footer .footer-content ul li.current-menu-item a, .site-footer .footer-content ul li.current_page_item a {
    color: #b3b3b3;
  }
  .site-footer .footer-content ul#menu-deutsch-franzoesisch li {
    font-size: 24px;
    padding: 0 34px 0 0;
  }
  .site-footer .footer-content ul#menu-deutsch-franzoesisch li a {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .site-footer .footer-content ul#menu-deutsch-franzoesisch li:last-child {
    padding-right: 0;
  }
  .site-footer .footer-content ul#menu-datenschutz-impressum-kontakt-fr li, .site-footer .footer-content ul#menu-deutsch-franzoesisch-fr li {
    font-size: 14px;
    padding: 0 21px 0 0;
  }
  .site-footer .footer-content ul#menu-datenschutz-impressum-kontakt-fr li a, .site-footer .footer-content ul#menu-deutsch-franzoesisch-fr li a {
    font-size: 15.6px;
    font-size: 0.975rem;
  }
  .site-footer .footer-content ul#menu-datenschutz-impressum-kontakt-fr li:last-child, .site-footer .footer-content ul#menu-deutsch-franzoesisch-fr li:last-child {
    padding-right: 0;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li {
    font-size: 16px;
    padding: 4px 30px 0 0;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li:last-child, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li:last-child {
    padding-right: 0;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li a, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.65;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte li:first-child, .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li:first-child {
    /* margin-left: 5.25%; */
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li {
    font-size: 12px;
    padding: 13px 25px 0 0px;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li a {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.4;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr li:first-child {
    padding-left: 0px;
    margin-left: -17px;
  }
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte,
  .site-footer .footer-content ul#menu-kundendienst-medieninfo-standorte-fr {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

@media screen and (min-width: 48.0em) {
  .desktop-hide {
    display: none;
  }
}
@media screen and (min-width: 77.500em) {
  .tablet-show-desktop-hide {
    display: none;
  }
}
@media screen and (max-width: 47.938em) {
  .mobile-hide {
    display: none;
  }
}
.hentry {
  margin: 0 0 1.5em;
}

.site-header {
  background-color: #ffffff;
  padding-bottom: 0px;
}

@media screen and (min-width: 48.0em) {
  .site-header {
    padding-bottom: 10px;
  }
}
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 0 0;
}

.home #main .entry-content,
.single #main .entry-content {
  display: block;
}
.home #main .entry-content .row-with-click-win-widget,
.single #main .entry-content .row-with-click-win-widget {
  overflow: visible;
  z-index: 8;
}
.home #main .entry-content .row-with-click-win-widget.vc_row.vc_column-gap-20 .vc_column_container:first-child,
.single #main .entry-content .row-with-click-win-widget.vc_row.vc_column-gap-20 .vc_column_container:first-child {
  padding: 0 !important;
}

@media screen and (min-width: 48.0em) {
  .home #main .entry-content .row-with-click-win-widget.vc_row.vc_column-gap-20 > .vc_column_container:first-child,
.single #main .entry-content .row-with-click-win-widget.vc_row.vc_column-gap-20 > .vc_column_container:first-child {
    padding: 10px !important;
    padding-top: 16px;
  }
}
.single #content-wrapper {
  overflow: hidden;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.logocontainer-wrapper {
  height: 150px;
  border-top: 42px solid #000000;
}
.logocontainer-wrapper .logocontainer {
  max-width: 1120px;
  margin: auto;
  margin-bottom: 14px;
  position: inherit;
  margin-top: -33px;
  position: relative;
  z-index: 99999;
  height: 33px;
}
.logocontainer-wrapper .logocontainer a.coopcitylogotop,
.logocontainer-wrapper .logocontainer a.cooplogotop {
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 21px;
  background-color: #ffffff;
  padding: 1px 8px 0px 8px;
  width: 80px;
  height: 28px;
}
.logocontainer-wrapper .logocontainer a.cooplogotop {
  right: 21px;
  left: inherit;
  padding: 1px 8px 0px 8px;
  width: 52px;
  height: 28px;
}
.logocontainer-wrapper .logocontainer a.logo {
  display: block;
  position: relative;
  top: 2.5em;
  margin-left: 1em;
  max-width: 156px;
  width: 156px;
  text-align: center;
}
.logocontainer-wrapper .logocontainer a.logo.desktop {
  display: none;
}
.logocontainer-wrapper .logocontainer a.logo.subline {
  max-width: 198px;
  width: 148px;
  display: block;
  margin-top: -8px;
  /* top: 134px; */
}

@media screen and (max-width: 77.438em) {
  .sticky-header.sticky-header,
body.nav-toggled .site-header {
    background-color: #000000;
    transition: background-color 200ms linear;
  }
  .sticky-header.sticky-header .site-navigation-wrapper .main-navigation a.logo,
.sticky-header.sticky-header .site-navigation-wrapper .main-navigation a.logo.subline,
.sticky-header.sticky-header .site-navigation-wrapper .main-navigation button.menu-toggle,
.sticky-header.sticky-header .site-navigation-wrapper .main-navigation i.suche,
.sticky-header.sticky-header .site-navigation-wrapper .invers-navigation.suche a.logo,
.sticky-header.sticky-header .site-navigation-wrapper .invers-navigation.suche a.logo.subline,
.sticky-header.sticky-header .site-navigation-wrapper .invers-navigation.suche button.menu-toggle,
.sticky-header.sticky-header .site-navigation-wrapper .invers-navigation.suche i.suche,
.sticky-header.sticky-header .site-navigation-wrapper .logocontainer a.logo,
.sticky-header.sticky-header .site-navigation-wrapper .logocontainer a.logo.subline,
.sticky-header.sticky-header .site-navigation-wrapper .logocontainer button.menu-toggle,
.sticky-header.sticky-header .site-navigation-wrapper .logocontainer i.suche,
.sticky-header.sticky-header .logocontainer-wrapper .main-navigation a.logo,
.sticky-header.sticky-header .logocontainer-wrapper .main-navigation a.logo.subline,
.sticky-header.sticky-header .logocontainer-wrapper .main-navigation button.menu-toggle,
.sticky-header.sticky-header .logocontainer-wrapper .main-navigation i.suche,
.sticky-header.sticky-header .logocontainer-wrapper .invers-navigation.suche a.logo,
.sticky-header.sticky-header .logocontainer-wrapper .invers-navigation.suche a.logo.subline,
.sticky-header.sticky-header .logocontainer-wrapper .invers-navigation.suche button.menu-toggle,
.sticky-header.sticky-header .logocontainer-wrapper .invers-navigation.suche i.suche,
.sticky-header.sticky-header .logocontainer-wrapper .logocontainer a.logo,
.sticky-header.sticky-header .logocontainer-wrapper .logocontainer a.logo.subline,
.sticky-header.sticky-header .logocontainer-wrapper .logocontainer button.menu-toggle,
.sticky-header.sticky-header .logocontainer-wrapper .logocontainer i.suche,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation i.suche,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche i.suche,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer i.suche {
    transition: 200ms filter linear;
    filter: invert(1);
  }

  body.nav-toggled .site-header {
    background-color: #000000;
    transition: none;
  }
  body.nav-toggled .site-header .site-navigation-wrapper .main-navigation a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .main-navigation i.suche,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .invers-navigation.suche i.suche,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer a.logo,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer a.logo.subline,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer button.menu-toggle,
body.nav-toggled .site-header .site-navigation-wrapper .logocontainer i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .main-navigation i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .invers-navigation.suche i.suche,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer a.logo,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer a.logo.subline,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer button.menu-toggle,
body.nav-toggled .site-header .logocontainer-wrapper .logocontainer i.suche {
    transition-timing-function: step-start;
  }
}
@media screen and (min-width: 77.500em) {
  .logocontainer-wrapper {
    height: 170px;
    border-top: 0px solid #000000;
    height: inherit;
  }
  .logocontainer-wrapper .logocontainer {
    margin-top: 42px;
    position: relative;
    z-index: 99980;
    height: auto;
  }
  .logocontainer-wrapper .logocontainer a.coopcitylogotop,
.logocontainer-wrapper .logocontainer a.cooplogotop {
    top: 38%;
    left: 0px;
    display: block;
    position: absolute;
    background-color: transparent;
    padding: 0;
    width: inherit;
    height: inherit;
  }
  .logocontainer-wrapper .logocontainer a.cooplogotop {
    top: 38%;
    right: 0px;
    left: inherit;
    padding: 0;
    width: inherit;
    height: inherit;
  }
  .logocontainer-wrapper .logocontainer a.logo {
    top: 0.5em;
    position: relative;
    margin: auto;
    max-width: 216px;
    width: 216px;
  }
  .logocontainer-wrapper .logocontainer a.logo.desktop {
    display: block;
  }
  .logocontainer-wrapper .logocontainer a.logo.mobile {
    display: none;
  }
  .logocontainer-wrapper .logocontainer a.logo.subline {
    top: 0.5em;
    width: 198px;
    margin-top: 0;
  }
}
.headline-row {
  position: relative;
  background-color: #ffffff;
  margin-top: -100px;
  margin-top: 0px;
  overflow: visible !important;
  z-index: 10;
}
.headline-row .wpb_column:nth-child(2) {
  margin-top: 0px;
  margin-top: -100px;
}
.headline-row h1 {
  background-color: #ffffff;
}
.headline-row p {
  font-size: 0.9em;
}

@media screen and (min-width: 48.0em) {
  .headline-row p {
    font-size: 1.1em;
  }
}
.black-box,
.wpb_content_element.black-box {
  background-color: #000000;
  padding: 0;
}
.black-box *, .black-box p,
.wpb_content_element.black-box *,
.wpb_content_element.black-box p {
  color: #ffffff;
}

.home .headline-row {
  background-color: #ffffff;
  margin-top: -40px;
}
.home .headline-row .wpb_column:nth-child(2) {
  /* margin-top: -100px; */
}

.top-image-row {
  background-color: #ffffff;
  z-index: 10;
}

.top-background-image-row {
  padding-top: 20vw;
  padding-bottom: 10vw;
  z-index: 10;
}

@media screen and (max-width: 47.938em) {
  .top-background-image-row {
    padding-top: 32vw;
  }
}
@media screen and (min-width: 160.375em) {
  .top-background-image-row {
    padding-top: 10vw;
    padding-bottom: 5vw;
  }
}
.slider.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slider .slick-arrow {
  height: 90px;
  top: 62%;
}
@media screen and (max-width: 47.938em) {
  .slider .slick-arrow {
    top: 55%;
  }
}
.slider .slick-arrow.slick-prev {
  left: 7px !important;
}
.slider .slick-arrow.slick-prev:before {
  display: block;
  height: auto;
}
.slider .slick-arrow.slick-next {
  right: 10px !important;
}
.slider .slick-arrow.slick-next:before {
  display: block;
  height: auto;
}

.home .slider .slick-arrow {
  top: 44%;
}
.home .slider .slick-arrow.slick-prev:before {
  content: url("images/coop-arrow-left-w.svg") !important;
}
.home .slider .slick-arrow.slick-next:before {
  content: url("images/coop-arrow-right-w.svg") !important;
}

.tdt-slider.content-over-slider.slick-slider .carousel-caption > div {
  text-align: center;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section {
  margin-top: -80px;
  display: inline-block;
  text-align: center;
  position: relative !important;
  max-width: 768px;
  margin: auto;
  background-color: #ffffff;
  margin-top: -70px;
  padding: 0.75% 4% 30px 4%;
  top: 30px;
  width: auto;
}
@media screen and (max-width: 64.000em) {
  .tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section {
    max-width: 90%;
  }
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section .tdt-slider-heading {
  display: none;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section .tdt-slider-heading + p {
  display: none;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section h1 {
  padding: 10px 0 0 0;
  margin: 0;
}
@media screen and (min-width: 48.0em) {
  .tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section h1 {
    padding: 0;
  }
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section h2 {
  padding: 0;
  margin: 0;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section p {
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section p + br {
  display: none;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section .carousel_btn_span {
  width: auto;
  border: 1px solid #000;
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section .carousel_btn_span a {
  padding: 15px 40px !important;
  background-color: transparent !important;
  color: #000 !important;
}
@media screen and (min-width: 48.0em) {
  .tdt-slider.content-over-slider.slick-slider .carousel-caption > div .content-section .carousel_btn_span {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 48.0em) {
  .tdt-slider.content-over-slider.slick-slider .carousel-caption > div {
    text-align: center;
  }
  .tdt-slider.content-over-slider.slick-slider .carousel-caption > div .ks {
    margin-top: -110px;
    padding: 0.75% 4% 2.75% 4%;
  }
  .tdt-slider.content-over-slider.slick-slider img {
    min-width: 1411px;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .tdt-slider.content-over-slider.slick-slider img {
    min-width: 1024px;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 1023px) {
  .tdt-slider.content-over-slider.slick-slider img {
    min-width: 768px;
  }
}
@media screen and (max-width: 28.750em) {
  .vc_row:not(.banner) .tdt-slider.content-over-slider.slick-slider img {
    height: 200px !important;
    width: auto;
    max-width: none !important;
    transform: translateX(-50%);
    margin-left: 50%;
  }
}
.home .tdt-slider.default-tdt.slick-slider {
  background-color: #000000;
  padding: 0px;
}
.home .tdt-slider.default-tdt.slick-slider .slick-list {
  padding: 7px;
}
.home .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section {
  display: inline-block;
  padding: 0 3%;
  color: #000000;
  text-align: center;
  width: 100%;
}
.home .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section h2, .home .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section p {
  color: #ffffff;
  margin: 0;
}
.home .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide img {
  display: block;
  width: 100%;
  padding: 5px;
}
.home .slick-dots {
  background-color: #000000;
}
.home .slick-dots li button:before {
  color: #ffffff;
}
.home .slick-dots li.slick-active button:before {
  color: #ffffff;
}

.single-post .tdt-slider.default-tdt.slick-slider {
  background-color: #ffffff;
  padding: 7px;
}
.single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide div a {
  border: 1px solid #000000;
  display: block;
  margin: 5px 5px 40px 5px;
}
.single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section {
  display: block;
  padding: 0 3%;
  text-align: center;
}
.single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section p {
  margin: 0;
  font-size: 0.7em;
}
.single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section p strong {
  font-size: 1.1765em;
}
@media screen and (min-width: 48.0em) {
  .single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide .content-section p {
    font-size: 0.85em;
  }
}
.single-post .tdt-slider.default-tdt.slick-slider .slick-list .slick-slide img {
  padding: 0;
}

.banner {
  margin-bottom: 40px;
}
.banner .tdt-slider.slick-slider {
  background-color: transparent !important;
  padding: 0;
}
.banner .tdt-slider.slick-slider .slick-list {
  padding: 0 !important;
}
.banner .tdt-slider.slick-slider .carousel-caption > div .content-section {
  display: none !important;
}
.banner .tdt-slider.slick-slider img {
  min-width: 100%;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.coop_click_win_widget_class,
.click-win-container-mobile {
  margin-top: -20px;
}
@media screen and (max-width: 47.938em) {
  .coop_click_win_widget_class,
.click-win-container-mobile {
    margin-right: -10px;
  }
}
.coop_click_win_widget_class .click-win-container,
.click-win-container-mobile .click-win-container {
  z-index: 90;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-top: -15px;
  display: block;
  position: relative;
}
.coop_click_win_widget_class .click-win-container h2,
.click-win-container-mobile .click-win-container h2 {
  margin-bottom: 12px !important;
}
.coop_click_win_widget_class .click-win-container-content,
.coop_click_win_widget_class .click-win-container-mobile-content,
.click-win-container-mobile .click-win-container-content,
.click-win-container-mobile .click-win-container-mobile-content {
  display: inline-block;
  margin-top: 14px;
  padding-top: 40px;
  padding-right: 25px;
  position: absolute;
}
.coop_click_win_widget_class .click-win-container-content .click-and-win,
.coop_click_win_widget_class .click-win-container-mobile-content .click-and-win,
.click-win-container-mobile .click-win-container-content .click-and-win,
.click-win-container-mobile .click-win-container-mobile-content .click-and-win {
  /* border-right: 1px solid $black; */
  border-bottom: 1px solid #000000;
  /* border-left: 1px solid $black; */
  border: 1px solid #000000;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  /* max-height: 270px; */
  transition: max-height 2s linear;
  overflow: hidden;
}
.coop_click_win_widget_class .click-win-container-content .click-and-win.click-win-hide,
.coop_click_win_widget_class .click-win-container-mobile-content .click-and-win.click-win-hide,
.click-win-container-mobile .click-win-container-content .click-and-win.click-win-hide,
.click-win-container-mobile .click-win-container-mobile-content .click-and-win.click-win-hide {
  max-height: 0;
  transition: max-height 6s linear;
  overflow: hidden;
}
.coop_click_win_widget_class .click-win-container-content a img,
.coop_click_win_widget_class .click-win-container-mobile-content a img,
.click-win-container-mobile .click-win-container-content a img,
.click-win-container-mobile .click-win-container-mobile-content a img {
  width: 100%;
}
.coop_click_win_widget_class .click-win-container-content.beauty-abc-wrapper .click-and-win,
.coop_click_win_widget_class .click-win-container-mobile-content.beauty-abc-wrapper .click-and-win,
.click-win-container-mobile .click-win-container-content.beauty-abc-wrapper .click-and-win,
.click-win-container-mobile .click-win-container-mobile-content.beauty-abc-wrapper .click-and-win {
  border: 0;
  margin-bottom: 4px;
}

.click-win-container-mobile {
  margin-right: unset;
}
.click-win-container-mobile .click-win-container-mobile-content {
  position: relative;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 35px;
  margin-right: -30px;
}
.click-win-container-mobile .click-win-container-mobile-content .click-and-win {
  float: left;
  width: calc(33.33333333% - 30px);
  display: block;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 24.125em) {
  .click-win-container-mobile .click-win-container-mobile-content .click-and-win {
    width: calc(50% - 30px);
  }
}
.click-win-container-mobile .click-win-container-mobile-content a:before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 33.3333333%;
}
.click-win-container-mobile .click-win-container-mobile-content a img {
  max-width: 74%;
}
@media screen and (max-width: 24.125em) {
  .click-win-container-mobile .click-win-container-mobile-content a img {
    max-width: 90%;
  }
}
@media screen and (max-width: 24.125em) {
  .click-win-container-mobile .click-win-container-mobile-content a.click-win-image-link:before {
    padding-top: 15%;
  }
}
.click-win-container-mobile .click-win-container-mobile-content h3.post-title {
  position: relative;
  width: 100%;
  display: block;
  height: 90px;
}
@media screen and (max-width: 24.125em) {
  .click-win-container-mobile .click-win-container-mobile-content h3.post-title {
    height: 80px;
  }
}
.click-win-container-mobile .click-win-container-mobile-content h3.post-title a {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-size: 15.64px;
  font-weight: 300;
  line-height: 1;
  -webkit-text-stroke-width: 0px;
  padding: 0px 0px 10px 0px;
  padding-bottom: 20px;
  position: absolute;
  top: 0px;
  text-align: center;
  width: 100%;
  left: 0;
}

@media screen and (min-width: 48.0em) {
  .coop_click_win_widget_class .click-win-container-content {
    padding-top: 220px;
  }
}
.single .coop_click_win_widget_class .click-win-container {
  padding-top: 32px;
}

/*
/* Slidein
/*********************/
.come-in {
  transform: translateY(150px);
  -webkit-animation: come-in 0.8s ease forwards;
          animation: come-in 0.8s ease forwards;
}

.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  /* So they look staggered */
}

@-webkit-keyframes come-in {
  to {
    transform: translateY(0);
  }
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}
/*
/* Slidein END
/*********************/
#modal_content .hentry {
  margin-bottom: 0;
}

.clickwin-content-wrapper {
  padding: 40px 20px 0 20px;
}
.clickwin-content-wrapper article {
  margin: 0;
}
.clickwin-content-wrapper .clickwin-entry-media {
  width: 25.5%;
  display: inline-block;
}
.clickwin-content-wrapper .clickwin-content {
  width: 70.5%;
  display: inline-block;
  float: right;
  padding: 0.25em 0 0.75em 0;
}
.clickwin-content-wrapper .clickwin-content .clickwin-title h2 {
  font-family: "MadeSonara", serif;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.125;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
  text-transform: none;
}
.clickwin-content-wrapper .clickwin-content .single-box {
  font-size: 0.85em;
}
.clickwin-content-wrapper .clickwin-content .single-box p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 47.938em) {
  #beautyweek-modal-content .clickwin-content-wrapper {
    padding: 40px 20px 40px 20px;
    float: left;
  }
  #beautyweek-modal-content .clickwin-content-wrapper .clickwin-entry-media {
    width: 47.5%;
  }
  #beautyweek-modal-content .clickwin-content-wrapper .clickwin-content {
    width: 52.5%;
  }
}
@media screen and (min-width: 48.0em) {
  .clickwin-content-wrapper .clickwin-entry-media {
    width: 32.5%;
  }
  .clickwin-content-wrapper .clickwin-content {
    width: 66.5%;
    padding: 3.75em 0 0 0;
  }
  .clickwin-content-wrapper .clickwin-content .clickwin-title h2 {
    font-size: 2.2em;
    margin-bottom: 22px;
  }
  .clickwin-content-wrapper .clickwin-content .single-box {
    font-size: 1em;
  }
}
.modal-content-standard {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  padding: 0 10%;
  margin: auto;
  text-align: center;
  width: 100%;
}
.modal-content-standard h2 {
  font-size: 1.2em;
  margin: 0;
  text-transform: uppercase;
}
.modal-content-standard p {
  margin: 0;
}
.modal-content-standard a {
  text-decoration: underline;
  margin-top: 1em;
  display: inline-block;
}

.type-beauty-abc .entry-content {
  margin: 0 8%;
}

.click-win-form {
  font-family: "AvenirNextLTPro-Regular", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  background-color: #e6e6e6;
  padding: 1.2em 1.25em 2.25em;
}
.click-win-form .formitem {
  max-width: 370px;
  display: block;
  margin: auto;
  float: none !important;
}
.click-win-form .formitem.checkbox {
  margin-top: 10px;
}
.click-win-form .formitem.checkboxdatenschutz {
  float: left;
  margin-left: 18px;
}
.click-win-form .formitem.checkbox .formlabel {
  width: auto !important;
  padding-left: 30px;
  min-height: 49px;
}
.click-win-form .formitem.checkbox .formlabel label {
  cursor: pointer;
}
.click-win-form .formitem.checkbox input {
  clip: rect(0 0 0 0);
  opacity: 1;
  cursor: pointer;
}
.click-win-form .formitem.checkbox:before {
  /*https://codepen.io/Vestride/pen/dABHx*/
  /*				background-color: $black;
  				position: absolute;
  				content: "\00B7";
  				display: inline-block;
  				font-size: 8em;
  				position: absolute;
  				line-height: 0.03;
  				width: 20px;
  				height: 20px;
  				left: 0;
  				margin-top: -28px;
  */
}
.click-win-form .formitem.submitbutton input {
  border: 0;
  padding: 10px 20px 13px;
  text-align: center;
  background-color: black;
  color: #fff;
  min-width: 220px;
  text-transform: capitalize;
  font-size: 1em;
}
.click-win-form .formitem .requiredtext {
  font-size: 0.775em;
  margin-left: 18px;
}
.click-win-form .formlabel {
  font-size: 0.775em;
  display: inline-block;
  letter-spacing: -0.02em;
  width: 105px;
}
.click-win-form .formfield {
  display: inline-block;
  margin-bottom: 10px;
}
.click-win-form .formfield.plz.town {
  margin-left: 0px;
}
.click-win-form .formfield input, .click-win-form .formfield select {
  max-height: 25px;
  height: 25px;
  font-size: 0.775em;
  color: #000000;
  border-radius: 0;
  border: 0px;
}
.click-win-form .formfield select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(images/form-drop-down.gif);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 10%;
  cursor: pointer;
}
.click-win-form .formleft,
.click-win-form .formright {
  width: 100%;
  display: inline-block;
  float: left;
}
.click-win-form .formright {
  float: left;
}
.click-win-form .formright .formitem {
  float: left;
}

@media only screen and (max-width: 472px) {
  .click-win-form .formleft .formitem,
.click-win-form .formright .formitem {
    float: none;
    margin: auto;
    display: block;
    min-width: 250px;
    max-width: 250px;
  }
  .click-win-form .formfield.plz.town {
    margin-left: 0px;
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .click-win-form .formitem.submitbutton {
    width: 100%;
  }
  .click-win-form .formitem.submitbutton input {
    margin: auto;
    width: 250px;
    max-width: 250px;
    display: block;
  }
  .click-win-form .formitem.requiredform {
    margin: auto;
    width: 250px;
    display: block;
  }
  .click-win-form .formitem.requiredform .requiredtext {
    margin: 0;
  }
}
@media screen and (min-width: 48.0em) {
  .click-win-form {
    padding: 1.2em 1.25em 2.25em;
  }
  .click-win-form .formitem.checkbox {
    margin-top: 40px;
  }
  .click-win-form .formfield.plz.town {
    margin-left: 0px;
  }
  .click-win-form .formleft,
.click-win-form .formright {
    width: 49.5%;
    display: inline-block;
    float: left;
  }

  .formright {
    float: right;
  }
  .formright .formitem {
    float: right;
  }
}
/*
li:nth-child(4n-7) {
    color: green;
}
li:nth-child(even) {
    color: green;
}
*/
.vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
  top: 0%;
  transform: translateY(0%);
  position: relative;
}
.vc_grid-container .vc_grid-item .vc_gitem_row .vc_gitem-col {
  position: relative;
  padding: 20px 10px 10px 10px;
}
.vc_grid-container .vc_grid-item p {
  color: #000000;
  font-size: 0.95em;
  text-align: center;
  line-height: 1.3;
}
.vc_grid-container .vc_grid-item p:before {
  content: unset;
  display: inline-block;
  font-size: 8em;
  position: absolute;
  line-height: 0.03;
  width: 100%;
  height: 20px;
  left: 0;
  margin-top: -22px;
}
.vc_grid-container .vc_grid-item .vc_btn3-container.vc_btn3-center {
  margin-bottom: 0;
}
.vc_grid-container .vc_grid-item .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
  color: #000000;
  padding: 0.125em 1.35em;
  font-size: 0.75em;
  border: 1px solid #000000;
}
.vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
  position: relative;
  opacity: 1;
  margin-top: -100%;
  background-color: transparent !important;
}

@media screen and (min-width: 48.0em) {
  .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .vc_grid-container .vc_grid-item .vc_gitem_row .vc_gitem-col {
    position: relative;
    padding: 10px;
  }
  .vc_grid-container .vc_grid-item p {
    line-height: 1.3825;
    color: #ffffff;
  }
  .vc_grid-container .vc_grid-item p:before {
    margin-top: -31px;
  }
  .vc_grid-container .vc_grid-item .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
    color: #ffffff;
    font-size: 0.9em;
    border: 1px solid #ffffff;
  }
  .vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    position: absolute;
    margin-top: 0%;
    opacity: 0;
  }
  .vc_grid-container .vc_grid-item .vc_is-hover .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    position: absolute;
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .vc_grid-container .vc_grid-item p {
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .vc_grid-container .vc_grid-item p:before {
    font-size: 5em;
    margin-top: -15px;
  }
  .vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    position: absolute;
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.35) !important;
  }

  .vc_grid-container .related-tiles .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    position: absolute;
    opacity: 0.95;
    background-color: rgba(0, 0, 0, 0.65) !important;
  }

  .single-click-and-win-page .vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b,
.single-beautyweek .vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .single-beautyweek #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_gitem-animate-fadeIn .vc_gitem-zone-b {
    background-color: rgba(0, 0, 0, 0.65) !important;
  }
}
.click-and-win-page-template-default,
.beautyweek-template-default,
.row-with-mobile-click-win {
  /** ClickWin-mobile  siz Container **/
}
.click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3,
.row-with-mobile-click-win .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3 {
  width: 33.33333333%;
  display: inline-block;
}
.click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4,
.row-with-mobile-click-win .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4 {
  width: 33.33333333%;
  display: inline-block;
}
.click-and-win-page-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.beautyweek-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.row-with-mobile-click-win .vc_grid .vc_gitem_row .vc_gitem-col {
  padding: 0;
}
.click-and-win-page-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.beautyweek-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.row-with-mobile-click-win .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom {
  height: 74px;
}
.click-and-win-page-template-default .vc_grid figure a.vc_gitem-link,
.beautyweek-template-default .vc_grid figure a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid figure a.vc_gitem-link {
  border: 0px solid black !important;
  padding: 0px 0px 37px 0px;
}
.click-and-win-page-template-default .vc_grid .vc_gitem-post-data,
.beautyweek-template-default .vc_grid .vc_gitem-post-data,
.row-with-mobile-click-win .vc_grid .vc_gitem-post-data {
  margin-bottom: 0;
}
.click-and-win-page-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.beautyweek-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid .vc_gitem-post-data a.vc_gitem-link {
  line-height: 1;
  border: 0px solid black !important;
  padding: 10px 0px 10px 0px;
  display: block;
}
.click-and-win-page-template-default .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top,
.beautyweek-template-default .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top,
.row-with-mobile-click-win .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.click-and-win-page-template-default .vc_grid-container .vc_grid-item .wpb_single_image .vc_figure,
.beautyweek-template-default .vc_grid-container .vc_grid-item .wpb_single_image .vc_figure,
.row-with-mobile-click-win .vc_grid-container .vc_grid-item .wpb_single_image .vc_figure {
  max-width: 70%;
}
.click-and-win-page-template-default #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top,
.beautyweek-template-default #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top,
.row-with-mobile-click-win #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
  top: 0%;
  transform: translateY(0%);
  margin: 10% 0;
  position: relative;
}

@media screen and (max-width: 24.125em) {
  .click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3,
.row-with-mobile-click-win .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3 {
    width: 50%;
    display: inline-block;
  }
  .click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4,
.row-with-mobile-click-win .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4 {
    width: 50%;
    display: inline-block;
  }
  .click-and-win-page-template-default .vc_grid figure a.vc_gitem-link,
.beautyweek-template-default .vc_grid figure a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid figure a.vc_gitem-link {
    padding: 0px 0px 17px 0px;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.beautyweek-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid .vc_gitem-post-data a.vc_gitem-link {
    font-size: 0.7em;
    line-height: 1;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.beautyweek-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.row-with-mobile-click-win .vc_grid .vc_gitem_row .vc_gitem-col {
    padding: 0;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.beautyweek-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.row-with-mobile-click-win .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom {
    height: 54px;
  }
}
@media screen and (max-width: 47.938em) {
  .click-and-win-page-template-default .vc_grid figure a.vc_gitem-link,
.beautyweek-template-default .vc_grid figure a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid figure a.vc_gitem-link {
    padding: 0px 0px 27px 0px;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.beautyweek-template-default .vc_grid .vc_gitem-post-data a.vc_gitem-link,
.row-with-mobile-click-win .vc_grid .vc_gitem-post-data a.vc_gitem-link {
    font-size: 0.85em;
    line-height: 1;
    padding: 0px 0px 10px 0px;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.beautyweek-template-default .vc_grid .vc_gitem_row .vc_gitem-col,
.row-with-mobile-click-win .vc_grid .vc_gitem_row .vc_gitem-col {
    padding: 0;
  }
  .click-and-win-page-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.beautyweek-template-default .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom,
.row-with-mobile-click-win .vc_grid .vc_gitem_row.vc_gitem-row-position-bottom {
    height: 54px;
  }

  .row-with-mobile-click-win h2.head-rubric {
    margin-top: 8px;
  }
}
@media screen and (min-width: 48.0em) {
  .click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-3 {
    width: 25%;
  }
  .click-and-win-page-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4,
.beautyweek-template-default .vc_grid .vc_grid-item.vc_grid-item.vc_visible-item.vc_col-sm-4 {
    width: 33.33333333%;
  }
  .click-and-win-page-template-default #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top,
.beautyweek-template-default #beautyweek-modal-content .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    margin: 0;
  }

  /** ClickWin desktop  siz Container **/
  .vc_grid-container .vc_grid-item .vc_row.vc_gitem-row-position-top {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .vc_grid-container .vc_grid-item .wpb_single_image .vc_figure {
    max-width: 100%;
  }
}
.related-tiles {
  width: 100%;
}
.related-tiles .vc_grid-item {
  width: 100%;
  padding: 0 20px 30px 20px !important;
}
.related-tiles .vc_grid-item p {
  font-size: 0.95em;
  line-height: 1.1;
}
.related-tiles .vc_grid-item p:before {
  font-size: 104px;
  /* font-size: 6em; */
  margin-top: -18px;
  font-size: 114px;
  /* font-size: 6em; */
  margin-top: -22px;
}
.related-tiles:last-child {
  padding-right: 0;
}

@media screen and (min-width: 24.188em) {
  .related-tiles .vc_grid-item p {
    font-size: 0.7em;
  }
  .related-tiles .vc_grid-item p:before {
    font-size: 104px;
    margin-top: -22px;
  }
}
@media screen and (min-width: 48.0em) {
  .related-tiles .vc_grid-item {
    max-width: 379px;
    width: 32.8%;
    padding: 0 30px 30px 0px !important;
  }
  .related-tiles .vc_grid-item p {
    font-size: 0.7em;
  }
  .related-tiles .vc_grid-item p:before {
    font-size: 70px;
    margin-top: -11px;
  }

  .modal_content .related-tiles .vc_grid-item {
    width: 100%;
  }
  .modal_content .related-tiles .vc_grid-item p {
    font-size: 0.7em;
  }
  .modal_content .related-tiles .vc_grid-item p:before {
    font-size: 70px;
    margin-top: -13px;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .related-tiles .vc_grid-item p {
    font-size: 0.6em;
  }
  .modal_content .related-tiles .vc_grid-item p {
    font-size: 0.6em;
  }
}
@media screen and (min-width: 70.0em) {
  .related-tiles .vc_grid-item p {
    color: #ffffff;
    font-size: 0.95em;
    text-align: center;
  }
  .related-tiles .vc_grid-item p:before {
    font-size: 104px;
    margin-top: -22px;
  }
}
.modal_content #related-posts {
  clear: both;
}
.modal_content .related-tiles {
  width: 100%;
  max-width: 764px;
  margin: auto;
}
.modal_content .related-tiles .vc_grid-item {
  padding-right: 0px !important;
}
.modal_content .related-tiles .vc_grid-item:first-child {
  padding-right: 15px !important;
}
.modal_content .related-tiles .vc_grid-item:last-child {
  padding-left: 15px !important;
}

@media screen and (min-width: 24.188em) {
  .modal_content .related-tiles {
    width: 90%;
  }
  .modal_content .related-tiles .vc_grid-item {
    display: inline !important;
    max-width: 379px;
    width: 100%;
  }
}
@media screen and (min-width: 48.0em) {
  .modal_content .related-tiles {
    width: 90%;
  }
}
@media screen and (min-width: 70.0em) {
  .modal_content .related-tiles {
    width: 90%;
  }
  .modal_content .related-tiles .vc_grid-item {
    display: inline-block !important;
  }
}
.vc_pageable-slide-wrapper-coop {
  max-width: 1147px;
  margin: auto;
}

@media screen and (min-width: 100.0em) {
  .related-tiles {
    width: 104%;
  }

  .vc_pageable-slide-wrapper-coop {
    max-width: 1120px;
  }
}
@media screen and (max-width: 47.938em) {
  .vc_row.vc_column-gap-20 > .vc_column_container {
    padding: 10px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wpb_column.vc_column_container.vc_col-sm-8,
.wpb_column.vc_column_container.vc_col-sm-10 {
    width: 61.5%;
    float: left;
    min-width: 161px;
  }
  .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner,
.wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner {
    padding: 0;
  }

  .wpb_column.vc_column_container.vc_col-sm-2:last-child {
    width: 38.5%;
    float: left;
    min-width: 105px;
    padding-left: 0px !important;
  }
  .wpb_column.vc_column_container.vc_col-sm-2:last-child .vc_column-inner {
    padding: 0;
  }

  body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-8,
body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-10,
.single .wpb_column.vc_column_container.vc_col-sm-8,
.single .wpb_column.vc_column_container.vc_col-sm-10 {
    width: 100%;
  }
  body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner,
body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner {
    padding: 20px;
    padding: 0 35px 0 35px;
  }
  body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .vc_row .vc_column-inner,
body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_row .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-8 .vc_column-inner .vc_row .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_row .vc_column-inner {
    padding: 0 15px;
  }
  body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-8 .vc_row.row-with-news-content .vc_column-inner,
body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-10 .vc_row.row-with-news-content .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-8 .vc_row.row-with-news-content .vc_column-inner,
.single .wpb_column.vc_column_container.vc_col-sm-10 .vc_row.row-with-news-content .vc_column-inner {
    padding: 0 15px 0 15px;
  }
  body.page:not(.home) .wpb_column.vc_column_container.vc_col-sm-2:last-child,
.single .wpb_column.vc_column_container.vc_col-sm-2:last-child {
    display: none;
  }
}
.vc_row.vc_column-gap-20.row-with-category-grid .vc_column_container,
.vc_row.vc_column-gap-20.row-with-category-grid .vc_column_container.vc_col-sm-10 {
  width: 100%;
}

@media screen and (max-width: 47.938em) {
  body.home .vc_row {
    margin-right: 0px;
  }

  body.page .vc_row.row-with-category-grid,
.single .vc_row.row-with-category-grid {
    margin-right: 0px;
  }
  body.page .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner,
.single .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner {
    padding: 0 20px 0 35px;
  }
  body.page .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper,
.single .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    margin-right: 0;
  }
  body.page .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper .vc_grid-item,
.single .vc_row.row-with-category-grid .wpb_column.vc_column_container.vc_col-sm-10 .vc_column-inner .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper .vc_grid-item {
    padding-right: 0;
  }
}
p.products {
  font-size: 0.7em;
  margin-bottom: 0;
}
p.products strong {
  font-size: 1.1765em;
}

@media screen and (min-width: 48.0em) {
  p.products {
    font-size: 0.85em;
  }
}
body.search-results #search-posts .vc_grid-container .vc_pageable-slide-wrapper-coop .vc_grid-item.vc_col-sm-6 {
  padding-right: 22px;
  padding-left: 20px;
}

@media screen and (min-width: 48.0em) {
  body.search-results #search-posts .vc_grid-container {
    margin-left: 35px;
  }
  body.search-results #search-posts .vc_grid-container .vc_pageable-slide-wrapper-coop {
    max-width: 965px;
  }
  body.search-results #search-posts .vc_grid-container .vc_pageable-slide-wrapper-coop .vc_grid-item.vc_col-sm-6 {
    width: 49.5%;
    max-width: 479px;
    padding-right: 30px;
    padding-left: 0px;
  }
}
.beautyweek_image_break_wrapper {
  display: none;
  position: absolute;
  z-index: 20;
}

@media screen and (min-width: 48.0em) {
  .beautyweek_image_break_wrapper {
    display: block;
    left: 10px;
    top: 19vw;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .beautyweek_image_break_wrapper {
    display: block;
    left: 10px;
    top: 9vw;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 1023px) {
  .beautyweek_image_break_wrapper {
    display: block;
    left: 10px;
    top: 6.5vw;
  }
  .beautyweek_image_break_wrapper .beautyweek_image_break img {
    width: 170px;
  }
}
@media screen and (min-width: 70.0em) {
  .beautyweek_image_break_wrapper {
    left: 20px;
    top: 250px;
    top: 19vw;
  }
}
@media screen and (min-width: 100.0em) {
  .beautyweek_image_break_wrapper {
    left: -30px;
    top: 400px;
    top: 19vw;
  }
}
#modal_modal.beauty-week-break {
  width: auto !important;
}
#modal_modal.beauty-week-break #modal_content {
  width: auto !important;
  min-height: 420px;
}
#modal_modal.beauty-week-break #beautyweek-modal .beautyweek_image_overlay {
  margin-top: 40px;
}
#modal_modal.beauty-week-break #beautyweek-modal .beautyweek_image_overlay img {
  width: 100%;
}
#modal_modal.beauty-week-break #beautyweek-modal p {
  font-size: 0.6em;
  padding: 0 2%;
}
#modal_modal.beauty-week-break #beautyweek-modal p a {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  margin: 0;
}

@media screen and (max-width: 26.563em) {
  #modal_modal.beauty-week-break {
    left: inherit !important;
    margin: 4% 4% 0% 4%;
  }
}
@media screen and (min-width: 48.0em) {
  #modal_modal.beauty-week-break {
    margin: 0%;
  }
  #modal_modal.beauty-week-break #beautyweek-modal .beautyweek_image_overlay {
    margin-top: 60px;
  }
}
@media screen and (min-width: 48.0em) and (max-width: 64.000em) {
  .coop_click_win_widget_class .click-win-container {
    padding-top: 30px;
  }

  .vc_row.row-with-click-win-widget .vc_column_container.vc_col-sm-2,
.vc_row.vc_column-gap-20 > .vc_column_container.vc_col-sm-2 {
    padding: 0;
  }
  .vc_row.row-with-click-win-widget .vc_column_container.vc_col-sm-2 .vc_column-inner,
.vc_row.vc_column-gap-20 > .vc_column_container.vc_col-sm-2 .vc_column-inner {
    padding-left: 0;
  }

  .single .coop_click_win_widget_class .click-win-container {
    padding-top: 42px;
    margin-top: -25px;
  }
  .single .coop_click_win_widget_class .click-win-container-content .click-and-win {
    padding-left: 0;
    padding-right: 3px;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  font-weight: 600;
  text-align: left;
  font-size: 0.6em;
  margin: 5px 0 0 0;
}

@media screen and (min-width: 48.0em) {
  .wp-caption .wp-caption-text {
    font-size: 0.8em;
  }
}
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}