/*
Theme Name: Base
Description: Wordpress Theme
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?&family=Nunito+Sans&display=swap');
a,
a:hover,
a:focus {
  color: #C56035;
}
.post-title {
  background: #C56035;
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px;
}
.post-title a {
  display: block;
  width: 100%;
  color: #fff !important;
}
body {
  font-size: 17px;
}
.col-md-4 {
  margin-bottom: 20px;
}
.g-0 .col-md-4 {
  margin-bottom: 0px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #C56035;
  font-family: "DM Serif Display", Sans-serif;
  font-weight: 400;
}
h2 {
  font-size: 31px;
  display: inline-block;
}
h3,
h4 {
  font-size: 22px;
  margin-top: 20px;
}
hr {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.modal-header {
  border: 0px;
}
.modal-content {
  border: 0px;
  background: #fff;
}
.swiper-slide-image {
  max-height: 750px;
}
@media only screen and (min-width: 1199px) {
  .profiles {
    display: inline-block;
    text-align: center;
  }
  .thumb {
    display: inline-block;
    text-align: center;
    width: 240px;
  }
}
.project {
  position: relative;
}
.project h1,
.project h2,
.project h3 {
  color: #fff !important;
  font-size: 36px;
  margin-bottom: 0px;
}
.project h4 {
  font-family: "Source Sans Pro" !important;
  font-size: 20px;
}
.project img {
  width: 100%;
}
.project .overlay img {
  width: auto;
}
.project:hover .overlay,
.project:active .overlay {
  display: block;
}
.project .overlay {
  top: 0px;
  padding: 30px;
  position: absolute;
  background: url('/wp-content/themes/base/images/transparency.png');
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
}
.project .overlay .bottom {
  position: absolute;
  bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .project .overlay {
    position: static;
    display: block;
    border-radius: 0;
    background: #21233d;
    bottom: 0px;
  }
  .project .overlay h1,
  .project .overlay h2,
  .project .overlay h3 {
    color: #fff !important;
    font-size: 25px;
  }
  .project .overlay .bottom {
    position: static;
  }
}
#ajax-load-more-3 .alm-btn-wrap {
  display: none !important;
}
@media only screen and (min-width: 1199px) {
  .modal-dialog {
    max-height: 100%;
  }
}
.elementor .profile img {
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .elementor .profile img {
    border-radius: 0px;
  }
}
.profile {
  position: relative;
}
.profile h1,
.profile h2,
.profile h3 {
  color: #fff !important;
  font-size: 25px;
  margin-top: 7px;
  margin-bottom: 0px;
  word-spacing: 9999999px;
}
.profile h4 {
  font-family: "Source Sans Pro" !important;
  font-size: 14px;
  margin: 0px;
  margin-top: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 1199px) {
  .profile:hover .overlay,
  .profile:active .overlay {
    position: absolute;
    display: block;
    border-radius: 50%;
  }
}
.profile .overlay {
  padding: 25px;
  padding-top: 15px;
  position: absolute;
  top: 0px;
  background: #21233d;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: none;
  text-align: center;
}
.profile .overlay img {
  margin-top: 20px;
  width: 20px;
}
@media only screen and (max-width: 1199px) {
  .profile .profile {
    text-align: center;
  }
  .profile .overlay {
    padding: 12px;
    background: #21233d;
    position: static;
    display: block;
    border-radius: 0;
    bottom: 0px;
  }
  .profile .overlay h1,
  .profile .overlay h2,
  .profile .overlay h3 {
    color: #fff !important;
  }
}
