/*
Theme Name: Attorney at Law Magazine
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: John Siciliano
Author URI: https://telegenicmarketing.com;
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
.jeg_block_title span {
  white-space: inherit;
}

p.form-submit .submit {
  margin-top: 20px;
}

/* ------------------------------------------------------------------------- *
 *  Authorities
/* ------------------------------------------------------------------------- */
.elementor-widget-lla-author-ctas {
  border: 2px solid #b89d5f;
  border-radius: 10px;
  padding: 30px;
}
.vendor-author-container {
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(128, 128, 128, 0);
  background-image: url("../3-proven-strategies-to-attract-more-legal-leads-to-a-law-firm.html");
  background-position: top center;
  background-repeat: repeat;
  background-size: cover;
  
  mix-blend-mode: multiply;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;

  background-attachment: fixed;
}
.vendor-author-container i {
  color: #b89d5f;
}
.vendor-author-overlay {
  background: #343180;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.9;
  z-index: -1;
}
.vendor-author-image-container {
  width: 150px;
  float: left;
  display: inline-block;
}
.vendor-author-image-container img {
  width: 120px;
}
.vendor-author-body-container {
  margin-left: 150px;
  display: block;
}
.vendor-author-container div.vendor-author-body-container h2 {
  color: white !important;
  margin: 0 0 20px !important;
  font-family: "Playfair Display", Sans-serif;
}
.vendor-author-body-container a {
  color: white;
  font-size: 16px;
  margin-right: 15px;
}

/* Dark Mode. */
body.jnews-dark-mode .elementor-element-73797edf .elementor-background-overlay,
body.jnews-dark-mode .elementor-element-256d51b .elementor-background-overlay,
body.jnews-dark-mode .elementor-element-12e78427 .elementor-background-overlay,
body.jnews-dark-mode .elementor-element-4a1cbae0 .elementor-background-overlay {
  background-image: linear-gradient(#151515cf,  #1a1a1a 58%) !important;
}
body.jnews-dark-mode .elementor-element-248aec7e {
  background: #ffffff !important;
}

/* ------------------------------------------------------------------------- *
 *  Posts
/* ------------------------------------------------------------------------- */
.single-post .elementor-widget-theme-post-content ol {
  list-style: decimal;
  padding-left: 40px;
}
.single-post .elementor-widget-theme-post-content ul {
  list-style: disc;
  padding-left: 40px;
}
.single-post .elementor-widget-theme-post-content p,
.single-post .elementor-widget-theme-post-content ul,
.single-post .elementor-widget-theme-post-content ol,
.single-post .elementor-widget-theme-post-content .ads-wrapper,
.single-post .elementor-widget-theme-post-content blockquote {
  font-size: 20px;
  margin: 40px 0 0 0;
  letter-spacing: -0.2px;
  line-height: 32px;
  color: #333333;
}
.single-post .elementor-widget-theme-post-content blockquote {
  max-width: 420px;
  margin: auto;
  font-style: italic;
}
.single-post blockquote p {
  position: relative;
  margin: 0 10px;
  padding: 15px 0;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  border-top: 2px solid #b89d5f;
  border-bottom: 2px solid #b89d5f;
}
.single-post blockquote p:before {
  content: '\0201C';
  display: block;
  font-size: 118px;
  color: #b89d5f;
}
.single-post .elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
  margin: 40px 20px 20px 0;
}
.single-post .elementor-widget-theme-post-content .post-views {
  margin: 20px 0;
}
.single-post .elementor-widget-theme-post-content h2,
.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4,
.single-post .elementor-widget-theme-post-content h5,
.single-post .elementor-widget-theme-post-content h6 {
  margin: 40px 0 0 0;  
  font-weight: bold;
}
.single-post .elementor-widget-theme-post-content a {
  text-decoration: underline;
}

/* Post Author. */
.elementor-widget-jnews_post_author_elementor .jeg_author_name {
  margin-top: 0;
}

/* For setting video embed 16:9 ratio. */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
