/*Flex*/
:root {
  --content-width: calc(100% - 2 * 1rem); }
  @media (min-width: 576px) {
    :root {
      --content-width: calc(100% - 2 * 2rem); } }
  @media (min-width: 768px) {
    :root {
      --content-width: calc(100% - 2 * 2rem); } }
  @media (min-width: 992px) {
    :root {
      --content-width: calc(100% - 2 * 5vw); } }
  @media (min-width: 1200px) {
    :root {
      --content-width: calc(100% - 2 * 10vw); } }
  @media (min-width: 1500px) {
    :root {
      --content-width: calc(100% - 2 * 15vw); } }

/* Common Elements*/
body {
  background: url(/wp-content/uploads/2021/04/bkg.jpg) no-repeat center center fixed;
  background-size: cover; }

img {
  max-width: 100%;
  height: auto; }

a, a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover, a:focus {
  text-decoration: underline; }

a:active {
  text-decoration: underline; }

/* Contact Form 7 (WPCF7) */
.wpcf7 label,
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%; }
.wpcf7 label {
  margin-bottom: 1.5rem; }
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='email'],
.wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 0.25rem 0.5rem;
  border-radius: 4px; }

/*body:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2021/04/bkg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.8;
    z-index: -1;
}*/
.entry-content > p:last-child:empty {
  display: none; }

.sixteen-by-nine {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden; }

.sixteen-by-nine > div,
.sixteen-by-nine > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.underline-head {
  border-bottom: 2px solid;
  padding-bottom: 10px; }

.navbar-toggler {
  color: #fff;
  border: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
    color: #00aa00; }

@media (max-width: 767.98px) {
  .drm-mainmenu .navbar-collapse {
    position: absolute;
    top: 50%;
    right: 0;
    width: 150px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    padding-left: 18px;
    margin-top: 20px; } }
.wp-block-latest-posts__list a {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  pointer-events: none; }

#menu-social-menu .menu-item {
  display: inline-block;
  margin: 0 0 0 6px; }

#menu-social-menu-1 .menu-item {
  display: inline-block;
  margin: 0 6px 0 0; }

.main-footer {
  padding-top: 2rem;
  padding-bottom: 0.5rem; }

footer .main-footer p, .sub-footer {
  font-size: 16px; }

.main-footer, .sub-footer {
  text-align: center; }
