/*!

Theme Name: DotOrg Child
Description: DotOrg custom child theme
Author: Kathy Barber at Philpott Design
Author URI: https://www.philpottdesign.com
Version: 1.0.0
Template: dotorg
Text Domain: dotorgchild

*/
/* ----------------------------- 1. Utilities */
/* ----------------------------- 2. Styles */
/* global.scss  */
.hidden {
  display: none;
}

.no-wrap {
  white-space: nowrap;
}

/* quicklinks.scss  */
.quicklinks {
  background: #303030;
  color: #fff;
  border-bottom: 1px solid #3f3f3f;
}

.quicklinks .container {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width: 885px) {
  .quicklinks .container {
    flex-direction: row;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

.quicklinks-intro {
  padding: 0 20px;
  flex-basis: 25%;
}
.quicklinks-intro h2 {
  color: #fff !important;
  font-size: 2rem !important;
  line-height: 1.1;
  margin: 0 0 1.2rem;
}
@media screen and (min-width: 885px) {
  .quicklinks-intro h2 {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .quicklinks-intro h2 {
    font-size: 2.5rem;
  }
}
.quicklinks-intro p {
  margin: 1rem 0 1.8rem 0;
}
@media screen and (min-width: 885px) {
  .quicklinks-intro p {
    margin: 2.2rem 0 0 0;
  }
}
.quicklinks-intro div {
  margin-bottom: 0;
}

.quicklinks-menu {
  display: flex;
  flex-flow: row wrap;
  padding-left: 20px;
  flex-basis: 75%;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 20px 20px 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .dropdown {
    width: 50%;
  }
}

.dropdown ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px 0 0;
}

.dropdown li {
  margin: 0;
  padding: 0;
}

.dropbtn {
  width: 100%;
  cursor: pointer;
  border: none;
  text-align: left;
  margin: 0;
  background: #368729;
  color: #fff !important;
}
.dropbtn:hover, .dropbtn:focus {
  background: #3b952d;
  border: none;
}

h3.dropbtn {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 1.2 !important;
  padding: 14px 20px;
  border-radius: 3px;
}

.dropbtn i {
  float: right;
  transition: transform 0.2s;
}

.dropbtn.open i {
  transform: rotateX(180deg);
}

.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  font-size: 1rem;
  line-height: 1.2;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a {
  display: block;
  position: relative;
  padding: 12px 20px 12px 45px;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.3);
}
.dropdown-content a:hover, .dropdown-content a:focus {
  background: #f2f2f2;
}

.dropdown-content a i {
  position: absolute;
  top: 13px;
  left: 21px;
}

.dropdown-content a i.fa-graduation-cap {
  left: 16px;
}

/* header.scss  */
/* site logo */
@media screen and (max-width: 575px) {
  #titles, .header_fix {
    padding-top: 18px !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 884px) {
  #titles, .header_fix {
    padding-top: 12px !important;
  }
}
@media screen and (min-width: 886px) and (max-width: 1154px) {
  #titles, .header_fix {
    padding-top: 31px !important;
  }
}

/* search */
.topnav ul.social-menu {
  opacity: 1;
}

ul.social-menu li.search-item span {
  font-size: 14.2px;
  line-height: 1;
  text-transform: none;
  opacity: 1;
  padding-left: 1px;
  margin-top: -1px;
}

ul.social-menu li.search-item a i {
  font-size: 13px;
}

ul.social-menu li.search-item a {
  opacity: 0.85;
}
ul.social-menu li.search-item a:hover, ul.social-menu li.search-item a:focus {
  background: transparent;
  opacity: 1;
}

#curtain .searchSubmit {
  font-size: 16px !important;
  padding-top: 12px !important;
  background: #80225f;
}
#curtain .searchSubmit:hover, #curtain .searchSubmit:focus {
  background: #994e7f;
}

/* main menu */
@media screen and (min-width: 885px) {
  .nav > li > a {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
}
@media screen and (min-width: 1155px) {
  .nav > li > a {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

#main-nav > li.special {
  margin-left: 25px;
}

/* main menu: responsive */
@media screen and (max-width: 884px) {
  #main-nav li a {
    padding: 10px 20px !important;
  }

  #main-nav .sub-menu {
    padding: 0;
  }

  #main-nav li ul li > a {
    border-bottom: 0 !important;
  }

  #main-nav > li.special {
    float: none;
  }

  #main-nav {
    border-bottom: 15px solid transparent;
  }
}
/* main menu: dropdown */
#main-nav .sub-menu {
  min-width: 270px;
}
@media screen and (min-width: 1200px) {
  #main-nav .sub-menu {
    min-width: 315px;
  }
}
@media screen and (min-width: 1360px) {
  #main-nav .sub-menu {
    min-width: 370px;
  }
}

