/*
Theme Name: ANITA AB
Text Domain: anita-ab
Version: 1.0
*/

body {
  font-family: 'Roboto', sans-serif;
  background-color: #201c1e;
  /* font-family: 'Roboto Slab', sans-serif; */
  background-image: url('assets/img/bg.jpg');
  background-size: 500px auto;
  background-repeat: repeat;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', sans-serif;
}
.container {
  max-width: 960px;
}

a {
  color: #056839;
}
a:hover {
  color: #068a4b;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

body.home #section--hero {
  min-height: 640px;
}
#section--hero {
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0;
  background-color: #111111;
  position: relative;
}

body.home #section--hero .hero-bg {
  background-position: 50% 80%;
}

#section--hero .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
}

#section--hero .hero-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#section--hero .app-title {
  transition: all 0.6s;
  opacity: 0.7;
  font-size: 80px;
  font-weight: 100;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 130px;
  margin-bottom: 280px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 5px;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.2),
    2px 2px 0px rgba(0, 0, 0, 0.4);
  display: none;
}
body.home #section--hero .app-title {
  display: block;
}
#section--hero .app-title.active {
  opacity: 1;
}
#section--hero .app-logo {
  margin-top: auto;
}
#section--hero .app-logo a,
#section--hero .app-logo img {
  display: inline-block;
  vertical-align: middle;
}
#section--hero .app-logo a {
  transition: all 0.6s;
  opacity: 0.7;
}
#section--hero .app-logo a:hover {
  opacity: 1;
}
#section--hero .app-logo a:active {
  opacity: 0.6;
}
#section--header {
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: 'Roboto Slab', sans-serif;
}

#section--header .navbar {
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  color: #e1dfe0;
  letter-spacing: 1px;
}
#section--header .navbar li a:hover,
#section--header .navbar li.active a {
  color: #056839;
}

#section--header .navbar .navbar-brand {
  display: none;
}
#section--header .navbar .nav-item {
  padding-left: 10px;
  padding-right: 10px;
}

#section--header .navbar .nav-item .nav-link {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
}
#section--header .navbar .nav-item .nav-link:hover {
  color: #056839;
}
#section--header .navbar .nav-item.current-menu-item .nav-link,
#section--header .navbar .nav-item.current-menu-parent .nav-link,
#section--header .navbar .nav-item.current-menu-ancestor .nav-link {
  color: #056839;
}
#section--header .navbar .dropdown-menu {
  font-size: 12px;
  margin-top: 0;
}
#section--header .navbar .dropdown-menu .nav-item {
  padding-left: 0;
  padding-right: 0;
}
#section--header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #056839;
  color: #ffffff;
}

#section--header .navbar .dropdown-menu .current-menu-item a {
  color: #ffffff;
}

#section--header .navbar .dropdown-menu .dropdown-item:active {
  background-color: #ffffff;
  color: #056839;
}

@media (max-width: 767px) {
  #section--header {
    display: block;
  }
  #section--header .container-fluid {
    background-color: transparent;
  }
  #section--header .navbar .navbar-brand {
    display: block;
  }
}

.section--body {
  background-color: transparent;
}

.card {
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  position: relative;
}
.card:hover {
  transition: all 0.3s ease-in-out;
  filter: drop-shadow(2px 4px 20px black);
}
.card a.card-link {
  display: inline-block;
  text-decoration: none;
}

.card .card-text {
  font-weight: 300;
  font-size: 14px;
  opacity: 0.6;
}

.card .card-body {
  padding-left: 0;
  padding-right: 0;
}

.card .card-body small {
  display: block;
  padding-bottom: 5px;
}

.page--head {
  position: relative;
}
.page--target {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -60px;
}

.container-fluid {
  max-width: 1200px;
}

.border-bottom {
  opacity: 0.4;
}

.lead {
  opacity: 0.7;
}
.col-content img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.border-success {
  border-color: #056839 !important;
}

.gallery {
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 20%;
  padding: 5px;
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}
.gallery .gallery-item:hover {
  opacity: 1;
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.gallery img:hover {
  background: white;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl,
.gallery dt {
  margin: 0;
}
.gallery br + br {
  display: none;
}

@media (max-width: 720px) {
  .section--body [id^='gallery'].gallery .gallery-item {
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .section--body [id^='gallery'].gallery .gallery-item {
    max-width: 100%;
  }
}

#section--footer {
  background-color: #111111;
}

#section--footer .textual a {
  color: #07ad5e;
}
#section--footer .textual a:hover {
  text-decoration: none;
}
#section--footer .textual h4 {
  font-size: 18px;
}

#section--footer .textual .lead {
  font-size: 14px;
}

#section--footer .copyrights {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 60px;
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
  letter-spacing: 1px;
}

.category--body .card .card-title {
  font-size: 22px;
}
.category--body .card .card-title a {
  text-decoration: none;
  color: #ffffff;
}

.category--body .card .card-body {
  padding-top: 0px;
}

.category--body .card .card-title a:hover {
  text-decoration: underline;
}
.category--body .card .card-text {
  font-size: 14px;
}

.category--body .card .card-thumb img {
  max-width: 100%;
  height: auto;
  padding-right: 30px;
}

#section--footer .post-list a {
  display: inline-block;
  /* background-image: url('assets/img/icon-hash.svg');
  background-size: 20px auto;
  background-repeat: no-repeat; */
  /* padding-left: 20px; */
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ffffff;
}
#section--footer .post-list a i {
  margin-right: 10px;
  color: #ffffff;
}
#section--footer .post-list a:before {
  /* font-family: fontawesome;
  content: '\f02e';
  margin: 0 15px 0 -15px; */
}

#section--footer .post-list a:hover {
  text-decoration: none;
  color: #056839;
}

#section--footer .post-list a:hover i {
  color: #056839;
}

.social-link--facebook i {
  font-size: 20px;
  color: #ffffff;
}

.social-link--facebook:hover i {
  color: #056839;
}

.wpml-ls-legacy-list-horizontal {
  border: 0 solid transparent !important;
  padding: 0 !important;
  clear: both;
}

.wpml-ls-legacy-list-horizontal ul {
  width: 80px;
}

.wpml-ls-legacy-dropdown-click {
  width: 60px !important;
  margin-left: 10px !important;
}
.wpml-ls-legacy-dropdown-click a {
  background-color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 5px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: 0 !important;
  padding-top: 3px !important;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-radius: 0;
  opacity: 0.8;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  opacity: 1;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
