/*
Theme Name: Theme in the City
Theme URI: http://www.arts-in-the-city.com/
Author: Brian Dréau
Author URI: http://thequietcoder.com/
Description: The Arts in the City custom theme
Version: 1.83.2
Text Domain: theme-in-the-city
*/

/* For debugging */
.red-bg { background: red; }
.green-bg { background: green; }
.blue-bg { background: blue; }
.purple-bg { background: purple; }
.pink-bg { background: pink; }
.yellow-bg { background: yellow; }
.orange-bg { background: orange; }

.invisible { display: none; }

/* ----- */
/* Fonts */
/* ----- */

/*
@font-face {
  font-family: 'Raleway Light';
  src: url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.eot');
  src: url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.woff2') format('woff2'),
       url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.woff') format('woff'),
       url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.ttf') format('truetype'),
       url('/wp-content/themes/theme-in-the-city/fonts/raleway-light-webfont.svg#ralewaylight') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/* Colors */
.eitc-purple { color: #901474; color: rgb(144, 20, 116); }
.eitc-orange { color: #ec8022; color: rgb(236, 128, 34); }
.eitc-pink   { color: #e10e49; color: rgb(225, 14, 73); }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::selection {
  color: #ffffff;
  background: #f61b52;
}
::-moz-selection {
  color: #ffffff;
  background: #f61b52;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  line-height: 1.4em;
}

.full-width-container {
  position: relative;
  width: 100%;
  min-width: 320px;
}
.full-width-container header[role="banner"], 
.full-width-container nav, 
.full-width-container main, 
.full-width-container footer, 
.full-width-container #contents {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.full-width-container header[role="banner"], 
.full-width-container footer
{
  max-width: 960px;
}

.screen-reader-text {
  display: none;
}

header[role="banner"] {
  height: 130px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
header[role="banner"] .logo, header[role="banner"] .banner {
  position: absolute;
}
header[role="banner"] .logo {
  width: 360px;
  /* width: 410px; */
  top: 12px; left: 0;
}
header[role="banner"] .banner {
  top: 26px; right: 24px;
  width: 540px;
}
div.header {
  background: #0a0404;
}

header[role="banner"] .mag-excerpt {
  position: absolute;
  top: 16px;
  left: 48px;
  width: 92px;
}

header[role="banner"] .mag-excerpt img {
  transform: rotate(-4deg);
}

header[role="banner"] .mag-excerpt .inset-shadow {
  position: absolute;
  bottom: 33px;
  left: -25%;
  width: 150%;
  height: 6px;
  box-shadow: 0 0 12px #000000;
}

header[role="banner"] .mag-excerpt .call-to-action, 
header[role="banner"] .nl-banner .call-to-action
{
  position: absolute;
  top: 14px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

header[role="banner"] .mag-excerpt .call-to-action {
  left: 101px;
  width: 124px;
}

header[role="banner"] .nl-banner .call-to-action {
  right: 102px;
  width: 124px;
}

header[role="banner"] .mag-excerpt .call-to-action p, 
header[role="banner"] .nl-banner .call-to-action p
{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

header[role="banner"] .nl-banner .call-to-action p {
  text-align: right;
}

header[role="banner"] .mag-excerpt .call-to-action a, 
header[role="banner"] .mag-excerpt .call-to-action a:visited, 
header[role="banner"] .mag-excerpt .call-to-action a:hover, 
header[role="banner"] .nl-banner .call-to-action a, 
header[role="banner"] .nl-banner .call-to-action a:visited, 
header[role="banner"] .nl-banner .call-to-action a:hover
{
  text-decoration: none;
  color: #ffffff;
}
header[role="banner"] .mag-excerpt .call-to-action a:hover, 
header[role="banner"] .nl-banner .call-to-action a:hover
{
  text-decoration: underline;
  color: #ffffff;
}

header[role="banner"] .nl-banner {
  position: absolute;
  top: 16px;
  right: 48px;
}

header[role="banner"] .nl-banner .call-to-action {
  position: absolute;
  right: 114px;
}

header[role="banner"] .nl-banner a.btn, 
header[role="banner"] .nl-banner a.btn:visited, 
header[role="banner"] .nl-banner a.btn:hover
{
  position: absolute;
  display: block;
  top: 12px; right: 0px;
  padding: 12px 9px;
  background: #f91250;
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
header[role="banner"] .nl-banner a.btn:hover {
  text-decoration: none;
  color: #ffffff;
}

footer {
  padding: 12px 0 96px 0;
}
div.footer {
  border-top: 1px solid #e0e0e0;
  background: #f0f0f0;
}

section {
  float: left;
  width: 100%;
  padding: 0 6px 12px 0;
}
aside {
  float: right;
  width: 100%;
  padding: 0 0 0 6px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: 900;
}
h1, h2, h3 {
  /* text-transform: uppercase; */
}
h1 {
  margin: 0 0 0 0;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
}
h2 {
  margin: 12px 0 0 0;
  font-size: 24px;
  line-height: 30px;
}
h3 {
  margin: 12px 0 0 0;
  font-size: 20px;
}
#content h3 {
  /*line-height: 30px;*/
}

h4 {
  margin: 12px 0 0 0;
  font-size: 20px;
}
h5 {
  margin: 12px 0 0 0;
  font-size: 18px;
}
h6 {
  margin: 12px 0 0 0;
  font-size: 12px;
}

h2 sup {
  vertical-align: 1px;
}

p, ul, ol, li, a {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
}

p, ul, ol {
  margin: 24px 0 0 0;
}

sup {
  vertical-align: 0px;
  line-height: 0px;
}

#article p, #article ul, #article ol {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

em strong, strong em {
  font-weight: bold;
  font-style: italic;
}

hr.clear-all {
  clear: both;
  width: 100%; height: 1px;
  margin: 0 0 -18px 0 !important;
  padding: 0 0 0 0 !important;
  border: none !important;
}

h1 + p {
  margin-top: 0px;
}

a img {
  border: none;
}

/* Dead Simple Grid (c) 2015 Vladimir Agafonkin */

.row .row { margin:  0 -12px; }
.col      { padding: 0  12px; }

.row:after {
  content: "";
  clear: both;
  display: table;
}

.row.in-content-row {
  padding-bottom: 36px;
}

img {
  width: 100%;
}

/* Sidebar */
aside.widget-area {
  padding-top: 18px;
  width: 100%;
  /* overflow: hidden; */
}
.sidebar-widget, 
.sidebar-widget a img {
  width: 100%;
}
.sidebar-widget {
  margin-top: 24px;
}

/* --------- */
/* Summaries */
/* --------- */

section {
  width: 100%;
}
section > h1 {
  margin: 0 0 12px 0;
}
.summary {
  margin: 0 0 48px 0;
}
.summary img, .summary h2, .summary p {
  width: 100%;
}


/* ---------------- */
/* SVG social icons */
/* ---------------- */

.social-icon {
  display: inline-block;
  width: 40px; height: 40px;
  margin-top: 12px;
  margin-right: 3px;
}

.social-icon svg {
  display: block;
  width: 40px; height: 40px;
}

.sidebar-widget .social-icon {
  width: 30px; height: 30px;
  margin: 12px 0 0 3px;
}

.sidebar-widget .social-icon svg {
  width: 30px; height: 30px;
}

.sidebar-widget.social-side-bar-widget {
  margin-bottom: -6px;
}

.social-icon:hover use {
  fill: #e10e49;
}

.twitter-icon svg use {
  fill: #000000;
  fill: #0fa5eb;
}
.instagram-icon svg use {
  fill: #000000;
  fill: #d34a76;
}
.facebook-icon svg use {
  fill: #000000;
  fill: #395c99;
}
.youtube-icon svg use {
  fill: #000000;
  fill: #ff001c;
}

.tiktok-icon svg {
  width: 30px;
}
.tiktok-icon svg use {
  fill: #000000;
}

.sidebar-widget .tiktok-icon svg {
  width: 25px;
}

svg path {
  fill: inherit;
}

/* ------------------------- */
/* Characteristics SVG Icons */
/* ------------------------- */

ul.characteristics {
  margin-top: 24px;
  text-align: left;
}

ul.characteristics li {
  display: inline-block;
  list-style: none inside none;
  margin: 0 3px;
}

.characteristics-icon {
  width: 24px; height: 24px;
}

use.wheelchair-icon {
  fill: #000000;
}

use.stroller-icon {
  fill: #000000;
}

.flipped {
  transform: scaleX(-1);
}

use.w26 {
  width: 26px !important;
}

/* ------------- */
/* Post previews */
/* ------------- */

h2.page-element {
  margin: 12px 0 9px 0;
  padding: 0 0 0 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 18px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #383838;
}

p.bottom-link {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
  text-align: right;
}
p.bottom-link a, p.bottom-link a:visited, p.bottom-link a:hover {
  font-weight: 600;
  color: #f91250;
  text-decoration: none;
}
p.bottom-link a:hover {
  text-decoration: underline;
}

.sliding-block-nav {
  display: none;
  float: right;
  width: 29px; height: 13px;
}

.p1 .sliding-block-nav {
  display: none;
}

.sliding-block-nav-left, .sliding-block-nav-right {
  display: inline-block;
  width: 10px; height: 13px;
  background: no-repeat 0 0 url('/wp-content/themes/theme-in-the-city/images/sliding-blocks-navigation.png');
  background-size: 20px 39px;
  cursor: pointer;
}
.sliding-block-nav-left.disabled, .sliding-block-nav-left.disabled:hover {
  background-position: 0px 0px;
}
.sliding-block-nav-right.disabled, .sliding-block-nav-right.disabled:hover {
  background-position: -10px 0px;
}
.sliding-block-nav-left {
  background-position: 0px -13px;
}
.sliding-block-nav-right {
  background-position: -10px -13px;
  margin-left: 9px;
}
.sliding-block-nav-left:hover {
  background-position: 0 -26px;
}
.sliding-block-nav-right:hover {
  background-position: -10px -26px;
}

.mask-container {
  padding: 0;
  border: none;
  overflow: hidden;
}

.mask-container .page-col:not(:first-child) { display: none; };

.mask-container.p1   .inf { width: 100%; margin-left: 0%; }
.mask-container.p2   .inf { width: 100%; margin-left: 0%; }
.mask-container.p3   .inf { width: 100%; margin-left: 0%; }
.mask-container.p4   .inf { width: 100%; margin-left: 0%; }
.mask-container.p5   .inf { width: 100%; margin-left: 0%; }
.mask-container.p6   .inf { width: 100%; margin-left: 0%; }
.mask-container.p7   .inf { width: 100%; margin-left: 0%; }
.mask-container.p8   .inf { width: 100%; margin-left: 0%; }
.mask-container.p9   .inf { width: 100%; margin-left: 0%; }
.mask-container.p10  .inf { width: 100%; margin-left: 0%; }
.mask-container.p11  .inf { width: 100%; margin-left: 0%; }
.mask-container.p12  .inf { width: 100%; margin-left: 0%; }
.mask-container.p13  .inf { width: 100%; margin-left: 0%; }
.mask-container.p14  .inf { width: 100%; margin-left: 0%; }
.mask-container.p15  .inf { width: 100%; margin-left: 0%; }
.mask-container.p16  .inf { width: 100%; margin-left: 0%; }
.mask-container.p17  .inf { width: 100%; margin-left: 0%; }
.mask-container.p18  .inf { width: 100%; margin-left: 0%; }
.mask-container.p19  .inf { width: 100%; margin-left: 0%; }
.mask-container.p20  .inf { width: 100%; margin-left: 0%; }
.mask-container.p21  .inf { width: 100%; margin-left: 0%; }
.mask-container.p22  .inf { width: 100%; margin-left: 0%; }
.mask-container.p23  .inf { width: 100%; margin-left: 0%; }
.mask-container.p24  .inf { width: 100%; margin-left: 0%; }
.mask-container.p25  .inf { width: 100%; margin-left: 0%; }
.mask-container.p26  .inf { width: 100%; margin-left: 0%; }
.mask-container.p27  .inf { width: 100%; margin-left: 0%; }
.mask-container.p28  .inf { width: 100%; margin-left: 0%; }
.mask-container.p29  .inf { width: 100%; margin-left: 0%; }
.mask-container.p30  .inf { width: 100%; margin-left: 0%; }
.mask-container.p31  .inf { width: 100%; margin-left: 0%; }
.mask-container.p32  .inf { width: 100%; margin-left: 0%; }
.mask-container.p33  .inf { width: 100%; margin-left: 0%; }
.mask-container.p34  .inf { width: 100%; margin-left: 0%; }
.mask-container.p35  .inf { width: 100%; margin-left: 0%; }
.mask-container.p36  .inf { width: 100%; margin-left: 0%; }
.mask-container.p37  .inf { width: 100%; margin-left: 0%; }
.mask-container.p38  .inf { width: 100%; margin-left: 0%; }
.mask-container.p39  .inf { width: 100%; margin-left: 0%; }
.mask-container.p40  .inf { width: 100%; margin-left: 0%; }
.mask-container.p41  .inf { width: 100%; margin-left: 0%; }
.mask-container.p42  .inf { width: 100%; margin-left: 0%; }
.mask-container.p43  .inf { width: 100%; margin-left: 0%; }
.mask-container.p44  .inf { width: 100%; margin-left: 0%; }
.mask-container.p45  .inf { width: 100%; margin-left: 0%; }
.mask-container.p46  .inf { width: 100%; margin-left: 0%; }
.mask-container.p47  .inf { width: 100%; margin-left: 0%; }
.mask-container.p48  .inf { width: 100%; margin-left: 0%; }
.mask-container.p49  .inf { width: 100%; margin-left: 0%; }
.mask-container.p50  .inf { width: 100%; margin-left: 0%; }
.mask-container.p51  .inf { width: 100%; margin-left: 0%; }
.mask-container.p52  .inf { width: 100%; margin-left: 0%; }
.mask-container.p53  .inf { width: 100%; margin-left: 0%; }
.mask-container.p54  .inf { width: 100%; margin-left: 0%; }
.mask-container.p55  .inf { width: 100%; margin-left: 0%; }
.mask-container.p56  .inf { width: 100%; margin-left: 0%; }
.mask-container.p57  .inf { width: 100%; margin-left: 0%; }
.mask-container.p58  .inf { width: 100%; margin-left: 0%; }
.mask-container.p59  .inf { width: 100%; margin-left: 0%; }
.mask-container.p60  .inf { width: 100%; margin-left: 0%; }
.mask-container.p61  .inf { width: 100%; margin-left: 0%; }
.mask-container.p62  .inf { width: 100%; margin-left: 0%; }
.mask-container.p63  .inf { width: 100%; margin-left: 0%; }
.mask-container.p64  .inf { width: 100%; margin-left: 0%; }
.mask-container.p65  .inf { width: 100%; margin-left: 0%; }
.mask-container.p66  .inf { width: 100%; margin-left: 0%; }
.mask-container.p67  .inf { width: 100%; margin-left: 0%; }
.mask-container.p68  .inf { width: 100%; margin-left: 0%; }
.mask-container.p69  .inf { width: 100%; margin-left: 0%; }
.mask-container.p70  .inf { width: 100%; margin-left: 0%; }
.mask-container.p71  .inf { width: 100%; margin-left: 0%; }
.mask-container.p72  .inf { width: 100%; margin-left: 0%; }
.mask-container.p73  .inf { width: 100%; margin-left: 0%; }
.mask-container.p74  .inf { width: 100%; margin-left: 0%; }
.mask-container.p75  .inf { width: 100%; margin-left: 0%; }
.mask-container.p76  .inf { width: 100%; margin-left: 0%; }
.mask-container.p77  .inf { width: 100%; margin-left: 0%; }
.mask-container.p78  .inf { width: 100%; margin-left: 0%; }
.mask-container.p79  .inf { width: 100%; margin-left: 0%; }
.mask-container.p80  .inf { width: 100%; margin-left: 0%; }
.mask-container.p81  .inf { width: 100%; margin-left: 0%; }
.mask-container.p82  .inf { width: 100%; margin-left: 0%; }
.mask-container.p83  .inf { width: 100%; margin-left: 0%; }
.mask-container.p84  .inf { width: 100%; margin-left: 0%; }
.mask-container.p85  .inf { width: 100%; margin-left: 0%; }
.mask-container.p86  .inf { width: 100%; margin-left: 0%; }
.mask-container.p87  .inf { width: 100%; margin-left: 0%; }
.mask-container.p88  .inf { width: 100%; margin-left: 0%; }
.mask-container.p89  .inf { width: 100%; margin-left: 0%; }
.mask-container.p90  .inf { width: 100%; margin-left: 0%; }
.mask-container.p91  .inf { width: 100%; margin-left: 0%; }
.mask-container.p92  .inf { width: 100%; margin-left: 0%; }
.mask-container.p93  .inf { width: 100%; margin-left: 0%; }
.mask-container.p94  .inf { width: 100%; margin-left: 0%; }
.mask-container.p95  .inf { width: 100%; margin-left: 0%; }
.mask-container.p96  .inf { width: 100%; margin-left: 0%; }
.mask-container.p97  .inf { width: 100%; margin-left: 0%; }
.mask-container.p98  .inf { width: 100%; margin-left: 0%; }
.mask-container.p99  .inf { width: 100%; margin-left: 0%; }
.mask-container.p100 .inf { width: 100%; margin-left: 0%; }

.post-preview {
  
}
.post-preview h3, 
.post-preview h3 a, .post-preview h3 a:visited, .post-preview h3 a:hover {
  margin: 0 0 0 0;
  padding: 4px 0 0 0;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #303030;
  text-decoration: none;
}
.post-preview h3 a:hover {
  color: #f91250;
}
.post-preview p {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
  color: #181818;
}

.row + .row {
  margin-top: 12px;
}
.row + .row.no-top-gap {
  margin-top: 0px;
}


/* ------ */
/* Global */
/* ------ */

a, a:visited, a:hover {
  color: #f91250;
  text-decoration: underline;
}
a:hover {
  color: #707070;
}

.alignleft, .alignright {
  width: 33.33333%;
  padding: 0 0 0 0;
}
.alignleft {
  float: left;
  margin: 6px 12px 12px 0;
}
.alignright {
  float: right;
  margin: 6px 0 12px 12px;
}


/* ------ */
/* Footer */
/* ------ */

.site-infos {
  margin: 0 0 0 0;
  padding: 0 24px 0 24px;
}

.site-infos h2 {
  margin: 0 0 0 9px;
  padding: 0 0 0 0;
}

.copyright {
  margin: 12px 0 0 0;
  padding: 0 0 0 0;
  color: #505050;
}

.contact a, .contact a:visited {
  color: black;
  text-decoration: none;
}
.contact a:hover {
  color: #f91250;
}


/* --------------- */
/* Posts image row */
/* --------------- */

.pitc_posts_image_row {
  border-bottom: 3px solid #e10e49;
}

.pitc_posts_image_row img {
  transition-duration: 200ms;
  opacity: 0.6;
}
.pitc_posts_image_row img:hover {
  transition-duration: 100ms;
  opacity: 1.0;
}
.pitc_posts_image_row h3 {
  bottom: 9px !important;
  line-height: 18px;
  overflow: hidden;
}
.pitc_posts_image_row h3 a, 
.pitc_posts_image_row h3 a:visited, 
.pitc_posts_image_row h3 a:hover {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* ----------- */
/* Single post */
/* ----------- */

article header {
  margin-bottom: 22px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e0e0e0;
}

.captioned {
  width: 100%;
  text-align: center;
  margin: 12px 0 12px 0;
}
.captioned.center {
  width: 100%;
}
.captioned.center .caption_container {
  width: 100%;
  margin: 0 auto;
}
.captioned.left {
  float: left;
  margin-right: 0;
}
.captioned.right {
  float: right;
  margin-left: 0;
}
.captioned img {
  width: 100% !important;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.captioned p {
  margin: 0 0 0 0;
  padding: 0 12px 0 12px;
  font-size: 12px;
  color: #707070;
}
.captioned p {
  text-align: left;
  line-height: 18px;
}
.captioned + p {
  margin-top: 9px !important;
}
.captioned.center img, .captioned.center p {
  width: 100%;
}

.contents-sharing {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 24px 0 0 0;
}
.contents-sharing ul, li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none inside none;
}
.contents-sharing li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 0 0 0 0;
  width: 32px;
}

.post-metadata {
  margin: 12px 0 0 0;
  padding: 12px 0 12px 24px;
  border-top: 1px solid #e0e0e0;
}
.post-metadata p.pub-date-and-author {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #707070;
}

.post-navigation {
  width: 100%;
  margin: 0 0 0 0;
  padding: 24px 0 27px 0;
  border-top: 1px solid #e0e0e0;
}
.post-navigation .previous-expo p span, .post-navigation .next-expo p span {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  /* text-transform: uppercase; */
  font-size: 12px;
  color: #707070;
}
.post-navigation .previous-expo p a, 
.post-navigation .previous-expo p a:visited, 
.post-navigation .next-expo p a, 
.post-navigation .next-expo p a:visited
{
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #484848;
  text-decoration: none;
}
.post-navigation .previous-expo p a:hover, 
.post-navigation .next-expo p a:hover
{
  color: #f91250;
  text-decoration: underline;
}
.post-navigation .previous-expo {
  text-align: left;
}
.post-navigation .next-expo {
  text-align: right;
}


nav.pagination {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  margin-top: 36px;
}
nav.pagination span.current, 
nav.pagination a.page-numbers, 
nav.pagination a.page-numbers:visited, 
nav.pagination a.page-numbers:hover {
  display: inline-block;
  min-width: 36px; min-height: 36px;
  margin: 0 0 0 0;
  padding: 8px 12px 0 12px;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 96px;
  background: #c8c8c8;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
nav.pagination span.current, 
nav.pagination a.page-numbers:hover {
  background: #e10e49;
}
span.page-numbers.dots {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  color: #c0c0c0;
}


/* ------- */
/* Dropcap */
/* ------- */

.dropcap {
  float: left;
  margin: 11px 9px 0 0;
  width: 36px; height: 36px;
}
.dropcap-circle {
  border-radius: 24px;
}
.dropcap span {
  float: left;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 36px;
}

/* ------ */
/* Widget */
/* ------ */

.sidebar-widget h3 {
  padding-bottom: 6px;
  border-bottom: 1px solid #d0d0d0;
}


/* ------ */
/* Top 10 */
/* ------ */

.tptn_posts_widget ul {
  width: 100%;
  margin: 1px 0 0 0;
  padding: 0 0 0 0;
  list-style: none inside none;
}
.tptn_posts_widget ul li {
  margin: 0 0 0 0;
  padding: 6px 0 6px 0;
  list-style: decimal inside none;
  border-bottom: 1px solid #f0f0f0;
}
.tptn_posts_widget ul li:last-child {
  border-bottom: 1px solid #d0d0d0;
}
.tptn_posts_widget ul li a, 
.tptn_posts_widget ul li a:visited, 
.tptn_posts_widget ul li a:hover {
  color: #707070;
  text-decoration: none;
}
.tptn_posts_widget ul li a:hover {
  color: #f91250;
  text-decoration: underline;
}


/* ------ */
/* Videos */
/* ------ */

.video {
  position: relative;
  margin-top: 24px;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------ */
/* Search */
/* ------ */

.search_form input[type="text"] {
  width: 100%; height: 30px;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  outline: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.search_form input[type=text]:focus {
  box-shadow: 0 0 5px rgba(225, 14, 73, 1);
  border: 1px solid rgba(225, 14, 73, 1);
}

#search-results {
  padding: 24px 9px 24px 60px;
}

p.search-query {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 12px;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 24px;
  color: #707070;
}

#search-results div.row.post-in-list + div.row.post-in-list {
  margin: 48px 0 0 0;
  padding: 0 0 0 0;
}
#search-results h1 + div.row.post-in-list, p.search-query + div.row.post-in-list {
  margin: 24px 0 0 0;
  padding: 0 0 0 0;
}
#search-results div.row.post-in-list .col {
  padding-left: 0px;
}

#search-results .post-in-list h2 {
  margin: -6px 0 0 0;
  padding: 0 0 0 0;
}
#search-results .post-in-list h2 a, .post-in-list h2 a:visited, .post-in-list h2 a:hover {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  text-decoration: none;
}
#search-results .post-in-list h2 a:hover {
  color: #e10e49;
}

#search-results .post-in-list p {
  margin: 9px 0 0 0;
  padding: 0 0 0 0;
  font-size: 14px;
  line-height: 22px;
}

