/*
Theme Name: Schoolyard
Theme URI: https://raidbytes.com/themes/Schoolyard
Description: Schoolyard Theme
Author URI: https://raidbytes.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
}

html, body {
    height: 100%; 
}

body {
    font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-feature-settings: 'liga', 'kern';
    font: 62.5% "HKGrotesk", "Century Gothic", "HelveticaNeue", Helvetica, sans-serif;
    background: #fff;
    color: #222;
}

h1 { font-size: 2em; margin: .67em 0 }
h2 { font-size: 1.5em; margin: .75em 0 }
h3 { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu { margin: 1.12em 0 }
h5 { font-size: .83em; margin: 1.5em 0; color: #999; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
h6 { font-size: .75em; margin: 1.67em 0 }

button, 
input[type="button"], 
input[type="submit"],
.GDPR-tools-consent a.GDPR-tools-consent__btn,
.GDPR-tools-consent a.GDPR-tools-consent__btn:visited,
a.btn,
li.btn > a {
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    color: #fff;
    background: #080A44;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .02);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .02);
}

button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover,
a.btn:hover,
li.btn > a:hover,
button:focus,
a.btn:focus, 
input[type="button"]:focus, 
input[type="submit"]:focus,
li.btn:focus > a,
button:active, 
input[type="button"]:active, 
input[type="submit"]:active,
a.btn:active,
li.btn > a:active,
button.active, 
input[type="button"].active, 
input[type="submit"].active,
a.btn.active,
li.btn > a.active,
.GDPR-tools-consent .GDPR-tools-consent__btn:hover {
    background: #0b0e5e !important;
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .06) !important;
    -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .06) !important;
    -moz-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, .06) !important;
}

.GDPR-tools-consent {
    padding: 5px 30px;
}
.GDPR-tools-consent .GDPR-tools-consent__btn {
    padding: .8em 1em;
    font-weight: 600;
    font-family: "HKGrotesk";
}
.GDPR-tools-consent__message {
    line-height: 2.4em;
}
.GDPR-tools-consent__message a {
    color: #222 !important;
}

.contact-form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #F97908;
}

.contact-form div.wpcf7-response-output {
    margin: 0 0 2em;
    padding: 1em 1.5em;
}

.contact-form span.wpcf7-not-valid-tip {
    color: #F97908;
    margin-top: 0.5em;
}

.contact-form {
		margin-left: 10%;
		margin-left: 10vw;
}
.contact-form .column {
    display: inline-block;
    width: auto;
    padding-right: 30px;
		float: left;
}
.contact-form .column:last-child {
		padding-right: 0;
}

.contact-form .row,
.contact-form .row:after {
    display: table;
    clear: both;
}

input[type="text"], 
input[type="search"], 
input[type="password"], 
input[type="email"], 
textarea {
    padding: 9px 15px 10px;
    font-size: 14px;
    font-size: 1.2em;
    outline: none;
    border: 0;
    line-height: 1.4;
    height: 32px;
    background: #f9f9f9;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .12);
}

textarea {
    height: 150px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

p { margin: 0 0 1.5em; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
p.has-drop-cap:first-child,
p.first-letter { 
    float: left;
    font-style: italic;
    font-size: 75px;
    font-weight: bold;
    line-height: 60px;
    padding-top: 0;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 3px;
    margin: 0;
    vertical-align: top;
}
table { width: 100%; height: auto }

a, [role="button"] { cursor: hand; cursor: pointer; }
a, a:visited { font-weight: 600; color: #222; -webkit-box-shadow: inset 0 -1px 0 #555;
box-shadow: inset 0 -1px 0 #555; -moz-box-shadow: inset 0 -1px 0 #555;
-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out; }
a:link, a:visited, a:active { text-decoration: none; }
a:focus, a:hover { color: #555; -webkit-box-shadow: inset 0 0 0 #080A44, 0 3px 0 #080A44 !important;
box-shadow: inset 0 0 0 #080A44, 0 3px 0 #080A44 !important; }

.site-header .navigation,
.site-viewport > section.content,
.site-viewport > section.content .text,
body.page-template-full-width .ugb-container__wrapper,
.site-footer { max-width: 1200px; margin-left: auto; margin-right: auto; }

.site-header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    z-index: 100;
    height: 70px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
}

/* Animation delays are defined through style tag in the document header */
@keyframes SequentialFadeOut { 
    0% { transform: scale(1); opacity: 1; }
	100% { transform: scale(0); opacity: 0; }
}
@keyframes SequentialFadeIn { 
    0% { transform: scale(0); opacity: 0; }
	100% { transform: scale(1); opacity: 1; }
}
.site-header .navigation.searchview-open .menu-group li {
	animation: SequentialFadeOut .5s forwards;
}
.site-header .navigation.searchview-close .menu-group li {
	animation: SequentialFadeIn .5s forwards !important;
}

