/*
Theme Name: GP Make Smthng Week
Theme URI: http://underscores.me/
Author: Latte Creative
Author URI: http://www.lattecreative.com
Description: GP Make Smthng Week
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gp_smtweek
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

GP Make Smthng Week is based on Underscores https://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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 31, 2017 9:28 AM */
@font-face {
  font-family: 'HK Grotesk Medium';
  src: url("./fonts/HKGrotesk-MediumItalic.eot");
  src: url("./fonts/HKGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/HKGrotesk-MediumItalic.woff") format("woff"), url("./fonts/HKGrotesk-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'HK Grotesk';
  src: url("./fonts/HKGrotesk-Bold.eot");
  src: url("./fonts/HKGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/HKGrotesk-Bold.woff") format("woff"), url("./fonts/HKGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'HK Grotesk';
  src: url("./fonts/HKGrotesk-BoldItalic.eot");
  src: url("./fonts/HKGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./fonts/HKGrotesk-BoldItalic.woff") format("woff"), url("./fonts/HKGrotesk-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'HK Grotesk';
  src: url("./fonts/HKGrotesk-Medium.eot");
  src: url("./fonts/HKGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("./fonts/HKGrotesk-Medium.woff") format("woff"), url("./fonts/HKGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'HK Grotesk';
  src: url("./fonts/HKGrotesk-Regular.eot");
  src: url("./fonts/HKGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("./fonts/HKGrotesk-Regular.woff") format("woff"), url("./fonts/HKGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Here we are
--------------------------------------------------------------*/
@media only screen and (max-width: 63.9375em) {
  .show-for-large-up {
    display: none; } }

@media only screen and (min-width: 64em) {
  .show-for-medium-down {
    display: none; } }

html, body {
  max-width: 100%;
  overflow-x: hidden; }

body {
  background-color: #E4DC00;
  font-family: 'HK Grotesk', sans-serif; }

h1, h2, h3, h4, h5 {
  font-family: 'HK Grotesk', sans-serif; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul li a {
    color: black; }
    ul li a:hover {
      text-decoration: underline; }

a {
  color: black; }

a:hover {
  color: #ff0500; }

/* SECTION HOME */
.eye_1, .eye_2, .eye_3, .eye_4, .eye_5, .eye_6, .eye_7, .eye_8 {
  z-index: 100; }

.join-first-section {
  padding-top: 30px; }

.about-section.section {
  margin-top: 0; }

/* GENERAL */
p {
  font-size: 18px; }

h3 {
  font-style: italic;
  font-size: 25px; }

a {
  word-wrap: break-word; }

a.button {
  background: #fff;
  color: #0f0b0b;
  padding: 8px 40px 7px;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  text-decoration: none; }
  a.button:active, a.button:visited, a.button:focus {
    background: white;
    color: #0f0b0b; }
  a.button:hover {
    background: white;
    color: #ff0500; }

ul.handlist {
  margin-top: 40px;
  margin-bottom: 10px; }

ul.handlist > li {
  padding-left: 50px;
  background-image: url("./images/hand_pointer.svg");
  background-repeat: no-repeat;
  background-position: 0 6px;
  background-size: 40px;
  margin-bottom: 1em;
  font-size: 18px; }

ul.handlist ul li {
  list-style: disc; }

ul.handlist.big li {
  font-size: 20px; }

.select_btn.language select {
  width: 40px;
  text-transform: uppercase;
  border: none;
  height: 2em;
  border-radius: 0;
  background-color: transparent;
  position: absolute;
  color: black;
  font-size: 15px;
  top: 15px;
  cursor: pointer;
  padding: 0;
  font-weight: bold;
  padding-right: 15px;
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border-bottom: 3px solid #ff0500;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(0, 0, 0)"></polygon></svg>');
  z-index: 2000; }
  @media only screen and (max-width: 63.9375em) {
    .select_btn.language select {
      margin-left: 5px; } }
  .select_btn.language select:focus {
    outline: none;
    box-shadow: none; }
  .select_btn.language select option {
    outline-style: none;
    box-shadow: none;
    border-color: transparent; }

/* TYPO */
.entry-content {
  font-size: 18px; }
  .entry-content a {
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none; }
  .entry-content p {
    margin-bottom: 1.5em; }
  .entry-content ul.handlist {
    margin-top: 2em;
    margin-bottom: 2em; }
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
    margin-top: 1.5em;
    margin-bottom: 1em; }
  .entry-content h2 {
    font-size: 2.5rem; }
  .entry-content h2 + h3 {
    margin-top: 1em; }
  .entry-content .content-column {
    margin-bottom: 3em; }
    .entry-content .content-column.one_half {
      padding-right: 1.5em; }
      .entry-content .content-column.one_half h3:first-child {
        margin-top: 0.8em; }
      .entry-content .content-column.one_half a.button {
        text-decoration: none;
        background: #5FC17B;
        color: white; }
        .entry-content .content-column.one_half a.button:hover {
          background: #FF6F4D;
          color: white; }
      .entry-content .content-column.one_half.last_column {
        padding-right: 0px;
        padding-left: 1.5em; }
    .entry-content .content-column.four_fifth {
      padding-right: 1.5em; }
      .entry-content .content-column.four_fifth p:first-child {
        margin-bottom: 0.4em; }
      .entry-content .content-column.four_fifth h3 {
        margin-top: 0.2em; }
    .entry-content .content-column.one_third {
      padding-right: 1.9em; }
    .entry-content .content-column.one_fourth {
      padding-right: 1.9em; }
      .entry-content .content-column.one_fourth.last_column {
        padding-right: 0px; }
    .entry-content .content-column.one_fifth.last_column {
      padding-top: 1.4em; }
      @media screen and (max-width: 600px) {
        .entry-content .content-column.one_fifth.last_column {
          display: none; } }
    .entry-content .content-column.two-third {
      padding-right: 1.9em; }
      .entry-content .content-column.two-third.last_column {
        padding-right: 0px;
        padding-left: 1.9em; }
  .entry-content .partners p {
    font-size: 14px; }
  .entry-content .partners img {
    border: 1px solid #666;
    padding: 1em; }
  .entry-content .people p, .entry-content .people div {
    font-size: 14px; }
  .entry-content .people img {
    border-radius: 50%;
    padding: 1em; }
  .entry-content .people > p {
    display: none; }
  .entry-content .people > br {
    display: none; }
  .entry-content .small-caps {
    font-size: 0.8em;
    font-weight: bold;
    color: #888;
    text-transform: uppercase; }
  .entry-content .section-banner {
    margin-left: -115px;
    margin-right: -115px;
    padding-left: 115px;
    padding-right: 115px;
    padding-top: 2.5em;
    padding-bottom: 2em;
    font-size: 2em; }
    .entry-content .section-banner.section-banner-button {
      padding-top: 1em;
      padding-bottom: 1em; }
      .entry-content .section-banner.section-banner-button a {
        float: none; }
    .entry-content .section-banner a {
      display: inline-block;
      float: right;
      font-size: 0.6em;
      padding: 0.4em 0.8em;
      background: white;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 820px) {
        .entry-content .section-banner a {
          display: block;
          margin-top: 1em;
          font-size: 0.5em;
          float: none; } }
  .entry-content .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1.5em; }
    .entry-content .video-container.video-container-60 {
      padding-bottom: 60%; }
  .entry-content .video-container iframe, .entry-content .video-container object, .entry-content .video-container embed, .entry-content .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.entry-content .colors {
  padding: 0;
  margin: 1.5em;
  display: flex;
  flex-wrap: wrap; }
  .entry-content .colors .color {
    position: relative;
    display: block;
    vertical-align: top;
    width: 50%;
    display: flex;
    margin: 0 0 2em;
    padding: 0px; }
    @media screen and (max-width: 900px) {
      .entry-content .colors .color {
        flex-direction: column; } }
    @media screen and (max-width: 640px) {
      .entry-content .colors .color {
        width: 100%;
        flex-direction: row; } }
    .entry-content .colors .color h5 {
      margin-bottom: 1px;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 0px; }
    .entry-content .colors .color p {
      font-size: 12px;
      line-height: 1.45;
      color: #1f262a; }
  .entry-content .colors .color-image {
    float: left;
    width: 126px;
    height: 126px;
    margin-right: 25px; }
  .entry-content .colors .color-content {
    padding-top: 22px;
    flex: 1; }
.entry-content .colors-triple .color {
  width: 25%;
  flex-direction: column; }
  @media screen and (max-width: 820px) {
    .entry-content .colors-triple .color {
      width: 100%;
      flex-direction: row; } }

.blog.tribe-events-page-template .draw-area {
  position: relative;
  min-height: 470px;
  background-color: #FFB3EB; }

header {
  position: relative;
  margin-top: 60px; }
  header #logo {
    position: relative;
    z-index: 9999;
    background-color: #E4DC00;
    padding: 12px;
    width: 110px;
    margin: -30px auto 0 auto;
    border-radius: 0 0 6px 6px; }
  header .shares {
    z-index: 1000;
    position: absolute;
    margin: -30px 0 0 -23px; }
    header .shares a {
      display: block;
      margin-bottom: 7px; }
      header .shares a img.fb {
        width: 14px;
        margin-left: 3px; }
      header .shares a img.tw {
        width: 18px; }
      header .shares a img.instagram {
        width: 22px; }
      header .shares a img.medium {
        width: 21px; }
      header .shares a img.youtube {
        width: 21px; }
      header .shares a:hover {
        opacity: 0.7; }
  header .mobile-menu {
    top: 10px;
    position: fixed;
    right: 0;
    margin-left: 30%;
    z-index: 1100;
    width: 100%; }
    header .mobile-menu .switch {
      cursor: pointer;
      text-align: right;
      margin-right: 10px;
      z-index: 1200; }
    header .mobile-menu .menu {
      display: none;
      width: 100%;
      background: white;
      margin-top: -30px;
      padding: 30px 40px; }
      header .mobile-menu .menu ul {
        border-bottom: 1px solid black;
        padding-bottom: 5px;
        padding-left: 0; }
        header .mobile-menu .menu ul li a {
          font-weight: bold;
          padding-left: 0; }
      header .mobile-menu .menu p {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 25px; }
      header .mobile-menu .menu .shares {
        text-align: center;
        width: 90%; }
        header .mobile-menu .menu .shares a {
          display: inline-block; }
  header .draw-area {
    position: relative;
    min-height: 470px;
    background-color: #FFB3EB; }
    @media only screen and (max-width: 63.9375em) {
      header .draw-area {
        background-image: url("./images/header_background_mobile.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%; } }
    header .draw-area #draw {
      position: absolute;
      background-color: #FFB3EB;
      height: 470px;
      width: 100%;
      top: 0;
      left: 0; }
      @media only screen and (max-width: 63.9375em) {
        header .draw-area #draw {
          background-color: transparent; } }
      header .draw-area #draw .draggable {
        position: absolute; }
        @media only screen and (max-width: 63.9375em) {
          header .draw-area #draw .draggable {
            display: none; } }
      header .draw-area #draw .draggable_01 {
        top: 20px;
        left: 50px; }
      header .draw-area #draw .draggable_02 {
        top: 70px;
        left: 130px; }
      header .draw-area #draw .draggable_03 {
        top: 200px;
        left: 45px; }
      header .draw-area #draw .draggable_04 {
        top: 30px;
        left: 270px; }
      header .draw-area #draw .draggable_05 {
        top: 15px;
        left: 620px; }
      header .draw-area #draw .draggable_06 {
        top: 135px;
        left: 750px; }
      header .draw-area #draw .draggable_07 {
        top: 185px;
        left: 798px; }
      header .draw-area #draw .draggable_08 {
        top: 195px;
        left: 708px; }
      header .draw-area #draw .draggable_09 {
        top: 175px;
        left: 705px; }
      header .draw-area #draw .draggable_10 {
        top: 207px;
        left: 798px; }
      header .draw-area #draw .draggable_11 {
        top: 280px;
        left: 716px; }
      header .draw-area #draw .draggable_12 {
        top: 115px;
        left: 694px; }
  header .branding-area {
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0; }
    header .branding-area img#make_smthng_week {
      position: relative;
      margin-top: -46px;
      width: 260px;
      height: auto;
      z-index: 1000; }
    header .branding-area .branding-area-links {
      margin-top: 1.5em; }
      header .branding-area .branding-area-links .button {
        border: 1px solid black;
        margin-bottom: 0.75em; }
  header .top-area {
    top: 0; }
    header .top-area nav.main-navigation {
      font-weight: bold; }
      header .top-area nav.main-navigation ul {
        padding: 10px;
        position: fixed;
        top: 25px;
        left: 50%;
        margin-left: 435px;
        text-align: right;
        line-height: 1.3em;
        z-index: 1000;
        -webkit-transition: background .5s linear;
        -moz-transition: background .5s linear;
        -o-transition: background .5s linear;
        -ms-transition: background .5s linear;
        transition: background .5s linear; }
        header .top-area nav.main-navigation ul li a {
          color: #333; }
          header .top-area nav.main-navigation ul li a:hover {
            color: #ff0500; }
        header .top-area nav.main-navigation ul.filled-background {
          background-color: #E4DC00; }
  header .post-branding-area {
    position: relative; }
    header .post-branding-area img.keywords-gif {
      position: absolute;
      left: -35px;
      bottom: 17px;
      width: 150px;
      height: auto; }
    header .post-branding-area #draw-download {
      position: absolute;
      cursor: pointer;
      z-index: 999;
      right: 10px;
      top: -180px;
      text-align: center; }
      header .post-branding-area #draw-download:hover {
        opacity: 0.8; }
      @media only screen and (max-width: 63.9375em) {
        header .post-branding-area #draw-download {
          display: none; } }
    header .post-branding-area .start-creating {
      position: absolute;
      left: 40%;
      top: -360px;
      text-align: center; }
      @media only screen and (max-width: 63.9375em) {
        header .post-branding-area .start-creating {
          display: none; } }
      header .post-branding-area .start-creating p {
        margin: 0;
        line-height: 1.2em; }
      header .post-branding-area .start-creating p.start {
        text-transform: uppercase;
        font-weight: bold; }
  header .keywords-gif-mobile {
    background: white;
    text-align: center; }
    header .keywords-gif-mobile ul li {
      font-size: 26px;
      display: inline-block;
      margin: 5px 2% 20px 2%;
      text-decoration: underline; }
      header .keywords-gif-mobile ul li:first-child {
        margin-left: 0; }
      header .keywords-gif-mobile ul li:last-child {
        margin-right: 0; }

