/*
 Theme Name:   License Plate | Roadmap
 Author:       Lalith Polepeddi
 Version:      0.1.0
*/

/*General*/
html,
body {
  margin: 0;
}

h1 {
  color: #212529;
  font-size: 2.4em;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  color: #212529;    
  font-size: 1.6em;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h3 {
  color: #212529;    
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h4 {
  color: #212529;    
  font-size: 1em;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p,
li {
  color: #212529;    
  font-size: 1em;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

p + p {
  margin-top: 24px;
}

p a,
p a:hover,
.card a,
.card a:hover {
    color: #FF8000 !important;
    font-weight: 600;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
  }

  h3 {
    font-size: 1.6em;
  } 
  
  h4 {
    font-size: 1.25em;
  } 
}

.section {
    padding: 32px 0;
}

.section + .section {
    padding-top: 0;
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 80px;
        padding-left: 80px;
    }
}

/*Header*/
.header {
  background-color: #fff;
  padding: 16px 0;
}

.header .left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.header .navbar-toggler {
  padding: 0;
  border: none;
  outline: none;
  margin-right: 20px;
  margin-top: 4px;
}

.header .navbar-light .navbar-toggler-icon {
  background-image: url(https://georgiaclimateproject.org/wp-content/uploads/2020/02/baseline_menu_black_48dp.png);
}

.header div.logo {
  width: 120px;
  padding-right: 16px;
}

.header .secondary-logo {
  padding-left: 16px;
  border-left: 2px solid #4b2e11;
}

.header .secondary-logo img {
    width: 200px;
}

.header .navbar-nav li {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 600;
}

.header .navbar-nav li a,
.header .navbar-nav li a:hover,
.header .navbar-nav li a:visited {
  color: #202124;
  text-decoration: none;
  cursor: pointer;
}

.header .menu-nav-container {
  margin: 12px 0 0 50px;
}

.header .navbar-nav li + li {
  margin: 12px 0 0 0;
}

.header .dropdown i {
  cursor: pointer;
  font-size: 1.25em;
}

.header .dropdown-menu {
  padding: 12px;
  min-width: 20rem;
}

.header .dropdown-menu div + div {
  margin-top: 12px;
}

.header .dropdown-menu p {
  color: #5f5f5f;
  font-size: 0.85em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

/*.header .dropdown-menu i {*/
/*  display: inline;*/
/*  font-size: 1.5em;*/
/*  color: #FF8000;*/
/*  margin-right: 12px;*/
/*}*/

.header .dropdown-menu img {
  margin-right: 12px
}


.header .dropdown-menu a,
.header .dropdown-menu a:hover {
  text-decoration: none; 
}

@media (min-width: 576px) {
  .header .secondary-logo img {
     width: 370px;
   }    
}

@media (min-width: 992px) {
  .header .secondary-logo img {
    width: 370px;
  }
  
  .header .menu-nav-container {
    margin: 0 0 0 64px;
  }

  .header .navbar-nav {
    flex-direction: row;
  }

  .header .navbar-nav li + li {
    margin: 0 0 0 32px;
  }
}

/*Footer*/
.footer {
  background-color: rgba(32, 33, 36, 0.9);
}

/*Social*/
.footer .social {
  border-top: 1px solid #dadada;
  padding: 32px 0;
}

.footer .social h5 {
  display: none;
  margin-right: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.footer .social h5 + div {
  display: inline-block;
}

.footer .social ul {
  padding: 0;
  margin: 0;
}

.footer .social li {
  display: inline-block;
}

.footer .social li svg {
  fill: #dadada;
  height: 28px;
  width: 28px;
}

.footer .social li a:hover svg {
  fill: #fff;
}

.footer .social li + li {
  margin-left: 32px;
}

@media (min-width: 576px) {
  .footer .social h5 {
    display: inline-block;
  }
}

/*Activities*/
.footer .activities {
  border-top: 1px solid #dadada;
  padding: 32px 0;
}

.footer .activities .col-lg-3 + .col-lg-3 {
  margin-top: 32px;
}

.footer .activities h5 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.footer .activities ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .activities p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  margin: 16px 0 0 0;
  padding: 0;
}

.footer .activities p a {
  color: #dadada;
  text-decoration: none;
  font-weight: 400;
}

.footer .activities p a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}

@media (min-width: 992px) {
  .footer .activities .col-lg-3 + .col-lg-3 {
    margin-top: 0;
  }
}

/*Brand*/
.footer .brand {
  border-top: 1px solid #dadada;
  padding: 32px 0;
  text-align: center;
}

.footer .brand .logo {
  margin-bottom: 32px;
}

.footer .brand .logo img {
  width: 150px;
}

.footer .brand .partners {
  margin-bottom: 32px;
}

.footer .brand .partners .row {
  align-items: baseline;
}

.footer .brand .partners .card {
  background-color: transparent;
  border: none;
  margin-bottom: 32px;
}

.footer .brand .partners img {
  min-width: 104px;
  max-width: 120px;
}

/*Links*/
.footer .brand .links li {
  list-style: none;
  display: inline-block;
  font-size: 0.9em;
}

.footer .brand .links li + li {
    margin-left: 24px;
}

.footer .brand .links li a {
  color: #dadada;
  text-decoration: none;
}

.footer .brand .links li a:hover {
  color: #fff;
  text-decoration: none;
}


/*Hero*/
.hero {
    padding: 50px 0;
}

.hero h1 {
    font-size: 1.6em;
    margin: 0 0 28px 0;
    /*text-align: center;*/
}

@media (min-width: 768px) {
  .hero h1 {
    font-size: 2.4em;
  }
}

/*Main*/
.roadmap {
    padding: 0 0 80px 0;
}

.roadmap .filters {
    /*display: none;*/
    margin-bottom: 48px;
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: 2.4em;
  }

  .roadmap-grid {
    display: grid;
    flex-direction: column;
    grid-template-columns: repeat(12,minmax(0,1fr));
    grid-column-gap: 48px;
  }

  .roadmap .filters {
    display: block;
    grid-column: 1/4;
  }

  .roadmap .questions {
    grid-column: 4/13;
  }
}

@media (min-width: 1100px) {
  .roadmap .container {
    max-width: inherit;
    margin-right: auto;
    margin-left: auto;
    padding-right: 80px;
    padding-left: 80px;    
  }  
}

/*Filters*/
.filters .filter {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.filters .filter h4 {
    font-weight: 600;
    margin-bottom: 16px;
    /*color: #767676;*/
    font-size: 0.9em;
}

.filters .filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filters .filter li {
    font-weight: 600;
    font-size: 0.9em;
    color: #767676;
    cursor: pointer;
    
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.filters .filter li:hover {
    color: #010101;
}

.filters .filter li.active {
    color: #FF8000;
}

.filters .filter li + li {
    margin-top: 4px;
}

/*Questions*/
.questions .num {
    font-weight: 600;
    margin-bottom: 8px;
    /*color: #767676;*/
    font-size: 0.9em;
}

.questions .card:hover {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.2);
}

.questions .card .card-title {
    cursor: pointer;
    margin: 0;
    padding: 20px;
}

.questions .card .card-text {
    padding: 0 20px 20px 20px;
}

.questions .card .card-text.hide {
    display: none;
}

.questions .card.weather-and-climate { border-top: 2px solid #ffca28; }
.questions .card.ecosystems-in-georgia { border-top: 2px solid #7e57c2; }
.questions .card.oceans-and-coasts { border-top: 2px solid #26c6da; }
.questions .card.agriculture-forestry-and-food { border-top: 2px solid #66bb6a; }
.questions .card.water { border-top: 2px solid #42a5f5; }
.questions .card.energy-and-transportation { border-top: 2px solid #607d8b; }
.questions .card.human-health { border-top: 2px solid #ef5350; }
.questions .card.communities-and-infrastructure { border-top: 2px solid #8d6e63; }
.questions .card.human-values-social-equity-and-environmental-justice { border-top: 2px solid #ab47bc; }
.questions .card.mitigation-and-adaptation-across-multiple-sectors-and-scales { border-top: 2px solid #5c6bc0; }

.questions .card + .card {
    margin-top: 16px;
}

/*Post and Page */
.post .section {
    padding: 56px 0;
}

.post .content .container {
  max-width: 680px;
} 

.post .wp-block-cover {
  min-height: 320px;
}

.post .content h3 {
  margin-top: 21px;
}

.post .content p {
  font-size: 1em;
  line-height: 28px;
}

.post .content p + p {
  margin-top: 24px;
}

.post figure img {
  max-width: 100%;
  height: auto;
}

.post .content .title {
  margin-bottom: 28px;
}

.post .content p.pubdate {
  color: #767676;
  margin-bottom: 16px;
}

.post .content .tags {
    margin-bottom: 28px;
}

.post .content .wp-block-quote {
  border-left: none;
  padding: 50px 0;
  margin: 0 0 1rem;
}

.post .content .wp-block-quote p {
  line-height: 35px;
  margin-bottom: 12px;
  font-size: 1.25em;
}

@media (min-width: 768px) {
  .post .content .wp-block-quote p {
    font-size: 1.6em;
  }  
}

.post .content .wp-block-quote cite {
  font-size: 1em;
  color: #767676;
}