/*
 Theme Name:   Blue Diamond Society
 Theme URI:    http://elegantthemes.com/
 Description:  Divi Child Theme For Blue Diamond Society
 Author:       ElegantThemes
 Author URI:   https://ktmlabs.com
 Template:     Divi
 Version:      0.0.1
 Text Domain:  divi-child-theme
*/
.et_pb_svg_logo #logo {
  height: 70%;
}

#logo {
  max-height: 100%;
}

#main-header {
  position: relative;
  padding-bottom: 5px;
}

#main-header:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #f21d2f 0%, #f2a30f 20%, #f2cb05 40%, #03a64a 60%, #2493bf 80%, #59518c 100%);
}

.banner {
  position: relative;
}

.banner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.block-center {
  display: flex;
  align-items: center;
}

#footer-info {
  float: none;
  text-align: center;
}

.border-round {
  border-radius: 22px;
}

.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
  font-family: "Glegoo", sans-serif;
  line-height: 1.7;
}

.et_portfolio_image:hover .et_overlay {
  background: rgba(0, 0, 0, 0.6);
}

.et_portfolio_image .et_overlay:before,
.et_portfolio_image:hover .et_overlay:before {
  content: "";
}

.block-border-rainbow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px !important;
  color: #FFF;
  background: linear-gradient(to right bottom, #f21d2f 0%, #f2a30f 20%, #f2cb05 40%, #03a64a 60%, #2493bf 80%, #59518c 100%);
}

.block-border-rainbow .et_pb_text_inner {
  background: #fff;
  padding: 20px;
}

.acc-info .et_pb_blurb_container .et_pb_blurb_description h6 {
  padding-bottom: 0;
  font-size: 13px;
  margin-bottom: -5px;
}

.acc-info .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: 16px;
  font-weight: 500;
}

#top-menu-nav .nav .menu-item {
  text-transform: uppercase;
}

#top-menu-nav .nav .menu-item a {
  color: #232323;
}

#top-header .et-social-icons {
  float: right;
}

#top-header #et-info {
  float: none;
}

#main-header {
  padding: 7px 0px;
}

.post-meta .author,
.post-meta a,
.post-meta .comments-number {
  display: none;
}

.footer-nav {
  line-height: 2 !important;
}

.footer-nav li a {
  color: #1d48c0;
}

.logo-text {
  padding-left: 10px;
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  justify-content: flex-start;
  vertical-align: middle;
}

.logo-text span:nth-child(2) {
  font-size: 0.7em;
}


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