.container {
  max-width: 1000px;
  margin: 0 auto; }

.section {
  margin-top: 70px;
  margin-bottom: 70px;
  padding: 50px 60px; }
  @media only screen and (max-width: 63.9375em) {
    .section {
      padding: 50px 20px;
      margin-top: 0;
      margin-bottom: 0; } }
  .section h2 {
    text-transform: uppercase;
    font-weight: bold; }
    @media only screen and (max-width: 63.9375em) {
      .section h2 {
        font-size: 28px; } }
  .section h3 {
    text-decoration: underline; }

.about-section {
  background-color: #5FC17B;
  position: relative; }
  .about-section .eye_1 {
    position: absolute;
    top: 50px;
    right: -120px;
    width: 200px; }
    @media only screen and (max-width: 63.9375em) {
      .about-section .eye_1 {
        top: -30px; } }
  .about-section .eye_2 {
    position: absolute;
    bottom: -25px;
    left: -130px; }
  .about-section a {
    color: black;
    text-decoration: underline; }
    .about-section a:hover {
      text-decoration: none; }

.what-can-i-do-section {
  background-color: #FF6F4D;
  position: relative; }
  .what-can-i-do-section .column:first-child .content-box {
    min-height: 330px;
    padding-bottom: 120px; }
  .what-can-i-do-section .column:nth-child(2) .content-box {
    min-height: 330px; }
  .what-can-i-do-section .content-box {
    position: relative;
    background-color: #f7b579;
    padding: 20px 20px 60px 20px;
    min-height: 480px; }
    .what-can-i-do-section .content-box h4 {
      font-weight: bold; }
    .what-can-i-do-section .content-box ul li {
      padding-left: 50px; }
    .what-can-i-do-section .content-box ul.handlist {
      margin-top: 40px;
      margin-bottom: 10px; }
    .what-can-i-do-section .content-box ul.handlist li {
      background-image: url("./images/hand_pointer.svg");
      background-repeat: no-repeat;
      background-position: 0 6px;
      background-size: 40px;
      margin-bottom: 1em; }
    .what-can-i-do-section .content-box .button-area {
      position: absolute;
      bottom: 10px;
      left: 10%;
      width: 80%; }
      @media only screen and (max-width: 63.9375em) {
        .what-can-i-do-section .content-box .button-area {
          position: relative;
          bottom: auto;
          margin-top: 30px; } }
      .what-can-i-do-section .content-box .button-area .button {
        width: 100%; }
      .what-can-i-do-section .content-box .button-area.shares {
        bottom: 23px; }
        @media only screen and (max-width: 63.9375em) {
          .what-can-i-do-section .content-box .button-area.shares {
            bottom: auto; } }
        .what-can-i-do-section .content-box .button-area.shares a.share {
          display: inline-block;
          background-color: white;
          width: 60px;
          text-align: center;
          margin-right: 15px;
          margin-bottom: 5px;
          padding: 5px; }
          @media only screen and (max-width: 63.9375em) {
            .what-can-i-do-section .content-box .button-area.shares a.share {
              margin-right: 8px;
              width: 45%; } }
          .what-can-i-do-section .content-box .button-area.shares a.share:last-child {
            margin-right: 0; }
            @media only screen and (max-width: 63.9375em) {
              .what-can-i-do-section .content-box .button-area.shares a.share:last-child {
                margin-right: 8px; } }
          .what-can-i-do-section .content-box .button-area.shares a.share img.fb {
            width: 10px; }
          .what-can-i-do-section .content-box .button-area.shares a.share img.tw {
            width: 14px; }
          .what-can-i-do-section .content-box .button-area.shares a.share img.instagram {
            width: 14px; }
          .what-can-i-do-section .content-box .button-area.shares a.share:hover {
            opacity: 0.8; }
  .what-can-i-do-section .eye_3 {
    position: absolute;
    top: 0px;
    right: -100px;
    width: 200px; }
    @media only screen and (max-width: 63.9375em) {
      .what-can-i-do-section .eye_3 {
        display: none; } }
  .what-can-i-do-section .eye_4 {
    position: absolute;
    bottom: -45px;
    left: -110px;
    width: 200px; }
    @media only screen and (max-width: 63.9375em) {
      .what-can-i-do-section .eye_4 {
        bottom: 0px; } }
  .what-can-i-do-section .star_1 {
    position: absolute;
    top: -20px;
    right: -50px;
    width: 220px; }
    @media only screen and (max-width: 63.9375em) {
      .what-can-i-do-section .star_1 {
        display: none; } }
  .what-can-i-do-section .blue_1 {
    position: absolute;
    bottom: -25px;
    left: -110px;
    width: 220px; }
    @media only screen and (max-width: 63.9375em) {
      .what-can-i-do-section .blue_1 {
        bottom: 0px; } }

