/*
Theme Name: Shukimeir Template
Author: Kat Happens
Version: 1.0
Text Domain: leos
*/
.base-output ul li
{
	margin-bottom: 0.5em;
}

div.wpcf7 input[type=text], div.wpcf7 input[type=tel], div.wpcf7 input[type=email], div.wpcf7 textarea, div.wpcf7 select {
	background-color: #141414;
}
.big-slider-item img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
}
a.thumb-item img {
    height: 13vh;
    object-fit: cover;
    width: 100%;
}
.base-output p, .base-output li {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #b8b8b8;
}
.base-output p
{
	margin-bottom: 1em;
}
.base-output ul
{
	margin-right: 1.6rem;
}

@media screen and (width < 768px) {
  .card-image-post {
    height: 250px;
  }
  .card-image-post img {
    height: 100%;
    width: 100%;
  }
}

/*
body{
    color: #fff;
    background-color: #141414;
}

section:not(.home-projects, .clients-block) .title-back, .base-output p, .base-output li, h1, h2, h3, h4, h5, h6 {
      color: #fff !important;
}
*/
