/*
Theme Name:   Thekeynote Child
Theme URI:    http://rparbez.me
Description:  Child theme of the keynote theme to modify speakers posts
Author:       Ripon Parbez
Author URI:   http://rparbez.me
Template:     thekeynote
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  thekeynotechild
*/
@font-face {
  font-family: "AvenirLTProBlack";
  src: url(./assets/fonts/AvenirLTProBlack/font.woff2) format("woff2"), url(./assets/fonts/AvenirLTProBlack/AvenirLTProBlack/font.woff) format("woff");
}
@font-face {
  font-family: "AvenirLTProMedium";
  src: url(./assets/fonts/AvenirLTProMedium/font.woff2) format("woff2"), url(./assets/fonts/AvenirLTProMedium/AvenirLTProBlack/font.woff) format("woff");
}
@media only screen and (max-width: 959px) {
  .gdlr-navigation-wrapper {
    display: block !important;
  }
}
html,
body {
  font-family: "AvenirLTProMedium", sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.f-twenty {
  font-size: 19px;
}

.f-twentytwo {
  font-size: 22px;
}

.f-twentyeight {
  font-size: 28px;
}

.f-thirtytwo {
  font-size: 32px;
}

.f-bold {
  font-weight: bold;
}

.container {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 959px) {
  .container {
    max-width: 100% !important;
  }
}

.top-social-wrapper {
  display: flex;
  flex-direction: column;
}

.topbar-left-title {
  border-bottom: none;
  font-weight: 400;
  font-family: "AvenirLTProMedium", sans-serif;
  font-size: 28px;
  margin-bottom: -12px;
}

.topbar-left-subtitle {
  font-weight: 400;
  font-size: 9px;
}
@media only screen and (min-width: 767px) {
  .topbar-left-subtitle {
    margin-left: auto;
  }
}

.search-text input {
  border: 1px solid #fff;
  box-shadow: none;
}

#content-section-1 > .gdlr-color-wrapper .gdlr-content-item {
  margin-bottom: 0;
}
#content-section-1 > .gdlr-color-wrapper .gdlr-content-item p {
  margin-bottom: 0;
}

