/*
Theme Name: devdmbootstrap4-child
Theme URI: https://devdmbootstrap.com
Author: Danny Machal
Author URI: http://devdm.com/
Description: A devdmbootstrap4 child theme.
Version: 1.8
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: devdmbootstrap4
*/

/* Global */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
  line-height: 1.7;
}

a {
  color: #555;
  text-decoration: none;
  border-bottom: 1px solid #ff8020;
}

a:hover {
  color: #ef813c;
  text-decoration: none;
}

/*a:visited {
    color: #d55f05;
    text-decoration: none;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}

blockquote {
  border-left: 5px solid #eee;
  font-style: italic;
  margin: 50px;
  padding: 20px 50px;
}

/* Menu and navigation */
.dmbs-header-nav-container {
  background-color: #ef813c;
  font-size: 16px !important;
}

.dmbs-header-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dmbs-logo-link {
  border-bottom: none;
  margin-right: 50px;
}

.nav-link,
.dmbs-header-nav-mobile-toggle {
  color: white;
  border-bottom: none;
}

.nav-links .current .btn {
  background-color: #f57f25;
  color: #fff;
}

.nav-link:hover {
  color: lightgray;
}

.nav-links a {
  border-bottom: none;
}

.dmbs-logo-image {
  width: 150px;
}

/* Header */
.dmbs-header {
  background: #ef813c
    url(/digital/wp-content/themes/devdmbootstrap4-child/header-bg.svg)
    no-repeat right bottom;
  color: white;
  padding: 0 0 25px 0;
}

.dmbs-header-title-home {
  font-size: 42px !important;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 1px;
  padding: 50px 0 30px 0;
}

.dmbs-header-title {
  font-weight: 300;
  line-height: 40px;
  padding: 20px 0 0 0 !important;
  font-size: 30px !important;
}

.dmbs-header-description {
  margin: 0px;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 24px;
}

/* Before main */
.dmbs-before-main {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.before-main-1 {
  background: #555
    url(/digital/wp-content/themes/devdmbootstrap4-child/before-main-1.jpg)
    no-repeat center bottom;
  color: white;
  border: 1px solid #333;
}

.before-main-2 {
  background: #555
    url(/digital/wp-content/themes/devdmbootstrap4-child/before-main-2.jpg)
    no-repeat center bottom;
  color: white;
  border: 1px solid #333;
}

.before-main-3 {
  background: #555
    url(/digital/wp-content/themes/devdmbootstrap4-child/before-main-3.jpg)
    no-repeat center bottom;
  color: white;
  border: 1px solid #333;
}

.before-main-4 {
  background: #555
    url(/digital/wp-content/themes/devdmbootstrap4-child/before-main-4.jpg)
    no-repeat center bottom;
  color: white;
  border: 1px solid #333;
}

.before-main-outer {
  display: table;
  height: 150px;
  width: 100%;
}

.before-main-outer-bottom {
  display: table;
  height: 100px;
  width: 100%;
}

.before-main-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
}

.before-main-inner a {
  color: white;
}

.linkSpanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* After main */
.after-main {
  background-color: #ef813c;
  color: white;
  /*    border: 1px solid grey;*/
}

.after-main-outer {
  display: table;
  height: 50px;
  width: 100%;
}

.after-main-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
}

.after-main-inner a {
  color: white;
}

/* Post summary */
.dmbs-post-thumbnail-img {
  width: 100%;
  max-height: 200px;
  border: 1px solid #bbb;
}

.dmbs-post-title {
  font-size: 1.9em;
  font-weight: 300;
  margin: 0 0 20px 0;
}

.dmbs-post-title a {
  border-bottom: none;
}

.dmbs-post-thumbnail a {
  border-bottom: none;
}

.dmbs-post-date {
  color: #a8a8a8;
  font-size: 0.8em;
  margin: 0 0 20px 0;
}

.dmbs-post-date a {
  color: #a8a8a8;
}

.dmbs-post-date a:hover {
  color: #ef813c;
}

.dmbs-post-excerpt {
  color: #333;
  font-size: 1.1em;
  margin: 0;
}

.dmbs-content-wrapper {
  /*    max-width: 720px;*/
}

/* Footer */
.dmbs-footer-fluid {
  background-color: #333333;
  color: #aaa;
  padding: 25px 0 25px 0;
}

.dmbs-footer-left {
  font-size: 0.7em;
}

.socialmedia a {
  color: #aaa;
  font-size: 1em;
  border-bottom: none;
}

.dmbs-footer-fluid a {
  color: #aaa;
  text-decoration: underline;
  border-bottom: none;
}

.dmbs-footer-fluid a:hover {
  color: #eee;
  text-decoration: underline;
}

/* Sidebar */
.dmbs-right {
  background: #fcfcfc;
  color: #555;
}

.dmbs-widget-title {
  font-size: 1.4em;
  padding-top: 17px;
}

.widget_categories ul {
  padding: 0;
}

.widget_categories ul > li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 6px;
}

