/*  *Theme Name: Janros
 *  *Version: 1.1
 *  *Text Domain: wpmix
 *  *Author: pingmedia*/
@font-face {
  font-family: "Geosans";
  src: url("fonts/GeosansLight.ttf") format("truetype"), url("fonts/GeosansLight.woff") format("woff"), url("fonts/GeosansLight.woff") format("woff2");
  font-weight: 300;
  font-display: swap;
}
/* Base style */  
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "Geosans", Arial;
  overflow-x: hidden;
  font-size: 1.4rem;
  padding: 0;
  font-weight: 300;
  color: #d9d8d4;
  background-color: #6e736f;
  position: relative;
  line-height: 1.6;
}

b, strong {
  font-weight: 700;
}

main p a:hover {
  color: #eeeeee;
  text-decoration: underline;
}

.btn {
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 2rem 4rem;
  border-radius: 0;
  min-width: 16rem;
  border: 0.1rem solid transparent;
  letter-spacing: 0.05rem;
  text-align: center;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: none;
}

h1, h2, h3, h4 {
  font-family: "Geosans", Arial;
  font-weight: 300;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 1.5rem;
}

.transition {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.radius {
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

.transformCenter {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.row {
  margin: 0 -1.5rem;
}
.row div[class^=col-] {
  padding: 0 1.5rem;
}

.container, .container-fluid {
  padding: 0 1.5rem;
}

.sec-pad-sm {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-md {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.sec-pad-lg {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.text-white {
  color: #fff;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white li {
  color: #fff;
}

/* End Base style */
main {
  min-height: 75vh;
}

.skip-link {
  position: absolute;
  top: -10rem;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}

#site-header .header-top {
  padding: 1rem 0;
}
#site-header .header-top .logo-wrap img {
  width: 9.9rem;
  height: auto;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu {
  width: 100%;
  max-width: 97rem;
  margin: auto;
}

.lang-switcher ul li a {
  font-size: 1.7rem;
  color: #d9d8d4;
  line-height: 2rem;
  border-left: 0.5rem solid transparent;
  padding-left: 0.5rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  display: inline-block;
}
.lang-switcher ul li a:hover, .lang-switcher ul li a[aria-current=true] {
  border-left-color: #d9d8d4;
}

.workSlider {
  padding-bottom: 8rem;
}
.workSlider .work-wrap {
  padding: 0 5rem;
  text-align: center;
}
.workSlider .work-wrap img {
  width: auto;
  max-width: 100%;
  height: 56rem;
  object-fit: cover;
  -webkit-box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 8px rgba(50, 50, 50, 0.5);
  display: inline-block;
}
.workSlider .swiper-button-prev {
  width: 2.8rem;
  height: 5.3rem;
  background: url(img/arrowLeft.png) no-repeat;
  background-position: left;
  background-size: contain;
  top: 45%;
}
.workSlider .swiper-button-prev:after {
  display: none !important;
}
.workSlider .swiper-button-next {
  top: 45%;
  width: 2.8rem;
  height: 5.3rem;
  background: url(img/arrowRight.png) no-repeat;
  background-position: right;
  background-size: contain;
}
.workSlider .swiper-button-next:after {
  display: none !important;
}
.workSlider .swiper-pagination-bullet {
  width: 5.7rem !important;
  height: 0.2rem;
  border-radius: 0 !important;
  display: inline-block;
  margin: 0 !important;
  opacity: 0.5;
}
.workSlider .swiper-pagination-bullet {
  background-color: #eeeeee;
}
.workSlider .swiper-pagination-bullet-active {
  background: #898989;
  height: 0.4rem;
}

.filterSlider .swiper-slide a {
  text-transform: lowercase;
}

.works-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.works-grid .work-item {
  margin-bottom: 2rem;
  width: 25%;
  padding: 0 1rem;
}
.works-grid .work-item a {
  display: block;
}
.works-grid .work-item img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 1px 1px 15px #323232;
  box-shadow: 1px 1px 15px #323232;
}
.works-grid .grid-sizer {
  width: 25%;
}

.filterSlider {
  margin-bottom: 4rem;
}
.filterSlider .swiper-slide {
  width: auto;
}
.filterSlider .swiper-slide a {
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.filterSlider .swiper-slide a:hover {
  opacity: 0.9;
}
.filterSlider .swiper-slide:not(:last-child) a {
  position: relative;
}
.filterSlider .swiper-slide:not(:last-child) a:after {
  content: "";
  height: 1.4rem;
  width: 0.1rem;
  background-color: #d9d8d4;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -0.7rem;
  margin-left: 0.7rem;
}

/* Loader spinner */
.loader {
  text-align: center;
  margin: 40px auto;
}

.spinner {
  border: 4px solid #ccc;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.end-message {
  text-align: center;
  font-size: 1.6rem;
  margin: 3rem 0;
}

.work-single-post {
  padding: 0 5rem;
  position: relative;
  text-align: center;
}
.work-single-post .nav-prev {
  position: absolute;
  top: 45%;
  left: 0;
  width: 2.8rem;
  height: 5.4rem;
  margin-top: -2.7rem;
  background: url(img/arrowLeft.png) no-repeat;
  background-position: left;
  background-size: contain;
}
.work-single-post .nav-next {
  position: absolute;
  top: 45%;
  right: 0;
  width: 2.8rem;
  height: 5.4rem;
  margin-top: -2.7rem;
  background: url(img/arrowRight.png) no-repeat;
  background-position: right;
  background-size: contain;
}
.work-single-post .nav-prev a, .work-single-post .nav-next a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.work-single-post .work-post-thumbnail {
  display: inline-block;
  text-align: center;
}
.work-single-post .work-post-thumbnail img {
  width: auto;
  max-width: 100%;
  height: 56rem;
  object-fit: cover;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.12);
}
.work-single-post .work-post-thumbnail .tag {
  text-align: right;
}
.work-single-post .work-post-thumbnail .tag img {
  width: 10.3rem;
  height: auto;
  box-shadow: none;
}
.work-single-post .work-post-thumbnail .tag span {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  font-size: 1.3rem;
  background-color: #d9d8d4;
  color: #333;
  line-height: 1;
}
.work-single-post .page-title {
  font-size: 1.6rem;
  padding: 1rem 0;
  text-align: left;
  margin-bottom: 0;
}

footer p a {
  color: #fff;
}

.wpcf7 label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.wpcf7 label br {
  display: none;
}
.wpcf7 label p {
  margin-bottom: 1.5rem;
}

.form-control {
  height: 4rem;
  background-color: #fff;
  border-radius: 0.4rem;
  width: 100%;
  font-size: 1.6rem;
  border: 0.1rem solid #fff;
  color: #6e736f;
}
.form-control:focus {
  border-color: #fff;
}

textarea.form-control {
  min-height: 17rem;
}

input[type=submit] {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.8rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #fff;
  background-color: #fff;
  font-weight: 700;
}

.page-id-21 .page-tile-wrap,
.page-id-31 .page-tile-wrap,
.page-id-17 .page-tile-wrap,
.page-id-27 .page-tile-wrap {
  display: none;
}

p a {
  color: #fff;
}

.page-id-19 h1,
.page-id-29 h1 {
  font-size: 1.4rem;
  font-weight: 700;
}

.page-id-21 h2,
.page-id-31 h2 {
  font-size: 2.4rem;
  color: #D7DEE1;
  margin-bottom: 2.5rem;
}
.page-id-21 .col-12.col-lg-10,
.page-id-31 .col-12.col-lg-10 {
  width: 100%;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 97rem;
  }

  #nav-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 -0.3rem 0.3rem rgba(0, 0, 0, 0.05);
  }

  body {
    padding-bottom: 7rem;
  }
}
@media only screen and (max-width: 1200px) {
  #site-header .header-top {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .works-grid .work-item {
    width: 33%;
  }

  .work-single-post .work-post-thumbnail img {
    height: 54rem;
  }

  .workSlider .swiper-button-next,
.workSlider .swiper-button-prev {
    width: 2.4rem;
  }

  .workSlider {
    padding: 0 3rem;
    padding-bottom: 5rem;
  }

  .main-wrapper, .single #content {
    display: flex;
    min-height: calc(100vh - 8rem);
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .works-grid .work-item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  .sec-pad-md {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .works-grid .work-item {
    width: 100%;
  }

  .workSlider {
    padding-left: 0;
    padding-right: 0;
  }
  .workSlider .work-wrap img {
    height: 30rem;
  }

  .workSlider .swiper-button-next,
.workSlider .swiper-button-prev {
    display: none;
  }

  .work-single-post .work-post-thumbnail img {
    height: 30rem;
  }

  .work-single-post {
    padding: 0 2rem;
  }

  .work-single-post .nav-next, .work-single-post .nav-prev {
    width: 1.5rem;
  }

  .work-single-post .page-title {
    font-size: 1.4rem;
  }

  figure.size-full {
    margin: 0 !important;
    margin-bottom: 2rem !important;
  }
  figure.size-full img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }

  .copyright.text-center p {
    text-align: center !important;
  }

  .workSlider .work-wrap {
    padding: 0 1rem;
  }

  .workSlider .swiper-pagination-bullet {
    width: 3.7rem !important;
  }

  .workSlider {
    padding-bottom: 8rem;
  }
  .workSlider .swiper-pagination {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
