/*
 Theme Name:   Hague Child Theme
 Theme URI:    http://themeforest.net/user/evolle
 Description:  <strong>Evolle Magazine WordPress Theme by <a href="http://themeforest.net/user/evolle">Evolle</a></strong>
 Author:       Evolle Themes
 Author URI:   http://themeforest.net/user/evolle
 Template:     hague
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, right-sidebar, full-width-template, accessibility-ready, custom-colors, custom-menu, featured-images, post-formats, sticky-post, theme-options, translation-ready
 Text Domain:  hague
*/

@import url("../hague/style.css");


/* preloader */
.preloader .loader {
  animation: heartbeat 1.8s infinite;
  border: none;
  background: transparent url('./images/preloader-heart.png') scroll no-repeat 0 0;
}
.preloader .loader .loader-inner {
  animation: none;
}

@keyframes heartbeat {
  0% {
    transform: scale( .75 );
  }
  20% {
    transform: scale( 1 );
  }
  40% {
    transform: scale( .75 );
  }
  60% {
    transform: scale( 1 );
  }
  80% {
    transform: scale( .75 );
  }
  100% {
    transform: scale( .75 );
  }
}

/* promo banner */
.advice__promo-banner {
  text-align: center;
  background: #000;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  text-transform: uppercase;
}
.advice__promo-banner p {
  display: inline-block;
}
.advice__promo-banner p span {
  color: #f25e52;
}
.advice__promo-banner a {
  display: inline-block;
  padding: 0 17px;
  margin-left: 16px;
  background: #00afb3;
  color: #FFF;
}
.advice__promo-banner a:hover {
  text-decoration: none;
  background: #0b9c9f;
}
/* topbar */
.header-topbar .topbar-social ul .login {
  padding: 0;
  background: #000;
  margin-left: 16px;
}
.header-topbar .topbar-social ul .login a {
  background: #000;
  color: #FFF;
  display: inline-block;
  padding: 16px;
}
.header-topbar .topbar-social ul .login a:hover {
  background: #0CAEB1;
  color: #fff;
}

/* Nav Bar Styles */
body header .navbar ul > li > a:hover,
body header .navbar ul > li:hover > a,
body .dark-header .navbar ul > li:hover > a,
body .dark-header .navbar ul > li .child-menu ul li a:hover {
  Color: #EF5F54;
}
body .sericon a:hover {
    color: #0CAEB1;
}
header .navbar ul > li > a {
  padding: 24px 9px;
}
.navicon a:hover {
  color: #EF5F54;
}
.sidebar-logo .brand-logo a img {
  width: 250px;
  height: auto !important;
}
/* specific styles */
.ask-experts-form {
  max-width: 960px;
  margin: 0 auto;
}
.ask-experts-form p {
  font-size: 18px;
}
.ask-experts-form textarea {
  min-width: 100%;
  min-height: 200px;
}
.ask-experts-form .ask-the-experts__button {
  min-width: 300px;
}
.ask-the-experts__button {
  color: #FFF;
  background: #f25e52;
  border: none;
  display: block;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
.ask-the-experts__button:hover {
  text-decoration: none;
  color: #FFF;
  background: #D7554b;
}
.ask-the-experts__button i {
  margin-left: .5em;
}
.post-author-bio {
  clear: both;
}
.post .post-date {
  margin-left: 1em;
}
.post .post-author {
  display: inline;
}
.page-template-ask-experts-form .container p {
  margin: 2rem 0;
}
.blog-posts .row .post-author {
  color: #FFF;
}
/* .blog-posts .row,
.related-posts .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-wrap: row wrap;
  flex-flow: row wrap;
} */
.related-posts .row .post-image {
  min-height: 178.5px;
}
.related-posts .col-md-3  {
  width: 24.97%;
}
.blog-posts .col-sm-6 {
  display: inline-block;
  float: none;
  width: 49.5%;
  vertical-align: top;
}
.single .post-content .banner {
  margin: 1em auto;
  text-align: center;
}
.single .post-content .banner a {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .advice__promo-banner {
    display: none;
  }
  .related-posts .col-md-3 {
    width: 100%;
  }
  .blog-posts .col-sm-6 {
    width: 100%
  }
}

.widget.no-border {
  padding: 0;
  border: none;
}
/* Google Ads */
.google-ad__square,
.google-ad__rectangle {
  text-align: center;
}
/* Category Title Styles */
.category-page-title.image p {
  color: #fff!important;
}
.category-page-title:before {
  background: transparent;
}
.main .page-main-title h1 {
  color: #fff;
}
.main .page-main-title p {
  color: #fff;
}
.main .page-main-title.light {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%);
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%);
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%);
  background-image: linear-gradient(to top right, #0CAEB1 0%, #617dc6 99%, #617dc6 100%);
}
.main .page-main-title.dark {
  background-image: -webkit-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%);
  background-image: -moz-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%);
  background-image: -o-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%);
  background-image: linear-gradient(to top right, #617DC6 0%, #FD9F82 99%, #FD9F82 100%);
}

