/*
Theme Name:     C-Tech Club
Theme URI:      http:/c-techclub.org
Description:    Child theme for Divi
Author:         Oliver UWins
Author URI:     http://www.thameswebdesign.co.uk
Template:       Divi
Version:        0.1.0
*/

@import url("../Divi/style.css");

/* Basic */

h1,
h2,
h3,
h4,
h5 {
  font-family: "Oswald", Helvetica, Arial, Lucida, sans-serif !important;
  text-transform: uppercase !important;
}

.h2-text {
  text-align: center !important;
}

.h2-text::after {
  content: "";
  border-bottom: solid 5px #09b9db;
  width: 6%;
  height: 37px;
  position: absolute;
  margin: 0 auto;
  left: 47%;
}

/* Header */

#top-menu li {
  display: none;
}

/* Home */

span.blue {
  color: #09b9db;
}

.blue {
  color: #09b9db;
}

span.grey {
  color: #2d2926;
}

.speaker-list {
  padding: 5px 5px 5px 20px;
}

span.speaker-right {
  font-weight: 600;
}

/* footer */

#main-footer {
  display: none;
}

.cli-style-v2 .cli-bar-message {
  width: 90%;
  text-align: left;
}

.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 25px 0px;
  border-bottom: 1px solid #252e34;
}

.column {
  flex: 21%;
  padding-right: 2%;
}

.column:last-child {
  padding-right: 0;
}

.column:nth-child(1) {
  flex-shrink: 10;
}

.column:nth-child(2) {
  flex-grow: 20;
}

.column:nth-child(3) {
  flex-shrink: 10;
}

.column:nth-child(4) {
  flex-grow: 5;
}

.desc {
  font-size: 12px;
  color: #707070;
}

.event-underline {
  border-bottom: 5px solid #252e34;
  padding: 10px 0px;
}

/*HOVERS */

/* MISC & Corrs*/

/******* Responsive ******/

@media (max-width: 980px) {
  #logo,
  #main-header,
  .container,
  .logo_container {
    height: 80px !important;
  }
}

@media (max-width: 980px) {
  .et_pb_column .et_pb_row_inner,
  .et_pb_row {
    padding: 20px 0;
  }

  .desc {
    font-size: 13px;
  }

  .columns {
    gap: 0px 15px;
  }
}

.et-pb-icon.sp-icon {
  font-size: 18px;
  vertical-align: text-bottom;
  padding-right: 15px;
}

details {
  display: inline;
}

details {
  position: relative;
}
details summary {
  display: block;
  cursor: pointer;
  color: #09b9db;
  margin-top: 20px;
}
details summary:focus {
  outline: none;
}
details[open] {
  display: block;
  padding-bottom: 25px;
  padding-top: 10px;
  animation: open 0.2s linear;
}
details[open] summary {
  position: absolute;
  bottom: -35px;
  left: 0;
}

details #open {
  text-align: middle;
}
details #open:after {
  display: inline-block;
  position: relative;
  top: -3px;
  padding-left: 8px;
  content: "\00bb";
  transform: rotate(90deg);
}
details[open] #open {
  display: none;
}
details #close {
  display: none;
}
details[open] #close {
  display: block;
}

::-webkit-details-marker {
  display: none;
}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .mob-col {
    margin-bottom: -10px !important;
  }
}

@media only screen and (max-width: 600px) {
  .columns {
    gap: 0px 3px;
    font-size: 13px;
    line-height: 15px;
  }
}