#main-nav .sub-menu li {
  min-width: 270px;
}
@media screen and (min-width: 1200px) {
  #main-nav .sub-menu li {
    min-width: 315px;
  }
}
@media screen and (min-width: 1360px) {
  #main-nav .sub-menu li {
    min-width: 370px;
  }
}

@media screen and (min-width: 885px) {
  #main-nav li ul li > a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 20px;
    margin: 0 18px;
  }
}

/* header image: sm devices */
@media screen and (max-width: 767px) {
  .cabi-header .elementor-background-overlay {
    display: none;
  }

  .header-overlay {
    background-color: #111;
  }

  .header-overlay.mod-1 {
    background-color: #80225f;
  }

  .header-overlay.mod-2 {
    background-color: #368729;
  }

  .header-overlay.mod-3 {
    background-color: #004587;
  }

  .header-overlay.mod-4 {
    background-color: #dc4405;
  }

  .header-overlay.mod-5 {
    background-color: #a05eb5;
  }

  .header-overlay.mod-6 {
    background-color: #00b5e2;
  }

  .header-overlay.mod-7 {
    background-color: #007367;
  }
}
/* footer.scss  */
.footer img {
  opacity: 1;
  transition: opacity 0.2s;
  outline: none;
}
.footer img:hover {
  opacity: 0.72;
}

@media screen and (max-width: 884px) {
  #footer .foocol h2 {
    padding-bottom: 3px;
    margin-bottom: 0;
  }
}
.footer img.funder-logo {
  max-width: 250px !important;
  height: auto;
  padding-top: 12px;
}
@media screen and (min-width: 885px) {
  .footer img.funder-logo {
    max-width: 100% !important;
    height: auto;
    padding-top: 5px;
  }
}
@media screen and (min-width: 992px) {
  .footer img.funder-logo {
    padding-right: 20px;
  }
}

.footer img.partner-logo {
  width: 120px;
  height: auto;
  margin-bottom: 15px;
  padding-top: 12px;
}
@media screen and (min-width: 885px) {
  .footer img.partner-logo {
    padding-top: 5px;
    margin-bottom: 25px;
  }
}

.footer img.partner-logo.last {
  margin-bottom: 0;
}

.footer img.creative-commons {
  height: 34px !important;
  width: auto !important;
}

#footer .dekoline::after {
  display: none;
}

#footer .foocol h2.widget {
  margin-bottom: 0;
  line-height: 1.2em !important;
}

.footer .textwidget {
  margin-bottom: 0;
}

.footer .textwidget p {
  line-height: 1.4;
}

@media screen and (max-width: 884px) {
  .scrollTo_top.ribbon {
    right: 40px;
    width: 50px;
  }
}
.footer-logo .logo {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .footer-logo .logo {
    float: left;
    display: inline-block;
  }
}

.footer-logo img {
  margin: 32px 30px 15px 0 !important;
  max-width: 260px;
  height: auto;
  max-height: auto;
  text-align: left;
  float: none !important;
}

#footer.footer .bottom-menu {
  margin: 15px 30px 0 -15px !important;
  padding: 0;
  text-align: left;
  float: none;
}
@media screen and (min-width: 992px) {
  #footer.footer .bottom-menu {
    float: left;
    margin: 19px 45px 19px 12px !important;
  }
}
#footer.footer .bottom-menu a {
  display: inline-block;
  padding: 5px 15px !important;
}
@media screen and (min-width: 992px) {
  #footer.footer .bottom-menu a {
    padding: 8px 13px !important;
  }
}
#footer.footer .bottom-menu a:hover, #footer.footer .bottom-menu a:focus {
  color: #c69bb7;
}

#footer.footer .footer_text {
  padding: 0 !important;
  margin: 7px 0 30px !important;
  font-size: 16px;
  float: none;
}
@media screen and (min-width: 992px) {
  #footer.footer .footer_text {
    float: left;
    margin: -5px 20px 30px 0 !important;
  }
}
@media screen and (min-width: 1155px) {
  #footer.footer .footer_text {
    margin: 27px 20px 25px 0 !important;
  }
}

/* home.scss  */
/* module index */
.title-min-height .elementor-widget-container {
  min-height: 170px;
  background: #111;
}
@media screen and (min-width: 768px) {
  .title-min-height .elementor-widget-container {
    min-height: 124px;
  }
}
@media screen and (min-width: 992px) {
  .title-min-height .elementor-widget-container {
    min-height: 170px;
  }
}
@media screen and (min-width: 1200px) {
  .title-min-height .elementor-widget-container {
    min-height: 180px;
  }
}
@media screen and (min-width: 1360px) {
  .title-min-height .elementor-widget-container {
    min-height: 160px;
  }
}

