/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

a {
  color: #995c5c;
  text-decoration: underline;
}

.label {
  display: inline-block !important;
  margin: 3px;
}
.header_hide {
  display: none;
}

.cp-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.imgwrap {
  position: relative;
  padding-bottom: 120%;
  overflow: hidden;
  width: 100%;
}
.imgwrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ieimgwrap {
  background-size: cover;
  background-position: center center;
}
.square_ad {
  display: flex;
}
.horizontal_ad {
  width: 200px !important;
  height: 200px !important;
  margin: auto;
}

.horizontal-add-block {
  display: flex;
  justify-content: space-between;
}

.square_hide {
  display: none;
}

.footer_hide {
  display: none;
}

.ieimgwrap img {
  opacity: 0px;
}

.header_ad {
  text-align: right;
}

.banner_ad {
  max-width: 300px;
  height: 100px;
  margin: 10px;
}
.menuzord-brand img {
  max-height: 110px;
}

.footer_ad {
  text-align: center;
  margin: 10px;
}

.bottom_ad {
  height: 90px;
  max-width: 728px;
}

.directory_search {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.title-padding {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.event-list .thumb {
  height: 200px;
  padding: 20px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}

.thumb img {
  width: 80% !important;
}
.event-list .evvent-list-details {
  height: 200px;
}
.rs_title {
  font-size: 70px !important;
}

.team-bottom-part {
  min-height: 254px;
}

.profile-skill {
  font-size: 100%;
}

.job-overview {
  box-shadow: none !important;
}

.job-overview h5 {
  margin-bottom: 0px !important;
}

.profile_left {
  border-right: solid 1px #eee;
}

/* image gallery */

.gallery {
  width: 90%;
  margin: 0 auto;
  padding: 5px;
}

.gallery > div {
  position: relative;
  float: left;
  margin: 5px;
  width: 31%;
  height: 220px;
}

.gallery > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.1s transform;
  transform: translateZ(0); /* hack */
}

.gallery .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #ebebeb;
  margin: 5px;
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7, 1.7);
  transition: 0.3s transform;
}

.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
  .gallery > div {
    height: 220px !important;
    width: 48% !important;
  }
  .rs_title {
    font-size: 34px !important;
  }
  .directory_search {
    padding-bottom: 30px !important;
    padding-top: 0px !important;
  }
  .title-padding {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .header {
    min-height: 220px !important;
  }
}

@media only screen and (max-width: 480px) {
  .gallery > div {
    width: 100% !important;
    height: 180px !important;
  }
  .rs_title {
    font-size: 28px !important;
  }
  .directory_search {
    padding-bottom: 30px !important;
    padding-top: 0px !important;
  }
  .title-padding {
    padding-bottom: 10px !important;
    padding-top: 10px !important;
  }
  .header {
    min-height: 240px !important;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .bottom_ad {
    height: auto;
    max-width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 360px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
}
