/*
Theme Name:        Impact Analyst
Theme URI:         https://geeks.madrasthemes.com/
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child Theme of Geeks.
Requires at least: WordPress 5.0
Template:          geeks
Version:           1.1.4
License:           GNU General Public License v3 or later
License URI:       LICENSE
Text Domain:       geeks-child
Tags:              custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/
/*=============
common
=============*/
body {
  background: #fff;
  color: var(--e-global-color-dark);
  font-size: 1em;
  line-height: 1.8;
}

.filter-dropshadow-blue {
  filter: drop-shadow(9px 9px 16px rgba(43, 67, 145, 0.16)) !important;
}

.mix-blend-mode {
  mix-blend-mode: multiply;
}

.bg-absolute-object__leftcircle {
  position: relative;
}
.bg-absolute-object__leftcircle::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 200px;
  height: 400px;
  border-radius: 0 100% 100% 0%/50%;
  background: #F3F7FE;
  z-index: -1;
}

/*=============
header
=============*/
.custom-logo {
  height: 30px;
  width: auto;
}

/*=============
footer
=============*/
.site-footer {
  background: #F3F7FE;
  color: inherit;
}
.site-footer .widget-site-info-desc {
  color: #7370b2;
}

.copyright {
  background: #3C3C6F;
  color: #f2f2f2;
  font-weight: 300;
  text-align: center;
}

/*=============
shortcord
=============*/
.front-latestpost__item {
  border: solid 1px #fff;
  transition: all 0.3s;
}
.front-latestpost__item:hover {
  border: solid 1px #CAD7F0;
  border-collapse: collapse;
  filter: drop-shadow(9px 9px 18px rgba(43, 67, 145, 0.1));
  transform: translateY(-3px);
}
.front-latestpost__item .card-body {
  padding: 0.85em 1em;
}
.front-latestpost__item .card-body h4 {
  font-size: 0.95em;
  line-height: 1.6;
}

.front-latestevent__item {
  transition: all 0.3s;
}
.front-latestevent__item .item-link {
  display: block;
  border-radius: 0.5em;
  transition: all 0.3s;
}
.front-latestevent__item .item-link:hover {
  border-collapse: collapse;
  filter: drop-shadow(9px 9px 18px rgba(43, 67, 145, 0.1));
  transform: translateY(-3px);
}
.front-latestevent__item .item-schedule {
  background: #274196;
  color: #fff;
  font-weight: bold;
  width: 120px;
  z-index: 1;
  padding: 1em;
  border-radius: 0.5em 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.front-latestevent__item .item-schedule__big {
  width: 100%;
}
.front-latestevent__item .item-schedule__big span {
  font-size: 1.8em;
}
.front-latestevent__item .item-thumbnail {
  width: calc(100% - 120px);
  padding: 0;
}
.front-latestevent__item .item-thumbnail img {
  border-radius: 0 0.5em 0 0;
  object-fit: cover;
}
.front-latestevent__item .item-info {
  padding: 0.85em 1.5em 0.75em;
}
.front-latestevent__item .item-eventstatus {
  padding: 2px 10px;
  display: inline-block;
  border-radius: 3px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.85em;
}
.front-latestevent__item .item-eventstatus_orange {
  background: #E09D3D;
  border: solid 1px #E09D3D;
  color: #fff;
}
.front-latestevent__item .item-eventstatus_gray {
  border: solid 1px #999999;
  color: #999999;
}

/*=============
frontpage
=============*/
.mainvs {
  position: relative;
}
.mainvs::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  background: url(../../../wp-content/themes/impactanalyst/img/mainvs_object.png) no-repeat;
  background-size: contain;
  z-index: 10;
}

/*=============
page
=============*/
.cs_pageheader {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.pt_left .site-content {
  position: relative;
}
.pt_left .site-content::before {
  position: absolute;
  top: 50vh;
  left: -30px;
  content: "";
  display: inline-block;
  width: 150px;
  height: 300px;
  border-radius: 0 100% 100% 0%/50%;
  background: #F3F7FE;
  z-index: -1;
}

.pt_right .site-content {
  position: relative;
}
.pt_right .site-content::before {
  position: absolute;
  top: 10vh;
  left: auto;
  right: -30px;
  content: "";
  display: inline-block;
  width: 150px;
  height: 300px;
  border-radius: 100% 0 0 100%/50%;
  background: #F3F7FE;
  z-index: -1;
}

.contactform dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contactform dl dt {
  width: 160px;
  margin: 1em 0;
}
.contactform dl dd {
  width: calc(100% - 160px);
  margin: 1em 0;
}
.contactform dl dd input, .contactform dl dd textarea {
  background: #F3F7FE;
  border-radius: 0.25em;
  border: none;
  width: 100%;
  padding: 1em 1.5em;
}
.contactform dl ::placeholder {
  color: #7192B4;
}
.contactform .btn-submit {
  text-align: center;
}
.contactform .btn-submit input {
  padding: 0.75em 3em;
}