.what-can-i-do-section-new .intro {
  margin-bottom: 1.5em; }
.what-can-i-do-section-new .boxes {
  display: flex;
  flex-wrap: wrap; }
  .what-can-i-do-section-new .boxes .column, .what-can-i-do-section-new .boxes .columns {
    float: none;
    display: flex; }
    .what-can-i-do-section-new .boxes .column.column-block-wide, .what-can-i-do-section-new .boxes .columns.column-block-wide {
      width: 100%; }
    .what-can-i-do-section-new .boxes .column p a, .what-can-i-do-section-new .boxes .columns p a {
      color: black;
      text-decoration: underline; }
      .what-can-i-do-section-new .boxes .column p a:hover, .what-can-i-do-section-new .boxes .columns p a:hover {
        text-decoration: none; }
.what-can-i-do-section-new .content-box .button-area.shares {
  text-align: center; }
  .what-can-i-do-section-new .content-box .button-area.shares a.share {
    display: inline-block;
    background-color: white;
    width: 3.4em;
    text-align: center;
    margin-right: 0.7em;
    margin-bottom: 0.8em;
    padding: 0.5em 0.3em;
    margin-left: 0.7em; }

.image-section {
  position: relative; }
  .image-section .mouth_1 {
    position: absolute;
    bottom: -40px;
    right: -100px;
    width: 316px; }
    @media only screen and (max-width: 63.9375em) {
      .image-section .mouth_1 {
        display: none; } }
  .image-section .leaf_1 {
    position: absolute;
    bottom: -45px;
    left: -74px;
    width: 165px; }
    @media only screen and (max-width: 63.9375em) {
      .image-section .leaf_1 {
        bottom: 0px; } }