/* ---------- */
/* Responsive */
/* ---------- */

@media only screen {
  
  body {
    background: #ffffff !important;
  }
    
  .main-row {
    background: #ffffff !important;
  }
  
  .col {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  
  .row .row {
    margin: 0 0 0 0;
  }
  
  .left-takeover, .right-takeover {
    display: none;
  }
  .main-col {
    width: 100%;
  }
  
  header[role="banner"] {
    height: 96px;
  }
  header[role="banner"] .logo {
    position: relative;
    width: 100%;
    max-width: 320px;
    /* max-width: 410px; */
    margin: 0 auto;
    padding: 0 0 0 0;
    top: 0;
  }
  header[role="banner"] .logo img {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    
  }
  header[role="banner"] .banner {
    display: none;
  }
  
  .pitc-img-row {
    display: none;
  }
  
  h1, h2, h3, h4, h5, h6, p, ul, ol, li, 
  .post-preview h1, .post-preview h2, .post-preview h3, .post-preview h4, 
  .post-preview h5, .post-preview h6, .post-preview p, .post-preview ul, 
  .post-preview ol, .post-preview li, 
  .post-in-list h2 a, .post-in-list h2 a:visited, .post-in-list h2 a:hover
  {
    padding: 0 12px;
  }
  h2.page-element {
    margin: 12px 0 9px 0;
    padding: 0 0 0 12px;
    border: none;
  }
  
  .dropcap span {
    padding: 0 0 0 0;
  }
  .contents-sharing {
    padding-left: 24px;
  }
  
  .alignleft, .alignright {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  p.img-container {
    margin: 12px 0 -12px 0;
    padding: 0 0 0 0;
  }
  
  aside {
    padding: 0 0 0 0;
  }
  
  .row.post-navigation {
    margin: 0 0 24px 0;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .row.post-navigation span {
    padding: 0 0 0 0;
  }
  .row.post-navigation .next-expo {
    text-align: left;
  }
  
  .footer, .footer .copyright {
    float: none;
    margin-top: 0px;
    padding-top: 24px;
    text-align: center;
  }
  
  .left-col, .middle-col, .right-col {
    text-align: center;
  }
  
  div.nav {
    background: #ffffff;
    height: 48px;
  }
  nav {
    text-align: center;
  }
  nav h3 {
    margin: 0 0 0 0;
    padding: 6px 0 5px 0;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  nav ul {
    display: none;
    margin: 0 0 0 0;
    padding: 24px 0 0 0;
    height: 0px;
  }
  
  #main-nav-container.show {
    height: auto;
  }
  
  #main-nav-container.show nav ul {
    display: block;
    height: auto;
  }
  
  nav ul li {
    display: list-item;
    margin: 0 0 0 0;
    padding: 0 0 12px 0;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
  }
  nav ul li a, nav ul li a:visited, nav ul li a:hover
  {
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
  }
  nav ul li a:hover {
    color: #f91250;
    text-decoration: none;
  }
  nav ul li ul {
    display: none;
  }
  
  .mobile nav h3 {
    border-bottom: 1px solid #f0f0f0;
  }
  
  .mobile nav ul.menu {
    padding-top: 12px;
  }
  
  .mobile nav ul.menu li a, 
  .mobile nav ul.menu li a:hover, 
  .mobile nav ul.menu li a:visited
  {
    font-weight: 700;
    text-transform: uppercase;
  }
  .mobile nav ul.menu li a:hover {
    color: #f91250;
  }
  
  .mobile nav ul.menu li ul.menu {
    padding-top: 12px;
  }
  
  .mobile nav ul.menu li ul.menu a, 
  .mobile nav ul.menu li ul.menu a:hover, 
  .mobile nav ul.menu li ul.menu a:visited
  {
    font-weight: 700;
    color: #f91250;
    text-transform: none;
  }
  .mobile nav ul.menu li ul.menu a:hover {
    color: #f91250;
  }
  
  .mobile nav ul.menu li ul.menu li ul.menu {
    padding-top: 9px;
  }
  
  .mobile nav ul.menu li ul.menu li ul.menu a, 
  .mobile nav ul.menu li ul.menu li ul.menu a:hover, 
  .mobile nav ul.menu li ul.menu li ul.menu a:visited
  {
    font-weight: 400;
    color: #707070;
    text-transform: none;
  }
  .mobile nav ul.menu li ul.menu li ul.menu a:hover {
    color: #f91250;
  }
  
  #main-menu > li {
    margin: 0 0 0 0;
    padding: 13px 12px 12px 12px;
  }
  
  #main-menu > li.has_children {
    padding: 12px 12px 12px 12px;
  }
  
  .overlay {
    display: none;
  }
  /* Weird bug... */
  .overlay-content .overlay-title {
    text-align: center;
  }
  
  .pitc_posts_image_row {
    display: none;
  }
  
  nav.pagination a.page-numbers, 
  nav.pagination span.page-numbers {
    display: none;
  }
  nav.pagination a.page-numbers.prev {
    display: block;
    float: left;
    margin-left: 24px;
  }
  nav.pagination a.page-numbers.next {
    display: block;
    float: right;
    margin-right: 24px;
  }
  
  .full-width-container.header-row {
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  
  h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, 
  .post-preview h1, .post-preview h2, .post-preview h3, .post-preview h4, 
  .post-preview h5, .post-preview h6, .post-preview p, .post-preview ul, 
  .post-preview ol, .post-preview li, .post-preview span, 
  .post-in-list h2 a, .post-in-list h2 a:visited, .post-in-list h2 a:hover
  {
    padding: 0 0 0 0;
  }
  
  body.has_takeover #content h1, 
  body.has_takeover #content h2, 
  body.has_takeover #content h3, 
  body.has_takeover #content h4, 
  body.has_takeover #content h5, 
  body.has_takeover #content h6, 
  body.has_takeover #content p, 
  body.has_takeover #content ul, 
  body.has_takeover #content ol, 
  body.has_takeover #content li, 
  body.has_takeover #content span, 
  body.has_takeover .post-preview h1, 
  body.has_takeover .post-preview h2, 
  body.has_takeover .post-preview h3, 
  body.has_takeover .post-preview h4, 
  body.has_takeover .post-preview h5, 
  body.has_takeover .post-preview h6, 
  body.has_takeover .post-preview p, 
  body.has_takeover .post-preview ul, 
  body.has_takeover .post-preview ol, 
  body.has_takeover .post-preview li, 
  body.has_takeover .post-preview span
  {
    /*padding: 0 12px;*/
  }
  body.has_takeover #content h1 {
    /* padding-bottom: 12px; */
  }
  h2.page-element, body.has_takeover #content h2.page-element {
    margin: 18px 0 9px 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .post-preview h3 {
    padding-top: 3px;
  }
  
  .alignleft, .alignright {
    width: 50%;
    padding: 0 0 0 0;
  }
  .alignleft {
    float: left;
    margin: 6px 12px 9px 0;
  }
  .alignright {
    float: right;
    margin: 6px 0 9px 12px;
  }
  
  .dropcap h3 {
    padding-left: 0;
  }
  
  .captioned {
    width: 33.333333%;
    margin: 12px 0 0 0;
  }
  .captioned.center .caption_container {
    width: 40%;
  }
  .captioned.left {
    margin-right: 12px;
  }
  .captioned.right {
    margin-left: 12px;
  }
  .captioned p {
    padding: 0 0 0 0;
  }
  
  .row.post-navigation {
    margin: 0 0 0 0;
    padding: 3px 0 27px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .row.post-navigation span {
    padding: 0 0 0 0;
  }
  .row.post-navigation .next-expo {
    text-align: right;
  }
  
  .contents-sharing {
    padding-left: 0px;
  }
  .post-metadata {
    padding: 12px 0 12px 0;
  }
  
  .footer {
    text-align: left;
  }
  .footer .copyright {
    float: none;
    margin: 12px 0 0 0;
    padding: 0 0 0 0;
    color: #505050;
  }
  
  .left-col {
    text-align: left;
  }
  .middle-col {
    text-align: center;
  }
  .right-col {
    text-align: right;
  }
  
  nav h3 {
    display: none;
  }
  nav ul {
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: auto;
  }
  nav ul.show {
    display: block;
    height: auto;
  }
  nav ul li {
    display: inline-block;
    margin: 0 6px 0 6px;
    padding: 7px 12px 7px 12px;
    font-size: 16px;
    cursor: pointer;
  }
  nav > ul > li:first-child {
    padding-top: 7px;
  }
  nav ul li:last-child {
    padding: 7px 12px 7px 12px;
  }
  nav ul li a, nav ul li a:visited, nav ul li a:hover
  {
    font-size: 14px;
  }
  
  nav > ul li.has_children a:after {
    display: inline-block;
    padding-left: 5px;
    vertical-align: 2px;
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjgzIDgwOGwtNzQyIDc0MXEtMTkgMTktNDUgMTl0LTQ1LTE5bC03NDItNzQxcS0xOS0xOS0xOS00NS41dDE5LTQ1LjVsMTY2LTE2NXExOS0xOSA0NS0xOXQ0NSAxOWw1MzEgNTMxIDUzMS01MzFxMTktMTkgNDUtMTl0NDUgMTlsMTY2IDE2NXExOSAxOSAxOSA0NS41dC0xOSA0NS41eiIgZmlsbD0iI2EwYTBhMCIvPjwvc3ZnPg==');
  }
  
  nav > ul li.has_children.white-indicator a:after {
    display: inline-block;
    padding-left: 5px;
    vertical-align: 2px;
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjgzIDgwOGwtNzQyIDc0MXEtMTkgMTktNDUgMTl0LTQ1LTE5bC03NDItNzQxcS0xOS0xOS0xOS00NS41dDE5LTQ1LjVsMTY2LTE2NXExOS0xOSA0NS0xOXQ0NSAxOWw1MzEgNTMxIDUzMS01MzFxMTktMTkgNDUtMTl0NDUgMTlsMTY2IDE2NXExOSAxOSAxOSA0NS41dC0xOSA0NS41eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==');
  }
  
  nav > ul li.has_children.white-indicator:hover a:after {
    display: inline-block;
    padding-left: 5px;
    vertical-align: 2px;
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjgzIDgwOGwtNzQyIDc0MXEtMTkgMTktNDUgMTl0LTQ1LTE5bC03NDItNzQxcS0xOS0xOS0xOS00NS41dDE5LTQ1LjVsMTY2LTE2NXExOS0xOSA0NS0xOXQ0NSAxOWw1MzEgNTMxIDUzMS01MzFxMTktMTkgNDUtMTl0NDUgMTlsMTY2IDE2NXExOSAxOSAxOSA0NS41dC0xOSA0NS41eiIgZmlsbD0iI2EwYTBhMCIvPjwvc3ZnPg==');
  }
  
  nav > ul li.has_children ul li a:after, 
  nav > ul li.has_children.white-indicator ul li a:after, 
  nav > ul li.has_children.white-indicator:hover ul li a:after
  {
    content: '';
  }
  
  nav > ul li.has_children ul li.has_children a:after {
    display: inline-block;
    padding-left: 5px;
    vertical-align: 2px;
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMzYzIDg3N2wtNzQyIDc0MnEtMTkgMTktNDUgMTl0LTQ1LTE5bC0xNjYtMTY2cS0xOS0xOS0xOS00NXQxOS00NWw1MzEtNTMxLTUzMS01MzFxLTE5LTE5LTE5LTQ1dDE5LTQ1bDE2Ni0xNjZxMTktMTkgNDUtMTl0NDUgMTlsNzQyIDc0MnExOSAxOSAxOSA0NXQtMTkgNDV6IiBmaWxsPSIjYTBhMGEwIi8+PC9zdmc+');
  }
  
  nav > ul li.has_children ul li.has_children ul li a:after {
    content: '';
  }
  
  nav ul li ul {
    position: absolute;
    min-width: 210px;
    margin: 12px 0 0 -12px;
    padding: 1px 0 0 0;
    z-index: 300;
    list-style: none inside none;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #fff;
  }
  nav ul li ul li, nav ul li ul li:last-child {
    position: relative;
    display: block;
    margin: 0 18px 0 18px;
    padding: 8px 3px 7px 3px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
  }
  nav ul li ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  
  nav ul li:hover, 
  nav ul li.keep
  {
    background: #f0f0f0;
  }
  nav ul li:hover > a, 
  nav ul li.keep > a
  {
    color: #f91250;
  }
  nav ul li:hover ul, 
  nav ul li.keep ul
  {
    display: block;
  }
  
  nav ul li:hover li {
    background: none;
  }
  
  nav ul li ul li ul, 
  nav ul li ul li ul li
  {
    display: none !important;
  }
  
  nav ul li ul li:hover ul, 
  nav ul li ul li:hover ul li
  {
    display: block !important;
  }
  
  nav ul li ul li ul {
    top: -14px;
    left: 105%;
    border-radius: 0;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  }
  
  nav ul li ul li.has_children {
    /* background: #e0e0e0; */
  }
  
  .full-width-container.header-row {
    /* height: 168px; */
  }
  .full-width-container.nav.sticky {
    position: fixed;
    z-index: 900;
    top: 0px;
    border-bottom: 1px solid #e0e0e0;
    
    /*
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    */
  }
  
  .full-width-container.nav.sticky-with-admin-bar {
    position: fixed;
    z-index: 900;
    top: 32px;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .priority-30, .priority-20 {
    display: none;
  }
  
  .overlay.modal {
    display: none;
    opacity: 0.0;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  }
  .overlay.modal .overlay-content {
    position: relative;
    width: 700px; height: 472px;
    margin: 60px auto 0 auto;
    padding: 0 0 0 0;
    background: #ffffff;
  }
  .overlay.modal .overlay-content .overlay-visual {
    position: absolute;
    width: 340px;
    bottom: 3px; left: 9px;
  }
  .overlay.modal .overlay-content .overlay-visual img {
    width: 100%;
  };
  .overlay.modal .overlay-content .overlay-title {
    text-align: center;
  }
  .overlay.modal .overlay-content .overlay-title h1 {
    position: relative;
    display: inline-block;
    margin: 12px auto 0 auto;
    padding: 0 12px;
    border: none;
    background: #ffffff;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #787878;
  }
  .overlay.modal .overlay-content .line {
    position: relative;
    top: 36px;
    height: 1px;
    margin: 0 24px;
    border-top: 1px solid #707070;
  }
  .overlay.modal .overlay-content .overlay-sub-title {
    text-align: center;
  }
  .overlay.modal .overlay-content .overlay-sub-title h2 {
    margin: -9px 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 18px;
    text-transform: lowercase;
    color: #707070;
  }
  .overlay.modal .overlay-content .overlay-lead {
    text-align: center;
  }
  .overlay.modal .overlay-content .overlay-lead p {
    margin: 9px 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #707070;
  }
  .overlay.modal .overlay-content .nl-form {
    position: absolute;
    top: 215px; left: 286px;
    width: 390px;
    text-align: center;
  }
  .overlay.modal .overlay-content .nl-form input {
    width: 100%; height: 36px;
    padding: 0 9px;
    font-size: 20px;
    color: #707070;
    border: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  }
  .overlay.modal .overlay-content .sub {
    position: relative;
    text-align: center;
  }
  .overlay.modal .overlay-content .loading {
    display: none;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 42px;
    margin: 0 auto;
    text-align: center;
  }
  .overlay.modal .overlay-content .loading .loader {
    display: inline-block;
    vertical-align: top;
    height: 42px;
    text-align: center;
  }
  .overlay-content .loading svg path, 
  .overlay-content .loading svg rect {
    fill: #fff;
  }
  .overlay.modal .overlay-content .sub-button {
    width: 153px; height: 42px;
    margin: 24px auto 0 auto;
    background: #d71d79;
    text-align: center;
  }
  .overlay.modal .overlay-content .nl-form button {
    margin: 0 0 0 0;
    padding: 9px 24px;
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    color: #ffffff;
    /* text-transform: uppercase; */
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .overlay.modal .overlay-content .nl-form button:hover {
    background: #ac075b;
  }
  .overlay.modal .overlay-content .overlay-close {
    position: absolute;
    top: 9px; right: 0px;
  }
  .overlay.modal .overlay-content .overlay-close span {
    font-family: Arial, Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #909090;
    cursor: pointer;
    padding: 6px 12px;
  }
  .overlay.modal .overlay-content .overlay-close span:hover {
    color: #505050;
  }
  
  .row .row { margin:  0 -12px; }
  .col      { padding: 0  12px; }
  
  .row.no-gap, .row.no-gap .row.no-gap, .col.no-gap {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
  .no-top-gap {
    margin-top: 0;
    padding-top: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .s1-1   { width: 100%; }
  .s1-2   { width: 50%; }
  .s1-3   { width: 33.333333333333%; }
  .s1-4   { width: 25%; }
  .s1-5   { width: 20%; }
  .s1-6   { width: 16.666666666667%; }
  .s1-7   { width: 14.285714285714%; }
  .s1-8   { width: 12.5%; }
  .s1-9   { width: 11.111111111111%; }
  .s1-10  { width: 10%; }
  .s1-11  { width: 9.0909090909091%; }
  .s1-12  { width: 8.3333333333333%; }
  .s1-13  { width: 7.6923076923077%; }
  .s1-14  { width: 7.1428571428571%; }
  .s1-15  { width: 6.6666666666667%; }
  .s1-16  { width: 6.25%; }
  .s1-17  { width: 5.8823529411765%; }
  .s1-18  { width: 5.5555555555556%; }
  .s1-19  { width: 5.2631578947368%; }
  .s1-20  { width: 5%; }
  .s1-21  { width: 4.7619047619048%; }
  .s1-22  { width: 4.5454545454545%; }
  .s1-23  { width: 4.3478260869565%; }
  .s1-24  { width: 4.1666666666667%; }

  .s2-2   { width: 100%; }
  .s2-3   { width: 66.666666666667%; }
  .s2-4   { width: 50%; }
  .s2-5   { width: 40%; }
  .s2-6   { width: 33.333333333333%; }
  .s2-7   { width: 28.571428571429%; }
  .s2-8   { width: 25%; }
  .s2-9   { width: 22.222222222222%; }
  .s2-10  { width: 20%; }
  .s2-11  { width: 18.181818181818%; }
  .s2-12  { width: 16.666666666667%; }
  .s2-13  { width: 15.384615384615%; }
  .s2-14  { width: 14.285714285714%; }
  .s2-15  { width: 13.333333333333%; }
  .s2-16  { width: 12.5%; }
  .s2-17  { width: 11.764705882353%; }
  .s2-18  { width: 11.111111111111%; }
  .s2-19  { width: 10.526315789474%; }
  .s2-20  { width: 10%; }
  .s2-21  { width: 9.5238095238095%; }
  .s2-22  { width: 9.0909090909091%; }
  .s2-23  { width: 8.695652173913%; }
  .s2-24  { width: 8.3333333333333%; }

  .s3-3   { width: 100%; }
  .s3-4   { width: 75%; }
  .s3-5   { width: 60%; }
  .s3-6   { width: 50%; }
  .s3-7   { width: 42.857142857143%; }
  .s3-8   { width: 37.5%; }
  .s3-9   { width: 33.333333333333%; }
  .s3-10  { width: 30%; }
  .s3-11  { width: 27.272727272727%; }
  .s3-12  { width: 25%; }
  .s3-13  { width: 23.076923076923%; }
  .s3-14  { width: 21.428571428571%; }
  .s3-15  { width: 20%; }
  .s3-16  { width: 18.75%; }
  .s3-17  { width: 17.647058823529%; }
  .s3-18  { width: 16.666666666667%; }
  .s3-19  { width: 15.789473684211%; }
  .s3-20  { width: 15%; }
  .s3-21  { width: 14.285714285714%; }
  .s3-22  { width: 13.636363636364%; }
  .s3-23  { width: 13.04347826087%; }
  .s3-24  { width: 12.5%; }

  .s4-4   { width: 100%; }
  .s4-5   { width: 80%; }
  .s4-6   { width: 66.666666666667%; }
  .s4-7   { width: 57.142857142857%; }
  .s4-8   { width: 50%; }
  .s4-9   { width: 44.444444444444%; }
  .s4-10  { width: 40%; }
  .s4-11  { width: 36.363636363636%; }
  .s4-12  { width: 33.333333333333%; }
  .s4-13  { width: 30.769230769231%; }
  .s4-14  { width: 28.571428571429%; }
  .s4-15  { width: 26.666666666667%; }
  .s4-16  { width: 25%; }
  .s4-17  { width: 23.529411764706%; }
  .s4-18  { width: 22.222222222222%; }
  .s4-19  { width: 21.052631578947%; }
  .s4-20  { width: 20%; }
  .s4-21  { width: 19.047619047619%; }
  .s4-22  { width: 18.181818181818%; }
  .s4-23  { width: 17.391304347826%; }
  .s4-24  { width: 16.666666666667%; }

  .s5-5   { width: 100%; }
  .s5-6   { width: 83.333333333333%; }
  .s5-7   { width: 71.428571428571%; }
  .s5-8   { width: 62.5%; }
  .s5-9   { width: 55.555555555556%; }
  .s5-10  { width: 50%; }
  .s5-11  { width: 45.454545454545%; }
  .s5-12  { width: 41.666666666667%; }
  .s5-13  { width: 38.461538461538%; }
  .s5-14  { width: 35.714285714286%; }
  .s5-15  { width: 33.333333333333%; }
  .s5-16  { width: 31.25%; }
  .s5-17  { width: 29.411764705882%; }
  .s5-18  { width: 27.777777777778%; }
  .s5-19  { width: 26.315789473684%; }
  .s5-20  { width: 25%; }
  .s5-21  { width: 23.809523809524%; }
  .s5-22  { width: 22.727272727273%; }
  .s5-23  { width: 21.739130434783%; }
  .s5-24  { width: 20.833333333333%; }

  .s6-6   { width: 100%; }
  .s6-7   { width: 85.714285714286%; }
  .s6-8   { width: 75%; }
  .s6-9   { width: 66.666666666667%; }
  .s6-10  { width: 60%; }
  .s6-11  { width: 54.545454545455%; }
  .s6-12  { width: 50%; }
  .s6-13  { width: 46.153846153846%; }
  .s6-14  { width: 42.857142857143%; }
  .s6-15  { width: 40%; }
  .s6-16  { width: 37.5%; }
  .s6-17  { width: 35.294117647059%; }
  .s6-18  { width: 33.333333333333%; }
  .s6-19  { width: 31.578947368421%; }
  .s6-20  { width: 30%; }
  .s6-21  { width: 28.571428571429%; }
  .s6-22  { width: 27.272727272727%; }
  .s6-23  { width: 26.086956521739%; }
  .s6-24  { width: 25%; }

  .s7-7   { width: 100%; }
  .s7-8   { width: 87.5%; }
  .s7-9   { width: 77.777777777778%; }
  .s7-10  { width: 70%; }
  .s7-11  { width: 63.636363636364%; }
  .s7-12  { width: 58.333333333333%; }
  .s7-13  { width: 53.846153846154%; }
  .s7-14  { width: 50%; }
  .s7-15  { width: 46.666666666667%; }
  .s7-16  { width: 43.75%; }
  .s7-17  { width: 41.176470588235%; }
  .s7-18  { width: 38.888888888889%; }
  .s7-19  { width: 36.842105263158%; }
  .s7-20  { width: 35%; }
  .s7-21  { width: 33.333333333333%; }
  .s7-22  { width: 31.818181818182%; }
  .s7-23  { width: 30.434782608696%; }
  .s7-24  { width: 29.166666666667%; }

  .s8-8   { width: 100%; }
  .s8-9   { width: 88.888888888889%; }
  .s8-10  { width: 80%; }
  .s8-11  { width: 72.727272727273%; }
  .s8-12  { width: 66.666666666667%; }
  .s8-13  { width: 61.538461538462%; }
  .s8-14  { width: 57.142857142857%; }
  .s8-15  { width: 53.333333333333%; }
  .s8-16  { width: 50%; }
  .s8-17  { width: 47.058823529412%; }
  .s8-18  { width: 44.444444444444%; }
  .s8-19  { width: 42.105263157895%; }
  .s8-20  { width: 40%; }
  .s8-21  { width: 38.095238095238%; }
  .s8-22  { width: 36.363636363636%; }
  .s8-23  { width: 34.782608695652%; }
  .s8-24  { width: 33.333333333333%; }

  .s9-9   { width: 100%; }
  .s9-10  { width: 90%; }
  .s9-11  { width: 81.818181818182%; }
  .s9-12  { width: 75%; }
  .s9-13  { width: 69.230769230769%; }
  .s9-14  { width: 64.285714285714%; }
  .s9-15  { width: 60%; }
  .s9-16  { width: 56.25%; }
  .s9-17  { width: 52.941176470588%; }
  .s9-18  { width: 50%; }
  .s9-19  { width: 47.368421052632%; }
  .s9-20  { width: 45%; }
  .s9-21  { width: 42.857142857143%; }
  .s9-22  { width: 40.909090909091%; }
  .s9-23  { width: 39.130434782609%; }
  .s9-24  { width: 37.5%; }

  .s10-10 { width: 100%; }
  .s10-11 { width: 90.909090909091%; }
  .s10-12 { width: 83.333333333333%; }
  .s10-13 { width: 76.923076923077%; }
  .s10-14 { width: 71.428571428571%; }
  .s10-15 { width: 66.666666666667%; }
  .s10-16 { width: 62.5%; }
  .s10-17 { width: 58.823529411765%; }
  .s10-18 { width: 55.555555555556%; }
  .s10-19 { width: 52.631578947368%; }
  .s10-20 { width: 50%; }
  .s10-21 { width: 47.619047619048%; }
  .s10-22 { width: 45.454545454545%; }
  .s10-23 { width: 43.478260869565%; }
  .s10-24 { width: 41.666666666667%; }

  .s11-11 { width: 100%; }
  .s11-12 { width: 91.666666666667%; }
  .s11-13 { width: 84.615384615385%; }
  .s11-14 { width: 78.571428571429%; }
  .s11-15 { width: 73.333333333333%; }
  .s11-16 { width: 68.75%; }
  .s11-17 { width: 64.705882352941%; }
  .s11-18 { width: 61.111111111111%; }
  .s11-19 { width: 57.894736842105%; }
  .s11-20 { width: 55%; }
  .s11-21 { width: 52.380952380952%; }
  .s11-22 { width: 50%; }
  .s11-23 { width: 47.826086956522%; }
  .s11-24 { width: 45.833333333333%; }

  .s12-12 { width: 100%; }
  .s12-13 { width: 92.307692307692%; }
  .s12-14 { width: 85.714285714286%; }
  .s12-15 { width: 80%; }
  .s12-16 { width: 75%; }
  .s12-17 { width: 70.588235294118%; }
  .s12-18 { width: 66.666666666667%; }
  .s12-19 { width: 63.157894736842%; }
  .s12-20 { width: 60%; }
  .s12-21 { width: 57.142857142857%; }
  .s12-22 { width: 54.545454545455%; }
  .s12-23 { width: 52.173913043478%; }
  .s12-24 { width: 50%; }

  .s13-13 { width: 100%; }
  .s13-14 { width: 92.857142857143%; }
  .s13-15 { width: 86.666666666667%; }
  .s13-16 { width: 81.25%; }
  .s13-17 { width: 76.470588235294%; }
  .s13-18 { width: 72.222222222222%; }
  .s13-19 { width: 68.421052631579%; }
  .s13-20 { width: 65%; }
  .s13-21 { width: 61.904761904762%; }
  .s13-22 { width: 59.090909090909%; }
  .s13-23 { width: 56.521739130435%; }
  .s13-24 { width: 54.166666666667%; }

  .s14-14 { width: 100%; }
  .s14-15 { width: 93.333333333333%; }
  .s14-16 { width: 87.5%; }
  .s14-17 { width: 82.352941176471%; }
  .s14-18 { width: 77.777777777778%; }
  .s14-19 { width: 73.684210526316%; }
  .s14-20 { width: 70%; }
  .s14-21 { width: 66.666666666667%; }
  .s14-22 { width: 63.636363636364%; }
  .s14-23 { width: 60.869565217391%; }
  .s14-24 { width: 58.333333333333%; }

  .s15-15 { width: 100%; }
  .s15-16 { width: 93.75%; }
  .s15-17 { width: 88.235294117647%; }
  .s15-18 { width: 83.333333333333%; }
  .s15-19 { width: 78.947368421053%; }
  .s15-20 { width: 75%; }
  .s15-21 { width: 71.428571428571%; }
  .s15-22 { width: 68.181818181818%; }
  .s15-23 { width: 65.217391304348%; }
  .s15-24 { width: 62.5%; }

  .s16-16 { width: 100%; }
  .s16-17 { width: 94.117647058824%; }
  .s16-18 { width: 88.888888888889%; }
  .s16-19 { width: 84.210526315789%; }
  .s16-20 { width: 80%; }
  .s16-21 { width: 76.190476190476%; }
  .s16-22 { width: 72.727272727273%; }
  .s16-23 { width: 69.565217391304%; }
  .s16-24 { width: 66.666666666667%; }

  .s17-17 { width: 100%; }
  .s17-18 { width: 94.444444444444%; }
  .s17-19 { width: 89.473684210526%; }
  .s17-20 { width: 85%; }
  .s17-21 { width: 80.952380952381%; }
  .s17-22 { width: 77.272727272727%; }
  .s17-23 { width: 73.913043478261%; }
  .s17-24 { width: 70.833333333333%; }

  .s18-18 { width: 100%; }
  .s18-19 { width: 94.736842105263%; }
  .s18-20 { width: 90%; }
  .s18-21 { width: 85.714285714286%; }
  .s18-22 { width: 81.818181818182%; }
  .s18-23 { width: 78.260869565217%; }
  .s18-24 { width: 75%; }

  .s19-19 { width: 100%; }
  .s19-20 { width: 95%; }
  .s19-21 { width: 90.47619047619%; }
  .s19-22 { width: 86.363636363636%; }
  .s19-23 { width: 82.608695652174%; }
  .s19-24 { width: 79.166666666667%; }

  .s20-20 { width: 100%; }
  .s20-21 { width: 95.238095238095%; }
  .s20-22 { width: 90.909090909091%; }
  .s20-23 { width: 86.95652173913%; }
  .s20-24 { width: 83.333333333333%; }

  .s21-21 { width: 100%; }
  .s21-22 { width: 95.454545454545%; }
  .s21-23 { width: 91.304347826087%; }
  .s21-24 { width: 87.5%; }

  .s22-22 { width: 100%; }
  .s22-23 { width: 95.652173913043%; }
  .s22-24 { width: 91.666666666667%; }

  .s23-23 { width: 100%; }
  .s23-24 { width: 95.833333333333%; }

  .s24-24 { width: 100%; }
  
  .left-takeover, .right-takeover {
    display: none;
  }
  .main-col {
    width: 100%;
  }
  
  .pitc-img-row {
    display: block;
    margin-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
  .pitc-img-row .col {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
  }
  
  div.row.no-top-gap.pitc-img-row {
    margin-top: 0px !important;
  }
  
  nav.pagination a.page-numbers, 
  nav.pagination span.page-numbers {
    display: inline-block;
  }
  nav.pagination a.page-numbers.prev {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
  nav.pagination a.page-numbers.next {
    display: inline-block;
    float: none;
    margin-right: 0;
  }
  
  .mask-container {
    padding: 0;
    border-left: 12px solid #ffffff;
    border-right: 12px solid #ffffff;
  }
  
  .sliding-block-nav { display: block; }
  .p1 .sliding-block-nav { display: none; }
    
  .mask-container div.page-col { display: block !important; };
  
  .mask-container.p1   .inf { width:   100%; }
  .mask-container.p2   .inf { width:   200%; }
  .mask-container.p3   .inf { width:   300%; }
  .mask-container.p4   .inf { width:   400%; }
  .mask-container.p5   .inf { width:   500%; }
  .mask-container.p6   .inf { width:   600%; }
  .mask-container.p7   .inf { width:   700%; }
  .mask-container.p8   .inf { width:   800%; }
  .mask-container.p9   .inf { width:   900%; }
  .mask-container.p10  .inf { width:  1000%; }
  .mask-container.p11  .inf { width:  1100%; }
  .mask-container.p12  .inf { width:  1200%; }
  .mask-container.p13  .inf { width:  1300%; }
  .mask-container.p14  .inf { width:  1400%; }
  .mask-container.p15  .inf { width:  1500%; }
  .mask-container.p16  .inf { width:  1600%; }
  .mask-container.p17  .inf { width:  1700%; }
  .mask-container.p18  .inf { width:  1800%; }
  .mask-container.p19  .inf { width:  1900%; }
  .mask-container.p20  .inf { width:  2000%; }
  .mask-container.p21  .inf { width:  2100%; }
  .mask-container.p22  .inf { width:  2200%; }
  .mask-container.p23  .inf { width:  2300%; }
  .mask-container.p24  .inf { width:  2400%; }
  .mask-container.p25  .inf { width:  2500%; }
  .mask-container.p26  .inf { width:  2600%; }
  .mask-container.p27  .inf { width:  2700%; }
  .mask-container.p28  .inf { width:  2800%; }
  .mask-container.p29  .inf { width:  2900%; }
  .mask-container.p30  .inf { width:  3000%; }
  .mask-container.p31  .inf { width:  3100%; }
  .mask-container.p32  .inf { width:  3200%; }
  .mask-container.p33  .inf { width:  3300%; }
  .mask-container.p34  .inf { width:  3400%; }
  .mask-container.p35  .inf { width:  3500%; }
  .mask-container.p36  .inf { width:  3600%; }
  .mask-container.p37  .inf { width:  3700%; }
  .mask-container.p38  .inf { width:  3800%; }
  .mask-container.p39  .inf { width:  3900%; }
  .mask-container.p40  .inf { width:  4000%; }
  .mask-container.p41  .inf { width:  4100%; }
  .mask-container.p42  .inf { width:  4200%; }
  .mask-container.p43  .inf { width:  4300%; }
  .mask-container.p44  .inf { width:  4400%; }
  .mask-container.p45  .inf { width:  4500%; }
  .mask-container.p46  .inf { width:  4600%; }
  .mask-container.p47  .inf { width:  4700%; }
  .mask-container.p48  .inf { width:  4800%; }
  .mask-container.p49  .inf { width:  4900%; }
  .mask-container.p50  .inf { width:  5000%; }
  .mask-container.p51  .inf { width:  5100%; }
  .mask-container.p52  .inf { width:  5200%; }
  .mask-container.p53  .inf { width:  5300%; }
  .mask-container.p54  .inf { width:  5400%; }
  .mask-container.p55  .inf { width:  5500%; }
  .mask-container.p56  .inf { width:  5600%; }
  .mask-container.p57  .inf { width:  5700%; }
  .mask-container.p58  .inf { width:  5800%; }
  .mask-container.p59  .inf { width:  5900%; }
  .mask-container.p60  .inf { width:  6000%; }
  .mask-container.p61  .inf { width:  6100%; }
  .mask-container.p62  .inf { width:  6200%; }
  .mask-container.p63  .inf { width:  6300%; }
  .mask-container.p64  .inf { width:  6400%; }
  .mask-container.p65  .inf { width:  6500%; }
  .mask-container.p66  .inf { width:  6600%; }
  .mask-container.p67  .inf { width:  6700%; }
  .mask-container.p68  .inf { width:  6800%; }
  .mask-container.p69  .inf { width:  6900%; }
  .mask-container.p70  .inf { width:  7000%; }
  .mask-container.p71  .inf { width:  7100%; }
  .mask-container.p72  .inf { width:  7200%; }
  .mask-container.p73  .inf { width:  7300%; }
  .mask-container.p74  .inf { width:  7400%; }
  .mask-container.p75  .inf { width:  7500%; }
  .mask-container.p76  .inf { width:  7600%; }
  .mask-container.p77  .inf { width:  7700%; }
  .mask-container.p78  .inf { width:  7800%; }
  .mask-container.p79  .inf { width:  7900%; }
  .mask-container.p80  .inf { width:  8000%; }
  .mask-container.p81  .inf { width:  8100%; }
  .mask-container.p82  .inf { width:  8200%; }
  .mask-container.p83  .inf { width:  8300%; }
  .mask-container.p84  .inf { width:  8400%; }
  .mask-container.p85  .inf { width:  8500%; }
  .mask-container.p86  .inf { width:  8600%; }
  .mask-container.p87  .inf { width:  8700%; }
  .mask-container.p88  .inf { width:  8800%; }
  .mask-container.p89  .inf { width:  8900%; }
  .mask-container.p90  .inf { width:  9000%; }
  .mask-container.p91  .inf { width:  9100%; }
  .mask-container.p92  .inf { width:  9200%; }
  .mask-container.p93  .inf { width:  9300%; }
  .mask-container.p94  .inf { width:  9400%; }
  .mask-container.p95  .inf { width:  9500%; }
  .mask-container.p96  .inf { width:  9600%; }
  .mask-container.p97  .inf { width:  9700%; }
  .mask-container.p98  .inf { width:  9800%; }
  .mask-container.p99  .inf { width:  9900%; }
  .mask-container.p100 .inf { width: 10000%; }
}

@media only screen and (min-width: 890px) {
  
  .main-row {
    background: #ffffff !important;
  }
  
  .left-takeover, .right-takeover {
    display: inline;
  }
  
  .row.no-top-gap {
    margin-top: 0;
  }
  
  .main-row {
    padding-left: 0;
    padding-right: 0;
  }
  
  body.has_takeover .main-col {
    width: 75%;
    padding: 0 12px;
  }
  
  .priority-20 {
    display: inline-block;
  }
  
  div.row.no-top-gap.pitc-img-row {
    margin-top: 0px !important;
  }
  
  img[data-orientation="portrait"][data-kind="photo"] {
    /* width: 40%; */
  }
}
@media only screen and (min-width: 1100px) {
  .priority-30 {
    display: inline-block;
  }
  .main-col {
    width: 100%;
  }
  body.has_takeover .main-col {
    width: 75%;
  }
}

@media only screen and (min-width: 1280px) {
  
  header[role="banner"] {
    height: 130px;
  }
  header[role="banner"] .logo, header[role="banner"] .banner {
    position: absolute;
  }
  header[role="banner"] .logo {
    position: relative;
    margin: 0 auto;
    width: 360px;
  }
  header[role="banner"] .banner {
    display: inline;
  }
}

/* Colors */
.eitc-purple { color: #901474; }
.eitc-orange { color: #ec8022; }
.eitc-pink   { color: #e10e49; }

.row.takeover-top {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.row.takeover-top a {
  display: block;
  line-height: 0px;
}

.row.takeover-top + .row {
  margin-top: 0;
}

.takeover-top-banner-container {
  margin: 0 0 0 0 !important;
  background: #ffffff;
  border: none;
}

.takeover-top-banner-container a {
  display: block;
  line-height: 0;
}

.top-takeover-banner {
  margin: 0 auto !important;
  padding: 12px 0 12px 0 !important;
  text-align: center;
}

.top-takeover-banner img {
  /* max-width: 676px; */
}

.main-col {
  background: #ffffff;
}


/* ------ */
/* Rating */
/* ------ */

.pitc-rating {
  display: block;
  margin: 12px 0 0 0;
}

.pitc-rating-display {
  display: block;
  width: 124px; height: 24px;
}

h1 > img, h1 > img.align-left, 
h2 > img, h2 > img.align-left, 
h3 > img, h3 > img.align-left {
  width: auto !important;
}

h3 {
  line-height: 1.4em;
}

input[type=submit].button.gform_button {
  margin: 0 0 0 0;
  padding: 6px 12px;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 96px;
  background: #e10e49;
  border: none;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
input[type=submit].button.gform_button:hover {
  background: #f91250;
}

header div.banner {
  top: -25px !important;
  text-align: right;
}
header .banner img {
  width: 450px;
}

nav[role=navigation] i.fa {
  font-size: 16px;
  color: #000000;
}
nav[role=navigation] i.fa:hover, 
nav[role=navigation] li:hover i.fa, 
nav[role=navigation] li.keep i.fa
{
  color: #f91250;
}

#content h3 {
  text-transform: none;
}

.sidebar-widget h3.small {
  border: none;
  font-size: 16px;
}

/* Recommendations */
.recommendations {
  padding-top: 14px;
  border-top: 1px solid #e0e0e0;
}
.recommendations h3 {
  margin: 0 0 12px 0;
}

/* Popover */
.popover {
  position: relative;
  box-sizing: border-box;
  width: 16em;
  padding: 1em;
  border: 1px solid #dadada;
  background: #fff;
}

.popover, .popover:before {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);  
}

.popover:before,
.popover:after {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #dadada;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popover:before {
  z-index: -1;
}

.popover.arrow-top:before,
.popover.arrow-top:after
{
  bottom: 100%;
  left: 20px;
  margin-bottom: -7px; 
  border-bottom: 0;
  border-right: 0;
}

.popover.arrow-bottom:before,
.popover.arrow-bottom:after
{
  top: 100%;
  left: 20px;
  margin-top: -7px; 
  border-top: 0;
  border-left: 0;
}

.popover.arrow-right:before,
.popover.arrow-right:after
{
  top: 20px;
  left: 100%;
  margin-left: -7px; 
  border-bottom: 0;
  border-left: 0;
}

.popover.arrow-left:before,
.popover.arrow-left:after
{
  top: 20px;
  left: 0;
  margin-left: -9px; 
  border-top: 0;
  border-right: 0;
}


/* Metadata */

.eitc-metadata h2 {
  font-size: 16px;
  color: #fc6621;
}
.eitc-metadata h3 {
  margin-top: 24px;
  font-size: 14px !important;
  text-transform: uppercase !important;
}

.eitc-metadata p.dates {
  color: #fc6621;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.eitc-metadata p.address {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

/* Accesses */
table.accesses {
  margin: 12px 0 24px 0;
  border-collapse: collapse;
}

table.accesses td {
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  padding: 4px 0;
}

table.accesses td.type {
  position: relative;
  text-align: right;
  padding-right: 6px;
  border-right: 1px solid #f0f0f0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

table.accesses tr.type-main td {
  padding-top: 11px;
  border-top: 1px solid #f5f5f5;
}

table.accesses tr.type-main:first-child td {
  padding-top: 6px;
  border-top: none;
}
table.accesses td.type {
  border-top: none !important;
}

table.accesses td.lines {
  text-align: right;
  width: 108px;
  font-size: 0px;
  line-height: 1px;
}

table.accesses td.lines img {
  margin: 0 0 0 3px;
}

table.accesses td.lines.metro img, 
table.accesses td.lines.rer img, 
table.accesses td.lines.tramway img
{
  width: 18px;
  margin-top: 1px;
}
table.accesses td.lines.bus img {
  width: 21px;
  margin-top: 4px;
}

table.accesses tr.last-in-type td {
  padding-bottom: 12px;
}

table.accesses td.stop-names {
  padding-left: 6px;
}

table.accesses tr.no-lines td.stop-names {
  padding-left: 6px;
}

table.accesses tr:last-child td {
  padding-bottom: 6px !important;
}

table.accesses i.open-data-infos {
  color: #a7a7a7;
  position: relative;
}
table.accesses i.open-data-infos:hover {
  color: #505050;
  cursor: pointer;
}

table.accesses i.open-data-infos div.popover {
  display: none;
  position: absolute;
  top: -22px; left: 22px;
  opacity: 0.0;
  text-transform: none;
  text-align: left;
  color: #707070;
  font-size: 12px;
  line-height: 16px;
}
table.accesses i.open-data-infos div.popover a {
  font-size: 12px;
}
table.accesses i.open-data-infos:hover div.popover, 
table.accesses i.open-data-infos div.popover:hover
{
  position: absolute;
  top: -22px; left: 20px;
  display: block;
  z-index: 9999;
  opacity: 1.0;
}

/* Age */

li.c-icon {
  display: inline-block;
  position: relative;
  top: -7px;
}

.age-disc {
  display: block;
  width: 24px;
  height: 24px;
  background: black;
  border-radius: 12px;
  text-align: center;
}

.age-disc span {
  font-family: 'Noto Sans';
  font-weight: 700;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
  line-height: 25px;
  color: #ffffff;
}

/* Biz-hours */
.biz-hours h3 {
  margin-top: 6px;
}
.biz-hours h4 {
  margin-top: 3px !important;
  font-size: 14px !important;
  text-transform: none !important;
}
.biz-hours h4:first-child {
  margin-top: 9px !important;
}
.biz-hours ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.biz-hours ul li {
  margin: 0 0 0 0;
  font-size: 13px;
  list-style: none outside none;
}

/* Fees */

div.fees div.fee-kind h4 {
  margin-top: 18px !important;
  font-size: 14px !important;
  text-transform: none !important;
}
div.fees div.fee-kind h4:first-child {
  margin-top: 9px !important;
}
.fees h5 {
  margin: 6px 0 0 12px;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.fees h5 span.amount {
  color: #e10e49;
}

.fees ul.fee-conditions {
  margin: 0 0 0 3px;
}
.fees ul.fee-conditions li {
  font-size: 13px;
  list-style: none outside none;
}
.fees ul.fee-conditions li:before {
  content: '•';
  padding-right: 6px;
  color: #909090;
}
.fees ul.fee-conditions li.b:before {
  color: #ffffff;
}
.fees ul.fee-conditions li.hidden {
  display: none;
}

.link-btn {
  color: #e10e49;
}
.link-btn:hover {
  text-decoration: underline;
  cursor: pointer;
}

iframe.gmaps {
  width: 100%;
  height: 360px;
  border: 1px solid #c6c6c6;
}

.place-autopage p.address {
  margin-top: 12px;
}

.place-autopage ul.additional_infos {
  margin-top: 4px;
}

p.warning {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  font-size: 13px;
  font-style: italic;
  color: #707070;
}

.fnac-reservation {
  margin-top: 12px;
}

nav * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

img.large-cover {
  width: 190px;
  margin: 24px 12px 0 0;
  padding: 0 0 0 0;
}
p.img-container + h2 {
  padding-top: 48px;
}

h2.cat-description {
  margin: 0px 0 24px 0;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #800080;
}

.big-error {
  font-weight: bold;
  color: #ff5555;
}

ul.post-preview-categories {
  display: inline-block;
  margin: 9px 0 3px 0;
  padding: 0 0 0 0;
  color: #ffffff;
}

ul.post-preview-categories li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0px 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.125);
}

.actu           { background: #02c4ee; color: #ffffff; }
.cinema         { background: #7c237a; color: #ffffff; }
.classique      { background: #0bb9de; color: #ffffff; }
.concert        { background: #851773; color: #ffffff; }
.contemporain   { background: #bed000; color: #ffffff; }
.dessin         { background: #d1947e; color: #ffffff; }
.dossier        { background: #9e77a9; color: #ffffff; }
.decouverte     { background: #007a53; color: #ffffff; }
.en-amoureux    { background: #f5afb2; color: #ffffff; }
.en-famille     { background: #e71c7b; color: #ffffff; }
.ethnique       { background: #ae1470; color: #ffffff; }
.festival       { background: #2fb8c5; color: #ffffff; }
.food-and-drink { background: #ec613e; color: #ffffff; }
.gratuit        { background: #f18800; color: #ffffff; }
.incontournable { background: #0092ae; color: #ffffff; }
.insolite       { background: #b6aa54; color: #ffffff; }
.litteraire     { background: #897f78; color: #ffffff; }
.mode           { background: #cd1719; color: #ffffff; }
.numerique      { background: #b0b3bd; color: #ffffff; }
.one-man-show   { background: #6288bd; color: #ffffff; }
.opera-ballet   { background: #f5afb2; color: #ffffff; }
.photo          { background: #00a97a; color: #ffffff; }
.salon          { background: #bfca00; color: #ffffff; }
.scandale       { background: #e6007e; color: #ffffff; }
.sculpture      { background: #edc136; color: #ffffff; }
.spectacles     { background: #ef7d00; color: #ffffff; }
.theatre        { background: #d60911; color: #ffffff; }
.video-cat      { background: #adb3b5; color: #ffffff; }
.a-la-maison    { background: #8bbd3b; color: #ffffff; }

.txt.actu           { background: none; color: #02c4ee; }
.txt.cinema         { background: none; color: #7c237a; }
.txt.classique      { background: none; color: #0bb9de; }
.txt.concert        { background: none; color: #851773; }
.txt.contemporain   { background: none; color: #bed000; }
.txt.dessin         { background: none; color: #d1947e; }
.txt.dossier        { background: none; color: #9e77a9; }
.txt.decouverte     { background: none; color: #007a53; }
.txt.en-amoureux    { background: none; color: #f5afb2; }
.txt.en-famille     { background: none; color: #e71c7b; }
.txt.ethnique       { background: none; color: #ae1470; }
.txt.festival       { background: none; color: #2fb8c5; }
.txt.food-and-drink { background: none; color: #ec613e; }
.txt.gratuit        { background: none; color: #f18800; }
.txt.incontournable { background: none; color: #0092ae; }
.txt.insolite       { background: none; color: #b6aa54; }
.txt.litteraire     { background: none; color: #897f78; }
.txt.mode           { background: none; color: #cd1719; }
.txt.numerique      { background: none; color: #b0b3bd; }
.txt.one-man-show   { background: none; color: #6288bd; }
.txt.opera-ballet   { background: none; color: #f5afb2; }
.txt.photo          { background: none; color: #00a97a; }
.txt.salon          { background: none; color: #bfca00; }
.txt.scandale       { background: none; color: #e6007e; }
.txt.sculpture      { background: none; color: #edc136; }
.txt.spectacles     { background: none; color: #ef7d00; }
.txt.theatre        { background: none; color: #d60911; }
.txt.video-cat      { background: none; color: #adb3b5; }
.txt.a-la-maison    { background: none; color: #8bbd3b; }

/* Custom <select> */

.custom-select {
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans';
  text-align: left;
}

.custom-select select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #f61b52 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div, .select-selected {
  color: #000000;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-selected {
  color: #f61b52;
  background-color: #ffffff;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.sharing-bar-container {
  position: relative;
  width: 100%;
  height: 60px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.sharing-bar {
  float: right;
}

.tqs_slider + p + .sharing-bar {
  margin-top: -24px !important;
}

.tqs_slider + .sharing-bar {
  margin-top: -12px !important;
}

.sharing-bar + h2 {
  margin-top: 30px !important;
}
.sharing-bar + h3 {
  margin-top: 24px !important;
}

.sharing-bar ul {
  display: block;
  position: absolute;
  top: 12px; left: 79px;
  margin: 0 0 0 0;
}

.sharing-bar ul li {
  display: inline-block;
  position: relative;
  pointer-events: all;
}

.sharing-bar ul li a {
  display: block;
  position: absolute;
  top: 0px; left: 0px;
  width: 156px; height: 48px;
  border-radius: 3px;
}

.sharing-bar .social-icon {
  width: 36px;
}

.sharing-button {
  width: 156px; height: 48px;
  padding: 6px;
  border-radius: 3px;
  text-align: left;
  cursor: pointer;
}
.sharing-button svg, .sharing-button i {
  position: absolute;
  margin-right: 6px;
}
.sharing-button span {
  position: absolute;
  top: 14px; left: 42px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}

.sharing-button.facebook {
  background: #3c5a9c;
}
.sharing-button.facebook:hover {
  background: #1c3a7c;
}
.sharing-button.facebook svg {
  top: -7px; left: 14px;
  width: 18px;
}
.sharing-button.facebook svg use {
  fill: #ffffff;
}

.sharing-button.twitter {
  background: #2aa3ef;
}
.sharing-button.twitter:hover {
  background: #0a83Cf;
}
.sharing-button.twitter svg {
  top: -7px; left: 9px;
  width: 30px;
}
.sharing-button.twitter svg use {
  fill: #ffffff;
}

.sharing-button.email {
  color: #ffffff;
  background: #f32255;
}
.sharing-button.email:hover {
  background: #d30235;
}
.sharing-button.email i {
  top: 11px; left: 13px;
  font-size: 23px;
}

.sharing-bar .sharing-count {
  position: absolute;
  top: 20px; left: 6px;
  text-align: center;
}

.sharing-bar .sharing-count .count {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.sharing-bar .sharing-count .label {
  display: block;
  margin-top: -4px;
  font-size: 12px;
  text-transform: uppercase;
  color: #909090;
}

.bottom-sharing-bar {
  margin: 12px 0 18px 0;
  padding: 4px 0 0 0;
  border-top: 1px solid #e0e0e0;
}

header + .sharing-bar {
  border-bottom: 1px solid #e0e0e0;
  margin: -18px 0 0 0;
  padding: 59px 0 18px 0;
}

.sharing-button {
  width: 48px;
  border-radius: 180px;
}

.sharing-bar ul li {
  pointer-events: auto;
}

.sharing-bar ul li a {
  width: 48px;
  border-radius: 180px;
}

.sharing-button span {
  display: none;
}

.sharing-bar .sharing-count {
  margin-left: 12px;
}

#email-sharing-modal .overlay-content {
  top: -30px;
  width: 480px;
  height: 90%;
  max-height: 583px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 24px 36px 36px 36px;
  border-radius: 6px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

#email-sharing-modal .g-recaptcha {
  display: inline-block;
  margin: 20px auto 0 auto;
}

.form-modal .overlay-content {
  text-align: center;
  background: #f0f0f0;
}

.form-modal h1 {
  margin: 0px 0 9px 0;
  font-size: 24px;
}

.form-modal input, 
.form-modal textarea
{
  width: 100%;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}

.form-modal input {
  height: 30px;
  margin-bottom: 6px;
  padding: 0px 6px;
}

.form-modal textarea {
  width: 100%; height: 200px;
  padding: 6px;
  font-size: 14px;
  border: 1px solid #e0e0e0;
}

.form-modal input.invalid, 
.form-modal textarea.invalid, 
.form-modal label.invalid
{
  background: #f56c8d;
}

.form-modal input ::placeholder {
  color: #909090;
}

.form-modal input.invalid::placeholder {
  color: #ffffff;
}

.form-modal label.invalid a, 
.form-modal label.invalid a:hover, 
.form-modal label.invalid a:visited
{
  color: #000000;
}

.form-modal button {
  height: 42px;
  margin-top: 17px;
  padding: 12px 24px;
  border: none;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

#email-sharing-modal.form-modal button.loading {
  display: inline-block;
  position: static;
  top: auto;
  width: auto; height: 42px;
  margin: 17px auto 0 auto;
  pointer-events: none;
}

#email-sharing-modal.form-modal button.loading:hover {
  background: no-repeat 50% 50% url('/wp-content/plugins/tqc-stripe/svg/spinner-02.svg') #dc1849;
  background-size: 24px 24px;
}

.form-modal p.msg {
  display: none;
  margin: 12px 0 0 0;
  text-align: left;
  font-style: italic;
}

a.mobile-only, 
a.mobile-only:hover, 
a.mobile-only:visited
{
  color: #ffffff;
}

.spacer-top {
  height: 72px;
  background: no-repeat 50% 0 url('/wp-content/themes/theme-in-the-city/images/dons/bokeh.jpg') #7f2869;
  margin-bottom: -12px;
}

h2.section {
  margin: 24px 0 0 0;
  padding: 24px 24px 0 24px;
  color: #f32255;
  border-top: 1px solid #e0e0e0;
}

h2.section:first-child {
  border: none;
  margin-top: 20px;
  padding-top: 0;
}

h2.section + p {
  margin-top: 12px;
}

.row.padded p {
  padding-left: 24px;
  padding-right: 24px;
}

button.checkable {
  margin: 0 9px 0 0;
  padding: 9px 18px;
  border: 2px solid #f32255;
  border-radius: 24px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 600;
  color: #f32255;
  cursor: pointer;
}
button.checkable:last-child {
  margin-right: 0px;
}
button.checkable:hover {
  border: 2px solid #dc1849;
  color: #ffffff;
  background: #dc1849;
}
button.checkable.checked, 
button.checkable.checked:hover
{
  border: 2px solid #f32255;
  color: #ffffff;
  background: #f32255;
}

button.donation {
  width: 76px;
}

i.accent {
  font-size: 16px;
  color: #f32255;
}

.dontation-btns {
  margin: 24px 0 12px 0px;
}

.free-donation {
  display: inline-block;
  margin: 12px auto 0 auto;
  padding: 8px 12px;
  border: 2px solid #707070;
  border-radius: 24px;
}

.free-donation label {
  font-size: 14px;
}

.free-donation input {
  width: 120px;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  color: #f32255;
}

.free-donation input:focus {
  border-bottom: 1px solid #f32255;
  outline: 0;
}
.free-donation input:focus + span {
  color: #f32255;
}

.donation-small-prints {
  margin-top: 6px;
}

div.reward-container {
  display: table;
  width: 100%; height: 328px;
}

div.reward {
  display: none;
  text-align: center;
  vertical-align: middle;
}
div.reward.active {
  display: table-cell;
}

div.reward p {
  margin-bottom: 24px;
  font-size: 18px;
}

div.reward p i.fa-plus-circle {
  font-weight: 14px;
  color: #f32255;
}

.centerer {
  width: 100%;
  text-align: center;
}

.donor, .buyer {
  padding: 16px 18px 0 36px;
}
.recipient {
  padding: 16px 36px 0 18px;
}

.donor label, .buyer label, .recipient label {
  font-size: 14px;
}

.donor input + input, .buyer input + input, .recipient input + input {
  margin-top: 6px;
}

.donor .checkbox label, .buyer .checkbox label, .recipient .checkbox label {
  font-size: 14px;
}

sup.required {
  font-size: 18px;
  vertical-align: -11px;
  color: #ff5555;
}

.checkbox-conditional {
  display: none;
}

.fundraiser-gift {
  opacity: 0.5;
}

.give-btn-container {
  width: 100%;
  margin: 6px 0 42px 0;
  text-align: center;
}

#fundraiser-give-btn {
  margin-top: 36px;
  
}

.give-btn-container p.apart-error, 
.give-btn-container p.form-msg
{
  display: none;
  margin: 24px 0 0 0;
  padding: 0 24px 0 24px;
  font-style: italic;
  font-weight: 600;
}
.give-btn-container p.form-msg {
  font-style: normal;
}

.give-btn-container p.apart-error + #fundraiser-give-btn {
  margin-top: 24px;
}

.main-form select.invalid, 
.main-form input.invalid, 
.main-form label.invalid
{
  background: #f32255 !important;
}
.main-form input.invalid {
  color: #ffffff !important;
}

.main-form label.invalid a, 
.main-form label.invalid a:hover, 
.main-form label.invalid a:visited
{
  color: #000000;
}

.main-col {
  min-height: 1500px;
}

p.solo {
  padding: 0 24px 0 24px !important;
}

.with-top-separator {
  border-top: 12px solid #f32255;
}

.with-bottom-separator {
  border-bottom: 18px solid #f32255;
}

.rel {
  position: relative;
}

#d2g {
  display: block;
  position: absolute;
  top: 100px; right: -25px;
  font-size: 30px;
}

#d2g-narrow {
  display: none;
  font-size: 30px;
}

p.d2g-narrow-container {
  margin: 24px 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

button.really-big {
  padding: 18px 24px;
  border: none;
  border-radius: 64px;
}

button.really-big span {
  font-size: 16px;
}

header[role="banner"] .banner {
  width: 310px !important;
  top: 17px !important;
  right: 154px !important;
}
header[role="banner"] .banner img {
  width: 100%;
}

header div.don {
  position: absolute;
  top: 17px;
  right: 0px;
  width: 148px;
}
header div.don img {
  width: 100%;
}

header[role="banner"] {
  height: 100px;
}

header[role="banner"] .logo, header[role="banner"] .banner {
  position: absolute;
}
header[role="banner"] .logo {
  position: relative;
  width: 360px;
  /* width: 410px; */
  margin: 0 auto;
  padding-top: 11px;
}

@media only screen and (max-width: 767px) {
  header div.don {
    display: none;
  }
  
  header[role="banner"] {
    height: 96px;
  }
  header[role="banner"] .logo {
    position: relative;
    width: 200px;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 0 0;
    top: 0;
  }
  header[role="banner"] .logo img {
    margin: 0 0 0 0;
    padding: 0 0 0 0; 
  }
}

/*
#main-menu > li:first-child {
  margin-bottom: -1px;
  padding: 8px 9px;
  background: #1a9fe0;
}
#main-menu > li:first-child a, 
#main-menu > li:first-child a:hover, 
#main-menu > li:first-child a:visited {
  color: #ffffff;
}
#main-menu > li:first-child:hover {
  background: #178dc6;
}
*/

.for-donation-form div.checkbox, 
.for-donation-form div.form-group
{
  padding: 0 24px 0 24px;
  font-size: 14px;
}

.for-donation-form div.form-group.left-half
{
  padding: 0 0 0 24px;
}
.for-donation-form div.form-group.right-half
{
  padding: 0 24px 0 0;
}

ul.donors {
  margin: 24px 0 0 6px;
  padding: 0 0 0 0;
}
ul.donors li {
  margin: 0 0 6px 0;
  padding: 0 0 0 0;
  font-size: 16px;
}

.fundraiser-page .main-col {
  width: 66.666666666667% !important;
}

#hiw-horizontal, 
#hiw-two-lines, 
#hiw-vertical
{
  margin-top: 24px;
}

#hiw-two-lines, 
#hiw-vertical
{
  display: none;
}

@media only screen and (max-width: 1020px) {
  
  div.fundraiser-page {
    padding: 0 0 0 0 !important;
  }
  
  .fundraiser-page .main-col {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  
  #hiw-horizontal {
    display: none;
  }
  #hiw-two-lines {
    display: block;
  }
  
  #d2g {
    display: none;
  }
  
  #d2g-narrow {
    display: inline-block;
  }
  
  .donor {
    padding-left: 18px;
  }
  .recipient {
    padding-right: 18px;
  }
  
  .dontation-btns {
    margin: 24px -6px 12px 0;
  }
  
  button.donation.checkable:last-child {
    margin: 12px 0 0 0;
    padding: 9px 18px;
  }
}

/* Subs */

div.subs-btn-container {
  position: relative;
  margin-top: 36px;
  text-align: center;
}

button.sub-type {
  font-size: 18px;
}

div.sub-container p {
  line-height: 1.6em;
}

div.sub-container p sup {
  vertical-align: 1px;
}

div.sub {
  border-right: 1px solid #f0f0f0;
}

div.sub:last-child {
  border-right: none;
}

div.sub-container {
  display: table;
  width: 100%; height: 328px;
}

div.sub-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

div.sub-details p {
  margin-bottom: 24px;
  padding: 0 24px;
  font-size: 18px;
}

div.sub-details p i.fa-plus-circle {
  font-weight: 14px;
  color: #f32255;
}

#shipping-cost-display {
  display: none;
  margin-top: 12px;
  padding-bottom: 21px;
}

#cgv {
  padding: 24px 0 12px 22px;
}

.form-submit-btn-container, 
.order-btn-container
{
  width: 100%;
  margin: 6px 0 42px 0;
  text-align: center;
}

.tqc-form input.invalid, 
.tqc-form textarea.invalid, 
.tqc-form label.invalid
{
  background: #f56c8d;
}

.tqc-form label.invalid a, 
.tqc-form label.invalid a:hover, 
.tqc-form label.invalid a:visited
{
  color: #000000;
}

#order-btn {
  margin-top: 36px;  
}

#form-submit-btn {
  margin-top: 24px;
}

.form-submit-btn-container p.apart-error, 
.form-submit-btn-container p.form-msg, 
.order-btn-container p.apart-error, 
.order-btn-container p.form-msg
{
  display: none;
  margin: 24px 0 0 0;
  padding: 0 24px 0 24px;
  font-style: italic;
  font-weight: 600;
}
.form-submit-btn-container p.form-msg, 
.order-btn-container p.form-msg
{
  font-style: normal;
}

.form-submit-btn-container p.apart-error + #form-submit-btn, 
.order-btn-container p.apart-error + #order-btn
{
  margin-top: 24px;
}

.main-col {
  overflow: hidden;
}

.subs-page {
  background: #a3b7d6 !important;
}

.subs-page .main-col {
  width: 66.666666666667% !important;
}

.subs-page #content .with-top-separator {
  border-top: 12px solid #a3b7d6;
}

.subs-page #content .with-bottom-separator {
  border-bottom: 18px solid #a3b7d6;
}

@media only screen and (max-width: 960px) {
  
  div.left-takeover, 
  div.right-takeover
  {
    display: none;
  }
  
  div.main-col {
    width: 100% !important;
  }
  
  div.subs-page {
    padding: 0 0 0 0 !important;
  }
  
  .subs-page .main-col {
    width: 100% !important;
  }
  
  header .mag-excerpt, 
  header .nl-banner
  {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .buyer {
    padding-left: 18px;
  }
  .recipient {
    padding-right: 18px;
  }
}

ul.summary {
  margin-top: 12px;
}

ul.summary li {
  margin-bottom: 9px;
}

p.smallprints {
  font-size: 14px;
}

h2 + p.smallprints {
  margin-top: 9px;
}

p.smallprints + h2 {
  margin-top: 24px;
}

.free-block {
  padding-left: 36px;
  padding-right: 36px;
}
.free-block h2 {
  padding-left: 0px;
  padding-right: 0px;
}

.thumbnail-container {
  height: 0px;
  padding-bottom: 56%;
  background: #e0e0e0;
}

#article {
  padding: 24px 9px 0 60px;
}

#side-bar {
  padding: 0px 36px 0px 52px;
}

#side-bar .sidebar-widget {
  margin-bottom: 7px;
}

#side-bar .sidebar-widget:first-child {
  margin-top: 5px;
}

#article header {
  position: relative;
  /* padding: 12px 0 24px 0; */
  padding: 12px 0 0 0;
  border: none;
}

#article header .titles-and-sharing {
  position: relative;
  width: 100%;
}

#article header .titles {
  position: relative;
  max-width: 385px;
}

#article header .titles h1, 
#article header .titles h2
{
  position: relative;
  width: 100%;
  padding-left: 0;
}

#article h1, 
#article h2 {
  padding-bottom: 12px;
}

#article p, 
#article ul, 
#article ol, 
#article h3, 
#article h4, 
#article h5, 
#article h6
{
  padding-left: 12px;
  padding-right: 12px;
}

header > div.tqs_slider, 
header > div.video
{
  margin-top: 0;
  margin-bottom: 24px;
}

#article div.tqs_slider div.tqs_slider_view ul {
  padding: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  
  #article {
    padding: 24px 0;
  }
  
  #article p, 
  #article ul, 
  #article ol, 
  #article h1, 
  #article h2, 
  #article h3, 
  #article h4, 
  #article h5, 
  #article h6
  {
    padding-left: 24px;
    padding-right: 24px;
  }
}

header h1, 
header h2
{
  
}

header h1 {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 12px !important;
}

header h1 span.pitc-rating {
  margin-top: 14px;
}

header h2 {
  width: 100%;
  margin: 0 0 0 0 !important;
  padding: 12px 0 0px 12px !important;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #707070;
}

header div.sharing-bar-container {
  position: absolute;
  top: 0px; right: 0px;
  width: 256px !important;
  margin: -16px -35px 0 0;
  padding: 0 0 0 0;
  transform: scale(0.8);
}

header div.sharing-bar-container ul {
  padding: 0 0 0 0;
}

.top-sharing-bar {
  display: block;
}

@media only screen and (max-device-width: 1244px), (max-width: 1244px) {
  
  .top-sharing-bar {
    display: none;
  }
  
  #article header .titles {
    max-width: none;
  }
}

@media only screen and (max-width: 1160px) {
  
  #article header h1, 
  #article header h2
  {
    width: 50%;
  }
  
  header div.sharing-bar-container {
    margin: -16px -24px 0 0;
  }
  
  header div.sharing-bar-container ul {
    padding: 0 12px !important;
  }
}

#side-bar .tptn_posts_widget ul {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

#side-bar a.tptn_link, 
#side-bar a.tptn_link:hover, 
#side-bar a.tptn_link:visited
{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #505050;
}

#side-bar a.tptn_link:hover {
  color: #f91250;
  text-decoration: none;
}

#side-bar .sidebar-widget h3 {
  margin-top: 24px;
  font-size: 16px;
}

#side-bar .tptn_posts_widget {
  padding-left: 3px;
}

ul.post-preview-categories {
  padding: 0 0 0 0 !important;
}

.post-preview h3 {
  margin-bottom: 0px !important;
  padding: 12px 0 0 0 !important;
  line-height: 24px !important;
}

.post-preview h4 {
  padding: 0 0 0 0 !important;
  line-height: 24px !important;
}

ul.post-preview-categories + h3 {
  padding-top: 5px !important;
}

.post-preview p {
  padding: 9px 0 9px 0 !important;
}

.post-preview h4 {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
  font-weight: 400;
  color: #707070;
  margin-top: 0;
}

.post-preview p {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
}

@media only screen and (max-width: 767px) {
  
  .post-preview h3, 
  .post-preview h4, 
  .post-preview p, 
  .post-preview .pitc-rating
  {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  
  .sidebar-widget {
    padding: 0 18px;
  }
  
  .col > h1 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .col > h1 {
    margin-top: 18px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  
  header div.sharing-bar-container {
    margin: -28px -24px 12px 0;
  }
  
  #article header h1, 
  #article header h2
  {
    width: 100%;
  }
}

@media only screen and (max-width: 1110px) {
  header div.sharing-bar-container {
    /* display: none; */
  }
}

p.bottom-link {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: right !important;
}

.tqs_slider p {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
}

.eitc-metadata {
  margin-top: 24px !important;
  padding-top: 24px !important;
  border-top: 1px dashed #e0e0e0 !important;
}

.eitc-metadata h2 {
  margin-top: 0 !important;
  font-size: 18px !important;
  line-height: 30px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.eitc-metadata .dates {
  margin-top: 6px !important;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  color: #000 !important;
}

.eitc-metadata .address {
  margin-top: 6px !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.eitc-metadata ul.characteristics {
  margin-top: 17px !important;
}

.eitc-metadata h3 {
  margin-top: 20px !important;
  font-size: 16px !important;
}

.eitc-metadata ul + h4 {
  margin-top: 9px !important;
}

.eitc-metadata .biz-hours ul li, 
.eitc-metadata .fees ul li
{
  line-height: 24px !important;
}

.eitc-metadata .fees .fee-kind h5 {
  margin-left: 0 !important;
}

.eitc-metadata .fees .fee-kind h5 + h5 {
  margin-top: 3px !important;
}

.eitc-metadata p.other-accesses {
  padding-left: 0 !important;
  font-size: 14px !important;
}

.post-metadata p.pub-date-and-author {
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
}

.small-prints {
  font-size: 14px;
}

.lg-outer .lg-thumb-item.active, 
.lg-outer .lg-thumb-item:hover
{
  border-color: #f91250 !important;
}

.excerpt-overlay {
  display: none;
  position: fixed;
  top: 0px; right: 0px; bottom: 0px; left: 0px;
  
  background: #37384d;
  
  z-index: 99999;
  
  opacity: 0.0;
}

.excerpt-overlay .actions {
  position: absolute;
  top: 0px; right: 0px; left: 0px;
  height: 48px;
  background: #37384d;
  
  text-align: right;
}

.excerpt-overlay .actions i {
  margin: 12px 15px 0 0;
  padding: 0 0 0 0;
  font-size: 24px;
  color: #ffffff;
}
.excerpt-overlay .actions i:hover {
  color: #f91250;
  color: #1a9fe2;
  cursor: pointer;
}

.excerpt-overlay .actions a, 
.excerpt-overlay .actions a:visited, 
.excerpt-overlay .actions a:hover
{
  display: inline-block;
  margin: 0px 12px 0px 0;
  padding: 6px 12px;
  
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: 3px;
  
  color: #ffffff;
  
  background: #f91250;
  background: #1a9fe2;
  border-radius: 6px;
}
.excerpt-overlay .actions a:hover {
  background: #c51643;
  background: #1f80b2;
}

.excerpt-overlay .excerpt-content {
  position: absolute;
  top: 48px; right: 0px; bottom: 0px; left: 0px;
}

.excerpt-overlay .excerpt-content iframe {
  position: absolute;
  top: 0px; right: 0px; bottom: 0px; left: 0px;
  width: 100%; height: 100%;
  border: none;
}

.in-menu-search-form {
  width: 210px;
  margin-left: -182px;
}
.in-menu-search-form li {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.in-menu-search-form input {
  width: 100%;
  padding: 9px 12px 12px 12px;
  
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  
  border: none;
  
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
.in-menu-search-form input:focus {
  outline: none;
}

#article .caption_container p {
  font-size: 12px !important;
  line-height: 18px !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

.captioned.left {
  margin-left: 12px;
}

.top + .top {
  margin-top: 48px;
}

.top-title {
  padding-left: 24px;
  text-transform: uppercase;
}

.top-img {
  padding-right: 0px !important;
}

.top-txt {
  padding-left: 0px !important;
}

.top h2 {
  line-height: 36px;
}

.top-text p {
  margin-top: 3px;
}

.top-text p + p {
  margin-top: 12px;
}

.dropcap.dropcap-circle {
  display: inline-block;
  color: #ffffff;
  background: #f91250;
  font-weight: 600;
}

.top p.caption {
  padding: 0 0 0 3px !important;
  margin: 0 0 0 0 !important;
  font-size: 12px !important;
  color: #707070 !important;
}

.centered {
  text-align: center;
}

div.ribbon {
  display: block;
  position: absolute;
  bottom: 33px;
  right: -42px;
  transform: rotate(-45deg);
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.5)
}
div.ribbon span {
  display: inline-block;
  min-width: 182px;
  padding: 6px 48px !important;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background: #f91250;
}

div.ribbon.pink span {
  background: #f91250;
}

div.ribbon.grey span {
  background: #909090;
}

.unit-mag-visual-ctn {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  overflow: hidden;
}

.unit-mag-visual-ctn a, 
.unit-mag-visual-ctn a:hover, 
.unit-mag-visual-ctn a:visited {
  line-height: 0px !important;
}

.unit-mag-title-ctn {
  margin-top: 18px;
}

.row.mags {
  margin-top: 48px;
  text-align: center;
}

button.medium {
  margin: 12px 0 12px 0;
  padding: 12px 24px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  background: #f91250;
  border-radius: 24px;
  border: none;
}

.top-header-img + article {
  margin-top: 12px;
}

.row.gift-selection {
  margin: 24px 12px !important;
}

.row.gift-selection .gift-selection-btn {
  padding: 0 3px;
}

.row.gift-selection .gift-selection-btn span {
  display: block;
  margin-top: 6px;
  padding: 12px 0;
  font-size: 16px;
  color: #f91250;
  background: #fff;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.row.gift-selection .gift-selection-btn img, 
.row.gift-selection .gift-selection-btn span
{
  border: 3px solid #d0d0d0;
  border-radius: 6px;
}

.row.gift-selection .gift-selection-btn img:hover, 
.row.gift-selection .gift-selection-btn.selected img, 
.row.gift-selection .gift-selection-btn span:hover, 
.row.gift-selection .gift-selection-btn.selected span
{
  border: 3px solid #f91250;
  cursor: pointer;
}

.row.gift-selection .gift-selection-btn span:hover, 
.row.gift-selection .gift-selection-btn.selected span
{
  color: #ffffff;
  background: #f91250;
}

.row.gift-selection .gift-sel-row p.mc-label {
  margin: 0 0 12px 0;
  padding: 6px 3px 0 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.row.gift-selection .gift-sel-row.selected p.mc-label {
  font-weight: 600;
}

.row.gift-selection .gift-sel-row p.mc-exp-label {
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 3px;
}

.row.gift-sel-row .col {
  padding-right: 0px !important;
}

.bottom-video {
  margin-top: 24px;
  padding-top: 9px;
  border-top: 1px solid #e0e0e0;
}

.bottom-video .video {
  margin-top: 13px;
}

p.caption {
  line-height: 20px !important;
}

.tqc-form .c .form-group {
  padding-top: 6px;
}
.tqc-form .cm .form-group {
  float: left;
  padding: 6px 0 0 6px;
}
.tqc-form .cm .form-group:first-child {
  padding: 6px 6px 0 0;
}
.tqc-form .c:after, .cm:after {
  content: '';
  display: block;
  clear: both;
}

.tqc-form .c10.form-group, .c10.form-group .input-group {
  width: 100%;
}
.tqc-form .c9.form-group { width: 90%; }
.tqc-form .c8.form-group { width: 80%; }
.tqc-form .c7.form-group { width: 70%; }
.tqc-form .c6.form-group { width: 60%; }
.tqc-form .c5.form-group { width: 50%; }
.tqc-form .c4.form-group { width: 40%; }
.tqc-form .c3.form-group { width: 30%; }
.tqc-form .c2.form-group { width: 20%; }
.tqc-form .c1.form-group { width: 10%; }

.tqc-form.contact-form {
  padding: 24px 12px 3px 12px;
}

.tqc-form.contact-form .bootstrap-container label {
  font-size: 14px;
}

#main-menu li a i.in-menu {
  padding-left: 6px;
  padding-right: 0px;
  vertical-align: 1px;
}

#main-menu li.blue-green, 
#main-menu li.blue-green a, 
#main-menu li.blue-green a:hover, 
#main-menu li.blue-green a:visited
{
  background: #00a7c1 !important;
  color: #ffffff;
}

#main-menu li.blue-green a i {
  background: none;
  color: #ffffff;
}

#main-menu li.blue-green:hover {
  background: #f0f0f0 !important;
}
#main-menu li.blue-green:hover ul li {
  background: #ffffff !important;
}

#main-menu li.blue-green:hover a
{
  background: #f0f0f0 !important;
  color: #00a7c1;
}

#main-menu li.blue-green:hover a i {
  background: none;
  color: #00a7c1;
}

#main-menu li.blue-green a:hover {
  background: #ffffff;
}

#main-menu li.blue-green:hover a + ul li a, 
#main-menu li.blue-green:hover a + ul li a:visited
#main-menu li.blue-green:hover a + ul li a:hover
{
  color: #000000 !important;
  background: #ffffff !important;
}
#main-menu li.blue-green:hover a + ul li a:hover {
  color: #00a7c1 !important;
}

/*
#main-menu li a span.blue, 
#main-menu li a:visited, 
#main-menu li a:hover, 
{
  background: #00a7c1 !important;
  color: white;
}

#main-menu li a:hover {
  color: #00a7c1;
  background: #f0f0f0;
}
*/

.reward-inner-container {
  position: relative;
  width: 90%;
  padding-left: 24px;
  text-align: left;
}

.reward-inner-container p {
  top: 0px;
  width: 100%;
  text-align: center;
}

.left-hand-reward {
  display: table-cell;
  vertical-align: middle;
  width: 47.5%;
}

.reward-plus {
  display: table-cell;
  vertical-align: middle;
  width: 5%;
}
.reward-plus img {
  width: 100% !important;
}

.right-hand-reward {
  position: table-cell;
  vertical-align: middle;
  width: 47.5%;
}

.right-hand-reward img {
  position: absolute;
  transform: rotate(-2.5deg);
}
.right-hand-reward img + img {
  position: absolute;
  transform: rotate(-4.5deg);
}
.right-hand-reward img + img + img {
  position: absolute;
  transform: rotate(-6.5deg);
}
.right-hand-reward img + img + img + img {
  position: absolute;
  transform: rotate(-8.5deg);
}

.rewards-radio-selection td {
  font-size: 14px;
  padding: 3px 0;
}

.rewards-radio-selection td input + span {
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.after-rewards-form {
  border-top: 1px dashed #d0d0d0;
  margin-top: 24px !important;
  padding-top: 24px;
}

.rewards-counter-selection td {
  padding-bottom: 12px;
}

.plus-btn, .minus-btn {
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 24px; height: 24px;
  vertical-align: 1px;
  border-radius: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background: #f61b52;
  cursor: pointer;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.plus-btn:hover, .minus-btn:hover {
  background: #dc1849;
}

.plus-btn.disabled, .minus-btn.disabled {
  background: #c0c0c0;
  cursor: not-allowed;
}

.plus-btn {
  margin-right: 6px;
}

.minus-btn {
  margin-left: 6px;
}

.plus-minus-display {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

a.big-pink-btn, 
a.big-pink-btn:visited, 
a.big-pink-btn:hover
{
  display: inline-block;
  margin: 24px 0 12px 12px;
  padding: 18px 24px;
  border-radius: 64px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #e10e49;
  text-decoration: none;
}

a.big-pink-btn:hover {
  background: #dc1849;
  cursor: pointer;
}

div.wpcf7 {
  margin: 24px 12px 24px 12px;
}

div.wpcf7 .c10 {
  width: 100%;
}

div.input-group, 
div.wpcf7 .c10 input[type="text"]
{
  width: 100%;
}

div.wpcf7 .c10 input[type="text"] {
  border-radius: 3px !important;
}

div.wpcf7 p label {
  margin: 0 0 0 -12px;
}

div.wpcf7 input[type="submit"] {
  display: inline-block;
  margin: 24px 0 12px -12px;
  padding: 18px 24px;
  border-radius: 64px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background: #e10e49;
  text-decoration: none;
}

div.wpcf7 input[type="submit"]:hover {
  background: #dc1849;
  border: none;
  cursor: pointer;
}

div.wpcf7 span[role="alert"] {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
}

div.wpcf7-response-output, 
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: block;
  border: none;
  margin: 0 0 0 -12px;
  font-size: 16px;
  color: #e10e49;
}

div.wpcf7-mail-sent-ok {
  display: block;
  margin: 24px 0 0 -6px;
}

img.single-mag-offer {
  margin-top: 26px;
  width: 34%;
  transform: rotate(-2deg);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}


/* New mobile */

div.mobile-menu-container {
  /* display: block; */
  display: none;
  position: fixed;
  top: 60px; left: 0; bottom: 0; right: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  background: transparent;
  overflow: hidden;
}

div.mobile-menu-container .page-mask {
  display: block;
  position: absolute;
  top: 0; left: 75%; bottom: 0; right: 0;
  background: #555555;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    90deg, 
    rgba(0, 0, 0, 0.4) 0%, 
    rgba(0, 0, 0, 0.3) 6%
  );
}

div.mobile-menu-container .mobile-menu {
  display: block;
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 75%; height: 100%;
  padding-bottom: 96px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  overflow: scroll;
}

@supports not (backdrop-filter: blur(12px)) {
  
  div.mobile-menu-container .mobile-menu {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
  }
}

@supports (-webkit-backdrop-filter: blur(12px)) {
  
  div.mobile-menu-container .mobile-menu {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* Add to body when the menu is shown */
.no-scroll {
  overflow: hidden;
}

div.mobile-menu-container .mobile-menu ul {
  margin: 12px 0 12px 0;
  padding: 0 24px 12px 24px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div.mobile-menu-container .mobile-menu ul li {
  margin: 0 0 0 0;
  padding: 19px 0 14px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

div.mobile-menu-container .mobile-menu i {
  margin-right: 3px;
  vertical-align: 1px;
  font-size: 21px;
}

div.mobile-menu-container .mobile-menu ul li:last-child {
  border: none;
}

div.mobile-menu-container .mobile-menu ul li a, 
div.mobile-menu-container .mobile-menu ul li a:visited, 
div.mobile-menu-container .mobile-menu ul li a:hover
{
  text-decoration: none;
  color: #000000;
}

div.mobile-menu-container .mobile-menu ul li a:hover {
  color: #f72158;
}

div.mobile-menu-container .mobile-menu ul li ul {
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
}

div.mobile-menu-container .mobile-menu ul li ul li {
  padding: 9px 0 9px 0;
  text-transform: none;
  font-weight: 400;
  border: none;
}

.hamburger-menu {
  position: absolute;
  /* display: block; */
  display: none;
  top: 18px; left: 18px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.hamburger-menu:hover {
  color: #f72158;
}

.hamburger-menu .hamburger {
  display: block;
}

.hamburger-menu .close-hamburger {
  display: none;
}

/* Language selection */

div.languages-menu-container {
  /* display: block; */
  display: none;
  position: fixed;
  top: 60px; left: 0; bottom: 0; right: 0;
  width: 100%; height: 100%;
  z-index: 9999;
  background: transparent;
  overflow: hidden;
}

div.languages-menu-container .page-mask {
  display: block;
  position: absolute;
  top: 0; left: 75%; bottom: 0; right: 0;
  background: #555555;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(
    90deg, 
    rgba(0, 0, 0, 0.4) 0%, 
    rgba(0, 0, 0, 0.3) 6%
  );
}

div.languages-menu-container .languages-menu {
  display: block;
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 75%; height: 100%;
  padding-bottom: 96px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  overflow: scroll;
}

@supports not (backdrop-filter: blur(12px)) {
  
  div.languages-menu-container .languages-menu {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
  }
}

@supports (-webkit-backdrop-filter: blur(12px)) {
  
  div.languages-menu-container .languages-menu {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
  }
}

/* Add to body when the menu is shown */
.no-scroll {
  overflow: hidden;
}

div.languages-menu-container .languages-menu ul {
  margin: 12px 0 12px 0;
  padding: 0 24px 12px 24px;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

div.languages-menu-container .languages-menu ul li {
  margin: 0 0 0 0;
  padding: 19px 0 14px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

div.languages-menu-container .languages-menu ul li:last-child {
  border: none;
}

div.languages-menu-container .languages-menu ul li a, 
div.languages-menu-container .languages-menu ul li a:visited, 
div.languages-menu-container .languages-menu ul li a:hover
{
  text-decoration: none;
  color: #000000;
}

div.languages-menu-container .languages-menu ul li a:hover {
  color: #f72158;
}

.languages-menu {
  position: absolute;
  /* display: block; */
  display: none;
  top: 18px; left: 54px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.languages-menu .languages-list {
  display: none;
}

.languages-menu:hover {
  color: #f72158;
}

.languages-menu .language {
  display: block;
  padding-top: 2px;
}

.languages-menu .close-languages {
  display: none;
  padding-left: 3px;
}

.logo .desktop-size {
  display: inline;
}

.logo .mobile-size {
  display: none;
}

header[role="banner"] .logo .mobile-size img {
  width: 200px;
  margin-top: 7px;
}

.mobile-search-btn {
  position: absolute;
  /* display: block; */
  display: none;
  top: 18px; right: 18px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}

.mobile-search-btn:hover {
  color: #f72158;
}

.mobile-search {
  position: fixed;
  /* display: block; */
  display: none;
  top: 57px; left: 0px; right: 0px;
  width: 100%;
  z-index: 9999;
}

.mobile-search-page-mask {
  position: absolute;
  /* display: block; */
  display: none;
  top: 57px; left: 0; bottom: 0; right: 0;
  background: #555555;
  background: rgba(0, 0, 0, 0.5);
}

.mobile-search form input {
  width: 100%;
  padding: 9px;
  font-size: 24px;
  border: none;
  border-radius: 0px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.btn-bar {
  position: fixed;
  /* display: table; */
  display: none;
  right: 0; bottom: 0px; left: 0;
  width: 100%; height: 72px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
}

.btn-bar-shadow {
  position: fixed;
  /* display: block; */
  display: none;
  right: 0; bottom: 74px; left: 0;
  width: 100%; height: 1px;
  background: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

@supports not (backdrop-filter: blur(12px)) {
  
  .btn-bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
  }
}

@supports (-webkit-backdrop-filter: blur(12px)) {
  
  .btn-bar {
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(12px);
  }
}


.btn-bar ul {
  display: table-row;
  text-align: center;
  color: #000000;
}

.btn-bar ul li {
  display: table-cell;
  width: 20%;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

.btn-bar ul li a, 
.btn-bar ul li a:hover, 
.btn-bar ul li a:visited
{
  display: inline-block;
  padding: 12px 9px 6px 9px;
  text-decoration: none;
  color: #505050;
}

.btn-bar ul li a i, 
.btn-bar ul li a:hover i, 
.btn-bar ul li a:visited i
{
  font-size: 32px;
  text-decoration: none;
  color: #505050;
}

.btn-bar ul li a:hover i {
  text-decoration: none;
  color: #101010;
}

.btn-bar ul li a span, 
.btn-bar ul li a:hover span, 
.btn-bar ul li a:visited span
{
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #505050;
}

.btn-bar ul li a:hover span {
  text-decoration: none;
  color: #101010;
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
  
  #article {
    padding: 0 0 24px 0;
  }
  
  .full-width-container header[role="banner"] {
    position: fixed;
    width: 100%; height: 60px;
    background: #000000;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  
  .full-width-container header[role="banner"] .logo {
    text-align: center;
  }
  
  .full-width-container.row.takeover-top-banner-container {
    padding-top: 54px;
  }
  
  .full-width-container.row.takeover-top-banner-container .top-takeover-banner {
    padding-bottom: 6px !important;
  }
  
  .full-width-container.row.no-top-gap.main-row.without-takeover {
    margin-top: 60px;
  }
  
  .row.top-header-img {
    margin-top: 73px;
  }
  
  #main-nav-container {
    display: none;
  }
  
  .hamburger-menu {
    display: block;
  }
  
  .languages-menu {
    display: block;
  }
  
  .languages-side-bar-widget {
    display: none;
  }
  
  .logo {
    width: 200px;
  }
  
  .logo .desktop-size {
    display: none;
  }

  .logo .mobile-size {
    display: inline;
  }
  
  .mobile-search-btn {
    display: block;
  }
  
  #article > h1 {
    font-weight: 200;
  }
  
  #article > h1, 
  #article h1.page-element, 
  #article h2.page-element
  {
    width: 92%;
    margin: 12px auto 9px auto;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }
  
  #article > h1:before, 
  #article > h1:after, 
  #article h1.page-element:before,
  #article h1.page-element:after, 
  #article h2.page-element:before,
  #article h2.page-element:after
  {
    position: relative;
    display: inline-block;
    width: 50%; height: 1px;
    vertical-align: 6px;
    background-color: #909090;
    content: "";
  }
  
  #article > h1:before, 
  #article > h1:after
  {
    vertical-align: 6px;
  }
  
  #article > h1:before, 
  #article h1.page-element:before, 
  #article h2.page-element:before
  {
    right: 0.5em;
    margin-left: -50%;
  }
  
  #article > h1:after, 
  #article h1.page-element:after, 
  #article h2.page-element:after
  {
    left: 0.5em;
    margin-right: -50%;
  }
  
  #article > h1, 
  #article h1.page-element
  {
    margin-top: 22px;
  }
  
  p.bottom-link a, 
  p.bottom-link a:hover, 
  p.bottom-link a:visited
  {
    display: inline-block;
    margin: 0;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border: none;
    border-radius: 24px;
    background: #f72158;
  }
  
  p.bottom-link a:hover {
    background: #f30845;
  }
  
  .btn-bar {
    display: table;
  }

  .btn-bar-shadow {
    display: block;
  }
  
  .tqc-newsfeed-widget {
    display: none;
  }
}

@media only screen and (max-device-width: 505px), (max-width: 505px) {
  
  .btn-bar ul li[data-bar-item="home"] {
    display: none;
  }
}

@media only screen and (max-device-width: 404px), (max-width: 404px) {
  
  .btn-bar ul li[data-bar-item="magazine"] {
    display: none;
  }
}

.overlay-content .big-btn {
  position: absolute;
  top: 50%; right: 20%;
}

.overlay-content .big-btn a, 
.overlay-content .big-btn a:hover, 
.overlay-content .big-btn a:visited
{
  padding: 9px 24px;
  background: #f72158;
  color: #ffffff;
  text-decoration: none;
  border-radius: 96px;
}

.overlay-content .big-btn a:hover {
  background: #f30845;
}

/* ----------------------------------------------- */
/*   Non-collapsing Grid for the new mobile site   */
/* ----------------------------------------------- */

.mobile-grid {
  display: block;
  width: 100%;
}

.mobile-grid .row .mobile-grid .row { margin:  0 -12px; }
.mobile-grid .col                   { padding: 0 12px 0 18px; }

.mobile-grid .row:after {
  content: "";
  clear: both;
  display: table;
}

.mobile-grid .row {
  display: table-row;
}

.mobile-grid .col {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: auto;
}

.mobile-grid .col + .col {
  padding-left: 0;
}

.mobile-grid.list-block {
  margin-bottom: 18px;
}

.mobile-grid .s1-1   { width: 100%; }
.mobile-grid .s1-2   { width: 50%; }
.mobile-grid .s1-3   { width: 33.333333333333%; }
.mobile-grid .s1-4   { width: 25%; }
.mobile-grid .s1-5   { width: 20%; }
.mobile-grid .s1-6   { width: 16.666666666667%; }
.mobile-grid .s1-7   { width: 14.285714285714%; }
.mobile-grid .s1-8   { width: 12.5%; }
.mobile-grid .s1-9   { width: 11.111111111111%; }
.mobile-grid .s1-10  { width: 10%; }
.mobile-grid .s1-11  { width: 9.0909090909091%; }
.mobile-grid .s1-12  { width: 8.3333333333333%; }
.mobile-grid .s1-13  { width: 7.6923076923077%; }
.mobile-grid .s1-14  { width: 7.1428571428571%; }
.mobile-grid .s1-15  { width: 6.6666666666667%; }
.mobile-grid .s1-16  { width: 6.25%; }
.mobile-grid .s1-17  { width: 5.8823529411765%; }
.mobile-grid .s1-18  { width: 5.5555555555556%; }
.mobile-grid .s1-19  { width: 5.2631578947368%; }
.mobile-grid .s1-20  { width: 5%; }
.mobile-grid .s1-21  { width: 4.7619047619048%; }
.mobile-grid .s1-22  { width: 4.5454545454545%; }
.mobile-grid .s1-23  { width: 4.3478260869565%; }
.mobile-grid .s1-24  { width: 4.1666666666667%; }

.mobile-grid .s2-2   { width: 100%; }
.mobile-grid .s2-3   { width: 66.666666666667%; }
.mobile-grid .s2-4   { width: 50%; }
.mobile-grid .s2-5   { width: 40%; }
.mobile-grid .s2-6   { width: 33.333333333333%; }
.mobile-grid .s2-7   { width: 28.571428571429%; }
.mobile-grid .s2-8   { width: 25%; }
.mobile-grid .s2-9   { width: 22.222222222222%; }
.mobile-grid .s2-10  { width: 20%; }
.mobile-grid .s2-11  { width: 18.181818181818%; }
.mobile-grid .s2-12  { width: 16.666666666667%; }
.mobile-grid .s2-13  { width: 15.384615384615%; }
.mobile-grid .s2-14  { width: 14.285714285714%; }
.mobile-grid .s2-15  { width: 13.333333333333%; }
.mobile-grid .s2-16  { width: 12.5%; }
.mobile-grid .s2-17  { width: 11.764705882353%; }
.mobile-grid .s2-18  { width: 11.111111111111%; }
.mobile-grid .s2-19  { width: 10.526315789474%; }
.mobile-grid .s2-20  { width: 10%; }
.mobile-grid .s2-21  { width: 9.5238095238095%; }
.mobile-grid .s2-22  { width: 9.0909090909091%; }
.mobile-grid .s2-23  { width: 8.695652173913%; }
.mobile-grid .s2-24  { width: 8.3333333333333%; }

.mobile-grid .s3-3   { width: 100%; }
.mobile-grid .s3-4   { width: 75%; }
.mobile-grid .s3-5   { width: 60%; }
.mobile-grid .s3-6   { width: 50%; }
.mobile-grid .s3-7   { width: 42.857142857143%; }
.mobile-grid .s3-8   { width: 37.5%; }
.mobile-grid .s3-9   { width: 33.333333333333%; }
.mobile-grid .s3-10  { width: 30%; }
.mobile-grid .s3-11  { width: 27.272727272727%; }
.mobile-grid .s3-12  { width: 25%; }
.mobile-grid .s3-13  { width: 23.076923076923%; }
.mobile-grid .s3-14  { width: 21.428571428571%; }
.mobile-grid .s3-15  { width: 20%; }
.mobile-grid .s3-16  { width: 18.75%; }
.mobile-grid .s3-17  { width: 17.647058823529%; }
.mobile-grid .s3-18  { width: 16.666666666667%; }
.mobile-grid .s3-19  { width: 15.789473684211%; }
.mobile-grid .s3-20  { width: 15%; }
.mobile-grid .s3-21  { width: 14.285714285714%; }
.mobile-grid .s3-22  { width: 13.636363636364%; }
.mobile-grid .s3-23  { width: 13.04347826087%; }
.mobile-grid .s3-24  { width: 12.5%; }

.mobile-grid .s4-4   { width: 100%; }
.mobile-grid .s4-5   { width: 80%; }
.mobile-grid .s4-6   { width: 66.666666666667%; }
.mobile-grid .s4-7   { width: 57.142857142857%; }
.mobile-grid .s4-8   { width: 50%; }
.mobile-grid .s4-9   { width: 44.444444444444%; }
.mobile-grid .s4-10  { width: 40%; }
.mobile-grid .s4-11  { width: 36.363636363636%; }
.mobile-grid .s4-12  { width: 33.333333333333%; }
.mobile-grid .s4-13  { width: 30.769230769231%; }
.mobile-grid .s4-14  { width: 28.571428571429%; }
.mobile-grid .s4-15  { width: 26.666666666667%; }
.mobile-grid .s4-16  { width: 25%; }
.mobile-grid .s4-17  { width: 23.529411764706%; }
.mobile-grid .s4-18  { width: 22.222222222222%; }
.mobile-grid .s4-19  { width: 21.052631578947%; }
.mobile-grid .s4-20  { width: 20%; }
.mobile-grid .s4-21  { width: 19.047619047619%; }
.mobile-grid .s4-22  { width: 18.181818181818%; }
.mobile-grid .s4-23  { width: 17.391304347826%; }
.mobile-grid .s4-24  { width: 16.666666666667%; }

.zoomed-thumbnail-container {
  width: 100%;
  overflow: hidden;
}

.zoomed-thumbnail-container a:visited img {
  opacity: 0.8;
}

.zoomed-thumbnail-container img {
  width: 120%;
  margin-left: -10%;
}

.post-list-infos {
  margin-top: 0px;
  font-size: 14px;
}

.post-list-infos span.date {
  color: #909090;
}

.post-list-infos .post-preview-categories {
  margin-top: 0;
  padding-left: 0;
}

.post-list-infos .post-preview-categories li {
  padding-left: 0;
}

#article .post-list-infos + h2 {
  margin: -3px 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

#article .post-list-infos + h2 a, 
#article .post-list-infos + h2 a:visited, 
#article .post-list-infos + h2 a:hover
{
  color: #000000;
  text-decoration: none;
}

@media only screen and (max-device-width: 505px), (max-width: 505px) {
  
  #article .post-list-infos + h2 {
    font-size: 14px;
    line-height: 20px;
  }
  
  .post-list-infos span.date {
    font-size: 12px;
  }
  
  .post-list-infos .post-preview-categories li {
    font-size: 12px;
  }
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
  
  #article header {
    padding: 24px 0 0 0;
  }
  
  .bottom-sharing-bar {
    margin: 0 0 18px 0;
    padding: 4px 0 16px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
  
  #side-bar {
    padding: 0px 18px 0px 18px;
  }
  
  aside.widget-area {
    margin: -40px 0 0 0;
    padding-top: 0;
  }
  
  #side-bar .sidebar-widget {
    padding: 0 0 9px 0;
  }
  
  #side-bar .sidebar-widget h3 {
    padding: 0 0 9px 0;
  }
  
  #side-bar .sidebar-widget h3.small {
    padding: 0 0 18px 0;
  }
  
  #side-bar .sidebar-widget.social-side-bar-widget {
    margin: -24px 0 57px 0;
    padding: 48px 0 48px 0;
    text-align: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
  }
  
  #side-bar .sidebar-widget.social-side-bar-widget .social-icon {
    width: 48px; height: 48px;
    margin: 12px 0 0 18px;
  }
    
  #side-bar .sidebar-widget.social-side-bar-widget .social-icon svg {
    width: 48px; height: 48px;
  }
  
  #tqc-carousel .tqc-carousel-nav-dots ul.nav-dots li:nth-child(1n+9)
  {
    display: none;
  }
  
  .tqs_slider {
    height: 382px;
  }
  
  .tqs_slider_thumbnails_view {
    display: none;
  }
  
  .tqs_slider_view p {
    bottom: 0px;
  }
}

.neo-sub {
  margin-top: 36px;
}

.neo-sub .col.sub {
  text-align: center;
  border: none;
}

.neo-sub .visual {
  min-height: 182px;
}

.neo-sub button.checkable {
  margin-top: 36px;
}

.neo-sub .duration {
  margin-top: 12px;
  margin-left: 30px;
}

.neo-sub .duration .radio {
  line-height: 36px;
}

.neo-sub .duration .radio label {
  font-size: 17px;
  cursor: pointer;
}

.neo-sub .duration .radio input[type="radio"] {
  margin-right: 3px;
  vertical-align: 2px;
}

p.shy {
  font-style: italic;
  color: #909090;
}

.neo-sub sup {
  vertical-align: 5px;
  font-size: 12px;
}

table.labels-and-dates tr td {
  vertical-align: top;
  padding-bottom: 9px;
}

table.labels-and-dates tr td:first-child {
  text-align: right;
  color: #707070;
  padding-right: 9px;
}

ul.in-table, ul.in-table li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

ul.img-grid img {
  width: 200px; height: 200px;
}

ul.img-grid li {
  float: left;
  margin: 0 3px -1px 0;
}

.ppagination .col {
  padding-top: 18px;
  text-align: center;
}

.ppagination .col:first-child {
  text-align: left;
}

.ppagination .col:last-child {
  text-align: right;
}

.sidebar-widget + .tqc-newsfeed-widget {
  margin-top: 36px;
}

#manage-subscription-error-msg {
  display: none;
}

#article article.legal h1, 
#article article.legal h2, 
#article article.legal h3, 
#article article.legal h4 {
  margin: 0 0 0 0;
  padding: 0 0 0 12px;
  font-weight: bold;
}

#article article.legal h1 {
  font-size: 30px;
}

#article article.legal h2 {
  font-size: 24px;
}

#article article.legal h3 {
  font-size: 18px;
}

#article article.legal h4 {
  font-size: 14px;
}

#article article.legal p {
  margin: 0 0 0 0;
  padding: 0 0 0 12px;
}

#article article.legal ul {
  margin: 0 0 0 0;
  padding: 0 0 0 24px;
}

#article article.legal li {
  margin: 0 0 0 0;
  padding: 0 0 18px 0;
}

#article article.legal h2 + p, 
#article article.legal h3 + p, 
#article article.legal h4 + p, 
#article article.legal h2 + h3, 
#article article.legal h3 + h4, 
#article article.legal h2 + ul, 
#article article.legal h3 + ul, 
#article article.legal h4 + ul, 
#article article.legal h4 + ul {
  padding-top: 12px;
}

#article article.legal p + h2, 
#article article.legal p + h3, 
#article article.legal p + h4 {
  padding-top: 24px;
}

#article article.legal p + p {
  padding-top: 24px;
}

#article article.legal p + ul {
  padding-top: 12px;
}

/* Cookies */
#cookies-consent {
  position: fixed;
  bottom: 0px; left: 0px; right: 0px;
  width: 100%;
  background: #f61b52;
  color: #ffffff;
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
  #cookies-consent {
    bottom: 70px;
  }
}

#cookies-consent p {
  margin: 24px 24px 24px 24px;
  padding: 0 0 0 0;
  font-size: 16px;
}

#cookies-consent button {
  float: right;
  margin: 0 24px 24px 0;
  padding: 12px 24px;
  font-size: 16px;
  background: #f61b52;
  color: #ffffff;
  border-radius: 24px;
  border: 2px solid #ffffff;
}

#cookies-consent button:hover {
  background: #ffffff;
  color: #f61b52;
  cursor: pointer;
}

ul.footer-links {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: right;
}

ul.footer-links li {
  margin: 0 0 0 0;
  padding: 6px 0 0 0;
  text-align: right;
}

ul.footer-links li a, 
ul.footer-links li a:hover, 
ul.footer-links li a:visited
{
  color: #303030;
  text-decoration: none;
}

ul.footer-links li a:hover {
  color: #f91250;
  text-decoration: underline;
}

/* ------- */
/*   Pop   */
/* ------- */

.pop {
  display: inline-block;
  float: left;
  margin: 18px 0 0 0;
  padding: 0 0 0 0;
  width: 24px; height: 24px;
  background: center / contain no-repeat url('/wp-content/plugins/plugin-in-the-city/images/arrow-right.png');
}

.pop-anchor {
  width: 100%; height: 1px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
}

.pop-anchor a, 
.pop-anchor a:hover, 
.pop-anchor a:visited {
  color: #ffffff;
  text-decoration: none;
}

.pop-anchor + .top {
  padding-top: 12px;
}

ul.summary {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
}

h3 + ul.summary {
  margin: 9px 0 0 0;
}

ul.summary li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 14px;
}

ul.summary li a,  
ul.summary li a:hover, 
ul.summary li a:visited {
  color: #303030;
  text-decoration: none;
}

ul.summary li a:hover {
  color: #f91250;
  text-decoration: underline;
}

ul.summary li a:visited {
  
}

.shy.fm-paper {
  margin-top: 12px;
}

#side-bar .sidebar-widget.social-side-bar-widget {
  margin-bottom: -6px;
}

#side-bar .sidebar-widget.social-side-bar-widget h3 {
  margin: 24px 0 -10px 0;
  border: none;
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
  #side-bar .sidebar-widget.social-side-bar-widget {
    margin-bottom: 57px;
  }
  
  #side-bar .sidebar-widget.social-side-bar-widget h3 {
    margin: 6px 0 12px 0;
    border: none;
    font-size: 24px;
  }
}

.languages-side-bar-widget {
  width: 100%;
  text-align: left;
}

.languages-side-bar-widget .dropdown {
  margin-top: 19px;
}

.languages-side-bar-widget .dropdown #language-selector {
  padding: 6px 0;
  border: none;
  border-color: #ffffff;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-size: 16px;
}