/*
Theme Name: Urban Peace Movement 
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.9+ theme built on Bootstrap 3
Author: Design Action Collective
Author URI: http://designaction.org
Version: 1.3
*/
@import url("css/basic.css");
@import url("css/demo.css");
@import url("css/hover.css");
@import url("sass/stylesheets/sass_style.css");
@import url("css/custom.css");

@media (min-width: 992px) {
  #text-14 h3.section-title {
    margin-top: 25px;
  }
  #text-13 h3 {
    margin-top: 25px;
  }
}

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: 30px;
}

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
/* .alignfull {
  margin: 0 0 2em;
  width: 100%;
} */

@media only screen and (max-width: 510px) {
  .alignfull::before {
    content: " ";
    display: table;
  }

  .alignfull::after {
    clear: both;
    content: " ";
    display: table;
  }
}

@media only screen and (min-width: 960px) {
  .maincontent .entry > .alignwide {
    margin-left: -180px;
    margin-right: -180px;
    max-width: calc(100% + 360px); /* 360 equals sum of left and right margin */
    width: auto;
  }

  .alignfull .alignwide,
  .alignwide .alignwide {
    max-width: 1062px;
    margin: 0 auto;
  }
}

/* Do you know your DA */
.page-id-3602 h2.page-title {
  display: none;
}
.page-id-3602 .hero {
  padding: 10% 30px;
  background: linear-gradient(
    180deg,
    #eecb51 43.54%,
    rgba(238, 203, 81, 0) 97.2%
  ) !important;
}
.page-id-3602 .hero h1 {
  color: #000;
}
@media screen and (min-width: 992px) {
  .page-id-3602 .hero {
    padding: 10% 25%;
  }
}
.who-da-is {
  background-color: #fff;
  padding: 5%;
}
.take-survey .wp-block-group__inner-container {
  max-width: 990px;
  margin: auto;
  margin-bottom: 100px;
}
.take-survey .wp-block-group__inner-container h2 {
  line-height: 130% !important;
}

.page-id-3602 .wp-block-button__link {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 4px solid #000000;
  box-shadow: 5px 5px 0px #000000;
  border-radius: 60px;
}
.page-id-3602 .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #000 !important;
  color: #fff !important;
  box-shadow: none;
}

.page-id-3602 .container-fluid .container-normal {
  /* background-color: #f5f1e3; */
  background: url(images/knowyouda-bg.png);
  background-position: fixed;
  max-width: 100%;
}
.page-id-3602 .entry {
  font-size: 18px;
  line-height: 1.4em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-3602 .entry p {
  line-height: 1.4em;
}
.page-id-3602 .entry img {
  padding: 0;
}
.page-id-3602 .entry .wp-block-gallery {
  margin-bottom: 60px;
}

.page-id-3602 .entry h1,
.page-id-3602 .entry h2,
.page-id-3602 .entry h3 {
  font-family: "Oswald", sans-serif;
  /* text-transform: uppercase; */
  margin-bottom: 18px;
  /* margin-top: 40px !important; */
  line-height: 100%;
}
.page-id-3602 .entry h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 48px;
}
.page-id-3602 .entry h2 {
  color: #1d1a1a;
  font-weight: 500;
  font-weight: 40px;
  line-height: 120%;
}
.page-id-3602 .entry h3 {
  color: #1d1a1a;
}
.page-id-3602 .entry figcaption {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.partners {
  background-color: #fff;
  padding: 10% 0;
}
.partners .uagb-section__inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.partners .uagb-section__inner-wrap figure {
  flex: 1 1 15%;
  padding: 0 30px;
}
.partners .uagb-section__inner-wrap figure:nth-child(3) {
  flex: 1 1 12%;
}

.page-id-3602 .instagram-media {
  margin: 30px auto !important;
}

.transparent-blue {
  background-color: rgba(64, 146, 148, 0.1) !important;
}

.gb-block-accordion {
  margin-bottom: 60px;
}
.gb-block-accordion summary,
.gb-block-accordion summary span {
  background-color: #e75c5d !important;
  border: 2px solid #e75c5d;
  color: #fff !important;
  font-weight: bold;
}
.gb-block-accordion details {
  background-color: #fff;
  border: 2px solid #e75c5d;
}

.gb-block-accordion details summary::before {
  content: "";
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 15px;
}
.gb-block-accordion details[open] summary::before {
  content: "";
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-right: 15px;
}
.resources .uagb-section__overlay {
  background-color: rgba(238, 203, 81, 0.5);
}