.module-index img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.module-index h3 {
  font-size: 1.12rem !important;
}
@media screen and (min-width: 768px) {
  .module-index h3 {
    font-size: 0.92rem !important;
  }
}
@media screen and (min-width: 992px) {
  .module-index h3 {
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .module-index h3 {
    font-size: 1.34rem !important;
  }
}

@media screen and (max-width: 767px) {
  .module-index .elementor-column {
    width: 50%;
  }
}
/* about tabs */
@media screen and (max-width: 767px) {
  .custom-tabs .elementor-tab-title,
.custom-tabs .elementor-tab-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}

/* modules.scss  */
/* elementor columned section: download button with info */
.download-button .elementor-column {
  width: auto !important;
}
.download-button .elementor-column:first-of-type {
  padding-right: 16px;
}

/* tooltips */
h3.has-tooltip {
  display: inline-block;
  font-size: 1.2rem !important;
  margin: 0;
}

.tooltip-icon {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.2rem;
  position: absolute;
  padding-left: 8px;
}

/* jump links */
.jump-link a {
  opacity: 1;
}
.jump-link a:hover, .jump-link a:focus {
  opacity: 0.6;
}

.module-nav-container .module-nav-title h2 {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 992px) {
  .module-nav-container .module-nav-title h2 {
    margin: 0;
  }
  .module-nav-container .elementor-section {
    width: auto !important;
  }
  .module-nav-container .elementor-section:first-of-type {
    text-align: right;
    padding-right: 28px;
  }
  .module-nav-container .elementor-section:last-of-type {
    min-width: 420px;
  }
}

.module-nav h3 {
  font-weight: 400;
  margin: 0;
  font-size: 1.06rem !important;
  padding: 12px 0;
}
@media screen and (min-width: 885px) {
  .module-nav h3 {
    font-size: 1.35rem !important;
    padding: 13px 0;
  }
}
.module-nav h3 a {
  display: block;
}
.module-nav h3 span {
  display: none;
}
.module-nav a {
  color: #fff;
}
.module-nav .elementor-column {
  flex-basis: 45px;
  flex-grow: 0;
  border: 4px solid transparent;
  border-left: none;
}
@media screen and (min-width: 885px) {
  .module-nav .elementor-column {
    flex-basis: 55px;
  }
}

/* ninja-form.scss  */
.feedback-intro.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1020px;
}

.nf-before-form-content,
.nf-after-form-content {
  padding: 5px;
  max-width: 1000px;
  margin: 0 auto;
}

.nf-form-cont {
  background: #f7f5f6;
  padding: 30px 22px;
  border-radius: 5px;
}

.nf-form-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.nf-form-cont .nf-error-msg,
.nf-form-cont .ninja-forms-req-symbol {
  color: #dc4405;
}

p.highlight {
  color: #7f115f;
}

.nf-field-element select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px !important;
}
.nf-field-element select:focus {
  border: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.nf-field-element select,
.nf-field-element textarea,
.nf-field-element input {
  color: #111 !important;
}
.nf-field-element select:focus,
.nf-field-element textarea:focus,
.nf-field-element input:focus {
  color: #111 !important;
}

.nf-field-element textarea {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.nf-form-cont .nf-field-description {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1.5rem !important;
}

.flex-col-list .list-radio-wrap .nf-field-element ul li {
  display: inline-block;
  margin-right: 45px !important;
}
.flex-col-list .list-radio-wrap .nf-field-element ul li:last-of-type {
  margin-right: 0 !important;
}

.nf-form-content .starrating-container {
  margin-bottom: 12px !important;
}
.nf-form-content .starrating-container .stars {
  margin-top: 5px;
}
.nf-form-content .starrating-container .star-help-text p {
  margin-bottom: 1.3rem;
}

.nf-form-cont .nf-field-element input.submit {
  color: #fff !important;
  background-color: #368729;
}
.nf-form-cont .nf-field-element input.submit:focus, .nf-form-cont .nf-field-element input.submit:hover {
  color: #fff !important;
  background-color: #5ea353;
}

/* cookie-notice.scss  */
@media screen and (min-width: 885px) {
  #cookie-law-info-bar {
    padding: 25px 30px 25px !important;
  }
}

.cli-style-v2 {
  font-size: 12pt;
  line-height: 19px;
}

@media (min-width: 985px) {
  .cli-style-v2 .cli-bar-message {
    width: 100%;
  }
}
a.cookie-notice-link {
  color: #c69bb7;
}
a.cookie-notice-link:hover, a.cookie-notice-link:focus {
  color: #b2769d;
}