.still-dont-know-section {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .still-dont-know-section h2 {
    text-decoration: none;
    font-style: normal;
    margin-top: 30px; }
  .still-dont-know-section .mouth {
    position: absolute;
    top: 18px;
    right: -120px;
    height: 150px; }
    @media only screen and (max-width: 63.9375em) {
      .still-dont-know-section .mouth {
        z-index: 998;
        top: 20px;
        right: -220px; } }

.calendar-section {
  background-color: #2632ED;
  position: relative; }
  .calendar-section .hand_1 {
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 180px; }

.calendar-section.calendar-section-new .gm-style-iw {
  color: black; }
  .calendar-section.calendar-section-new .gm-style-iw a {
    font-weight: bold;
    color: black; }
.calendar-section.calendar-section-new .center-align {
  text-align: center; }
.calendar-section.calendar-section-new a.button {
  float: none;
  display: inline-block; }
.calendar-section.calendar-section-new #tribe-events-bar {
  margin-top: 2em; }
.calendar-section.calendar-section-new #tribe-bar-views {
  display: none; }
.calendar-section.calendar-section-new #tribe-events-header {
  margin-bottom: 2.5em; }
.calendar-section.calendar-section-new .tribe-events-list .type-tribe_events {
  border-bottom: none;
  margin: 0 0 1em;
  padding: 0 14px 0 20px; }