/* dating advice dropdown */
.category-dating-advice-for-you > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-about-you > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -o-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: linear-gradient(to top right, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
}
.category-breaking-up > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-dating-commitment > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
}
.category-dating-communication > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -o-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: linear-gradient(to top right, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
}
.category-date-ideas > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-dating-infidelity > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-sex > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
}

/* Other Nav BG */
.category-dating-tips > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
}
.category-dating-issues > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -o-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: linear-gradient(to top right, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
}
.category-relationships > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-first-dates > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: -o-linear-gradient(bottom left, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
  background-image: linear-gradient(to top right, #EF5F54 0%, #FFCB4A 99%, #FFCB4A 100%)!important;
}
.category-being-single > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: -o-linear-gradient(bottom left, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
  background-image: linear-gradient(to top right, #0CAEB1 0%, #617dc6 99%, #617dc6 100%)!important;
}
.category-online-dating-tips > div.theme-width > div.main > div.page-main-title.dark.category-page-title.image {
  background-image: -webkit-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -moz-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: -o-linear-gradient(bottom left, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
  background-image: linear-gradient(to top right, #617DC6 0%, #FD9F82 99%, #FD9F82 100%)!important;
}
/*
Default Category Tag
*/
.post-category.category-bg-color a {
  background: #0CAEB1;
  color: #fff;
}
/*
Dating Tips
Dating Tips for Men
About You
Dating Advice
Dating
*/
.post-category.category-bg-color .cat-color-12287,
.post-category.category-bg-color .cat-color-12260,
.post-category.category-bg-color .cat-color-12244,
.post-category.category-bg-color .cat-color-12245,
.post-category.category-bg-color .cat-color-10000 {
  background: #0CAEB1;
}
/*
Commitment
Important Questions
*/
.post-category.category-bg-color .cat-color-12282,
.post-category.category-bg-color .cat-color-12283 {
  background: #EF5F54;
}
/*
Being Single
 */
.post-category.category-bg-color .cat-color-12269,
.post-category.category-bg-color .cat-color-12263 {
  background: #FD9F82;
}
/*
Relationship Advice
Expert Advice
Dating Ideas
*/
.post-category.category-bg-color .cat-color-12277,
.post-category.category-bg-color .cat-color-12253,
.post-category.category-bg-color .cat-color-12266 {
  background: #617DC6;
}
/*
Breaking Up
Relationship Problems
*/
.post-category.category-bg-color .cat-color-12251,
.post-category.category-bg-color .cat-color-12397,
.post-category.category-bg-color .cat-color-12303 {
  background: #000;
}
/*
Breaking Up
Relationship Problems
*/
.post-category.category-bg-color .cat-color-12313,
.post-category.category-bg-color .cat-color-12320 {
  background: #FFCB4A;
}

/* Picks + Perks */
.category-picks-perks .category-page-title {
  background: #000 !important;
  padding: 50px;
}
.category-picks-perks .category-page-title .container {
  background: url('https://static.eharmony.com/files/corp/images/dating-advice/picks-perks-logo-2x.png') no-repeat scroll center center;
  background-size: 270px;
  height: 82px;
}
.category-picks-perks .category-page-title .container p:before,
.category-picks-perks .category-page-title .container p:after {
  content: none;
}
.category-picks-perks .category-page-title .container p,
.category-picks-perks .category-page-title .container h1 {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* SWT-8501: Hide Webview Items */
.eh-webview .app-hide {
  display: none !important;
}

/* SWT-8585: Styles for Advice contact form ( ask-experts )*/
.ask-experts-form{
  margin: 40px auto 30px;
}
.email-experts {
  width: 100%;
  margin-bottom: 30px;
  height: 40px;
  padding: 0 10px;
}
.question-experts{
  margin-bottom: 30px;
  padding: 10px;
}
.support-experts {
  text-align: center;
}
.link-experts {
  color: #0CAEB1;
  text-decoration: underline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ask-experts-form .email-experts, .ask-experts-form .question-experts {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  border: 1px solid #333;
  border-radius: 3px;
}
 
.ask-experts-form .email-experts:focus, .ask-experts-form textarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  outline: none;
}

.ask-experts-form .email-experts:focus:invalid, .ask-experts-form textarea:focus:invalid { /* when a field is considered invalid by the browser */
  border: 1px solid #f25e52;
  outline: none;
}
.experts-response {
  text-align: center; 
  margin: 3em 0;
}