/*
Theme Name: Aukstyn upe
Author: Vadimas Ribakovas
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

* {
  box-sizing: border-box;
}
body {
    background-color: #f9f9f9 !important;
    font-family: Roboto, sans-serif !important;
	white-space: normal;
}

/* Header */
#headerVideo {
  right: 0;
  bottom: 0;
  min-width: 100%;
  max-width: 100%;
  max-height: 80%;
  object-fit: cover;
}

.menu {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
}

/* #menu-primary-menu {
	list-style-type: none !important;
} */

/* Header menu */
#menu-primary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu-primary-menu li {
  float: right;
}
#menu-primary-menu li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

#menu-primary-menu li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Header sub menu */
.menu-primary-menu-container ul li ul {
  list-style-type: none;
  visibility: hidden;
  opacity: 1;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}


.menu-primary-menu-container ul li:hover > ul,
.menu-primary-menu-container ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.menu-primary-menu-container ul li ul li {
  clear: both;
  width: 100%;
}

/* Header sub menu */

/* Header menu */

/* Header */

.my-logo,
footer {
  width: 100%;
  padding-left: 1%;
  margin-bottom: 8px;
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
}

body > header > h1 > a {
  color: #ffffff;
  font-weight: 400;
}

article > header {
}

footer {
  margin-top: 4px;
}

a {
  text-decoration: none;
}

.list-no-decoration {
  list-style-type: none;
}

/* 'Margin: 0 auto' centers block content on the page */
.wrap {
  width: 99%;
  margin: 0 auto;
}

.content-area {
  display: inline-block;
}

.content-thin {
    width: 100%;
}

.content-full-width {
    width: 100%;
}

.content-area,
.primary-sidebar {
  display: inline-block;
}

.primary-sidebar {
  width: 25%;
  padding: 1%;
  vertical-align: top;
  background-color: #ececec;
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

.article-full {
  width: 100%;
  padding: 3%;
}

.article-loop,
.article-full {
  display: inline-block;
  vertical-align: top;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 4px;
}

/* Footer */
.footer {
	color: #a2a2a2;
}

.footer-social {
	text-align: center;
}

.footer-copy {
	text-align: right;
	margin-right: 5px;
}
/* Footer */

/* Service card */
.service-card {
	background-color: #6F854D12 !important;
	border-radius: 14px !important;
	box-shadow: 0 8px 15px 2px rgb(127 146 91 / 12%);
}

.card-img-top {
	opacity: .75;
}

.card-img-top:hover {
	opacity: 1;
}

.card-img-top figure a img, div span, div img {
	border-top-left-radius: 14px !important;
	border-top-right-radius: 14px !important;
}
/* Service card */