.calendar-section.calendar-section-new #tribe-geo-map-wrapper {
  margin-top: 2em; }
.calendar-section.calendar-section-new #tribe-geo-results h2 {
  font-size: 1.5rem;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  color: white; }
.calendar-section.calendar-section-new .tribe-events-loop {
  display: flex;
  flex-wrap: wrap; }
  .calendar-section.calendar-section-new .tribe-events-loop .type-tribe_events {
    float: none; }
.calendar-section.calendar-section-new #tribe-bar-form {
  background: none; }
.calendar-section.calendar-section-new #tribe-bar-collapse-toggle {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em; }
.calendar-section.calendar-section-new #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  left: auto;
  right: auto;
  width: auto; }
.calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-right: 0px; }
  @media screen and (max-width: 640px) {
    .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner {
      width: auto;
      margin-left: 0em;
      margin-right: -1em; } }
  .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner #tribe-bar-dates:after {
    display: none; }
  .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-category-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter {
    position: relative; }
    .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-category-filter:after, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter:after {
      border-color: #fff transparent transparent;
      border-style: solid;
      border-width: 4px;
      content: "";
      display: inline-block;
      height: 0;
      margin: 5px 0 0 4px;
      position: absolute;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transform-origin: 50% 25%;
      transform-origin: 50% 25%;
      -webkit-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
      width: 0;
      right: 1.8em;
      top: 0.7em; }
  .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-category-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-geoloc-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
    padding-right: 1em;
    float: none;
    margin-bottom: 0px;
    padding: 0px 1em 0 0;
    margin-left: 0px; }
    @media screen and (max-width: 640px) {
      .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-date-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-category-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-geoloc-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-search-filter, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner .tribe-bar-submit {
        margin-bottom: 1em; } }
  .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div {
    width: 25% !important; }
    @media screen and (max-width: 640px) {
      .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div {
        margin-right: 0em;
        padding-right: 1em;
        width: 50% !important;
        margin-bottom: 0.5em; } }
    .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div label {
      display: none; }
    .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div input, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div select {
      margin-bottom: 0px;
      background: transparent;
      border: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 100%;
      color: #fff;
      font-weight: 700;
      border: 1px solid #fff;
      height: auto;
      border-radius: 0;
      padding: 0.3em 1em;
      cursor: pointer;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.5; }
      @media screen and (max-width: 640px) {
        .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div input, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div select {
          width: 100%; } }
      .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div input::placeholder, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div select::placeholder {
        color: white; }
      .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div input.tribe-events-button, .calendar-section.calendar-section-new #tribe-bar-form .tribe-bar-filters-inner > div select.tribe-events-button {
        background: white;
        color: black;
        font-weight: bold; }

