/*
Theme Name: 3d4kids
Theme URI: https://pristalica.com/
Author: Fran Gallardo
Author URI: https://pristalica.com/
Description: Theme a medida realizado por Pristálica para 3d4kids.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: forkids
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

avanza-azpeitia is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
header,
section,
article,
aside,
figure,
address,
time,
img,
p,
h1,
h2,
h3,
h4,
h5,
h6,
nav,
ul,
li,
blockquote,
label,
button,
input {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.red {
  color: #df542f !important;
}
.blue {
  color: #35a0cd !important;
}
.orange {
  color: #eb8b2d !important;
}
.green {
  color: #d2db2f !important;
}
.pink {
  color: #e0547d !important;
}
.yellow {
  color: #fff002 !important;
}
.purple {
  color: #714b8d !important;
}
.redBg {
  background-color: #df542f !important;
}
.blueBg {
  background-color: #35a0cd !important;
}
.orangeBg {
  background-color: #eb8b2d !important;
}
.greenBg {
  background-color: #d2db2f !important;
}
.pinkBg {
  background-color: #e0547d !important;
}
.yellowBg {
  background-color: #fff002 !important;
}
.purpleBg {
  background-color: #714b8d !important;
}
.site-header {
  max-width: 100%;
}
.header-container {
  height: 120px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-container .site-branding a figure img {
  height: 90px;
  width: auto;
  transition: all 0.3s ease;
}
.header-container .site-branding a figure img:hover {
  transform: scale(1.1);
}
.header-container .main-navigation ul {
  list-style: none;
  display: flex;
}
.header-container .main-navigation ul li {
  padding-left: 1rem;
}
.header-container .main-navigation ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}
.menu li:nth-child(1) a {
  color: #df542f;
}
.menu li:nth-child(2) a {
  color: #35a0cd;
}
.menu li:nth-child(3) a {
  color: #eb8b2d;
}
.menu li:nth-child(4) a {
  color: #d2db2f;
}
.menu li:nth-child(5) a {
  color: #e0547d;
}
.menu li:nth-child(6) a {
  color: #fff002;
}
.menu li:nth-child(7) a {
  color: #714b8d;
}
.mobile-menu,
.modal-menu-mobile {
  display: none;
}
#private-menu {
  list-style: none;
  display: flex;
}
#private-menu li {
  margin-left: 1rem;
}
#private-menu li a {
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}
#login-menu {
  list-style: none;
  display: flex;
}
#login-menu li {
  margin-left: 1rem;
}
#login-menu li a {
  background-color: #35a0cd;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  line-height: 58px;
  height: 58px;
  width: 150px;
  text-align: center;
}
#login-menu li:last-child a {
  background-color: #9b9b9b !important;
}
.wpml-ls-current-language {
  position: relative;
}
.wpml-ls-current-language .sub-menu {
  position: absolute;
  display: none !important;
  top: 20px;
  z-index: 100;
}
.wpml-ls-current-language .sub-menu li {
  padding-left: 0 !important;
}
.wpml-ls-current-language {
  display: flex;
  flex-direction: column;
}
.wpml-ls-current-language:after {
  content: url("./assets/lang-arrow.svg");
  position: absolute;
  left: 42px;
  top: 0;
  cursor: pointer !important;
}
.wpml-ls-current-language:hover > .sub-menu {
  display: block !important;
}
@media (max-width: 700px) {
  .menu {
    display: none !important;
  }
  .mobile-menu {
    display: block;
    font-weight: bolder;
  }
  .modal-menu-mobile {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 999;
    transition: all 0.3s ease;
  }
  .modal-menu-mobile-container {
    width: 100%;
    height: 100%;
  }
  .modal-menu-mobile-container .mobile-menu {
    list-style: none;
    display: flex;
    height: 100vh !important;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    padding-left: 3rem;
  }
  .modal-menu-mobile-container .mobile-menu li {
    padding: 0.5rem 0;
  }
  .modal-menu-mobile-container .mobile-menu li a {
    text-decoration: none;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(1) a {
    color: #df542f;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(2) a {
    color: #35a0cd;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(3) a {
    color: #eb8b2d;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(4) a {
    color: #d2db2f;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(5) a {
    color: #e0547d;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(6) a {
    color: #fff002;
  }
  .modal-menu-mobile-container .mobile-menu li:nth-child(7) a {
    color: #714b8d;
  }
  .close-icon {
    color: #4a4a4a;
    position: absolute;
    top: 4%;
    left: 4%;
    text-decoration: none;
    cursor: pointer;
    font-size: 21px;
    font-weight: bolder;
  }
}
.home-header {
  height: 550px;
  position: relative;
  background: url("./assets/home-header-bg.jpg") no-repeat center center;
  background-size: cover;
}
.home-claim-container {
  height: 80%;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
}
.home-claim-container h1 {
  color: #fff;
  font-size: 48px;
}
.home-claim-container .home-claim-bottom {
  align-self: flex-end;
}
.general-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 4.5rem 0;
  position: relative;
}
.general-title {
  position: relative;
  display: inline-block;
}
.general-title h2 {
  color: #4a4a4a;
  font-size: 36px;
  margin-bottom: 3rem;
}
.general-title img {
  position: absolute;
  top: -20%;
  right: -30%;
}
.colored-container {
  background-color: rgba(241,231,221,0.3);
}
.project-grid {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
}
.project-item {
  flex: 0 0 30%;
}
.project-number {
  font-size: 36px;
  color: #fff;
  width: 69px;
  height: 69px;
  text-align: center;
  margin-bottom: 2rem;
}
.red-bg {
  background-color: #df542f;
  transform: rotate(-12deg);
}
.blue-bg {
  background-color: #35a0cd;
  transform: rotate(12deg);
}
.orange-bg {
  background-color: #eb8b2d;
  transform: rotate(6deg);
}
.project-title {
  color: #4a4a4a;
  margin-bottom: 1rem;
}
.project-detail {
  font-family: 'Lato';
  color: #9b9b9b;
  line-height: 1.3rem;
}
.color-decoration-left {
  position: absolute;
  left: -5%;
  top: -60%;
}
.color-decoration-right {
  position: absolute;
  right: -5%;
  top: -30%;
}
.benefit-container {
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.benefit-container figure {
  flex: 0 0 50%;
}
.benefit-container figure img {
  width: 100%;
  height: auto;
}
.benefit-list {
  flex: 0 0 40%;
}
.benefit-list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.benefit-list .list-item span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 1rem;
}
.benefit-list .list-item p {
  color: #4a4a4a;
}
.red-item {
  background-color: #df542f;
  transform: rotate(-12deg);
}
.blue-item {
  background-color: #35a0cd;
  transform: rotate(12deg);
}
.orange-item {
  background-color: #eb8b2d;
  transform: rotate(9deg);
}
.green-item {
  background-color: #d2db2f;
  transform: rotate(-4deg);
}
.pink-item {
  background-color: #e0547d;
  transform: rotate(12deg);
}
.yellow-item {
  background-color: #fff002;
  transform: rotate(-9deg);
}
.milestones-container {
  height: 250px;
  position: relative;
  background: url("./assets/milestones-bg.svg") no-repeat center center;
  background-size: contain;
}
.milestones-grid {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.milestone-item {
  flex: 0 0 15%;
  padding-left: 1rem;
}
.milestone-date,
.milestone-title {
  color: #4a4a4a;
  font-weight: bolder;
  margin-bottom: 0.25rem;
}
.milestone-details {
  color: #9b9b9b;
  font-family: 'Lato';
}
.milestone-details a {
  color: #4a4a4a;
}
.partners {
  width: 100%;
  background-color: #df542f;
  color: #fff;
  position: relative;
}
.partners-title {
  max-width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
}
.partners-title h2 {
  font-size: 36px;
}
.partners-grid {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
}
.partners-item {
  flex: 0 0 30%;
  margin-bottom: 4rem;
  padding: 0 1rem;
  text-align: center;
}
.networking-container {
  height: 450px;
  position: relative;
  background: url("./assets/networking-bg.svg") no-repeat center center;
  background-size: contain;
}
.networking-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.networking-content h3 {
  text-align: center;
  color: #4a4a4a;
  margin-bottom: 5rem;
  max-width: 450px;
}
.blue-btn {
  color: #fff;
  background-color: #35a0cd;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  padding: 1rem 3rem;
  transition: all 0.3s ease;
}
.blue-btn:hover {
  transform: scale(1.1);
}
.posts-list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.posts-list li:nth-child(1) .post-img-mask {
  transform: rotate(-12deg);
}
.posts-list li:nth-child(1) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(12deg);
}
.posts-list li:nth-child(2) .post-img-mask {
  transform: rotate(-8deg);
}
.posts-list li:nth-child(2) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  top: -30px;
  left: -40px;
  transform: rotate(8deg);
}
.posts-list li:nth-child(3) .post-img-mask {
  transform: rotate(10deg);
}
.posts-list li:nth-child(3) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(-10deg);
}
.posts-list li:nth-child(4) .post-img-mask {
  transform: rotate(-10deg);
}
.posts-list li:nth-child(4) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(-10deg);
}
.posts-list li:nth-child(5) .post-img-mask {
  transform: rotate(12deg);
}
.posts-list li:nth-child(5) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  top: -30px;
  left: -40px;
  transform: rotate(12deg);
}
.posts-list li:nth-child(6) .post-img-mask {
  transform: rotate(8deg);
}
.posts-list li:nth-child(6) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(8deg);
}
.posts-list li:nth-child(7) .post-img-mask {
  transform: rotate(-12deg);
}
.posts-list li:nth-child(7) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(12deg);
}
.posts-list li:nth-child(8) .post-img-mask {
  transform: rotate(-8deg);
}
.posts-list li:nth-child(8) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  top: -30px;
  left: -40px;
  transform: rotate(8deg);
}
.posts-list li:nth-child(9) .post-img-mask {
  transform: rotate(10deg);
}
.posts-list li:nth-child(9) .post-img-mask img {
  width: 130%;
  height: 130%;
  position: absolute;
  left: -40px;
  top: -30px;
  transform: rotate(-10deg);
}
.home-post {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.home-post h4 {
  margin-bottom: 1rem;
}
.home-post h4 a {
  color: #4a4a4a;
  text-decoration: none;
}
.home-post p {
  font-family: 'Lato';
  color: #9b9b9b;
  font-size: 14px;
  margin-bottom: 2rem;
}
.read-more {
  display: block;
  margin-top: 1rem;
  text-decoration: none;
  color: #e0547d;
  font-weight: bolder;
  font-family: 'Montserrat';
}
.post-img-mask {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 2rem auto;
  margin-bottom: 4rem;
}
.post-img-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  mix-blend-mode: overlay;
}
.cta-events {
  text-align: center;
  margin-top: 2rem;
}
.grid-card {
  display: grid;
  margin: 3rem 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.grid-card-container {
  display: grid;
  margin: 3rem 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 24px;
}
.facetwp-template {
  display: grid;
  margin: 3rem 0;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 24px;
}
.card-item {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 7px 11px 0 rgba(0,0,0,0.08);
  padding: 2rem;
  width: 100%;
  margin: 0 auto;
  min-height: 290px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.card-item a {
  text-decoration: none;
  color: #9b9b9b;
}
.card-item p {
  color: #9b9b9b;
}
.card-item:hover {
  transform: scale(1.02);
}
.card-item-logo-mask {
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-item-logo-mask img {
  max-height: 120px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}
.card-item-detail {
  padding-top: 1rem;
  border-top: 1px solid #d3d3d3;
}
.card-item-detail h5 {
  margin-bottom: 0.5rem;
  color: #4a4a4a;
}
.card-item-detail p {
  display: block;
  font-size: 14px;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-items-footer {
  margin: 4rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.card-item-selected {
  border: 5px solid #d49013;
}
.link-btn {
  display: block;
  height: 58px;
  line-height: 58px;
  width: 340px;
  color: #fff;
  font-weight: bolder;
  text-decoration: none;
  transition: all 0.4s ease;
}
.link-btn:hover {
  transform: scale(1.025);
}
.link-red {
  background-color: #df542f;
}
.link-green {
  background-color: #d2db2f;
}
@media (max-width: 700px) {
  .home-post {
    flex: 0 0 100%;
  }
  .color-decoration-left,
  .color-decoration-right {
    display: none;
  }
  .networking-content h3 {
    font-size: 16px;
  }
  .milestones-section {
    display: none;
  }
  .benefit-container figure {
    display: none;
  }
  .benefit-container .benefit-list {
    flex: 0 0 90%;
    margin: 0 auto;
  }
  .project-grid {
    flex-wrap: wrap;
  }
  .project-grid .project-item {
    flex: 0 0 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .home-claim-container h1 {
    font-size: 36px;
  }
  .home-header,
  .general-container {
    overflow: hidden;
  }
  .grid-card {
    grid-template-columns: 1fr;
  }
}
.single-post__header {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.single-post__header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-post-content {
  width: 750px;
  margin: 0 auto;
  padding: 3rem 0;
  position: relative;
}
.single-post__title {
  position: absolute;
  top: -120px;
}
.single-post__title h1 {
  color: #fff;
  background-color: rgba(0,0,0,0.5);
  padding: 1rem;
}
.single-post__content {
  font-family: 'Lato';
  color: #4a4a4a;
}
.single-post__content p {
  margin-bottom: 1.5rem;
  line-height: 1.35rem;
}
.single-post__content p img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 700px) {
  .single-post-content {
    width: 90%;
    margin: 0 auto;
  }
  .single-post__title {
    top: -250px;
  }
}
.site-footer {
  background-color: #d2db2f;
  padding: 2rem 0;
}
.site-footer p {
  color: #fff;
  text-align: center;
}
.decoration-left {
  position: absolute;
  left: 0;
  bottom: 10%;
}
.decoration-right {
  position: absolute;
  right: 0;
}
.footer-container {
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}
.footer-title h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 3rem;
}
.footer-bottom {
  display: flex;
  max-width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.social-nav a img {
  height: 21px;
  width: auto;
  margin-left: 6px;
  transition: all 0.3s ease;
}
.social-nav a img:hover {
  transform: scale(1.1);
}
.gfield_required {
  display: none;
}
.contact-container {
  max-width: 350px;
  margin: 0 auto;
  box-sizing: border-box;
}
input[type=submit] {
  width: 100% !important;
  height: 58px;
  border: none;
  background-color: #714b8d;
  color: #fff;
  font-weight: 700;
  font-size: 18px !important;
  cursor: pointer;
  transition: all 0.3s ease;
}
input[type=submit]:hover {
  transform: scale(1.1);
}
input[type=text] {
  width: 350px !important;
  height: 58px;
  border: none;
  text-align: center;
  color: #4a4a4a;
}
textarea {
  color: #4a4a4a;
  width: 350px !important;
  border: none;
  text-align: center;
  padding-top: 1rem !important;
}
.footer-disclaimer {
  max-width: 90%;
  margin: 1rem auto;
}
.footer-disclaimer p {
  font-size: 12px;
}
.footer-flag {
  margin: 1rem auto;
  text-align: center;
}
@media (max-width: 700px) {
  .decoration-left,
  .decoration-right {
    display: none;
  }
}
.element-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #4a4a4a;
}
.element-content {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.element-bg-mask {
  height: 480px;
  width: 100%;
  overflow: hidden;
}
.element-bg-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.element-card {
  width: 360px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 5%;
  box-shadow: rgba(0,0,0,0.1) 0px 2px 30px 0px;
}
.element-card-logo-mask {
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.element-card-logo-mask img {
  max-height: 130px;
  max-width: 90%;
  object-fit: cover;
  object-position: center;
}
.element-card-detail {
  padding: 1rem;
  border-top: 1px solid #d3d3d3;
  max-height: 350px;
  overflow: scroll;
}
.element-card-detail p {
  font-size: 14px;
  color: #9b9b9b;
  display: block;
  max-height: 250px;
}
.services-container {
  max-width: 90%;
  margin: 2rem auto;
}
.services-container h3 {
  margin-bottom: 1rem;
}
.services-container ul {
  display: flex;
  list-style: none;
}
.services-container ul li {
  margin-right: 1rem;
}
.element-footer {
  background-color: #f0eeee;
  height: 90px;
  width: 100%;
}
.element-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.element-footer-item {
  display: flex;
  align-items: center;
  margin: 0 2rem;
}
.element-footer-item img {
  margin: 0 0.5rem;
}
.element-footer-item p {
  color: #35a0cd;
}
.element-footer-item p a {
  color: #35a0cd;
}
.main-blue-btn {
  display: block;
  width: 100%;
  height: 65px;
  background-color: #35a0cd;
  color: #fff;
  line-height: 65px;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  transition: all 0.4s ease;
}
.main-blue-btn:hover {
  background-color: #1f5c76;
}
.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
}
.acf-map img {
  max-width: inherit !important;
}
.wpt-form-set-children {
  padding-left: 2rem;
}
.facetwp-pager {
  text-align: center;
}
.form-group {
  margin: 2rem 0;
}
.form-group input[type="text"] {
  width: 100% !important;
}
.form-group a {
  color: #35a0cd;
}
.form-group input[type="button"] {
  color: #fff;
  background-color: #d2db2f;
  border: none;
  height: 58px;
  min-width: 250px;
}
.form-group select {
  max-width: 250px;
}
.toolset-google-map-preview-closest-address {
  display: none !important;
}
.provider-options .cred-refresh-after-delete {
  color: #f00 !important;
}
@media (max-width: 700px) {
  .element-card {
    width: 90%;
  }
  .services-container ul {
    flex-direction: column;
  }
  .element-footer-content {
    flex-direction: column;
  }
  .element-footer-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .popup-card-content {
    max-width: 100%;
  }
}
.networking-header {
  height: 550px;
  position: relative;
  background: url("./assets/home-header-bg.jpg") no-repeat center center;
  background-size: cover;
}
.networking-claim-container {
  height: 70%;
  width: 90%;
  margin: 0 auto;
  padding: 3rem 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.networking-claim-container h1 {
  color: #fff;
  font-size: 48px;
}
.tab-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.tab-item {
  box-sizing: border-box;
  padding: 1rem;
  cursor: pointer;
}
.tab-item h3 {
  font-size: 16px;
  color: #4a4a4a;
}
.tab-item p {
  font-size: 14px;
  color: #9b9b9b;
}
.tab-item a {
  text-decoration: none;
}
.red-tab {
  border-bottom: 10px solid #df542f;
  transition: all 0.4s ease;
}
.red-tab:hover {
  background-color: #df542f;
}
.red-tab:hover h3,
.red-tab:hover p {
  color: #fff;
}
.red-tab-active {
  background-color: #df542f;
}
.red-tab-active h3,
.red-tab-active p {
  color: #fff;
}
.blue-tab {
  border-bottom: 10px solid #35a0cd;
  transition: all 0.4s ease;
}
.blue-tab:hover {
  background-color: #35a0cd;
}
.blue-tab:hover h3,
.blue-tab:hover p {
  color: #fff;
}
.blue-tab-active {
  background-color: #35a0cd;
}
.blue-tab-active h3,
.blue-tab-active p {
  color: #fff;
}
.orange-tab {
  border-bottom: 10px solid #eb8b2d;
  transition: all 0.4s ease;
}
.orange-tab:hover {
  background-color: #eb8b2d;
}
.orange-tab:hover h3,
.orange-tab:hover p {
  color: #fff;
}
.orange-tab-active {
  background-color: #eb8b2d;
}
.orange-tab-active h3,
.orange-tab-active p {
  color: #fff;
}
.green-tab {
  border-bottom: 10px solid #d2db2f;
  transition: all 0.4s ease;
}
.green-tab:hover {
  background-color: #d2db2f;
}
.green-tab:hover h3,
.green-tab:hover p {
  color: #fff;
}
.green-tab-active {
  background-color: #d2db2f;
}
.green-tab-active h3,
.green-tab-active p {
  color: #fff;
}
.center-title {
  text-align: center;
  position: relative;
}
.center-title h2 {
  font-size: 48px;
  color: #4a4a4a;
  margin-bottom: 2rem;
}
.center-title img {
  position: absolute;
  top: -20%;
  right: 35%;
}
.center-detail {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.center-detail p {
  color: #9b9b9b;
  margin-bottom: 1.5rem;
}
.center-color-decoration-left {
  position: absolute;
  left: -5%;
  top: 12%;
}
.center-color-decoration-right {
  position: absolute;
  right: -5%;
  top: 12%;
}
.statistics-container {
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.statistics-item {
  margin: 0 3rem;
  position: relative;
}
.statistics-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.statistics-item-content h2 {
  font-size: 82px;
  color: #4a4a4a;
}
.form-container {
  z-index: 99;
  max-width: 90%;
  margin: 0 auto 2rem auto;
  border: 1px solid #f00;
}
.search-form-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.search-form-content input[type="text"] {
  background-color: rgba(216,216,216,0.55);
  margin-right: 2rem;
  font-size: 14px;
  font-style: italic;
}
.search-form-content input[type="submit"] {
  max-width: 150px;
  background-color: #35a0cd;
  font-size: 14px !important;
}
.facetwp-search {
  padding-right: 0 !important;
}
.archive-form-container {
  max-width: 80%;
  margin: 0 auto;
}
.archive-form-container .facetwp-search-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.archive-form-container .facetwp-search-wrap {
  width: 100%;
}
.archive-form-container input[type="text"] {
  background-color: rgba(216,216,216,0.55);
  margin-right: 2rem;
  font-size: 14px;
  font-style: italic;
  width: 750px !important;
}
.facetwp-btn {
  top: 20px !important;
  right: 25% !important;
}
.filter-container {
  max-width: 80%;
  margin: 0 auto;
}
.filter-container .facetwp-facet {
  display: flex;
  justify-content: center;
}
.filter-container .facetwp-facet .facetwp-checkbox {
  margin: 0 2rem;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bolder;
}
.search-bar-container {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.search-bar-container input[type="text"] {
  background-color: rgba(216,216,216,0.55);
  margin: 0 auto;
  font-size: 14px;
  font-style: italic;
  width: 100% !important;
}
.search-bar-container select {
  background-color: rgba(216,216,216,0.55);
  border: none;
  border-radius: 0 !important;
  height: 58px;
  margin-right: 1.5rem;
  padding-left: 1rem;
  font-style: italic;
  font-size: 14px;
  color: #9b9b9b;
  width: 100%;
  -webkit-appearance: none;
}
.search-bar-container input[type="search"] {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px;
  font-style: italic;
  border: none;
  height: 58px;
  padding-left: 1rem;
  margin-right: 24px;
}
.search-bar-container .facetwp-autocomplete-update {
  background-color: #35a0cd;
  border: none;
  height: 58px;
  color: #fff;
  font-weight: bolder;
  min-width: 60px;
}
.search-bar-container .facetwp-btn {
  display: none;
  top: 0 !important;
  right: 15% !important;
}
.search-bar-four {
  grid-template-columns: repeat(4, 1fr);
}
.two-columns {
  grid-template-columns: repeat(2, 1fr) !important;
}
.two-columns .facetwp-facet-countries input[type="search"] {
  width: 60%;
}
.two-columns .facetwp-facet-countries input[type="button"] {
  width: 30%;
}
.title-map-mark {
  margin-top: 8px;
}
.price-tag {
  margin: 8px 0;
  padding: 4px;
  display: inline-block;
  background-color: #eb8b2d;
  color: #fff;
  font-weight: bold;
}
.popup-container {
  display: none;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(74,74,74,0.8);
}
.popup-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popup-card-content {
  background-color: #fff;
  padding: 3rem;
  position: relative;
  width: 400px;
}
.popup-card-content input[type="text"] {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px !important;
  font-style: italic;
}
.popup-card-content textarea {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px !important;
  font-style: italic;
}
.close-popup {
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  cursor: pointer;
  font-size: 12px;
  font-weight: bolder;
  transition: all 0.4s ease;
}
.close-popup:hover {
  border-bottom: 1px solid #9b9b9b;
}
.register-form-container {
  width: 800px;
  margin: 0 auto 5rem auto;
}
.register-form-container label {
  font-size: 14px !important;
  color: #4a4a4a !important;
  text-align: left !important;
}
.register-form-container input[type=text],
.register-form-container input[type=password],
.register-form-container input[type=email],
.register-form-container textarea {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px !important;
  font-style: italic;
  text-align: left;
  padding-left: 1rem !important;
  border: none;
  height: 58px;
}
.register-form-container .ginput_container_radio .gfield_radio {
  display: flex;
  justify-content: center;
}
.register-form-container .ginput_container_radio .gfield_radio li {
  margin: 0 2rem;
}
.register-form-container .ginput_container_radio .gfield_radio li input {
  margin-top: 0 !important;
}
.gfield_label {
  text-align: left !important;
}
.ginput_container {
  margin: 0.5rem auto !important;
}
.ginput_container input {
  width: 100% !important;
}
.ginput_complex label {
  display: none !important;
}
.gf_page_steps {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 150px;
  margin-bottom: 3rem !important;
  border-bottom: none !important;
}
.gf_step_number {
  display: none !important;
}
.gf_step {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center !important;
  margin: 0 1rem !important;
  width: 150px !important;
  height: 130px !important;
  padding: 0 0.5rem 0.5rem 0.5rem !important;
}
#gf_step_3_1:before,
#gf_step_7_1:before {
  content: url("./assets/step1-icon.svg");
}
#gf_step_3_1,
#gf_step_7_1 {
  border-bottom: 4px solid #df542f;
}
#gf_step_3_2:before,
#gf_step_7_2:before {
  content: url("./assets/step2-icon.svg");
}
#gf_step_3_2,
#gf_step_7_2 {
  border-bottom: 4px solid #35a0cd;
}
#gf_step_3_3:before {
  content: url("./assets/step3-icon.svg");
}
#gf_step_3_3 {
  border-bottom: 4px solid #eb8b2d;
}
.gform_page_footer {
  border-top: none !important;
}
.gform_ajax_spinner {
  width: 42px;
  height: 32px;
}
.gform_page_footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gform_page_footer input[type=button] {
  width: 320px !important;
  background-color: #df542f !important;
  font-size: 14px !important;
  color: #fff;
  font-weight: bolder;
  height: 58px;
  cursor: pointer;
  border: none !important;
  transition: all 0.3s ease;
}
.gform_page_footer input[type=button]:hover {
  transform: scale(1.025);
}
.gform_page_footer input[type=submit] {
  background-color: #eb8b2d !important;
}
#gform_previous_button_3_1,
#gform_next_button_3_1 {
  background-color: #35a0cd !important;
  border: none !important;
}
#gform_previous_button_3 {
  background-color: #eb8b2d !important;
  border: none !important;
}
#gform_previous_button_7 {
  background-color: #35a0cd !important;
  border: none !important;
}
.notification-container {
  max-width: 90%;
  margin: 0 auto 5rem auto;
}
.notification-card {
  max-width: 500px;
  margin: 0 auto;
  padding: 3rem;
  background-color: rgba(216,216,216,0.55);
}
.notification-card h2 {
  margin-bottom: 1rem;
  color: #4a4a4a;
}
.notification-card-footer {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
}
.notification-card-footer a {
  margin: 0 2rem;
}
.notification-btn {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bolder;
  height: 58px;
  line-height: 58px;
  width: 290px;
  text-align: center;
  transition: all 0.3s ease;
}
.btn-red {
  background-color: #df542f;
}
.btn-blue {
  background-color: #35a0cd;
}
.notification-btn:hover {
  transform: scale(1.025);
}
.submit-school-container {
  max-width: 90%;
  margin: 3rem auto;
}
.submit-school-content {
  text-align: center;
  color: #4a4a4a;
}
.submit-school-content h2 {
  margin-bottom: 1rem;
}
.submit-school-form {
  width: 550px;
  margin: 2rem auto;
}
.submit-school-form label {
  font-size: 14px !important;
  color: #4a4a4a !important;
  text-align: left !important;
}
.submit-school-form input[type=text],
.submit-school-form input[type=password],
.submit-school-form input[type=email],
.submit-school-form textarea {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px !important;
  font-style: italic;
  text-align: left;
  padding-left: 1rem !important;
  border: none !important;
  height: 58px;
}
.submit-school-form textarea {
  width: 100% !important;
}
.submit-school-form .gfield {
  padding-right: 0 !important;
}
.lrm-switcher {
  display: none;
}
.lrm-user-modal-container input[type=password] {
  text-align: center;
}
.lrm-user-modal-container button[type=submit] {
  background-color: #35a0cd;
  border-radius: 0px;
}
.header-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-row .center-title {
  display: flex;
  align-items: center;
  line-height: 120px;
}
.header-row .center-title h2 {
  display: block;
  height: 100%;
  margin-bottom: 0;
  margin-left: 1rem;
}
.facetwp-map-filtering {
  display: none;
}
.filter-map-container .facetwp-facet {
  margin-bottom: 0 !important;
}
.activation-container {
  max-width: 90%;
  margin: 3rem auto;
}
textarea {
  background-color: rgba(216,216,216,0.55);
  font-size: 14px !important;
  font-style: italic;
  text-align: left;
  padding-left: 1rem !important;
  border: none !important;
  height: 58px;
  width: 100% !important;
}
@media (max-width: 700px) {
  .tab-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .statistics-container {
    max-width: 90%;
    flex-direction: column;
  }
  .statistics-item {
    margin-bottom: 1rem;
  }
  .search-bar-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .header-row {
    flex-direction: column;
    max-width: 90%;
  }
  .header-row .center-title {
    line-height: 48px;
    margin-top: 1rem;
  }
  .header-row .center-title h2 {
    font-size: 32px;
  }
  input[type=submit] {
    max-width: 90% !important;
  }
  .submit-school-form {
    width: 90%;
  }
  .register-form-container {
    width: 90%;
  }
}
.site-content {
  min-height: calc(100vh - 120px - 300px);
}
.content-area {
  max-width: 1200px;
  margin: 2rem auto;
}
.page .entry-header {
  margin-bottom: 2rem;
}
.page .entry-content h1,
.page .entry-content h2,
.page .entry-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.page .entry-content p {
  margin-bottom: 1rem;
  font-family: 'Lato';
  color: #4a4a4a;
}
.page .entry-content ol,
.page .entry-content ul {
  font-family: 'Lato';
  color: #4a4a4a;
}
.page .entry-content ol li,
.page .entry-content ul li {
  margin-bottom: 1rem;
}
.profile-section {
  margin: 2rem 0;
}
.profile-section h2 {
  margin-bottom: 1.5rem !important;
}
.profile-section .wpv-loop {
  list-style: none;
}
.profile-section .wpv-loop li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.profile-section .wpv-loop li a {
  color: #35a0cd;
}
.profile-section .wpv-loop li .cred-refresh-after-delete {
  color: #df542f;
}
@media (max-width: 700px) {
  .general-page {
    padding: 0 5%;
  }
}
.read-only {
  pointer-events: none;
  user-select: none;
}
