/*
Theme Name:   Reaction
Description:  Write here a brief description about your child-theme
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     hello-elementor
Version:      1.3.114
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  Reaction
*/

/* Write here your own personal stylesheet */
/*** HIDE default avatar ****/
body.author .vcard .avatar{
	float:none;
	width:100px;
	margin-right:30px;
}
body.archive.author .elementor-post-author img{
	display:none !important;
}
/*
.vcard img[src^="https://secure.gravatar.com"], .elementor-icon-list-icon  img[src^="https://secure.gravatar.com"], .elementor-post-author img[src^="https://secure.gravatar.com"]{
	display:none !important;
}*/

.elementor-post-author .avatar,
	.elementor-post-info .elementor-avatar{
	display:none !important;
}
.columnists .elementor-post-author .avatar{
	display:block !important;	
}
.avatar {
  border-radius: 50% !important;
  vertical-align: middle;
  margin-right: 10px;
  width: 40px;
  height: auto;
  float: left;
	image-rendering: -moz-crisp-edges;         /* Firefox */
  image-rendering:   -o-crisp-edges;         /* Opera */
  image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.elementor-element.elementor-grid-1 .avatar {
  float: none;
}

body .elementor-post-author a{
		color:#C16C63 !important;
}
.elementor-post-author:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

body .meta-categories a{
  color: #AAAAAA !important;
}
/* SWITCHER BETWEEN TWO BLOCKS */
body.body-visible-1 .body-class-visible-1,
	body.body-visible-2 .body-class-visible-2{
	display:block !important;
}
body.body-visible-1 .body-class-visible-2,
	body.body-visible-2 .body-class-visible-1{
	display:none !important;
}

.article-body p a{
	font-weight:bold;
}
.elementor-post-author .elementor-post-date {
  display: block;
  color: #AAAAAA;
  font-size: 0.7rem;
}

.elementor-post-author img.is-placeholder {
  display: none;
}

.elementor-element.elementor-grid-3 .elementor-post,
.elementor-post__text {
  display: flex !important;
  flex-direction: column;
}

.elementor-post__text .elementor-post__title { order: 0; }
.elementor-post__text .elementor-post__meta-data { order: 2; margin-top: auto; padding-top: 10px; }
.elementor-post__text .elementor-post__excerpt { order: 1; }
.elementor-post__text .elementor-post__read-more { order: 3; }

.page-id-23997 .elementor-post__text .elementor-post__meta-data{order:0 !important} /* THE HOUND */

.elementor-post__text .elementor-post__meta-data .meta-categories {
  text-transform: uppercase;
}

.elementor-element.columnists article.elementor-post {
  background: #fff;
  padding: 20px 15px;
  padding: 20px 25px;
}

.elementor-element.columnists .elementor-post__thumbnail {
  display: none;
}
.elementor-element.columnists .elementor-post__text .elementor-post__title { order: 2; }
.elementor-element.columnists .elementor-post__text .elementor-post__meta-data { order: 1; margin-top: 0; padding-top: 0; }
.elementor-element.columnists .elementor-post__text .elementor-post__excerpt { order: 3; }

.elementor-element.columnists .elementor-post__meta-data .elementor-post-author {
  text-align: center;
  display: block;
}
.elementor-element.columnists .elementor-post__meta-data .avatar {
  display: block;
  float: none;
  margin: -20px auto 10px;
  margin: 0 auto 10px;
  width: 120px;
}
.elementor-element.columnists .elementor-post__meta-data .meta-categories {
  display: none;
}

@media (max-width: 767px) {
	body.author .vcard{
		text-align:center;
		display:block;
	}
	body.author .vcard > a:nth-child(1){
		display:block;
		margin-bottom:20px;
	}
  .elementor-element.columnists .elementor-post__meta-data .elementor-post-author {
    text-align: left;
  }
  .elementor-element.columnists .elementor-post__meta-data .avatar {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
	.elementor-element.columnists .elementor-posts-container {
		row-gap: 50px;
		column-gap: 50px;
		row-gap: 40px;
		column-gap: 40px;
	}
}
.elementor-element.columnists .elementor-post {
	position: relative;
}
.elementor-element.columnists .elementor-post a.elementor-post__thumbnail__link {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.red-underline {
  /*
  text-decoration: underline;
  text-decoration-color: var(--e-global-color-f01d985);
  */
}

.red-underline h1,
.red-underline h2,
.red-underline h3,
.red-underline h4,
.red-underline h5 {
  position: relative;
  display: inline-block;
}
.red-underline h1:before,
.red-underline h2:before,
.red-underline h3:before,
.red-underline h4:before,
.red-underline h5:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 4px;
  width: auto;
  background: #C16C63;
}


.rlw-subscribe-button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rlw-subscribe-button .subscribe-button-left {
  text-align: right;
  font-size: 14px;
  width: 200px;
  max-width: 100%;
  padding-right: 30px;
}


.rlw-subscribe-button .btn {
  color: #FFFFFF;
  background-color: #C16C63;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  display: inline-block;
  font-family: "Inter", Georgia,Serif;
}
.rlw-subscribe-button .btn b {
  position: relative;
}
.rlw-subscribe-button .btn b:after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff88;
}
.rlw-subscribe-button .btn .mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .rlw-subscribe-button .subscribe-button-left {
    display: none;
  }
  .rlw-subscribe-button .btn .desktop-only {
    display: none;
  }
  .rlw-subscribe-button .btn .mobile-only {
    display: inline;
  }
  .rlw-subscribe-button .btn {
    max-width: 100%;
    padding: 6px;
    padding: 8px 10px;
  }
}