.makers-section {
  background-color: white; }

.makers-section-new {
  background-color: #F3D4CA; }

.get-active-section {
  background-color: #FF0500;
  position: relative; }
  .get-active-section .button {
    width: 100%;
    text-decoration: none; }
  .get-active-section .eye_7 {
    position: absolute;
    top: -50px;
    left: -100px;
    width: 180px; }
  .get-active-section .eye_8 {
    position: absolute;
    bottom: 10px;
    right: -70px;
    width: 180px; }
  .get-active-section .eye_4 {
    position: absolute;
    bottom: -60px;
    left: -100px;
    width: 180px; }
    @media only screen and (max-width: 63.9375em) {
      .get-active-section .eye_4 {
        display: none; } }
  .get-active-section a {
    color: black;
    text-decoration: underline; }

.ressources-section {
  background-color: #FF0500;
  position: relative;
  text-align: center; }
  .ressources-section h3 {
    margin-bottom: 2em; }
  .ressources-section .button {
    text-decoration: none;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px; }
  .ressources-section a {
    color: black;
    text-decoration: underline; }

.topics-section {
  background-color: #f7b579;
  position: relative; }
  .topics-section .eye_1 {
    position: absolute;
    top: -30px;
    right: -120px;
    width: 200px; }
  .topics-section .center-align {
    text-align: center; }
  .topics-section .topics-container {
    margin-top: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px; }
    @media screen and (max-width: 800px) {
      .topics-section .topics-container {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 640px) {
      .topics-section .topics-container {
        grid-template-columns: 1fr; } }
  .topics-section .topic {
    border: 5px solid white;
    border-radius: 2px; }
  .topics-section .topic {
    position: relative; }
    .topics-section .topic .topic-body {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      opacity: 0;
      transition: opacity 0.25s ease-in-out;
      background-color: #FF6F4D;
      padding: 20px;
      pointer-events: none; }
    .topics-section .topic:hover .topic-body {
      opacity: 1; }
    .topics-section .topic .topic-date {
      font-weight: bold; }
    .topics-section .topic .topic-title {
      margin: 0 0 0.6em; }
    .topics-section .topic .topic-text p {
      line-height: 1.35;
      font-size: 1.125em; }
      .topics-section .topic .topic-text p:last-child {
        margin-bottom: 0px; }

.blog-section {
  background-color: #FFB3EB;
  margin-bottom: 0; }
  .blog-section .button {
    width: 100%;
    margin-bottom: 50px; }
  .blog-section a {
    color: black;
    text-decoration: none; }
  .blog-section .post {
    background: white; }
    .blog-section .post:hover {
      color: #ff0500; }
    @media only screen and (max-width: 63.9375em) {
      .blog-section .post {
        margin-bottom: 20px; } }
    .blog-section .post .thumb {
      width: 100%;
      height: 150px; }
    .blog-section .post h3 {
      text-decoration: none;
      font-style: normal;
      line-height: 1.2em;
      font-size: 27px;
      margin: 10px 0;
      min-height: 70px; }
    .blog-section .post .author {
      opacity: 0.6; }
    .blog-section .post .content {
      padding: 10px;
      min-height: 250px; }
    .blog-section .post .read-more {
      display: block;
      text-align: right;
      margin-right: 12px;
      padding-bottom: 5px; }

.tutorial-articles {
  padding: 0 3% 150px 3%; }

.tutorial-section, .tutorial-articles {
  background-color: #FFB3EB;
  margin-bottom: 0;
  position: relative; }
  .tutorial-section .center-align, .tutorial-articles .center-align {
    text-align: center; }
  .tutorial-section .button, .tutorial-articles .button {
    display: inline-block;
    float: none;
    margin-bottom: 50px; }
  .tutorial-section .post-container, .tutorial-articles .post-container {
    margin-top: 2em;
    display: flex;
    flex-wrap: wrap; }
    .tutorial-section .post-container .column, .tutorial-section .post-container .columns, .tutorial-articles .post-container .column, .tutorial-articles .post-container .columns {
      float: none;
      display: flex;
      margin-bottom: 2em; }
  .tutorial-section article, .tutorial-articles article {
    background: white;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 2em;
    position: relative; }
    @media only screen and (max-width: 63.9375em) {
      .tutorial-section article, .tutorial-articles article {
        margin-bottom: 20px; } }
    .tutorial-section article a, .tutorial-articles article a {
      color: black;
      text-decoration: none; }
      .tutorial-section article a:hover, .tutorial-articles article a:hover {
        color: black; }
    .tutorial-section article .thumb, .tutorial-articles article .thumb {
      width: 100%;
      height: 170px; }
    .tutorial-section article h3, .tutorial-articles article h3 {
      text-decoration: none;
      font-style: normal;
      line-height: 1.2em;
      font-size: 1.5em;
      margin: 0 0 0.6em;
      font-weight: bold; }
    .tutorial-section article .author, .tutorial-articles article .author {
      opacity: 0.6;
      font-size: 0.9em;
      margin-bottom: 1em; }
    .tutorial-section article .content, .tutorial-articles article .content {
      padding: 1.7em 1.1em 0.5em; }
    .tutorial-section article .excerpt, .tutorial-articles article .excerpt {
      opacity: 0.6; }
      .tutorial-section article .excerpt p, .tutorial-articles article .excerpt p {
        font-size: 0.95em;
        line-height: 1.4; }
    .tutorial-section article .read-more, .tutorial-articles article .read-more {
      display: block;
      text-align: right;
      padding: 0 1.1em;
      padding-bottom: 5px;
      position: absolute;
      bottom: 0.5em;
      left: 0px;
      right: 0px; }
  .tutorial-section .eye_8, .tutorial-articles .eye_8 {
    position: absolute;
    bottom: -40px;
    right: -70px;
    width: 180px; }
  .tutorial-section .eye_4, .tutorial-articles .eye_4 {
    position: absolute;
    bottom: -10px;
    left: -100px;
    width: 180px; }
    @media only screen and (max-width: 63.9375em) {
      .tutorial-section .eye_4, .tutorial-articles .eye_4 {
        display: none; } }

.blog .container .posts-navigation {
  text-align: center; }
  .blog .container .posts-navigation .nav-next, .blog .container .posts-navigation .nav-prev {
    display: inline-block;
    margin: 0 1em; }
  .blog .container .posts-navigation a {
    background: #fff;
    color: #0f0b0b;
    padding: 8px 40px 7px;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: bold;
    text-decoration: none; }
    .blog .container .posts-navigation a:active, .blog .container .posts-navigation a:visited, .blog .container .posts-navigation a:focus {
      background: white;
      color: #0f0b0b; }
    .blog .container .posts-navigation a:hover {
      background: white;
      color: #ff0500; }

.blog .tutorials h1 {
  text-align: center;
  margin-left: 0px; }
.blog .tutorials .no-results h3 {
  text-align: center; }
.blog .tutorials .post-filter {
  margin-bottom: 3em;
  margin-top: 1em; }
  .blog .tutorials .post-filter h2 {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center; }
  .blog .tutorials .post-filter .post-filter-container {
    display: block;
    margin-bottom: 2em;
    text-align: center; }
    .blog .tutorials .post-filter .post-filter-container a {
      display: inline-block;
      background-color: #EF7B91;
      color: white;
      padding: 0.2em 0.7em;
      margin: 0 0.3em 0.6em;
      border-radius: 3px;
      transition: background-color 0.15s ease-in-out; }
      .blog .tutorials .post-filter .post-filter-container a:hover, .blog .tutorials .post-filter .post-filter-container a.active {
        background-color: #FF0601; }

.blog h1 {
  margin-top: 30px;
  margin-left: 3%; }
.blog .draw-area {
  min-height: auto;
  background-color: #FFB3EB; }
.blog .blog-articles {
  background-color: #FFB3EB;
  margin-bottom: 0;
  padding: 0 3% 150px 3%; }
.blog .container .button {
  width: 100%;
  margin-bottom: 50px; }
.blog .container a {
  color: black;
  text-decoration: none; }
.blog .container .post {
  background: white;
  margin: 20px 0; }
  @media only screen and (max-width: 63.9375em) {
    .blog .container .post {
      margin-bottom: 20px; } }
  .blog .container .post .thumb {
    width: 100%;
    height: 150px; }
  .blog .container .post h3 {
    text-decoration: none;
    font-style: normal;
    line-height: 1.2em;
    font-size: 27px;
    margin: 0;
    min-height: 70px; }
  .blog .container .post .author {
    opacity: 0.6; }
  .blog .container .post .content {
    padding: 10px;
    min-height: 250px; }
  .blog .container .post .read-more {
    display: block;
    text-align: right;
    margin-right: 12px;
    padding-bottom: 5px; }

.site .site-footer .links .textwidget {
  display: block; }

footer {
  color: white;
  background: #2632ED;
  position: relative;
  font-size: 16px;
  padding: 20px 0 30px 0; }
  footer .container {
    position: relative; }
  footer a {
    color: white; }
  footer .links {
    margin-bottom: 18px;
    font-size: 14px; }
    footer .links .text-widget {
      display: block; }
    @media only screen and (max-width: 63.9375em) {
      footer .links {
        text-align: center; } }
    footer .links a {
      border-right: 1px solid white;
      padding: 0 10px; }
      footer .links a:first-child {
        padding-left: 0; }
      footer .links a:last-child {
        border-right: none; }
  footer .follow-us {
    text-align: center; }
    footer .follow-us .share-area {
      position: absolute;
      bottom: 18px;
      margin-left: 5%; }
      @media only screen and (max-width: 63.9375em) {
        footer .follow-us .share-area {
          position: relative;
          margin-left: 0;
          bottom: auto;
          margin-bottom: 20px; } }
    footer .follow-us p {
      margin-bottom: 5px;
      font-size: 10px; }
    footer .follow-us a {
      display: inline-block;
      background-color: white;
      width: 60px; }
      footer .follow-us a img.fb {
        width: 10px; }
      footer .follow-us a img.tw {
        width: 14px; }
      footer .follow-us a img.instagram {
        width: 14px; }
      footer .follow-us a:hover {
        opacity: 0.8; }
  footer .powered-by p {
    font-size: 13px; }
    @media only screen and (max-width: 63.9375em) {
      footer .powered-by p {
        text-align: center; } }
    footer .powered-by p img:hover {
      opacity: 0.8; }
  footer .designed-with {
    text-align: right; }
    @media only screen and (max-width: 63.9375em) {
      footer .designed-with {
        text-align: center; } }
    footer .designed-with a {
      position: absolute;
      bottom: 15px;
      right: 0; }
      @media only screen and (max-width: 63.9375em) {
        footer .designed-with a {
          position: relative;
          right: auto;
          bottom: auto; } }
    footer .designed-with img:hover {
      opacity: 0.8; }
    footer .designed-with .eye_1 {
      position: absolute;
      top: -100px;
      right: -180px; }

.post ul, .tribe-events-single-event-description ul, .tribe-sidebar ul {
  list-style-type: disc;
  padding: 1em;
  margin: auto; }
.post a, .tribe-events-single-event-description a, .tribe-sidebar a {
  color: #ff0500;
  text-decoration: none; }
  .post a span, .tribe-events-single-event-description a span, .tribe-sidebar a span {
    font-weight: normal !important; }
  .post a:hover, .tribe-events-single-event-description a:hover, .tribe-sidebar a:hover {
    text-decoration: underline; }

.hero-home {
  margin-bottom: 70px; }
  .hero-home .shares {
    z-index: 1000;
    position: absolute;
    top: 30px;
    left: -5px;
    margin: 0px; }
  .hero-home .hero-home-image {
    height: 527px;
    background-size: cover;
    background-position: center center;
    position: relative; }
    @media screen and (max-width: 640px) {
      .hero-home .hero-home-image {
        height: 420px; } }
    .hero-home .hero-home-image:after {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      z-index: 1;
      content: "";
      background: -moz-linear-gradient(180deg, rgba(40, 40, 40, 0.07) 0%, rgba(0, 0, 0, 0.23) 100%);
      background: -webkit-linear-gradient(180deg, rgba(40, 40, 40, 0.07) 0%, rgba(0, 0, 0, 0.23) 100%);
      background: linear-gradient(180deg, rgba(40, 40, 40, 0.07) 0%, rgba(0, 0, 0, 0.23) 100%); }
  .hero-home .hero-content {
    position: absolute;
    bottom: 6em;
    left: 0px;
    right: 0px;
    z-index: 2; }
    .hero-home .hero-content .hero-cta, .hero-home .hero-content .hero-text {
      padding: 0 20px;
      margin: 0 auto; }
      @media screen and (max-width: 640px) {
        .hero-home .hero-content .hero-cta, .hero-home .hero-content .hero-text {
          padding: 0 5px; } }
    .hero-home .hero-content .hero-text {
      font-size: 2.5em;
      margin-bottom: 0.65em;
      text-align: center;
      text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.68);
      color: white;
      font-weight: bold; }
      .hero-home .hero-content .hero-text p {
        font-size: 1em; }
    .hero-home .hero-content .hero-cta {
      text-align: center; }
    @media screen and (max-width: 640px) {
      .hero-home .hero-content .hero-text {
        font-size: 1.15em; } }
  .hero-home .branding-area {
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    position: relative; }
    .hero-home .branding-area img#make_smthng_week {
      position: relative;
      margin-top: -46px;
      width: 260px;
      height: auto;
      z-index: 1000; }

.events-info_box_header {
  text-shadow: 0 0 15px #000; }

.designed_with_01 {
  display: none; }

@media only screen and (max-width: 768px) {
  .calendar-section .tribe-events-loop .tribe-events-event-meta {
    background: transparent;
    width: 100%;
    display: block; }
  .calendar-section.calendar-section-new #tribe-geo-results h2 {
    font-size: 1.3rem; }
  .calendar-section .tribe-events-list .tribe-events-venue-details {
    border-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0;
    font-size: 1.1rem;
    padding: 0px; }
  .calendar-section .tribe-events-list .tribe-event-schedule-details span.day {
    font-size: 20px; }
  .calendar-section #tribe-events #tribe-events-header {
    display: none; }
  .calendar-section .tribe-bar-collapse #tribe-bar-collapse-toggle {
    width: 100%;
    background: transparent; } }
#makesmthng-map {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 3;
  margin-top: 2em;
  margin-bottom: 3em; }
  #makesmthng-map .gm-style-iw a {
    text-decoration: underline; }
    #makesmthng-map .gm-style-iw a:hover {
      text-decoration: none; }

#tribe-geo-map-wrapper {
  display: none; }

.calendar-section .row-content a {
  text-decoration: underline; }
  .calendar-section .row-content a:hover {
    text-decoration: none; }

.box-center {
  margin: 0 auto; }

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