/*
Theme Name: RootDigital
Text Domain: RootDigital
Version: 1.0
Description: RootDigitalImitation
Author: Patryk Nowak
*/

@import "assets/css/bundle.css?v=0.1.2";

/* a {
  color: black;
  -webkit-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}

a:hover {
  color: black;
}

footer {
  background-color: #0039CB;
  padding: 40px 10%;
}

.header {
  background-color: #0039CB;
  padding: 0px 10%;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px;
}

nav > div {
  margin-left: 20px;
}

.nav-wordpress {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.nav-wordpress > li > a {
  font-weight: bold;
  margin-left: 20px;
  color: black;
}

#footer-root-logo {
  border-bottom: 3px solid black;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer-root-logo > img {
  margin-bottom: 20px;
  width: 20%;
}

#footer-info {
  margin: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} */

.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.heading>h1 {
    padding: 10px;
    width: 80%;
    border: 3px solid black;
    text-align: center;
}

.choices {
    margin-bottom: 10px !important;
}

.choices__inner {
    height: fit-content;
    min-height: 30px !important;
    padding: 0px 10px !important;
}

.cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    /* height: 400px;
    border: 3px solid black; */
}

.cover>h1 {
    padding: 10px 0px;
}

.methodology {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 400px;
    border: 3px solid black;
}

.methodology>h1 {
    padding: 10px;
}

.fiter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 10%;
    padding: 30px 30px;
    border: 3px solid black;
}

.fiter>h1 {
    padding: 10px;
}

#content-campaigns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #f9f9f9;
    padding-left: 0;
    list-style: none;
}

.content-campaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px 20px 20px 0px;
    min-height: 200px;
    width: 100%;
    margin: 0 0 20px;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    background: #f9f9f9;
    position: relative;
    padding-left: 0;
    list-style: none;
}

.content-campaign.non-active {
    display: none;
}

.content-campaign-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-campaign:hover {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.294);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.294);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.content-campaign-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 200px;
    margin: 15px 0px 15px 15px;
}

.content-campaign-image>img {
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-campaign-data {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 20px 30px;
}

.content-campaign-data h3 {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 2.4rem;
}

.content-campaign-data p {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    word-break: break-word;
}

.content-campaign-data p strong {
    font-weight: bold;
    width: 85px;
    display: inline-block;
}

.content-campaign-urlnum {
    background-color: #0039cb;
    -webkit-box-flex: 0.8;
    -ms-flex: 0.8;
    flex: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 20px 20px 0px;
}

.content-campaign-urlnum h3 {
    color: white;
    margin: 0px;
    font-size: 3rem;
    font-weight: bold;
}

.content-campaign-urlnum p {
    color: white;
    font-size: 1.5rem;
    margin: 0;
}

.filter-category-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.filter-category-options:first-child {
    margin-left: 0px;
}

.filter-category-name {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
}

#filter-category-market>.filter-category-options>.filter-category-option {
    text-transform: uppercase;
}

.filter {
    width: 100%;
}

.filter-category-option {
    overflow-wrap: break-word;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    padding: 7px 10px;
    color: white;
    cursor: pointer;
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    text-transform: capitalize;
    width: auto;
}

.filter-category-option.deselected {
    background-color: #0039cb;
}

.filter-category-option.deselected:hover {
    background-color: #203a50;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.171);
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.171);
}

.filter-category-option.selected {
    background-color: #203a50;
}

.resource-back {
    background: #f9f9f9;
}

.choices__item.choices__item--selectable {
    height: 30px;
    line-height: 21px;
}

#resources-article {
    /* padding: 0px 20%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /* max-width: 1260px; */
    background: #f9f9f9;
    margin-top: -150px;
}

.hidden {
    display: none;
}

.shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.choices__item.choices__item--selectable {
    text-transform: capitalize;
}

@media only screen and (max-width: 900px) {
    .filter-category-option {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
    .content-campaign {
        width: 90%;
        min-height: auto;
    }
    .content-campaign-data h3 {
        font-size: 1.8rem;
        font-weight: 500;
    }
    .content-campaign-data p {
        font-size: 1.4rem;
    }
    .content-campaign-image {
        min-width: auto;
        display: none;
    }
    .content-campaign-urlnum h3 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 500px) {
    .content-campaign-data h3 {
        font-size: 1.6rem;
        font-weight: 500;
    }
}

/* ---- GUIDE */

.guide__header {
    background: #164469;
}

.guide__label {
    color: #fff;
}

.guide__dropdown-container {
    position: relative;
    padding: 20px 0;
}

ul.guide__dropdown-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    max-width: 350px;
    padding: 4px 0;
    border-radius: 4px;
    box-shadow: 0 6px 15px rgb(0 0 0 / 15%);
    position: absolute;
    display: none;
}

ul.guide__dropdown-list.is-open {
    display: block;
}


.guide__dropdown-list li:hover {
    background: #efefef;
}

.guide__dropdown-list li a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    padding: 8px 16px;
    display: block;
}

.guide__dropdown-list li a.current {
    border-left: 5px solid #333;
    background: #dedede;
    font-weight: bold;
}


.guide__dropdown {
    padding: 4px 32px 4px 8px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #333;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}

.guide__dropdown::after {
    content: '';
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    position: absolute;
    top: 14px;
    right: 8px;
}

.guide__dropdown.is-open::after {
    transform: rotate(180deg);
}

.guide__footer {
    background: #164469;
    padding: 20px 0 40px;
}

h3.guide__footer-title {
    text-align: center;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
}

ol.guide__nav {
    font-size: 16px;
    line-height: 1.4;
    color: white;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0;
    width: 50%;
    padding: 0 20px;
}

@media only screen and (max-width: 640px) {
    .guide__nav-container {
        flex-direction: column;
    }

    ol.guide__nav {
        width: 100%;
    }
}

.guide__nav-container {
    display: flex;
}

.guide__nav li {
    display: flex;
    height: auto;
    margin-bottom: 20px;
}

.guide__nav li a {
    color: white;
    text-decoration: none;
    display: flex;
    padding: 10px;
    width: 100%;
}

.guide__nav li a span.guide__numb {
    border-radius: 50%;
    border: 1px solid;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    margin-right: 8px;
    font-size: 14px;
}

.guide__nav li a span.guide__title {
    width: calc(100% - 32px);
    padding-top: 2px;
}

.guide__nav li.current a{
    background: #fff;
    border-radius: 10px;
    color: #333;
    font-weight: bold;
}

.guide__nav li.current a:hover {
    background: #fff;
}

.guide__nav li a:hover {
    background: #3679af;
    border-radius: 10px;
}

.mc4wp-alert.mc4wp-success {
    background: #6ef16e;
    margin-top: 32px;
    padding: 16px 24px;
    border-radius: 10px;
}

/*# sourceMappingURL=style.css.map */