/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
------------------------------------------------------------- */
/******************************************************************/
/************** MAIN ***************/
/******************************************************************/
html, body {
  /*overflow: hidden;*/
  -webkit-text-size-adjust: 100%; }

.main {
  max-width: 1350px;
  margin: auto; }

.pagination-container {
  margin: 0 15px;
  background: #fff;
  position: absolute;
  padding: 10px 0;
  width: 100%;
  top: -20px;
  z-index: 98; }
  @media (max-width: 544px) {
    .pagination-container {
      margin: 0; } }

.pagination {
  display: inline-block;
  width: auto;
  vertical-align: top;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 0;
  border-top: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .pagination ul li a {
    width: 27px;
    height: 27px;
    line-height: 27px; }

.pagination-selector-container {
  padding: 7px 0 0 15px;
  font-size: 0.9em;
  display: inline-block;
  vertical-align: top; }

.hague-ajax-pagination > .hague-ajax-content {
  padding-top: 32px; }
  .hague-ajax-pagination > .hague-ajax-content .loading-posts {
    top: -10px;
    width: calc(100% + 30px);
    margin: -15px; }

@media (max-width: 544px) {
  .fixed-mobile-header section.main, .fixed-mobile-header div.main {
    margin-top: 50px !important; } }

a, select, input, button, div, span {
  outline: none !important; }

input[type="submit"], input[type="text"], input[type="textarea"], input[type="select"], input[type="checkbox"], input[type="email"], input[type="password"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: solid 1px #ccc; }

input[type="checkbox"] {
  width: 10px;
  height: 10px;
  line-height: 10px;
  border: solid 1px #000; }
  input[type="checkbox"]:checked {
    background: #000; }

.hidden-odlp {
  display: none !important;
  visibility: hidden;
  overflow: hidden;
  height: 1px; }

.pagination .page-numbers {
  letter-spacing: 2px; }

.hide-on-desktop {
  display: none !important;
  visibility: hidden !important; }
  @media (max-width: 544px) {
    .hide-on-desktop {
      display: inline-block !important;
      visibility: visible !important; } }

@media (max-width: 544px) {
  .hide-on-mobile {
    display: none !important;
    visibility: hidden !important; } }

.maxw800 {
  max-width: 800px;
  margin: 1px auto;
  float: none !important; }

.excerpt {
  border-bottom: dashed 1px #aaa;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .excerpt .pmpro_content_message {
    display: none; }

.event-place-name, .event-place-date {
  font-size: 0.9em; }

.event-place-address {
  font-size: 0.85em;
  font-style: italic; }

.event-place-date {
  color: #777; }

.sidebar .sidebar-content {
  max-width: 600px;
  margin: auto;
  padding-left: 0 !important; }
  .sidebar .sidebar-content .category-post-widget.slider-widget {
    max-height: 372px;
    overflow: hidden; }
  @media (min-width: 1200px) {
    .sidebar .sidebar-content {
      padding-left: 30px !important; } }
  .sidebar .sidebar-content .centered-div {
    text-align: center;
    padding: 0 0 20px; }
    .sidebar .sidebar-content .centered-div .odlp-red-button, .sidebar .sidebar-content .centered-div .odlp-gray-button {
      width: 100% !important; }
.sidebar.single-article-sb .widget_custom_html {
  padding: 0;
  border: none; }
.home .sidebar .widget_custom_html {
  padding: 0;
  border: none; }

.paywall {
  /*display: none !important;
  visibility: hidden !important;
  @include opacity(0);*/ }

@media (max-width: 480px) {
  .alignleft {
    float: none !important; } }
.img-size-200 {
  max-width: 200px; }
  @media (max-width: 480px) {
    .img-size-200 {
      max-width: 1500px; } }

/******************************************************************/
/************** HEADER, TITLE AND LOGO ***************/
/******************************************************************/
body .sidebar-navigation .sidebar-logo {
  margin-right: 50px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999; }
  @media (max-width: 544px) {
    body .sidebar-navigation .sidebar-logo {
      background: #000; } }
  body .sidebar-navigation .sidebar-logo .brand-logo {
    padding: 7px 10px !important; }
@media (max-width: 544px) {
  body .sidebar-navigation {
    background: #000;
    color: #eee; }
    body .sidebar-navigation .sidebar-logo {
      margin-right: 50px;
      position: fixed;
      top: 0; }
      body .sidebar-navigation .sidebar-logo .brand-logo {
        padding: 7px 10px !important; }
    body .sidebar-navigation .fa {
      color: #f1f1f1; }
      body .sidebar-navigation .fa.fa-close {
        font-size: 20px; }
    body .sidebar-navigation img {
      -webkit-filter: invert(100%);
      -khtml-filter: invert(100%);
      -moz-filter: invert(100%);
      -ms-filter: invert(100%);
      -o-filter: invert(100%);
      filter: invert(100%); }
    body .sidebar-navigation .navbar {
      margin: 49px -20px 0 -20px; }
      body .sidebar-navigation .navbar ul li a {
        padding-left: 15px; }
    body .sidebar-navigation .navbar ul, body .sidebar-navigation .sidebar-social ul {
      border-color: #555 !important; }
      body .sidebar-navigation .navbar ul li, body .sidebar-navigation .sidebar-social ul li {
        border-color: #555 !important; }
        body .sidebar-navigation .navbar ul li a, body .sidebar-navigation .sidebar-social ul li a {
          color: #eee;
          border-color: #555 !important; }
          body .sidebar-navigation .navbar ul li a:hover, body .sidebar-navigation .sidebar-social ul li a:hover {
            color: #fff; }
        body .sidebar-navigation .navbar ul li i, body .sidebar-navigation .sidebar-social ul li i {
          border-color: #555 !important; } }
body .sidebar-navigation .navbar {
  margin-top: 49px; }
  body .sidebar-navigation .navbar .menu-item a {
    padding-bottom: 10px; }
  body .sidebar-navigation .navbar .menu-item .menu-sup {
    font-size: 0.8em;
    font-family: Arial, sans-serif;
    color: red;
    vertical-align: text-top;
    margin-left: 3px;
    display: inline-block; }
  body .sidebar-navigation .navbar .menu-item.menu-item-has-children > a:before {
    top: 10px; }
  body .sidebar-navigation .navbar .show-in-sidebar {
    visibility: visible !important;
    display: block !important; }
    body .sidebar-navigation .navbar .show-in-sidebar a {
      color: #DCB627; }
body .sidebar-navigation .close-sidebar-button {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 998; }
  @media (max-width: 544px) {
    body .sidebar-navigation .close-sidebar-button {
      background: #000; } }
  body .sidebar-navigation .close-sidebar-button a.close-btn {
    border-color: #555 !important; }
    body .sidebar-navigation .close-sidebar-button a.close-btn .fa {
      border-color: #555 !important; }
body .sidebar-navigation .sidebar-menu-lang-switcher > a {
  text-indent: 10000px;
  height: 0;
  padding: 0 !important;
  margin: 0;
  border: none;
  display: none; }
body .sidebar-navigation .sidebar-menu-lang-switcher .sub-menu {
  display: block !important;
  border: none;
  padding-left: 0;
  height: 35px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden; }
  body .sidebar-navigation .sidebar-menu-lang-switcher .sub-menu li {
    display: inline-block;
    width: 41px;
    border: none;
    position: relative; }
    body .sidebar-navigation .sidebar-menu-lang-switcher .sub-menu li a {
      font-size: 14px;
      color: #fff; }
    body .sidebar-navigation .sidebar-menu-lang-switcher .sub-menu li:first-child:after {
      content: " / ";
      display: inline-block;
      position: absolute;
      top: 12px;
      right: -6px; }
body .sidebar-navigation .scroll-wrapper > .scroll-content {
  overflow-x: hidden !important; }
body .sidebar-navigation .sidebar-banner-ads {
  margin: 6px 0; }
body .sidebar-navigation .copyright {
  margin: 25px 0 0; }
body .sidebar-navigation .scroll-element.scroll-x.scroll-scrollx_visible {
  visibility: hidden !important; }
body .sidebar-navigation .search-form {
  margin: 5px 0 20px 20px; }
  body .sidebar-navigation .search-form input {
    -webkit-box-shadow: 0 0 0 #fff;
    -khtml-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 #fff;
    -o-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
    display: inline-block;
    width: 79%;
    vertical-align: top;
    font-size: 0.9em; }
  body .sidebar-navigation .search-form button {
    display: inline-block; }
  @media (max-width: 544px) {
    body .sidebar-navigation .search-form input {
      border: solid #444 1px;
      color: #fff;
      background: #111; }
    body .sidebar-navigation .search-form button {
      border: solid #444 1px;
      color: #fff;
      background: #111; } }
body header .main-content {
  padding: 0 !important; }
@media (max-width: 544px) {
  body header .header-style-1 {
    display: none !important; } }
@media (max-width: 544px) {
  body header .mobile-header .brand-logo {
    margin-left: 53px;
    padding: 14px 0 !important;
    display: inline-block !important; }
    body header .mobile-header .brand-logo a img {
      max-width: 250px;
      height: auto !important; } }
@media (max-width: 380px) {
  body header .mobile-header .brand-logo {
    margin-left: 45px; }
    body header .mobile-header .brand-logo a img {
      max-width: 225px; } }
@media (max-width: 570px) {
  body header .mobile-header .lang_flags {
    display: none; } }
@media (max-width: 510px) {
  body header .mobile-header .log_member {
    display: none; } }
@media (max-width: 360px) {
  body header .mobile-header .sericon {
    display: none; } }
@media (max-width: 544px) {
  body header .mobile-header {
    background-color: #000;
    border-bottom: 0;
    max-height: 50px;
    height: 50px; }
    body header .mobile-header img {
      -webkit-filter: invert(100%);
      -khtml-filter: invert(100%);
      -moz-filter: invert(100%);
      -ms-filter: invert(100%);
      -o-filter: invert(100%);
      filter: invert(100%); }
    body header .mobile-header .navicon, body header .mobile-header .lang_flags, body header .mobile-header .log_member, body header .mobile-header .sericon, body header .mobile-header .history-back {
      border-color: transparent !important;
      line-height: 50px;
      width: 50px;
      height: 50px;
      padding: 0; }
      body header .mobile-header .navicon a, body header .mobile-header .lang_flags a, body header .mobile-header .log_member a, body header .mobile-header .sericon a, body header .mobile-header .history-back a {
        line-height: 52px;
        width: 50px;
        height: 50px; }
    body header .mobile-header .navicon {
      left: auto;
      right: 0; }
    body header .mobile-header .history-back {
      left: 0;
      position: absolute;
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6; }
      body header .mobile-header .history-back.active {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-opacity: 1;
        -khtml-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1; }
      body header .mobile-header .history-back a {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -khtml-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out; }
    body header .mobile-header .log_member {
      right: 100px; }
    body header .mobile-header .sericon {
      right: 40px; }
    body header .mobile-header .fa {
      color: #eee; }
    body header .mobile-header a:hover .fa {
      color: #fff; }
    body header .mobile-header .search-form-content .fa {
      color: #444; }
    body header .mobile-header .search-form-content a:hover .fa {
      color: #777; } }
@media (max-width: 1200px) {
  body .navbar > .menu {
    text-align: left;
    margin-left: 30px; }
    body .navbar > .menu > li > a {
      padding: 24px 8px; } }
body .navbar > .menu .red-menu > a {
  color: #d00000;
  letter-spacing: -1px; }
  body .navbar > .menu .red-menu > a:hover {
    color: red !important; }
body .navbar > .menu .main-event-menu .sub-menu li {
  background: #fff;
  vertical-align: top; }
  body .navbar > .menu .main-event-menu .sub-menu li:nth-child(odd) {
    background: #fff; }
  body .navbar > .menu .main-event-menu .sub-menu li a:hover {
    color: #d00000 !important; }
body .navbar ul > li .child-menu, body .navbar ul > li .mega-menu-content {
  z-index: 99 !important; }
@media (min-width: 545px) {
  body .navbar .sub-menu a:hover {
    color: #333; }
  body .navbar .sub-menu .current-menu-item a {
    color: #222; } }
body .navbar .mobile-menu .sericon a {
  text-align: left;
  line-height: inherit;
  width: auto;
  height: auto; }
body .navbar .mega-menu-content .sub-menu > li:hover > a {
  background: #eee !important; }
body .navbar .mega-menu-content .sub-menu > li > a {
  color: #333 !important; }
  body .navbar .mega-menu-content .sub-menu > li > a:hover {
    color: #000 !important; }
@media (max-width: 544px) {
  body .main .container .sticky-title {
    margin: 20px auto; } }

@media (max-width: 544px) {
  .main-content .brand-logo {
    display: none !important; } }

.page-main-title {
  margin-top: 0 !important; }
  .archive .page-main-title {
    padding: 0 !important; }
  @media (max-width: 544px) {
    .page-main-title {
      margin-top: 50px !important;
      padding: 24px 10px !important; } }

/******************************************************************/
/************** LIGHTSLIDER AND LIGHTGALLERY CUSTOM ***************/
/******************************************************************/
.main .lSSlideOuter {
  max-width: 1000px;
  margin: 0 auto 10px; }
  .main .lSSlideOuter ul li {
    text-align: center; }
    .main .lSSlideOuter ul li img {
      display: inline-block; }
    .main .lSSlideOuter ul li .legende {
      padding: 10px 0 0;
      max-height: 80px;
      overflow: hidden;
      font-size: 0.9em; }
  .main .lSSlideOuter .lSAction {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7; }
    .main .lSSlideOuter .lSAction > a {
      width: 64px;
      height: 64px;
      margin-top: -32px;
      -webkit-background-size: 128px 128px;
      -khtml-background-size: 128px 128px;
      -moz-background-size: 128px 128px;
      -ms-background-size: 128px 128px;
      -o-background-size: 128px 128px;
      background-size: 128px 128px; }
      .main .lSSlideOuter .lSAction > a.lSNext {
        background-position: -64px 0; }
  .main .lSSlideOuter .lSPager.lSGallery {
    text-align: center;
    margin-right: auto;
    margin-left: auto; }
    .main .lSSlideOuter .lSPager.lSGallery li {
      float: none;
      margin: 0;
      display: inline-block; }
      .main .lSSlideOuter .lSPager.lSGallery li.active {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        filter: alpha(opacity=40);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        -webkit-opacity: 0.4;
        -khtml-opacity: 0.4;
        -moz-opacity: 0.4;
        -ms-opacity: 0.4;
        -o-opacity: 0.4;
        opacity: 0.4; }

.lg-outer .lg-sub-html {
  height: auto;
  max-height: 120px; }

.lg-backdrop {
  background-color: #fff !important; }

.lg-outer .lg-toolbar {
  /*background: rgba(255,255,255,0.6);*/
  background: transparent; }
.lg-outer .lg-img-wrap {
  padding-bottom: 40px; }
.lg-outer .lg-toolbar .lg-icon {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear; }
.lg-outer .lg-close:after {
  background: #fff;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  border: solid 3px #fff; }
.lg-outer .lg-actions .lg-next, .lg-outer .lg-actions .lg-prev {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  background-color: black;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0; }
.lg-outer .lg-download {
  display: none; }
.lg-outer .lg-sub-html {
  bottom: 0;
  color: #000;
  font-size: 15px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
  background: rgba(255, 255, 255, 0.5); }
.lg-outer.lg-hide-items .lg-actions .lg-next, .lg-outer.lg-hide-items .lg-actions .lg-prev {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0; }

/******************************************************************/
/************** CONTENT ***************/
/******************************************************************/
@media (max-width: 544px) {
  figure.post-image {
    margin-left: -15px;
    margin-right: -15px; }
    .related-posts figure.post-image, .home .premium-articles figure.post-image {
      margin-left: 0;
      margin-right: 0; } }
.related-posts figure.post-image, .home .premium-articles figure.post-image {
  min-height: 190px !important; }
  .related-posts figure.post-image a, .home .premium-articles figure.post-image a {
    overflow: hidden;
    height: 100%;
    background: url("") no-repeat center center;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .related-posts figure.post-image a img, .home .premium-articles figure.post-image a img {
      width: auto;
      height: auto !important;
      max-width: 100% !important;
      min-width: 100%;
      min-height: 100%;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden; }

.odlp-preview-pic {
  position: relative;
  text-align: center;
  margin-bottom: 25px; }
  .odlp-preview-pic .odlp-preview-pic-notice {
    position: absolute;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    font-weight: bold; }

.post-content .wp-caption-text.gallery-caption {
  font-size: 12px;
  line-height: 135%;
  color: #555; }
.single .post-content p a {
  /*font-style: italic;*/
  text-decoration: underline;
  border: none !important;
  color: #ab0000;
  -webkit-transition: color ease 0.3s;
  -khtml-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -ms-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s; }
  .single .post-content p a:hover {
    color: #ff0000; }
  .single .post-content p a u {
    border: none;
    text-decoration: none; }

/******************************************************************/
/************** SIDEBAR ***************/
/******************************************************************/
@media (max-width: 767px) {
  .sidebar .instagram-profile-images li {
    width: 48%; } }
.sidebar .widget {
  padding: 20px;
  background: #fff; }
.sidebar .latest-posts-widget img.alignleft {
  float: left !important;
  margin: 0 12px 14px 0 !important;
  width: 75px !important;
  height: 75px !important; }

/******************************************************************/
/************** FOOTER ***************/
/******************************************************************/
footer {
  padding: 70px 0 !important; }

/******************************************************************/
/************** WEB APP ***************/
/******************************************************************/
#odlp-loading {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  background: url(/wp-content/themes/hague-child/img/loader.svg) no-repeat center center rgba(0, 0, 0, 0.8); }
  #odlp-loading.active {
    display: block; }

#hidden-load {
  display: none;
  visibility: hidden;
  overflow: hidden;
  height: 1px;
  width: 1px; }

/******************************************************************/
/************** SINGLE ***************/
/******************************************************************/
.single-post .main .main-content > .row article, .single-event .main .main-content > .row article {
  max-width: 760px;
  margin: 10px auto 0; }
.single-post .main .container .sticky-title, .single-event .main .container .sticky-title {
  margin: 30px 0;
  text-align: center; }
.single-post .carousel, .single-event .carousel {
  height: 650px; }
.single-post .carousel-inner > .item, .single-event .carousel-inner > .item {
  height: 650px;
  margin-top: 10px; }
.single-post .carousel-inner > .item > a > img, .single-post .carousel-inner > .item > img, .single-post .img-responsive, .single-post .thumbnail a > img, .single-post .thumbnail > img, .single-event .carousel-inner > .item > a > img, .single-event .carousel-inner > .item > img, .single-event .img-responsive, .single-event .thumbnail a > img, .single-event .thumbnail > img {
  display: block;
  max-width: 100%;
  max-height: 540px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.single-post .carousel-control, .single-event .carousel-control {
  position: absolute;
  left: 0;
  width: 15%;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 0px 0px #fff;
  background-color: transparent;
  filter: alpha(opacity=50);
  background: transparent !important;
  color: #000;
  opacity: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  line-height: 600px; }
.single-post .carousel-control:focus, .single-post .carousel-control:hover, .single-event .carousel-control:focus, .single-event .carousel-control:hover {
  color: #000; }
.single-post .carousel-inner .item .legende p, .single-event .carousel-inner .item .legende p {
  display: inline;
  margin: 0; }
.single-post .legendOnsingle, .single-event .legendOnsingle {
  font-size: 0.9em; }
@media (max-width: 544px) {
  .single-post .social-share ul li a, .single-event .social-share ul li a {
    width: 69px;
    padding: 0 0 0 8px; }
    .single-post .social-share ul li a span, .single-event .social-share ul li a span {
      margin: 0 0 0 4px; } }
@media (max-width: 544px) {
  .single-post .related-posts article, .single-post .home .premium-articles article, .single-event .related-posts article, .single-event .home .premium-articles article {
    width: 100% !important; } }

.single-post .login_form_litle h4 {
  font-family: 'Montserrat', sans-serif !important; }
.single-post .login_form_litle p {
  text-align: left; }
.single-post .login_form_litle #loginform {
  margin: 0;
  padding: 20px 0 0; }
.single-post .login_form_litle .create-account-link-wrap {
  overflow: hidden;
  padding: 10px 0 30px;
  clear: both; }
  .single-post .login_form_litle .create-account-link-wrap a {
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 14px;
    border: none;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    background-color: #b50000;
    color: #fff; }
    .single-post .login_form_litle .create-account-link-wrap a:hover {
      background-color: #e30000; }
    .single-post .login_form_litle .create-account-link-wrap a.lost-pw-link {
      font-weight: normal !important;
      font-size: 0.8em !important;
      color: #777;
      text-align: center;
      display: block;
      padding: 5px 0;
      background: none !important; }
      .single-post .login_form_litle .create-account-link-wrap a.lost-pw-link:hover {
        color: #444; }
.single-post .main-content > .row > article {
  margin-top: 15px; }

.single-event h1 {
  position: relative; }
  .single-event h1 .title-prefix {
    font-size: 0.5em;
    position: absolute;
    top: -26px;
    color: #bbb; }
.single-event .main-content > .row > article.post {
  margin-top: 20px; }
.single-event .main-content .post-content {
  margin-top: 15px; }
.single-event .main-content .printfriendly {
  margin-right: -54px; }

.odlp-related-container {
  clear: both;
  overflow: hidden; }

/******************************************************************/
/************** ARCHIVES ***************/
/******************************************************************/
.category .main-content.margin-top, .search .main-content.margin-top, .authors .main-content.margin-top, .archive .main-content.margin-top {
  margin-top: 0; }
.category .blog-posts .row, .search .blog-posts .row, .authors .blog-posts .row, .archive .blog-posts .row {
  margin: 0; }
.category .blog-posts .hg-item .post-content, .search .blog-posts .hg-item .post-content, .authors .blog-posts .hg-item .post-content, .archive .blog-posts .hg-item .post-content {
  height: auto; }
@media (max-width: 544px) {
  .category .blog-posts .hg-item, .search .blog-posts .hg-item, .authors .blog-posts .hg-item, .archive .blog-posts .hg-item {
    max-width: 500px !important; } }
@media (max-width: 767px) {
  .category .blog-posts .hg-item, .search .blog-posts .hg-item, .authors .blog-posts .hg-item, .archive .blog-posts .hg-item {
    display: block !important;
    position: relative !important;
    margin: 0 auto 20px !important;
    top: auto !important;
    left: auto !important;
    float: none !important;
    -webkit-transform: none !important;
    -khtml-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; } }
@media (max-width: 767px) {
  .category .blog-posts .hague-ajax-pagination > .hague-ajax-content > .row, .search .blog-posts .hague-ajax-pagination > .hague-ajax-content > .row, .authors .blog-posts .hague-ajax-pagination > .hague-ajax-content > .row, .archive .blog-posts .hague-ajax-pagination > .hague-ajax-content > .row {
    height: auto !important; } }
.category .blog-posts .blog-posts-archive-content, .search .blog-posts .blog-posts-archive-content, .authors .blog-posts .blog-posts-archive-content, .archive .blog-posts .blog-posts-archive-content {
  padding-top: 32px; }
.category .sidebar.margin-top, .search .sidebar.margin-top, .authors .sidebar.margin-top, .archive .sidebar.margin-top {
  margin-top: 0; }
@media (max-width: 544px) {
  .category .container-fluid > .main-content, .search .container-fluid > .main-content, .authors .container-fluid > .main-content, .archive .container-fluid > .main-content {
    padding: 0 !important; } }
.category .login_form_litle, .search .login_form_litle, .authors .login_form_litle, .archive .login_form_litle {
  margin-bottom: 26px;
  padding-bottom: 18px;
  border-bottom: dashed 1px #aaa; }
  .category .login_form_litle > .col-sm-7, .search .login_form_litle > .col-sm-7, .authors .login_form_litle > .col-sm-7, .archive .login_form_litle > .col-sm-7 {
    padding: 0 35px; }
  .category .login_form_litle a, .search .login_form_litle a, .authors .login_form_litle a, .archive .login_form_litle a {
    font-weight: bold !important;
    background-color: #c40000;
    color: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none; }
    .category .login_form_litle a:hover, .search .login_form_litle a:hover, .authors .login_form_litle a:hover, .archive .login_form_litle a:hover {
      background-color: #e00000; }
    .category .login_form_litle a.lost-pw-link, .search .login_form_litle a.lost-pw-link, .authors .login_form_litle a.lost-pw-link, .archive .login_form_litle a.lost-pw-link {
      font-weight: normal !important;
      font-size: 0.8em !important;
      color: #777;
      text-align: center;
      display: block;
      padding: 5px 0;
      background: none !important; }
      .category .login_form_litle a.lost-pw-link:hover, .search .login_form_litle a.lost-pw-link:hover, .authors .login_form_litle a.lost-pw-link:hover, .archive .login_form_litle a.lost-pw-link:hover {
        color: #444; }
    .category .login_form_litle a.pull-right, .search .login_form_litle a.pull-right, .authors .login_form_litle a.pull-right, .archive .login_form_litle a.pull-right {
      margin: 15px 10px; }
  .category .login_form_litle p, .search .login_form_litle p, .authors .login_form_litle p, .archive .login_form_litle p {
    text-align: left; }
  .category .login_form_litle #loginform, .search .login_form_litle #loginform, .authors .login_form_litle #loginform, .archive .login_form_litle #loginform {
    padding: 0 20px 20px; }
    .category .login_form_litle #loginform p, .search .login_form_litle #loginform p, .authors .login_form_litle #loginform p, .archive .login_form_litle #loginform p {
      width: 45%;
      display: inline-block;
      margin-right: 2%;
      vertical-align: bottom;
      min-width: 170px; }
      @media (max-width: 460px) {
        .category .login_form_litle #loginform p, .search .login_form_litle #loginform p, .authors .login_form_litle #loginform p, .archive .login_form_litle #loginform p {
          width: 100%; } }
    .category .login_form_litle #loginform input.button-primary, .search .login_form_litle #loginform input.button-primary, .authors .login_form_litle #loginform input.button-primary, .archive .login_form_litle #loginform input.button-primary {
      padding: 4px 10px !important;
      font-size: 13px; }
    .category .login_form_litle #loginform #rememberme, .search .login_form_litle #loginform #rememberme, .authors .login_form_litle #loginform #rememberme, .archive .login_form_litle #loginform #rememberme {
      padding: 4px; }
    .category .login_form_litle #loginform label, .search .login_form_litle #loginform label, .authors .login_form_litle #loginform label, .archive .login_form_litle #loginform label {
      line-height: 120%; }
  @media (max-width: 500px) {
    .category .login_form_litle.top-login-form, .search .login_form_litle.top-login-form, .authors .login_form_litle.top-login-form, .archive .login_form_litle.top-login-form {
      display: none; } }
  @media (max-height: 700px) {
    .category .login_form_litle.top-login-form, .search .login_form_litle.top-login-form, .authors .login_form_litle.top-login-form, .archive .login_form_litle.top-login-form {
      display: none; } }
  .category .login_form_litle.bottom-login-form, .search .login_form_litle.bottom-login-form, .authors .login_form_litle.bottom-login-form, .archive .login_form_litle.bottom-login-form {
    margin: 35px auto; }
.category .event-details .event-address, .search .event-details .event-address, .authors .event-details .event-address, .archive .event-details .event-address {
  font-size: 0.9em;
  color: #888; }

@media (max-width: 1000px) {
  .search .main-content.margin-top, .archive.date .main-content.margin-top {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .search .main-content .blog-posts > .row, .search .main-content .blog-posts > div > div > .row, .archive.date .main-content .blog-posts > .row, .archive.date .main-content .blog-posts > div > div > .row {
    height: auto !important; } }

.oldp_infos {
  max-width: 900px;
  margin: 20px auto 10px; }
  .oldp_infos h1 {
    font-size: 30px; }
  .oldp_infos .printfriendly {
    display: none; }

/******************************************************************/
/************** HOMEPAGE ***************/
/******************************************************************/
.home {
  /*.container-fluid{
    padding-left: 15px;
    padding-right: 15px;
  }*/ }
  .home .category-title h4, .home .category-title h2 {
    margin-top: 25px !important;
    font-size: 18px; }
    @media (max-width: 544px) {
      .home .category-title h4, .home .category-title h2 {
        text-align: center;
        padding: 10px 20px;
        font-size: 18px;
        display: block; } }
  .home .category-title:before {
    display: none;
    height: 0; }
  .home .item-title {
    margin-top: 25px; }
    .home .item-title h4 {
      font-size: 18px; }
  .home #carousel-slider-home {
    margin-top: 0 !important; }
    .home #carousel-slider-home .carousel-inner {
      /*.active.left { left: -33%; }
      .next        { left:  33%; }
      .prev        { left: -33%; }
      .item:not(.prev) {visibility: visible;}
      .item.right:not(.prev) {visibility: hidden;}
      .rightest{ visibility: visible;}*/
      margin-top: 0;
      background: #fff;
      position: relative; }
      .home #carousel-slider-home .carousel-inner > .item {
        width: 100%;
        overflow: hidden;
        position: absolute;
        display: block !important; }
        .home #carousel-slider-home .carousel-inner > .item.active {
          z-index: 90; }
        .home #carousel-slider-home .carousel-inner > .item h2, .home #carousel-slider-home .carousel-inner > .item h3 {
          height: 1px !important;
          padding: 0 !important; }
          .home #carousel-slider-home .carousel-inner > .item h2 a, .home #carousel-slider-home .carousel-inner > .item h3 a {
            position: relative;
            height: auto;
            -webkit-transform: translateY(-50%);
            -khtml-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            /*background: rgba(0,0,0,0.4);
            padding: 8px 15px;*/
            padding: 0;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            line-height: 135%; }
            .home #carousel-slider-home .carousel-inner > .item h2 a:before, .home #carousel-slider-home .carousel-inner > .item h3 a:before {
              content: ' ';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background: rgba(0, 0, 0, 0.35);
              z-index: -1;
              filter: blur(50px);
              -webkit-filter: blur(65px);
              -khtml-filter: blur(65px);
              -moz-filter: blur(65px);
              -ms-filter: blur(65px);
              -o-filter: blur(65px);
              filter: blur(65px);
              -webkit-border-radius: 80px;
              -khtml-border-radius: 80px;
              -moz-border-radius: 80px;
              -ms-border-radius: 80px;
              -o-border-radius: 80px;
              border-radius: 80px; }
          @media (max-width: 780px) {
            .home #carousel-slider-home .carousel-inner > .item h2, .home #carousel-slider-home .carousel-inner > .item h3 {
              width: 80%; }
              .home #carousel-slider-home .carousel-inner > .item h2 a, .home #carousel-slider-home .carousel-inner > .item h3 a {
                /*padding: 25px;*/ } }
          @media (max-width: 1000px) {
            .home #carousel-slider-home .carousel-inner > .item h2, .home #carousel-slider-home .carousel-inner > .item h3 {
              width: 75%; } }
        .home #carousel-slider-home .carousel-inner > .item a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: visible;
          position: absolute;
          left: 0;
          top: 0; }
          .home #carousel-slider-home .carousel-inner > .item a img {
            min-width: 100% !important;
            min-height: 100% !important;
            max-height: 100%;
            max-width: 10000% !important;
            width: auto !important;
            height: auto !important;
            object-fit: cover;
            overflow: hidden;
            right: -100%;
            left: -100%; }
      @media (max-width: 1024px) {
        .home #carousel-slider-home .carousel-inner > .item a {
          font-size: 30px; } }
      @media (max-width: 750px) {
        .home #carousel-slider-home .carousel-inner > .item a {
          font-size: 22px; } }
    .home #carousel-slider-home .carousel-control {
      background-image: none !important; }
    .home #carousel-slider-home .carousel-control.left, .home #carousel-slider-home .carousel-control.right {
      background-image: none; }
    @media (max-width: 810px) {
      .home #carousel-slider-home .carousel-indicators .author {
        display: none; } }
  .home .slider-container-row {
    position: relative; }
  .home .home-videos-container {
    /*display: none;*/ }
    .home .home-videos-container .hd-video-container {
      margin-top: 0; }
  .home .premium-articles h3 {
    font-weight: normal;
    color: #DCB627;
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
    .home .premium-articles h3:before {
      display: none; }
  .home .premium-articles h6 {
    font-size: 15px;
    line-height: 22px;
    padding: 0;
    margin: 10px 0 15px; }
  @media (max-width: 544px) {
    .home .premium-articles article {
      width: 100% !important; } }
  @media (max-width: 544px) {
    .home .theiaStickySidebar .membership-promo-container {
      display: none !important; } }
  .home .home-featured-section .col-sm-4 article {
    max-width: 700px;
    margin: 0 auto 30px; }

.archive-selection-container {
  display: none;
  position: absolute;
  padding: 20px 30px;
  background: #DCB627;
  top: 0;
  right: 0;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.2em;
  text-align: center; }

/******************************************************************/
/************** CONTACT FROM CF7 ***************/
/******************************************************************/
.add-event-button, .odlp-red-button, .odlp-gray-button {
  /*display: none !important;*/
  cursor: pointer;
  background: #b70000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  font-family: Arial, sans-serif;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 16px;
  text-transform: initial;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-shadow: 0 -1px #6b0000;
  width: auto !important;
  text-decoration: none !important; }
  .add-event-button a, .odlp-red-button a, .odlp-gray-button a {
    color: #fff;
    outline: none;
    text-decoration: none; }
  .add-event-button:hover, .odlp-red-button:hover, .odlp-gray-button:hover {
    background: #d40000;
    color: #fff; }
  .home .add-event-container .add-event-button, .home .add-event-container .odlp-red-button, .home .add-event-container .odlp-gray-button {
    margin: 0 0 0 15px;
    padding: 7px 16px; }
  @media (max-width: 820px) {
    #agenda .add-event-button, #agenda .odlp-red-button, #agenda .odlp-gray-button {
      display: none; } }
  #agenda .wpgmp_map .add-event-button, #agenda .wpgmp_map .odlp-red-button, #agenda .wpgmp_map .odlp-gray-button {
    display: none;
    position: absolute;
    left: 2px;
    bottom: 0;
    padding: 5px 8px;
    font-size: 14px;
    z-index: 90; }
    @media (max-width: 820px) {
      #agenda .wpgmp_map .add-event-button, #agenda .wpgmp_map .odlp-red-button, #agenda .wpgmp_map .odlp-gray-button {
        display: block; } }
  .custom-html-widget .add-event-button, .custom-html-widget .odlp-red-button, .custom-html-widget .odlp-gray-button {
    width: 100% !important;
    text-align: center; }

.add-event-container {
  margin: 15px auto 0;
  text-align: center;
  overflow: hidden; }

.odlp-gray-button {
  background: #ddd;
  color: #444;
  text-shadow: 0 1px #fff; }
  .odlp-gray-button a {
    color: #444; }
  .odlp-gray-button:hover {
    background: #777;
    color: #fff;
    text-shadow: 0 -1px #444; }
    .odlp-gray-button:hover a {
      color: #fff;
      text-shadow: 0 -1px #444; }

.pum .pum-title {
  margin-bottom: 16px; }
.pum p {
  font-size: 14px; }
.pum .pum-content > p {
  margin-bottom: 16px;
  line-height: 140%; }
.pum .wpcf7 .popmake-close {
  font-family: Arial, sans-serif;
  font-weight: normal;
  -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  font-size: 22px;
  line-height: 28px;
  outline: none !important; }
.pum .wpcf7 input {
  max-width: 100%;
  width: 100%;
  height: 30px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border: solid 1px #ccc; }
  .pum .wpcf7 input.wpcf7-submit {
    margin-top: 3px; }
    .pum .wpcf7 input.wpcf7-submit:focus {
      background: #ddd; }
.pum .wpcf7 textarea {
  height: auto !important;
  max-width: 100% !important;
  border: solid 1px #ccc; }
.pum .wpcf7 select {
  max-width: 100%; }
.pum .wpcf7 .wpcf7-select {
  height: 30px; }
.pum .wpcf7 p {
  padding-left: 0; }
  .pum .wpcf7 p label {
    color: #444 !important;
    line-height: 150%; }
.pum .wpcf7 .wpcf7-not-valid-tip {
  text-transform: none; }
.pum .wpcf7 .wpcf7-response-output {
  margin-top: 1em; }
@media (max-width: 450px) {
  .pum .wpcf7 .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px; } }

html.pum-open.pum-open-overlay.pum-open-scrollable body > .theme-width[aria-hidden] {
  padding-right: 0 !important; }

/******************************************************************/
/************** WEBAPP Buttons ***************/
/******************************************************************/
#install-webapp-container, #install-webapp-container-top {
  margin-top: 20px;
  text-align: center;
  clear: both; }
  #install-webapp-container > div, #install-webapp-container-top > div {
    display: none;
    background: url(/wp-content/themes/hague-child/img/android-32.png) no-repeat right center;
    -webkit-background-size: 25px 16px;
    -khtml-background-size: 25px 16px;
    -moz-background-size: 25px 16px;
    -ms-background-size: 25px 16px;
    -o-background-size: 25px 16px;
    background-size: 25px 16px;
    background-color: #000;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin: 15px 20px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media all and (display-mode: standalone) {
      #install-webapp-container > div, #install-webapp-container-top > div {
        display: none !important; } }
    #install-webapp-container > div:hover, #install-webapp-container-top > div:hover {
      background-color: #777; }
    #install-webapp-container > div#install-iphone-button, #install-webapp-container > div#install-iphone-button-top, #install-webapp-container-top > div#install-iphone-button, #install-webapp-container-top > div#install-iphone-button-top {
      background: url(/wp-content/themes/hague-child/img/apple-32.png) no-repeat right center;
      -webkit-background-size: 25px 16px;
      -khtml-background-size: 25px 16px;
      -moz-background-size: 25px 16px;
      -ms-background-size: 25px 16px;
      -o-background-size: 25px 16px;
      background-size: 25px 16px;
      background-color: #000; }
      #install-webapp-container > div#install-iphone-button:hover, #install-webapp-container > div#install-iphone-button-top:hover, #install-webapp-container-top > div#install-iphone-button:hover, #install-webapp-container-top > div#install-iphone-button-top:hover {
        background-color: #777; }
      .ios-device #install-webapp-container > div#install-iphone-button, .ios-device #install-webapp-container > div#install-iphone-button-top, .ios-device #install-webapp-container-top > div#install-iphone-button, .ios-device #install-webapp-container-top > div#install-iphone-button-top {
        display: inline-block; }
      .standalone-mode #install-webapp-container > div#install-iphone-button, .standalone-mode #install-webapp-container > div#install-iphone-button-top, .standalone-mode #install-webapp-container-top > div#install-iphone-button, .standalone-mode #install-webapp-container-top > div#install-iphone-button-top {
        display: none !important; }
    #install-webapp-container > div#install-android-button, #install-webapp-container > div#install-android-button-top, #install-webapp-container-top > div#install-android-button, #install-webapp-container-top > div#install-android-button-top {
      background: url(/wp-content/themes/hague-child/img/apple-32.png) no-repeat right center;
      -webkit-background-size: 25px 16px;
      -khtml-background-size: 25px 16px;
      -moz-background-size: 25px 16px;
      -ms-background-size: 25px 16px;
      -o-background-size: 25px 16px;
      background-size: 25px 16px;
      background-color: #000; }
      .standalone-mode #install-webapp-container > div#install-android-button, .standalone-mode #install-webapp-container > div#install-android-button-top, .standalone-mode #install-webapp-container-top > div#install-android-button, .standalone-mode #install-webapp-container-top > div#install-android-button-top {
        display: none !important; }
    #install-webapp-container > div .item, #install-webapp-container-top > div .item {
      padding: 10px 25px 10px 12px; }

#install-webapp-container-top {
  margin: auto;
  text-align: center;
  clear: both;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -55px; }
  #install-webapp-container-top > div .item {
    font-size: 13px !important;
    padding: 6px 25px 6px 14px !important;
    margin: 0; }

/******************************************************************/
/************** PMPRO ***************/
/******************************************************************/
.pmpro-account .custom-register {
  font-family: Arial, sans-serif;
  width: 100% !important; }
  .pmpro-account .custom-register input[name="delete"] {
    position: absolute;
    bottom: -42px;
    background: #fff;
    color: #000;
    border: none;
    padding: 2px !important;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    display: inline-block; }
  .pmpro-account .custom-register label.rdbtn {
    padding: 2px 5px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    background: none; }
.pmpro-account .pmpro_actionlinks {
  font-size: 0.9em; }
  .pmpro-account .pmpro_actionlinks a {
    padding: 5px !important;
    border: solid 1px #777;
    text-decoration: none !important;
    margin: 5px 0; }
    .pmpro-account .pmpro_actionlinks a:hover {
      border-color: #bbb; }

.main #pmpro_levels_table {
  border: dashed 1px #aaa;
  border-collapse: collapse; }
  .main #pmpro_levels_table .pmpro_btn.pmpro_btn-select {
    background: green;
    border: none;
    color: #fff; }
    .main #pmpro_levels_table .pmpro_btn.pmpro_btn-select:hover {
      background: #00b000; }
.main .pmpro_box table {
  border: dashed 1px #aaa;
  border-collapse: collapse; }

#pmpro_payment_information_fields.pmpro_checkout {
  background: #eee;
  padding: 15px 20px;
  background: url("/img/padlock.png") no-repeat top right;
  background-size: 40px 40px;
  background-color: #eee; }
  #pmpro_payment_information_fields.pmpro_checkout h3 span.pmpro_checkout-h3-name {
    display: block;
    margin-bottom: 6px; }
  #pmpro_payment_information_fields.pmpro_checkout h3 span.pmpro_checkout-h3-msg {
    line-height: 13px;
    margin-bottom: 15px;
    display: block; }

.pmpro_form .pmpro_submit {
  text-align: left !important; }

/******************************************************************/
/************** PRINTFRIENDLY ***************/
/******************************************************************/
.printfriendly {
  z-index: 90 !important; }
  .printfriendly img {
    height: 32px !important;
    width: 32px !important; }

/******************************************************************/
/************** JCAROUSEL ***************/
/******************************************************************/
.photocityguide, .premium-photo-events {
  margin-top: 30px; }
  .photocityguide .jcarousel-wrapper, .premium-photo-events .jcarousel-wrapper {
    margin-top: 0; }
  .photocityguide .jcarousel-control-arrows, .premium-photo-events .jcarousel-control-arrows {
    position: absolute;
    top: 50%;
    height: 0;
    overflow: visible;
    z-index: 10;
    width: 100%;
    background: transparent; }
    .photocityguide .jcarousel-control-arrows a, .premium-photo-events .jcarousel-control-arrows a {
      font-size: 25px;
      line-height: 33px;
      width: 38px;
      height: 38px;
      margin: 0 -6px !important;
      padding: 4px;
      text-indent: 2px; }
    .photocityguide .jcarousel-control-arrows .jcarousel-control-next, .premium-photo-events .jcarousel-control-arrows .jcarousel-control-next {
      position: absolute;
      top: 50%;
      right: 0;
      left: auto;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .photocityguide .jcarousel-control-arrows .jcarousel-control-prev, .premium-photo-events .jcarousel-control-arrows .jcarousel-control-prev {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 9999;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      text-indent: -2px; }
  .photocityguide .jcarousel ul li .sg_post_image, .premium-photo-events .jcarousel ul li .sg_post_image {
    overflow: hidden;
    height: 100%;
    background: url("") no-repeat center center;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 0;
    padding-top: 65%; }
    .photocityguide .jcarousel ul li .sg_post_image img, .premium-photo-events .jcarousel ul li .sg_post_image img {
      /*position: absolute;
      top:50%;*/
      max-width: none;
      max-height: none;
      width: 100%;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      /*@include transform(translateY(-50%));*/
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden; }
  @media (max-width: 480px) {
    .photocityguide .jcarousel ul li .sg_post_image, .premium-photo-events .jcarousel ul li .sg_post_image {
      height: auto !important;
      padding-top: 0; } }

.sidebar .premium-photo-events {
  padding: 0 !important;
  margin: -10px 0 0 0 !important; }
  .sidebar .premium-photo-events .jcarousel-wrapper {
    margin: 0 !important; }
  .sidebar .premium-photo-events .jcarousel {
    padding: 0 !important;
    margin: 0 !important; }
    .sidebar .premium-photo-events .jcarousel ul li h5 {
      font-family: 'Montserrat', sans-serif !important;
      font-size: 17px;
      line-height: 22px;
      padding-top: 10px; }
  .sidebar .premium-photo-events .jcarousel-control-arrows {
    top: -50px; }
    .sidebar .premium-photo-events .jcarousel-control-arrows a {
      width: 38px;
      height: 38px;
      margin: 0 -6px !important; }
    .sidebar .premium-photo-events .jcarousel-control-arrows .jcarousel-control-next {
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
    .sidebar .premium-photo-events .jcarousel-control-arrows .jcarousel-control-prev {
      position: absolute;
      top: 0;
      right: 38px;
      left: auto;
      z-index: 9999;
      -webkit-transform: translateY(0);
      -khtml-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }

/******************************************************************/
/************** AGENDA WEB APP ***************/
/******************************************************************/
.page-template-events .back-to-top {
  right: 0;
  bottom: 52px; }
.page-template-events .bottom-content {
  padding: 15px; }
  .page-template-events .bottom-content a {
    color: #b70000;
    font-weight: bold; }
    .page-template-events .bottom-content a:hover {
      color: #d40000; }
  .page-template-events .bottom-content button {
    background: #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: solid 1px #999;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 9px; }
    .page-template-events .bottom-content button:hover {
      background: #fff;
      border: solid 1px #bbb; }
  .page-template-events .bottom-content h2, .page-template-events .bottom-content h3 {
    line-height: 1.3em;
    margin-bottom: 13px; }
  .page-template-events .bottom-content h2 {
    margin-top: 0;
    padding-top: 15px; }
  .page-template-events .bottom-content h3 {
    margin-bottom: 12px; }
  @media (max-width: 800px) {
    .page-template-events .bottom-content h2, .page-template-events .bottom-content h3 {
      font-size: 18px;
      line-height: 1.3em; } }
  .page-template-events .bottom-content #photo-agenda {
    max-width: 850px;
    margin: auto; }

#agenda {
  padding: 0 !important; }
  @media (max-width: 544px) {
    #agenda h1 {
      display: none; } }
  @media (max-width: 544px) {
    #agenda .wpgmp_map_container {
      margin-top: 50px; } }

.page-template-events .wpgmp_map_container {
  overflow: hidden;
  position: relative; }
  .page-template-events .wpgmp_map_container .wpgmp_pagination {
    padding: 10px;
    position: fixed;
    bottom: 0;
    background: #fff;
    margin-bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    display: none; }
    .page-template-events .wpgmp_map_container .wpgmp_pagination a, .page-template-events .wpgmp_map_container .wpgmp_pagination span {
      font-family: Arial, sans-serif; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .infowindow-close {
    z-index: 9999;
    right: -3px;
    top: -2px; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .wpgmp_iw_content {
    max-width: 250px; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-item-title {
    color: #000;
    font-weight: normal;
    text-transform: none; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-badge {
    display: none !important; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-item-featured_image {
    position: relative;
    width: 100%;
    margin: 10px 0 0;
    float: none;
    padding-top: 70%;
    overflow: hidden; }
    .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-item-featured_image img {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      margin: 0;
      border: none;
      width: 100%;
      float: none; }
    @media (max-width: 400px) {
      .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-item-featured_image {
        padding-top: 40%;
        display: none; }
        .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-item-featured_image img {
          left: 0;
          width: 60% !important;
          margin: auto; } }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .addeventatc {
    display: none !important;
    padding: 3px 3px !important;
    margin-left: 0;
    font-size: 12px !important;
    line-height: 15px !important;
    border: none !important; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .itinerary_btn {
    margin-left: 3px; }
    .page-template-events .wpgmp_map_container .wpgmp_infowindow .itinerary_btn a {
      line-height: 15px !important;
      font-size: 12px !important;
      padding: 3px 3px !important; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .addeventatc_icon {
    display: none !important; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .readmore {
    display: inline-block;
    vertical-align: top;
    margin: 0; }
    .page-template-events .wpgmp_map_container .wpgmp_infowindow .readmore a {
      margin: 0 3px 0 0;
      line-height: 15px;
      display: inline-block;
      vertical-align: top; }
      .page-template-events .wpgmp_map_container .wpgmp_infowindow .readmore a:hover {
        background: #777; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .fc-btn-small {
    background: #000;
    border: none;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    font-family: Arial, sans-serif; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .start-to-end {
    font-style: italic;
    line-height: 130%; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow .event-place-name {
    font-weight: bold; }
  .page-template-events .wpgmp_map_container .wpgmp_infowindow address {
    margin-bottom: 0; }
    .page-template-events .wpgmp_map_container .wpgmp_infowindow address p {
      color: #555; }
  .page-template-events .wpgmp_map_container > .wpgmp_map {
    overflow: hidden;
    position: relative;
    -webkit-transition: margin-top ease 0.3s;
    -khtml-transition: margin-top ease 0.3s;
    -moz-transition: margin-top ease 0.3s;
    -ms-transition: margin-top ease 0.3s;
    -o-transition: margin-top ease 0.3s;
    transition: margin-top ease 0.3s; }
  .page-template-events .wpgmp_map_container .compass-geolocation {
    position: absolute;
    width: 40px;
    height: 40px;
    right: -1px;
    bottom: -1px;
    background: url(/wp-content/themes/hague-child/img/compass-geolocation.png) no-repeat transparent center center;
    -webkit-background-size: 25px 25px;
    -khtml-background-size: 25px 25px;
    -moz-background-size: 25px 25px;
    -ms-background-size: 25px 25px;
    -o-background-size: 25px 25px;
    background-size: 25px 25px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 90;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
.page-template-events .wpgmp_listing_header .wpgmp_search_form {
  margin: 7px 0px; }
  .page-template-events .wpgmp_listing_header .wpgmp_search_form input.wpgmp_search_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, sans-serif;
    border: solid 1px #999;
    background: #000;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: transparent;
    outline: none;
    -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -khtml-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
@media (max-width: 599px) {
  .page-template-events .location_listing1 {
    overflow: hidden;
    float: none; } }
@media (max-width: 1000px) {
  .page-template-events .wpgmp_listing_container {
    float: none;
    padding: 5px 20px;
    overflow: hidden; } }
@media (max-width: 599px) {
  .page-template-events .wpgmp_listing_container {
    max-width: 415px;
    margin: auto;
    float: none; } }
@media (min-width: 600px) and (max-width: 767px) {
  .page-template-events .wpgmp_listing_container .col-sm-6 {
    float: left;
    width: 50%; } }
.page-template-events .wpgmp_listing_container .categories_filter {
  text-align: left; }
  @media (max-width: 600px) {
    .page-template-events .wpgmp_listing_container .categories_filter {
      text-align: center; } }
  .page-template-events .wpgmp_listing_container .categories_filter select, .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn, .page-template-events .wpgmp_listing_container .categories_filter .odlp-red-button, .page-template-events .wpgmp_listing_container .categories_filter .odlp-gray-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Arial, sans-serif;
    width: 135px;
    text-align: center;
    display: inline-block;
    margin: 5px 4px !important;
    float: none;
    padding: 5px 8px;
    height: 35px;
    line-height: 25px;
    float: none;
    vertical-align: top;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    /*&[name="map_radius"]{
      @media (max-width: $breakpoint1 + px){
        display: none;
        margin: 5px 0 !important;
      }
    }*/ }
    .page-template-events .wpgmp_listing_container .categories_filter select[name="map_perpage_location_sorting"], .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn[name="map_perpage_location_sorting"], .page-template-events .wpgmp_listing_container .categories_filter .odlp-red-button[name="map_perpage_location_sorting"], .page-template-events .wpgmp_listing_container .categories_filter [name="map_perpage_location_sorting"].odlp-gray-button {
      display: none; }
    @media (max-width: 600px) {
      .page-template-events .wpgmp_listing_container .categories_filter select, .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn, .page-template-events .wpgmp_listing_container .categories_filter .odlp-red-button, .page-template-events .wpgmp_listing_container .categories_filter .odlp-gray-button {
        float: none;
        width: 100%;
        margin: 5px 0px !important; } }
  @media (max-width: 600px) {
    .page-template-events .wpgmp_listing_container .categories_filter select {
      float: left;
      width: 49%; }
      .page-template-events .wpgmp_listing_container .categories_filter select[name="map_sorting"] {
        float: right; } }
  .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn {
    cursor: pointer;
    width: auto;
    background: #b70000;
    color: #fff;
    -webkit-transition: all ease 0.4s;
    -khtml-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
    .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn:hover {
      background: #d40000; }
    @media (max-width: 600px) {
      .page-template-events .wpgmp_listing_container .categories_filter .show-map-btn {
        width: 49%;
        float: right;
        overflow: hidden; } }
.page-template-events .wpgmp_before_listing {
  display: none !important; }
.page-template-events .wpgmp_print_listing {
  width: 100%; }
  @media (min-width: 600px) {
    .page-template-events .wpgmp_print_listing {
      margin: 0 -10px;
      float: none;
      width: auto; } }
  @media (min-width: 600px) {
    .page-template-events .wpgmp_print_listing > .col-sm-6, .page-template-events .wpgmp_print_listing > .col-md-4 {
      padding: 0 10px; } }
  .page-template-events .wpgmp_print_listing .wpgmp_locations .col-sm-3 {
    /*@media (min-width: $breakpoint1 + px ) and (max-width: $breakpoint2 - 1 + px){
      width: 35%;
      float: left;
    }*/ }
    @media (min-width: 0) {
      .page-template-events .wpgmp_print_listing .wpgmp_locations .col-sm-3 {
        width: 100%;
        float: none; } }
  .page-template-events .wpgmp_print_listing .wpgmp_locations .col-sm-9 {
    /* @media (min-width: $breakpoint1 + px) and (max-width: $breakpoint2 - 1 + px){
       width: 65%;
       float: left;
     }*/ }
    @media (min-width: 0) {
      .page-template-events .wpgmp_print_listing .wpgmp_locations .col-sm-9 {
        width: 100%;
        float: none; } }
  @media (max-width: 599px) {
    .page-template-events .wpgmp_print_listing .wpgmp_locations .loc-content-container {
      height: auto !important; } }
  .page-template-events .wpgmp_print_listing .wpgmp_locations {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: solid 1px #ddd;
    padding: 15px 0 22px; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .img-container {
      overflow: hidden;
      padding-top: 70%;
      position: relative;
      margin-bottom: 17px; }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .img-container .aspect-ratio-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations img.wp-post-image {
      float: none;
      border: none;
      width: 100% !important;
      margin-top: 0 !important;
      padding: 0 15px 0 0 !important;
      max-width: 500px;
      /*@media (max-width: $breakpoint1 - 1 + px){*/ }
      @media (max-width: 100000px) {
        .page-template-events .wpgmp_print_listing .wpgmp_locations img.wp-post-image {
          padding: 0 0 15px 0 !important; } }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_location_title {
      max-width: 60%; }
      @media (min-width: 500px) {
        .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_location_title {
          max-width: 60%; } }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_location_title a.place_title {
        font-size: 1.1em;
        color: #333;
        font-family: 'Montserrat', sans-serif !important; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_location_meta {
      margin-right: 5px; }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_location_meta .fc-badge.info {
        font-size: 13px;
        -webkit-border-radius: 3px;
        -khtml-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        padding: 3px 8px;
        background: #ddd;
        display: inline-block;
        color: #444;
        border: none !important; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content p {
      font-family: 'Spectral', serif !important; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .start-to-end {
      font-style: italic; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .place-address {
      margin: 10px 0; }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .place-address .event-place-name {
        display: block;
        color: #555; }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .place-address .event-place-address {
        display: block;
        color: #555; }
      .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .place-address .event-place-date {
        display: block;
        color: #888; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_content .event-excerpt {
      color: #888;
      margin: 10px 0;
      display: none; }
    .page-template-events .wpgmp_print_listing .wpgmp_locations .wpgmp_locations_foot a.odlp-read-more {
      font-size: 14px;
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      padding: 3px 8px;
      background: #444;
      display: inline-block;
      color: #fff;
      font-family: Arial, sans-serif;
      text-decoration: none; }
.page-template-events .itinerary_btn {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-family: Arial, sans-serif; }
  .page-template-events .itinerary_btn a {
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -khtml-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background: #ccc;
    padding: 3px 8px !important;
    vertical-align: top;
    font-size: 14px !important;
    display: inline-block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .page-template-events .itinerary_btn a:hover {
      background: #eee;
      color: #222; }
.page-template-events .addeventatc {
  cursor: pointer;
  margin-left: 4px;
  -webkit-transition: all ease 0.3s;
  -khtml-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #ccc;
  padding: 5px 4px 5px 28px !important;
  vertical-align: top;
  font-size: 14px !important;
  display: inline-block;
  font-family: Arial, serif !important; }
  @media (max-width: 380px) {
    .page-template-events .addeventatc {
      padding-left: 4px !important; } }
  .page-template-events .addeventatc .start, .page-template-events .addeventatc .end, .page-template-events .addeventatc .timezone, .page-template-events .addeventatc .title, .page-template-events .addeventatc .description, .page-template-events .addeventatc .location, .page-template-events .addeventatc .organizer, .page-template-events .addeventatc .organizer_email, .page-template-events .addeventatc .facebook_event, .page-template-events .addeventatc .all_day_event, .page-template-events .addeventatc .date_format, .page-template-events .addeventatc .alarm_reminder, .page-template-events .addeventatc .recurring, .page-template-events .addeventatc .attendees, .page-template-events .addeventatc .client, .page-template-events .addeventatc .calname, .page-template-events .addeventatc .uid, .page-template-events .addeventatc .status, .page-template-events .addeventatc .method {
    display: none !important; }
  .page-template-events .addeventatc .addeventatc_icon {
    left: 6px;
    top: 3px;
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 1;
    background: url(/wp-content/themes/hague-child/img/icon-calendar-t1.svg) no-repeat;
    background-size: 18px 18px; }
    @media (max-width: 380px) {
      .page-template-events .addeventatc .addeventatc_icon {
        display: none; } }
  .page-template-events .addeventatc .copyx {
    display: none !important; }
  .page-template-events .addeventatc:hover {
    background: #eee; }

/******************************************************************/
/************** ADD TO HOME ***************/
/******************************************************************/
.ath-container.ath-icon:before {
  top: -47px !important; }

img.ath-application-icon {
  /*display: none !important;*/
  width: 3em;
  height: 3em; }

/******************************************************************/
/************** STRIPE DONATION ***************/
/******************************************************************/
.asp_product_item {
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  margin-top: 30px !important;
  /*display: none !important;*/ }
  .asp_product_item:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .asp_product_item .asp_product_item_top .asp_product_name {
    font-size: 19px;
    line-height: 130%; }
  .asp_product_item .asp_product_description {
    margin-top: 0; }
  .asp_product_item .asp_product_buy_button .asp_product_item_amount_input_container {
    display: inline-block;
    vertical-align: top; }
  .asp_product_item .asp_product_buy_button .asp_product_item_amount_input {
    border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    width: 114px; }
  .asp_product_item .asp_product_buy_button .asp_product_buy_btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 6px;
    border: none; }

.stripe-thank-you-container {
  max-width: 600px;
  margin: 15px auto 30px;
  background: #e7f9e7;
  padding: 25px;
  clear: both;
  overflow: hidden; }
  .stripe-thank-you-container.error {
    background: #ffddd1; }

.hd-video-container {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.2%;
  margin: 25px auto;
  clear: both; }
  .hd-video-container .hd-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .hd-video-container .hd-video p {
      display: block;
      width: 100%;
      height: 100% !important;
      margin: 0 !important;
      padding: 0 !important; }
    .hd-video-container .hd-video iframe {
      width: 100%;
      height: 100% !important;
      margin: 0 !important; }

/******************************************************************/
/************** MAILCHIMP ***************/
/******************************************************************/
#mc4wp-form-1 {
  max-width: 600px;
  margin: 21px auto 0; }

.shortcode-subscribe.style-1 {
  padding: 30px 8px !important; }

.mailchimp-success-infobox {
  display: none;
  text-align: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  width: 100%;
  background: #edffed;
  color: green; }
  .mailchimp-success-infobox p {
    padding: 20px;
    margin: 0 auto;
    font-size: 1.2em;
    max-width: 760px; }

.mc4wp-alert {
  padding: 25px 0 0; }

.sg_newsletter .shortcode-subscribe .mc4wp-form input[type="submit"]:hover {
  background: #777; }

/******************************************************************/
/************** Subscription promo ***************/
/******************************************************************/
.membership-promo-container {
  position: relative;
  background: url("/img/mosaic-archives-loeildelaphotographie-1200.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  margin-top: 10px; }
  .logged-in .membership-promo-container {
    display: none; }
  .sidebar .membership-promo-container {
    margin-top: 0; }
  .membership-promo-container .membership-wrap-table {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
    .membership-promo-container .membership-wrap-table .membership-cell {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 25px 25px 35px;
      font-size: 1.35em;
      text-shadow: 0 0 22px #fff; }
      .membership-promo-container .membership-wrap-table .membership-cell p {
        max-width: 560px;
        margin: 20px auto; }
        .widget_custom_html .membership-promo-container .membership-wrap-table .membership-cell p {
          font-size: 15px; }
      .membership-promo-container .membership-wrap-table .membership-cell .odlp-red-button, .membership-promo-container .membership-wrap-table .membership-cell .odlp-gray-button {
        padding: 0; }
        .membership-promo-container .membership-wrap-table .membership-cell .odlp-red-button a, .membership-promo-container .membership-wrap-table .membership-cell .odlp-gray-button a {
          font-size: 1.1em;
          padding: 6px 18px !important;
          display: block; }

.archive.logged-in #custom_html-6 {
  display: none; }

/******************************************************************/
/************** Footer newsletter ***************/
/******************************************************************/
.footer-newsletter-container, #popmake-160009578 {
  margin: 60px auto;
  padding-top: 20px;
  border-top: dashed 1px #ddd; }
  .footer-newsletter-container h4, #popmake-160009578 h4 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 10px; }
  .footer-newsletter-container p, #popmake-160009578 p {
    text-align: center;
    margin-bottom: 23px;
    color: #555; }
  .footer-newsletter-container .mc4wp-form, #popmake-160009578 .mc4wp-form {
    max-width: 650px;
    margin: auto; }
    .footer-newsletter-container .mc4wp-form input, #popmake-160009578 .mc4wp-form input {
      padding: 10px 9px;
      width: 100%; }
      .footer-newsletter-container .mc4wp-form input.eemail_textbox_button, #popmake-160009578 .mc4wp-form input.eemail_textbox_button {
        background: #000;
        border: #000 solid 1px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: all ease 0.3s;
        -khtml-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        .footer-newsletter-container .mc4wp-form input.eemail_textbox_button:hover, #popmake-160009578 .mc4wp-form input.eemail_textbox_button:hover {
          background: #eee;
          color: #000; }

/******************************************************************/
/* Popup maker exit inter */
/******************************************************************/
#popmake-160009578 .pum-title {
  font-size: 30px;
  line-height: 35px; }
  @media (max-width: 800px) {
    #popmake-160009578 .pum-title {
      font-size: 25px;
      line-height: 30px; } }
#popmake-160009578 h4 {
  text-transform: uppercase;
  margin-bottom: 25px; }
#popmake-160009578 h6.entry-title {
  font-size: 1.1em;
  line-height: 140%; }
#popmake-160009578 input.eemail_textbox_button {
  background: #b70000 !important;
  border: solid 1px #b70000 !important; }
  #popmake-160009578 input.eemail_textbox_button:hover {
    background: #eb0000 !important;
    color: #fff !important; }

/******************************************************************/
/************** FIXES ***************/
/******************************************************************/
@media (max-width: 550px) {
  .home .post-content, .jcarousel li div, .oldp_infos p {
    text-align: left !important; } }

form.search input, form.search select {
  border: solid 1px #ccc; }

.item-title h4, .category-title h4, .widget-title h4 {
  line-height: 140%; }

.item-title h2, .category-title h2, .widget-title h2 {
  line-height: 140%;
  font-family: 'Spectral', serif !important;
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #fff;
  padding: 0 10px 0 0;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 10px; }
.item-title:before, .category-title:before, .widget-title:before {
  top: 19px !important; }

.sticky-progressbar .reading-title-bar h6.page-title {
  max-width: 50%;
  text-align: left; }

.sidebar-daily-pics > div {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important; }

.pdfemb-viewer .pdfemb-errormsg {
  display: none; }

/*# sourceMappingURL=odlp-styles.css.map */