.rlw-continue-reading {
  background: #F1F2F3;

	background: rgb(242,242,242);
	background: linear-gradient(180deg, rgba(235,234,234,1) 0%, rgba(242,242,242,1) 100%);

  position: relative;
  padding-top: 60px;
}
.rlw-continue-reading:before {
  content: '\25BC';
  position: absolute;
  color: #fff;
  font-size: 50px;
  left: 50%;
  top: -12px;
  transform: translate(-50%,0) scale(1.7,1);
  line-height: 1;

  	transform: none;
	content: ' ';
    top: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
}

.rlw-continue-reading h2,
.rlw-continue-reading h3,
.rlw-continue-reading h4 {
  text-align: center;
}
.rlw-continue-reading h2 {
	margin-bottom: 40px;
}
@media (min-width: 768px) {
	.rlw-continue-reading h2 {
		font-size: 36px !important;
	}
}

.rlw-container {
  width: 1000px;
  max-width: 100%;
  padding: 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .rlw-continue-reading .cr-left-right {
    display: flex;
/*    align-items: center;*/
  }

  .rlw-continue-reading .cr-left {
    width: 50%;
    padding-right: 15px;
    text-align: right;
  }
  .rlw-continue-reading .cr-right {
    width: 50%;
    padding-left: 15px;
  }
}

.rlw-continue-reading .cr-right p {
  font-weight: bold;
}
.rlw-continue-reading .cr-right p a {
  text-decoration: underline;
  color: #C16C63;
}
.rlw-continue-reading .cr-right p .red {
  color: #C16C63;
}
.rlw-continue-reading .cr-right p a.btn {
  text-decoration: none !important;
  color: #FFFFFF;
  background-color: #C16C63;
  padding: 15px 20px 15px 20px;
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  font-family: "Inter", Georgia,Serif;
}
.inter {
  font-family: "Inter", Georgia,Serif;
}
.rlw-continue-reading .cr-right .already-sub {
  font-weight: normal;
  font-size: 15px;
}
.rlw-continue-reading .cr-bottom {
  margin-top: 20px;
  border-top: 1px solid #D1D2D3;
  padding-top: 30px;
  padding-bottom: 30px;
}

.rlw-continue-reading .leading-writers {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
.rlw-continue-reading .leading-writer {
  margin-bottom: 20px;
}
.rlw-continue-reading .leading-writer-img img {
  display: block;
  margin: 0 auto 20px;
  width: 128px;
  height: 128px;
  float: none;
}
.rlw-continue-reading .leading-writer-name {
  text-align: center;
  font-family: "Inter", Georgia,Serif;
  font-weight: bold;
  font-size: 16px;
}

@media (max-width: 767px) {
  .rlw-continue-reading .cr-left-right {
    text-align: center;
  }
  .rlw-continue-reading .leading-writers {
    flex-wrap: wrap;
  }
  .rlw-continue-reading .leading-writer {
    width: 50%;
  }
  .rlw-continue-reading h3 {
    font-size: 24px;
  }
}

.rlw-podcast {
  text-align: center;
}
.rlw-podcast .rlw-container {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.rlw-podcast h2.podcast {
  color: #C16C63 !important;
  font-family: "Tiempos Headline", Georgia,Serif;
  font-size: 20px;
}
.rlw-podcast h2 a {
  color: inherit;
}
.rlw-podcast .podcast-excerpt {
  font-family: "Inter", Georgia,Serif;
  font-size: 16px;
}
.rlw-podcast .podcast-listen-now {
  margin-top: 30px;
}
.rlw-podcast .podcast-listen-now,
.rlw-podcast .podcast-listen-now a {
  color: #C16C63 !important;
  font-family: "Inter", Georgia,Serif;
  font-size: 16px;
  font-weight: bold;
}

#mc_embed_signup .indicates-required,
#mc_embed_signup label {
  display: none !important;
}
#mc_embed_signup input[type="submit"] {
  background: #FFFFFF;
  color: #C16C63;
  padding: 10px 20px;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  height: auto;
  font-weight: bold;

  display: inline-block;
  width: auto;
  border: none;
  outline: none;
  height: 42px;
  vertical-align: top;
}