@supports (backdrop-filter: blur(10px)) or 
          (-webkit-backdrop-filter: blur(10px)) {
              
    .site-header { 
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
}

.site-header .logo {
    float: left;
    line-height: 66px;
    height: 100%;
}

.site-header .logo > a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

@supports (display: flex) {
    .site-header .logo > a {
        position: relative;
        transform: none;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.site-header .logo > a > h1 {
    margin: 0;
}

.site-header .logo > a > img {
    width: auto;
}

.site-header .navigation {
    position: relative;
    height: 70px;
    margin: 0 auto;
    font-family: "Comfortaa";
    white-space: nowrap;
}

.site-header ul.menu-group {
    width: auto;
    margin: auto 0;
    margin-right: 20%;
    padding: 0 20px;
    display: inline;
    float: right;
}
.site-header ul.menu-group li {
    display: inline;
    display: inline-block;
    margin: 0 10px;
    line-height: 68px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.site-header ul.menu-group li a {
    font-weight: normal;
    box-shadow: none;
    padding: 0 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 1.5em;
}

.site-header ul.menu-group li.calltoaction.btn {
    position: absolute;
    right: 2px;
    top: 2px;
}
.site-header ul.menu-group li.calltoaction.btn a {
    font-family: "HKGrotesk";
    height: 20px;
    font-weight: bold;
    line-height: 19px;
    padding: 10px 25px;
    font-size: 1.35em;
}
.site-header ul.menu-group li.menu-item-has-children {
    position: relative;
}
.site-header ul.menu-group .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    line-height: normal;
}
.site-header ul.menu-group .sub-menu li {
    margin: 0;
    line-height: normal;
}
.site-header ul.menu-group .sub-menu li a {
}

.site-header .searchview {
    position: absolute;
    left: 20%;
    right: 50px;
    top: 50%;
    margin-top: -19px;
    height: 38px;
	display: none;
}

.site-header .searchview.active .animation {
	animation: SearchViewDropIn .8s forwards;
}

@keyframes SearchViewDropIn { 
    0% { 
        transform: translate(100px,0);
        -webkit-transform: translate(100px,0);
        -o-transform: translate(100px,0);
        -moz-transform: translate(100px,0); 
        opacity: 0; 
        }
	100% { 
    	transform: translate(0px,0);
        -webkit-transform: translate(0px,0);
        -o-transform: translate(0px,0);
        -moz-transform: translate(0px,0); 
        opacity: 1;
    	}
}

.site-header .searchview .search-icon,
.site-header .searchview .close-icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.6em;
    font-size: 1.4em;
    z-index: 10;
}

.site-header .searchview .close-icon {
    right: 0;
    left: auto;
    animation: FadeIn .8s forwards;
}

@keyframes FadeIn { 
    0% { opacity: 0; }
	100% { opacity: 1; }
}

.site-header .searchview .search-form {
    position: relative;
    width: auto;
    margin: 0;
    z-index: 0;
}

.site-header .search-form .search-submit,
.site-header .search-form .screen-reader-text {
    display: none;
}

.site-header .search-form .search-field {
    width: 100%;
    height: auto;
    padding-left: 1.6em;
    font-size: 1.4em;
    line-height: 1.5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background: none;
}

.site-header .search-form .search-field::-webkit-input-placeholder {
    color: #666;
}
.site-header .search-form .search-field:-moz-placeholder {
   color: #666;
   opacity: 1;
}
.site-header .search-form .search-field::-moz-placeholder {
   color: #666;
   opacity: 1;
}
.site-header .search-form .search-field:-ms-input-placeholder {
   color: #666;
}
.site-header .search-form .search-field::-ms-input-placeholder {
   color: #666;
}
.site-header .search-form .search-field::placeholder {
   color: #666;
}

.site-header .mobile-menu {
    position: fixed;
    top: 100%;
    height: 100rem;
    height: 100vh;
    max-height: 100vh;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 90;
    display: flex;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    transition: top .8s linear, opacity .3s ease-in-out;
    overflow: hidden;
}

.site-header .mobile-menu.visible {
    opacity: 1;
    top: 70px;  
}

@supports (backdrop-filter: blur(10px)) or 
        (-webkit-backdrop-filter: blur(10px)) {
          
    .site-header .mobile-menu { 
        background: rgba(255, 255, 255, .9);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
    
}

.site-header .mobile-menu-trigger {
    float: right;
    margin-right: 15px;
    position: absolute;
    right: 0;
    bottom: 50%;
    padding: 10px;
    height: 21px;
    width: 45px;
    margin-bottom: -18px;
    cursor: pointer;
    overflow: hidden;
    display: none;
    visibility: hidden;
}

.site-header .mobile-menu-trigger .bars-icon,
.site-header .mobile-menu-trigger .fa-sort-down {
    position: absolute;
    height: 16px;
    right: 10px;
    bottom: 10px;
    transition: bottom .5s ease-in-out, opacity .3s ease-in-out;
    opacity: 1;
    pointer-events: none;
}

.site-header .mobile-menu-trigger .fa-sort-down {
    font-size: 30px;
    line-height: 30px;
    color: #000;
    height: 30px;
    bottom: -100%;
    margin-bottom: -10px;
    opacity: 0;
}

.site-header .mobile-menu-trigger:active .bars-icon
.site-header .mobile-menu-trigger:focus .bars-icon,
.site-header .mobile-menu-trigger.active .bars-icon {
    bottom: 100%;
    opacity: 0;
}

.site-header .mobile-menu-trigger:active .fa-sort-down
.site-header .mobile-menu-trigger:focus .fa-sort-down,
.site-header .mobile-menu-trigger.active .fa-sort-down {
    bottom: 50%;
    opacity: 1;
}

.site-header .mobile-menu-trigger .bar1,
.site-header .mobile-menu-trigger .bar2,
.site-header .mobile-menu-trigger .bar3 {
    width: 22px;
    height: 2px;
    background-color: #000;
    margin-top: 5px;
    transition: 0.4s;
}

.site-header .mobile-menu-trigger .bar1 {
    margin-top: 0;
}

.site-header .search-form .search-field {
    line-height: 1.8;
    color: #999;
}

.site-header .mobile-menu ul.menu-group {
    padding: 50px 0;
    margin: 0;
    display: block;
    flex-direction: none;
    justify-content: none;
}
  
.site-header .mobile-menu ul.menu-group li {
    display: block;
    text-align: center;
    font-size: 1.4em;
}

.site-header .mobile-menu .searchview .search-icon {
    left: 15px;
    color: #fff;
}

.site-header .mobile-menu .searchview {
    margin: 20px;
    height: 44px;
    padding-left: 1.4em;
    background: rgba(255, 255, 255, .06);
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.dog-animation { overflow: hidden; }
.dog-animation .wp-block-media-text__media {
    transform-origin: 100% 150%;
    transform: rotate(45deg);
    transition: transform 1.2s linear;
}

.dog-animation.animate .wp-block-media-text__media {
    transform: rotate(0deg);
}

.slick-slider { margin: 0; }

.slick-slider,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slider .slick-slide {
    height: 100%;
}

.fullscreen-carousel { position: absolute; top: 0; left: 0; right: 0; bottom: 105px; height: auto; transition: margin 0.5s ease-in-out; }

.slick-slider .slick-slide {
    width: 100%; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}

.site-viewport.submenu-open .fullscreen-carousel {
    margin-left: 50px !important;
    margin-right: -50px !important;
}

.slick-prev {
    left: 0;
    background: red;
}
.slick-next {
    right: 0;
    background: red;
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 20px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 50;
}

.slick-dots li {
	margin: 0 4px;
}
	
.slick-dots button {
	display: block;
	padding: 0 4px;
	height: 12px;
	border: none;
	font-size: 1.3em;
	background: none;
	color: #fff;
}

.slick-dots li.slick-active {
	position: relative;
}

.slick-dots li.slick-active button {
    font-weight: bold;
}

.slick-dots li.slick-active button:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #fff;
    bottom: -11px;
    position: absolute;
    left: 50%;
    margin-left: -1.5px;
}

hr { border: none; height: 1px; background-color: #eee; margin: 30px 0; }

section.content .text img.wp-smiley, 
section.content .text img.emoji { filter: grayscale(100%); -webkit-filter: grayscale(100%); }

.wp-block-ugb-container {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 0;
}

.site-viewport {
    height: 100%;
    padding-top: 70px;
}

.site-viewport > section.sidebar,
.site-viewport > section.content { min-height: 100%; }

.site-viewport > section.sidebar .colwrap,
.site-viewport > section.content .colwrap { 
    padding: 50px;  
    width: auto; 
    height: 100%;
    height: calc(100% - 100px);
    position: relative; 
}

.site-viewport > section.sidebar {
    width: 200px;
    float: left;
}

.site-viewport > section.content {
    margin: 0 auto;
    padding: 0 20px 50px;
    width: auto;
    font-size: 1.6em;
}

.site-viewport > section.content.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-viewport > section.content .error-notice {
    margin-top: -105px;
    font-size: 1.1em;
}

.site-viewport > section.content li { 
    list-style: inside;
    list-style-type: disc;
    margin-left: 20px;
}

.site-viewport > section.content li > ul > li {
    list-style-type: none;
}

body.page-template-full-width section.content {
    max-width: 100%;
    padding: 0 0 50px;
}

section.sidebar .navigation {
    margin-top: 85px;
}

section.sidebar .navigation .menu-group > li:before {
    content: "";
    height: 1px; 
    background: #999;
    position: absolute; 
    top: 0;
    left: 0;
    width: 20px;
    transition: height 130ms ease-in-out;
    -webkit-transition: height 130ms ease-in-out;
}

section.sidebar .navigation .menu-group > li.current-menu-item:before,
section.sidebar .navigation .menu-group > li:hover:before {
    height: 3px;
    background: #222;
}

section.sidebar .navigation .menu-group > li {
    position: relative;
    margin-bottom: 50px;
    padding-top: 10px;
}

section.sidebar .navigation .menu-group > li > a {
    font-size: 1.3em;
    font-weight: 600;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

section.sidebar .pagination {
    position: absolute; 
    bottom: 50px;
    left: 50px;
    right: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(150, 150, 150, .15);
}

section.sidebar .pagination > .menu-group > li {
    padding: 4px 0;
    font-weight: 600;
    font-size: 1.4em;
    opacity: 0.3;
    text-align: center;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

section.sidebar .pagination > .menu-group > li.active {
    opacity: 1;
    position: relative;
}

section.sidebar .pagination > .menu-group > li.active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -1px;
    background: #000;
    height: 1px;
    width: 10px;
}

.site-viewport > section.content .colwrap {
    height: auto;
    min-height: 100%;
    position: relative;
    padding-left: 90px;
}

.site-viewport > section.sidebar .colwrap .logo > a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

section.content .feature-image { 
    width: 100%;
    height: auto;
    padding-top: 75%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    box-shadow: 0 15px 30px 5px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 10px 30px 5px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 15px 30px 5px rgba(0, 0, 0, .12);
    transform: translate3d(0,0,0);
}

section.content .feature-image > .title {
    font-size: 1.4em;
    color: rgba(0, 0, 0, .8);
    transform: rotate(-90deg);
	transform-origin: left top 0;
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: -40px;
    bottom: 0;
    font-family: "Source Sans Pro";
    text-transform: uppercase;
}

section.content .feature-grid {
    position: relative;
    width: 100%;
}

section.content .feature-grid > .feature-image {
    width: auto;
    margin-right: 500px;
    margin-right: calc(30%);
}

section.content .feature-grid .right-column {
    width: 480px;
    width: calc(30% - 50px);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

section.content .feature-grid .right-column > .feature-image {
    height: 50% !important;
    height: calc(50% - 25px) !important;
    padding-top: 0 !important;
    width: 100%;
}

section.content .feature-grid .right-column > .feature-image:last-child {
    margin-bottom: 0 !important;
}

section.content .content-box,
.site-footer .text,
.site-footer .content-box { 
    padding: 0 100px 0 50px; 
    margin-bottom: 100px; 
    text-align: justify;
}

section.content .content-box,
.site-footer .content-box {
    padding: 30px 50px;
    background: #F9F9F9;
}

section.content .blog-post {
    padding-top: 15px;
    padding-bottom: 50px;
}

section.content .blog-post img.size-full {
    max-width: 50rem !important;
    width: 100% !important;
    height: auto;
}

section.content .text.maps {
    opacity: 0;
    padding: 0;
    margin-bottom: 50px;
}

.site-footer {
    clear: both;
    font-size: 1.4em;
    border-top: 3px solid #e7e7e7;
}

.site-footer .menu { display: inline; margin: 0; }
.site-footer .menu > li.menu-item { display: inline-block; margin-left: 15px; }
.site-footer .menu > li.menu-item > a {
    font-weight: normal;
}

.site-footer .menu > li.menu-item { font-size: 100%; }

.site-footer .text {
    margin-bottom: 0 !important;
    padding-left: 50;
    padding-right: 50 !important;
}

.site-footer .widget-area:before {
    content: "";
    display: table;
    table-layout: fixed;
}

.site-footer .widget-area:after {
    content: "";
    display: block;
    clear: both;
}

.site-footer .widget-area {
    padding-top: 0;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    background: none;
}

.site-footer .widget-column {
    padding-bottom: 0;
}

.site-footer .social-navigation .menu li a:before {
    padding: 0.5rem 0;
    font-family: 'Font Awesome 5 Brands';
    font-size: 1.6rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}

.site-footer .menu-social {
    margin-top: -1.2rem;
}

.site-footer .menu-social li {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}

.site-footer .menu-social li a {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.menu-social li a[href*="dribbble.com"]:before { content: '\f17d'; }
.menu-social li a[href*="facebook.com"]:before { content: '\f39e'; }
.menu-social li a[href*="flickr.com"]:before { content: '\f16e'; }
.menu-social li a[href*="foursquare.com"]:before { content: '\f180'; }
.menu-social li a[href*="github.com"]:before { content: '\f09b'; }
.menu-social li a[href*="plus.google.com"]:before { content: '\f0d5'; }
.menu-social li a[href*="instagram.com"]:before { content: '\f16d'; }
.menu-social li a[href*="jsfiddle.com"]:before { content: '\f1cc'; }
.menu-social li a[href*="linkedin.com"]:before { content: '\f0e1'; }
.menu-social li a[href*="pinterest.com"]:before { content: '\f0d2'; }
.menu-social li a[href*="reddit.com"]:before { content: '\f1a1'; }
.menu-social li a[href*="soundcloud.com"]:before { content: '\f1be'; }
.menu-social li a[href*="stackoverflow.com"]:before { content: '\f16c'; }
.menu-social li a[href*="tumblr.com"]:before { content: '\f173'; }
.menu-social li a[href*="twitter.com"]:before { content: '\f099'; }
.menu-social li a[href*="vimeo.com"]:before { content: '\f194'; }
.menu-social li a[href*="vine.co"]:before { content: '\f1ca'; }
.menu-social li a[href*="yelp.com"]:before { content: '\f1e9'; }
.menu-social li a[href*="youtube.com"]:before { content: '\f167'; }
.menu-social li a[href*="wordpress.com"]:before { content: '\f19a'; }
.menu-social li a[href*="wordpress.org"]:before { content: '\f19a'; } 

.site-footer .widget-column.footer-widget-1,
.site-footer .social-navigation {
    text-align: left;
    float: left;
    width: 36%;
}

.site-footer .widget-column.footer-widget-2,
.site-footer .site-info {
    text-align: left;
    float: right;
    width: 58%;
}

.site-footer .social-navigation,
.site-footer .site-info {
    padding-top: 50px;
    margin-bottom: 40px;
}

.site-footer .widget-column section.widget {
    padding-bottom: 50px;
}
.site-footer .widget-column section.widget:last-child {
    margin-bottom: 0;
}

.site-footer .site-info {
    text-align: right;
}

@font-face {
    font-family: 'hkgrotesk';
    src: local('HKGrotesk-Medium'), local('HKGrotesk Medium'),
         url('../fonts/hkgrotesk/hkgrotesk-medium-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk/hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'hkgrotesk';
    src: local('HKGrotesk-Regular'), local('HKGrotesk'),
         url('../fonts/hkgrotesk/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'hkgrotesk';
    src: local('HKGrotesk-Bold'), local('HKGrotesk Bold'),
         url('../fonts/hkgrotesk/hkgrotesk-bold-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk/hkgrotesk-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'hkgrotesk';
    src: local('HKGrotesk-Light'), local('HKGrotesk Light'),
         url('../fonts/hkgrotesk/hkgrotesk-light-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk/hkgrotesk-light-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'hkgrotesk';
    src: local('HKGrotesk-Italic'), local('HKGrotesk Italic'),
         url('../fonts/hkgrotesk/hkgrotesk-italic-webfont.woff2') format('woff2'),
         url('../fonts/hkgrotesk/hkgrotesk-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}

@font-face {
    font-family: 'comfortaa';
    src: local('Comfortaa-Regular'), local('Comfortaa'),
         url('../fonts/comfortaa/comfortaa_bold-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa/comfortaa_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'comfortaa';
    src: local('Comfortaa-Bold'), local('Comforta Bold'),
         url('../fonts/comfortaa/comfortaa_regular-webfont.woff2') format('woff2'),
         url('../fonts/comfortaa/comfortaa_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Overwrite Animations */

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}