.gdlr-page-title-wrapper {
  padding-bottom: 0;
}
.gdlr-page-title-wrapper .gdlr-page-title-container .gdlr-page-caption {
  font-family: "AvenirLTProMedium", sans-serif;
  font-size: 23px;
  line-height: 27px;
  display: block;
  margin: 12px 20px 0px 32px;
  margin-bottom: 40px;
  font-style: normal;
}
@media only screen and (max-width: 991px) {
  .gdlr-page-title-wrapper .gdlr-page-title-container .gdlr-page-caption {
    margin-left: 24px;
  }
}
.gdlr-page-title-wrapper .gdlr-page-title-container .gdlr-page-title {
  font-family: "AvenirLTProBlack", sans-serif;
  font-size: 155px;
  line-height: 0.85;
  font-weight: 400;
  margin-bottom: -60px;
  word-break: break-word;
}
@media only screen and (max-width: 768px) {
  .gdlr-page-title-wrapper .gdlr-page-title-container .gdlr-page-title {
    font-size: 75px;
    margin-bottom: -45px;
  }
}
.gdlr-page-title-wrapper .gdlr-title-image-container img {
  width: 100vw;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-wrapper {
  padding: 15px;
}

.single-speaker .gdlr-speaker-info-wrapper {
  font-size: 19px;
}
.single-speaker .gdlr-speaker-info-wrapper p {
  margin-bottom: 20px;
}
.single-speaker .gdlr-speaker-info-wrapper p:not(b, strong) {
  font-size: 19px;
}
.single-speaker .gdlr-speaker-info-wrapper ul {
  margin-bottom: 20px;
  margin-left: 20px;
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  .single-speaker .gdlr-speaker-info-wrapper ul {
    padding-left: 20px;
  }
}
.single-speaker .gdlr-speaker-info-wrapper strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .single-speaker .gdlr-speaker-info-wrapper {
    width: 50%;
    max-width: 50%;
  }
}
.single-speaker .gdlr-speaker-content-wrapper .gdlr-speaker-content p {
  font-size: 14px;
  margin-bottom: 16px;
}
.single-speaker .gdlr-speaker-content-wrapper .gdlr-speaker-content strong {
  font-family: "AvenirLTProBlack", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.single-speaker .gdlr-speaker-content-wrapper .gdlr-speaker-content ul {
  margin-top: -16px;
  margin-left: 20px;
}
.single-speaker .gdlr-speaker-content-wrapper .gdlr-speaker-content ul li {
  font-size: 14px;
}

.gdlr-speaker-item {
  margin-bottom: 30px !important;
}
.container-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}
.container-image .content-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 99.99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.7s ease-in-out 0s;
}
.container-image:hover .content-overlay {
  opacity: 1;
}
.container-image:hover .content-details {
  left: 0;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-details .content-title {
  flex: 1;
  font-family: "AvenirLTProBlack", sans-serif;
  grid-area: name;
  font-size: 3vw;
  line-height: 0.9;
  font-weight: 700;
  text-transform: uppercase;
  padding: 30px 0 0 0px;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .content-details .content-title {
    font-size: 38px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .content-details .content-title {
    padding-top: 0;
  }
}
.content-details .detail-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.35vw;
}
.content-details .detail-footer a img {
  width: 50px;
  min-width: 50px;
  height: auto;
  opacity: 1 !important;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .content-details .detail-footer a img {
    font-size: 12px;
  }
}
.content-details h3 {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 34px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 800;
  line-height: 34px;
  border-bottom: none;
}
.content-details p {
  color: #fff;
  font-size: 15px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .content-details p {
    font-size: 12px;
  }
}

.footer-wrapper .widget.gdlr-widget {
  margin-bottom: 0;
}

.site-footer {
  padding: 15px;
}
.site-footer .footer-row {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 25px 0;
  margin-bottom: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-row {
    flex-direction: column;
  }
}
.site-footer .footer-row .footer-col {
  flex: 1;
}
.site-footer .footer-row .footer-col .column-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.site-footer .footer-row .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-row .footer-col ul li {
  padding: 0;
  margin: 0;
}
.site-footer .footer-row .logo img {
  width: 175px;
  max-width: 175px;
  height: auto;
}
.site-footer .footer-row .mobile-go-top {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-row .mobile-go-top {
    align-self: self-end;
    margin-top: -25px;
  }
}
.site-footer .footer-row .mobile-go-top img {
  width: 15px;
}
@media only screen and (min-width: 768px) {
  .site-footer .footer-row .mobile-go-top img {
    display: none;
  }
}
.site-footer .footer-row .go-top {
  text-align: center;
}
.site-footer .footer-row .go-top img {
  width: 15px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-row .go-top img {
    display: none;
  }
}
.site-footer .footer-row.copyright {
  border-top: none;
  border-bottom: none;
  padding: 0 15px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .site-footer .footer-row.copyright {
    flex-direction: column;
  }
}
.site-footer .footer-row.copyright .copyright-text {
  margin-bottom: 15px;
}
.site-footer .footer-row.copyright .copyright-menu {
  margin-right: 15px;
}
.site-footer .footer-row.copyright .copyright-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.site-footer .footer-row.copyright .copyright-menu ul li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.site-footer .footer-row.copyright .copyright-menu ul li:not(:last-child) {
  margin-right: 15px;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-row.copyright .copyright-menu ul li:not(:last-child) {
    padding-left: 0;
  }
}
.site-footer .footer-row.copyright .copyright-menu ul li:not(:last-child)::after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0;
}

.gdlr-widget .gdlr-widget-title {
  font-size: 14px;
  font-weight: 700;
  font-family: "AvenirLTProBlack", sans-serif;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.gdlr-widget .textwidget p {
  font-size: 14px;
  font-weight: 400;
  font-family: "AvenirLTProMedium", sans-serif;
}
.gdlr-widget .textwidget p b {
  font-size: 14px;
  font-weight: 700;
  font-family: "AvenirLTProBlack", sans-serif;
}

#content-section-3 .gdlr-color-wrapper {
  padding-bottom: 0;
}

#content-section-4 .section-container {
  padding-top: 0;
}

.nf-form-cont input,
.nf-form-cont textarea {
  border-radius: 2px !important;
  padding: 6px 10px !important;
  border: 2px solid #fff !important;
  background-color: #000 !important;
  color: #fff !important;
  height: 38px !important;
  font-family: AvenirLTProMedium, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.nf-form-cont input::-moz-placeholder, .nf-form-cont textarea::-moz-placeholder {
  color: #fff !important;
}
.nf-form-cont input:-ms-input-placeholder, .nf-form-cont textarea:-ms-input-placeholder {
  color: #fff !important;
}
.nf-form-cont input::placeholder,
.nf-form-cont textarea::placeholder {
  color: #fff !important;
}
.nf-form-cont select {
  background: #000 !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: 38px !important;
  font-family: AvenirLTProMedium, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.nf-form-cont .nf-form-content label {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
  color: rgb(117, 117, 117) !important;
}
.nf-form-cont .nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-cont .nf-form-content input.ninja-forms-field,
.nf-form-cont .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 38px !important;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after {
  height: 37px !important;
  line-height: 38px !important;
}
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  font-size: 20px !important;
  top: 0px !important;
  right: 7px !important;
  height: 50px !important;
  line-height: 38px !important;
}/*# sourceMappingURL=style.css.map */