/*
 Theme Name:     Kappa Sigma Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Kappa Sigma Divi Child Theme
 Author:         Sherwood Consulting LLC
 Author URI:     https://www.tjsconsult.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.post-row .et_pb_row {
  width: 100%;
}

/* Mobile EF */

.darkmenu-section .et_pb_fullwidth_menu_0_tb_body .mobile_nav .mobile_menu_bar::before {
  color: #fff;
  top: 18px;
  font-size: 52px;
}

/* Dflip */

.dfgrid ._df_thumb {
  width: 254px;
  height: 340px;
  display: block;
  margin: 20px auto;
}

/* .dfgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.dfgrid.solo {
  display: grid;
  grid-template-columns: 1fr;
} */

.dfgrid p {
  display: none;
}

.dfgrid br {
  display: none;
}

@media only screen and (max-width: 980px) {
  .et_pb_row {
    width: 100%;
    padding: 30px 10px !important;
  }
/* 
  .dfgrid {
    grid-template-columns: 1fr;
  } */
}

/*404*/

.notfound {
  padding: 10vh 0 30vh;
  text-align: center;
}

.notfound h1 {
  font-size: 5em;
}

.notfound p {
  font-size: 2em;
}

.notfound .button {
  margin-top: 20px;
  background: #b91f3b;
  color: #fff;
  font-weight: bolder;
  font-size: 1.4em;
  display: inline-block;
  padding: 15px 80px;
}

/* Ul Fix */

.et_pb_text ol,
.et_pb_text ul,
ul {
  line-height: 2.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6em;
}

/* Top Header */

#top-header .top-header-info {
  list-style: none;
  margin: 0;
  float: right;
}

#top-header .top-header-info li {
  display: inline-block;
  font-weight: 800;
  height: 35px;
  line-height: 35px;
  padding: 0 8px;
  margin: 0;
  font-size: 1.1em;
}

#top-header .top-header-info li a {
  text-decoration: underline;
  font-weight: 800;
}

#top-header .top-header-info li:last-child {
  padding-right: 0;
}

#top-header .container {
  padding-top: 0;
}

#top-header {
  transform: translateY(0);
  transition: 0.5s all ease;
}

#top-header.et-fixed-header {
  transform: translateY(-35px);
}

#main-header.et-fixed-header {
  transform: translateY(-35px);
}

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #c99700;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  outline: 1px solid #c99700;
}

@media only screen and (max-width: 1000px) {
  #main-header.et-fixed-header {
    transform: translateY(0);
  }

  #top-header {
    display: none;
  }
}

/* Salesforce */

.sforc-wrap-content .sforc-search {
  line-height: 40px;
  margin: 1em 0 1em 0;
}

.sforc-wrap-content .sforc-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  opacity: 1; /* Firefox */
  font-size: 0.8em;
}

.sforc-wrap-content .tablesaw {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.sforc-wrap-content .tablesaw th {
  background: #e8e8e8;
  padding: 20px 5px;
}
