/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #1c23ba !important;
}
::selection {
  background-color: rgb(31 3 131 / 15%);
}
body {
  overflow-x: hidden;
}

sup {
  font-size: 12px;
  vertical-align: super;
}

img {
  vertical-align: middle;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.post .entry-title a:hover {
  text-decoration: underline;
}

ul,
ol {
  padding: 0;
}

ol li {
  list-style: decimal inside;
}
ul.disc li {
  list-style: disc inside;
}

li {
  list-style-type: none;
}

#masthead {
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed !important;
  overflow-y: auto;
  overflow-x: hidden;
  width: 320px;
  border-right: black 2px solid;
}
main#content {
  width: calc(100% - 320px);
  margin-left: 320px;
  padding: 0 120px;
}

@media (max-width: 1080px) {
  main#content {
    padding: 0 60px;
  }
}

article.post,
.single #content {
  padding-bottom: 35px;
  padding-top: 30px;
}
article.post {
  margin-bottom: 20px;
}

.date {
  font-family: "Source Sans Pro", sans-serif;
  border-top: 1px solid black;
  width: 100%;
  font-size: 0.8em;
  font-weight: 600;
  color: black;
  text-transform: uppercase;
}

/* Social icons */
ul.social-icons {
  padding: 0;
  list-style: none;
  margin-top: 7px;
  display: flex;
  justify-content: flex-end;
}
ul.social-icons ul {
  gap: 5px;
}
ul.social-icons li {
  margin-right: 12px;
  padding: 0;
}
ul.social-icons svg {
  width: 20px;
}

.js-copy-url {
  cursor: pointer;
}

.single-article-footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.single-article-footer-navigation a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  color: white;
  background-color: #2c3e50;
  box-shadow: 0 2px #ecf0f1;
  border: 1px solid #2c3e50;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: black;
}
.single-article-footer-navigation a:hover {
  background-color: #1e2b38;
  color: #fff;
  text-decoration: none;
}

/* Search */
.search .page-content .entry-title {
  font-size: 15px;
}
.search article.post {
  padding: 10px 0;
  margin-bottom: 0;
}
.search article.post h2 {
  margin: 0;
}
.search article.post p {
  font-size: 15px;
  margin-bottom: 0;
}
.hfe-search-form__container {
  min-height: initial !important;
}
.hfe-search-button-wrapper input[type="search"] {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: normal !important;
  color: #000;
}

/* Subscribe */
#masthead .wpforms-form {
  display: flex;
  border: 1px solid #ffb900;
  border-radius: 6px;
}
#masthead .wpforms-form .wpforms-field-container {
  flex: 1;
}
#masthead .wpforms-form .wpforms-field {
  padding: 0;
}
#masthead .wpforms-form input[type="email"] {
  font-family: "Source Sans Pro", sans-serif;
  border: 0;
  color: #ffb900;
  border-radius: 6px 0 0 6px;
}
#masthead .wpforms-form button[type="submit"] {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  min-width: 50px;
  background: #ffb900;
  color: #000;
  font-size: 16px;
  height: 100%;
  border-radius: 0;
}
#masthead .wpforms-form button[type="submit"]:hover {
  background: #ffd359;
}
#masthead .wpforms-form .wpforms-submit-container {
  margin-top: 0;
}
#masthead .wpforms-container-full {
  margin: 0;
}
#masthead em.wpforms-error {
  position: absolute;
  top: 2rem;
  width: 237px;
  font-size: 0.75rem;
}

/* Header - latest posts shortcode */
#masthead ul li {
  line-height: 1.3rem;
  display: block;
}
#masthead ul li:not(:last-child) {
  margin-bottom: 8px;
}
#masthead ul li a:hover {
  text-decoration: underline;
}
#masthead ul li a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px !important;
  line-height: 1rem;
  display: block;
}

.single .post-views {
  display: none;
}

@media (max-width: 768px) {
  #masthead {
    left: 0;
    top: 0;
    right: 0;
    bottom: initial;
    position: relative !important;
    width: 100%;
    border-right: none;
  }
  main#content {
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
  }
}