.widget_categories form > select {
  /*    color: #555;*/
  font-size: 14px;
  width: 100%;
  /*    padding: 5px;*/
  border: 1px solid #ced4da;

  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.widget_authors > select {
  /*    color: #F55;*/
  font-size: 14px;
  width: 100%;
  /*    padding: 5px;*/
  border: 1px solid #ced4da;

  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.widget_wp_sidebarlogin ul {
  padding: 0;
}

.widget_wp_sidebarlogin ul > li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 10px;
}

.widget_recent_entries ul {
  padding: 0;
}

.widget_recent_entries ul > li {
  list-style: none;
  font-size: 14px;
  padding-bottom: 10px;
}

.rpwwt-post-title {
  font-size: 14px;
  line-height: 17px;
  display: list-item;
  padding-bottom: 7px;
}

.rpwwt-post-excerpt {
  font-size: 10px;
}

.wp-post-image {
  margin: 0.3em 0.75em 0.15em 0;
}

/* Archive */
.dmbs-archive {
  padding-bottom: 100px;
}

.dmbs-archive-title {
  font-size: 40px;
}

.dmbs-archive-description {
  font-size: 16px;
}

/* Single post */
.dmbs-post-my-title {
  font-weight: 300;
  font-size: 2em;
  padding: 20px 0 50px 0;
}

.dmbs-post-my-meta {
  background-color: #f0f0f0;
  padding: 20px !important;
  font-size: 13px;
  color: #888;
}

.dmbs-post-my-meta a {
  color: #888;
}

.dmbs-post-content {
  font-size: 1.1em;
}

.dmbs-post-content h2 {
  font-weight: 300;
  padding: 30px 0 20px 0;
  font-size: 1.9em;
}

.dmbs-post-content h3 {
  font-weight: 300;
  padding: 30px 0 20px 0;
  font-size: 1.75em;
}

/* Related posts */
.yarpp-posts {
  border: 1px solid #eee;
  padding: 25px 30px;
  margin: 50px 0;
}

.yarpp-header {
}

.yarpp-post {
  padding-bottom: 10px;
}

.yarpp-related a {
  font-weight: normal !important;
}

/* Comments */
.media-heading {
  font-size: 18px;
}

.dmbs-comment-author {
  display: block !important;
}

.dmbs-comment-time {
  color: #999;
  font-size: 14px;
}

.card-footer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: none;
}

/* Relevant topics */
.relevant-topics {
  border: 1px solid #333;
  margin: 50px 0 100px 0;
}

.relevant-topics-outer {
  display: table;
  height: 150px;
  width: 100%;
}
.relevant-topics-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.relevant-topics-line1 {
  font-size: 1.2em;
  color: white;
  background-color: rgba(132, 132, 132, 0.5);
  padding-top: 5px;
}
.relevant-topics-line2 {
  font-size: 1em;
  color: white;
  background-color: rgba(132, 132, 132, 0.5);
  padding: 5px 0 10px 0;
}
.relevant-topics-button {
  color: white;
  border-color: white;
  background-color: rgba(132, 132, 132, 0.5);
}

/* Relevant topics 2024 */
.relevant-topics-2024 {
  background: #ff9d5c;
  border: none;
  margin: 50px 0 100px 0;
  min-height: 200px;
  border-radius: 30px;
}
.relevant-topics-image-container-2024 {
  min-height: 200px;
  padding: 5px;
}
.relevant-topics-image-2024 {
  border-radius: 22px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.relevant-topics-line0-2024 {
  font-size: 0.8em;
  color: white;
  padding-top: 0;
}
.relevant-topics-line1-2024 {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
  color: #333;
  padding-top: 10px;
}
.relevant-topics-line2-2024 {
  font-size: 1em;
  color: #333;
  padding-top: 10px;
  line-height: 1.2em;
}
.relevant-topics-2024-altevics {
  background: #ececec;
  border: none;
  margin: 50px 0 100px 0;
  min-height: 200px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .relevant-topics-2024-altevics {
    background: #ececec url(/digital/wp-content/themes/devdmbootstrap4-child/relevant-back-altevics.png) no-repeat right top;
  }
}
.relevant-topics-image-container-2024-altevics {
  min-height: 200px;
  padding: 5px;
  display: grid;
  place-items: center;
}
.relevant-topics-image-2024-altevics {
  width: 75%;
}
.relevant-topics-text-container-2024-altevics {
  padding-right: 0;
}
@media (min-width: 768px) {
  .relevant-topics-text-container-2024-altevics {
    padding-right: 200px;
  }
}
.relevant-topics-line0-2024-altevics {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1em;
  color: #333;
}
.relevant-topics-line1-2024-altevics {
  font-size: 1em;
  line-height: 1.3em;
  color: #333;
  padding-top: 10px;
}
.relevant-topics-line2-2024-altevics {
  font-size: 1em;
  font-weight: 400;
  color: #ff9d5c;
  padding-top: 20px;
  line-height: 1.2em;
}



.widget-product-menu {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 150;
    background-color: #f8f8f9
}

.widget-product-menu #product-menu {
    padding: 10px 5px
}

.widget-product-menu ul {
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

.widget-product-menu ul li {
    margin: 5px;
    padding: 0px 20px;
    list-style: none
}

.widget-product-menu ul li a {
    font-size: 15px;
}

@media (max-width: 991.98px) {
    .widget-product-menu {
        left: 5px
    }
}

@media (max-width: 767.98px) {
    .widget-product-menu {
        display: none
    }
}