#mc_embed_signup .mc-field-group input[type="email"] {
  display: inline-block !important;
  width: 250px !important;
  max-width: 100% !important;
  vertical-align: top;
}

@media (max-width: 767px) {
  #mc_embed_signup .mc-field-group input[type="email"] {
    width: 200px !important;
  }
  #mc_embed_signup .mc-field-group {
    text-align: center;
  }
}

.elementor-element.full-width-email #mc_embed_signup .mc-field-group input[type="email"] {
  width: 100% !important;
  margin-bottom: 10px !important;
}
.elementor-element.full-width-email #mc_embed_signup .mc-field-group input[type="submit"] {
  background-color: #323334;
  color: #FFFFFF;
}

#mc_embed_signup div.mce_inline_error {
  font-size: 16px;
  margin-top: 10px !important;
}

.email-signup-block {
  background-color: #9B2E40;
  padding: 20px 20px 0;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.email-signup-block .esb-left {
  padding-right: 50px;
}

.email-signup-block img {
  display: block;
  width: 272px;
  min-width: 272px;
  box-shadow: 0px -6px 22px 0px rgb(0 0 0 / 29%) !important;
}

.email-signup-block .esb-right {
  padding-bottom: 40px;
}

.email-signup-block .esb-right,
.email-signup-block .esb-right h2 {
  color: #FFFFFF;
}

/* SINGLE ARTICLE SIGN UP bloCk */
body.single .email-signup-block .esb-right{
	padding-bottom:20px;
}
body.single .email-signup-block img {
	width:220px;
	min-width:220px;
}
body.single .email-signup-block h2{
	font-size:26px;
}
body.single .email-signup-block p{
	font-size:16px;
}

@media (max-width: 767px) {
  .email-signup-block {
    display: block;
    padding: 20px;
    overflow: visible;
    margin-top: 70px;
  }
  .email-signup-block .esb-left {
    padding: 0;
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .email-signup-block .esb-left img {
    min-width: 0;
    margin: 0 auto;
  }
}

@media (min-width:1025px) and (max-width:1324px){
	body .today-edition p{
	padding-left:4% !important;

	}
}


.hover-underline ul li {
	position: relative;
}
.hover-underline ul li a:after {
	display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
	height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
	content: " ";
    bottom: 0;
	opacity: 0;
}
.hover-underline ul li a:hover:after {
	opacity: 1;
}


body.search .type-user .elementor-post__meta-data,
body.search .type-category .elementor-post__meta-data{
	display:none;
}
.search-avatar{
  display:block;
  padding-top:62.5%;
  position:relative;
  margin-bottom:25px;
}
.search-avatar.search-avatar-grey{
  background:#eee;
}
body.search .type-category .search-avatar{
  background:#C16C63;
  color:#fff;
}
body.search .search-avatar span{
  position:absolute;
  width:100%;
  top:50%;
  margin-top:-12px;
  text-align:center;
}

body.search .type-post .search-avatar{
  background:#eee;
}
.search-avatar img{
  height:100% !important;
  width:auto;
  float:none !important;
  position:absolute;
  bottom:0;
  left:0;
}


.mobile-menu-search {
	position: relative;
	background: #212224;
	width: 100%;
	height: 44px;
}

.mobile-menu-search input[type="text"] {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	font-size: 15px !important;
	text-align: center;
	color: #fff !important;
	border: none !important;
	background: transparent !important;
}
.mobile-menu-search input[type="text"]::placeholder,
.mobile-menu-search input[type="text"]:placeholder {
	color: #717272;
}

.mobile-menu-search i {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #717272;
  font-size: 20px;
}

/* Log in-out + mobile menu management */
.menu-mobile, .menu-desktop, .menu-loggedin, .menu-loggedout { display:none !important; }
@media (max-width: 767px) {
    body.logged-in .menu-loggedin:not(.menu-desktop),
    body.logged-in .menu-mobile:not(.menu-loggedout),
    body:not(.logged-in) .menu-mobile:not(.menu-loggedin) { display:block !important; }
}
@media (min-width: 768px) {
    body.logged-in .menu-loggedin:not(.menu-mobile),
    body.logged-in .menu-desktop:not(.menu-loggedout),
    body:not(.logged-in) .menu-desktop:not(.menu-loggedin) { display:block !important; }
}