/*
Theme Name: Laastekaitse Liidu lastelaagrid
Theme URI: http://lastelaagrid.eu/
Author: Phi
Author URI: https://phi.ee
Description: Laastekaitse Liidu lastelaagrid
Version: 2.2
Text Domain: lastelaagrid
*/
/* Generl */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #02539A;
  overflow-x: hidden;
  margin: 0;
  background: #fffef3;
}
h1 {
  color: #B8F3F4;
  margin: 0 0 20px;
  line-height: 50px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #02539A;
  text-align: left;
}
h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px;
  text-align: left;
}
h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
  text-align: left;
}
a {
  color: #02539A;
  text-decoration: none;
}
a:hover {
  color: #F5A623;
  text-decoration: underline;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.header-top {
  background: #02539A;
  color: #ffffff;
  padding: 5px 0;
}
#header-top-menu {
  float: right;
}
#header .lang {
  float: right;
  margin-left: 40px;
}
#header .lang ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .lang img {
  margin: 4px 10px 0 0;
  vertical-align: top;
}
#header .lang a {
  color: #ffffff;
}
#header .lang a:hover,
#header-top-menu .menu a {
  color: #FCE587;
}
#header-top-menu .menu a:hover {
  color: #F5A623;
}
#header-top-menu .menu a {
  margin: 0 0 0 20px;
}
.header-top p {
  margin: 0;
}
.header-bottom {
  background-color: #ECFBFF;
  border-bottom: 1px solid #02539A;
  padding: 20px 0;
}
#header.full .header-bottom {
  min-height: 366px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#header #logo {
  color: #02539A;
  margin: 0;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  float: left;
}
#header.full #logo {
  color: #B8F3F4;
  -webkit-text-stroke: 2px #02539A;
}
#header #logo:hover {
  text-decoration: none;
}
#header .menu-trigger {
  display: none;
  cursor: pointer;
  background-image: url(img/burger.png);
  background-position: right center;
  background-size: 26px 18px;
  background-repeat: no-repeat;
  padding: 0 40px 0 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: right;
  float: right;
  margin: 10px 0;
}
#header .menu-trigger.open {
  background-image: url(img/x.svg);
  background-position: right center;
  background-size: 24px 20px;
  position: fixed;
  z-index: 200;
  top: 30px;
  right: 20px;
}
#header .menu-trigger:hover,
#header .menu-trigger:active {
  color: #02539A;
  text-decoration: none;
}
#header .menu {
  margin: 0;
  padding: 0;
}
#header .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header .menu a {
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#header .menu a:hover {
  text-decoration: none;
}
#main-menu {
  float: right;
}
#main-menu a {
  color: #02539A;
  display: inline-block;
  margin: 10px 0 10px 20px;
}
#main-menu a:hover,
#header .menu .current-menu-item a,
#header .menu .current-page-ancestor a {
  color: #F5A623;
}
#content {
  padding: 40px 0;
}
.entry {
  text-align: justify;
}
.entry p {
  margin: 0 0 20px 0;
}
.entry p:last-child,
.textwidget p:last-child {
  margin-bottom: 0;
}
.entry h2,
.entry h3,
.entry h4 {
  margin: 20px 0 10px;
}
.entry h2 {
  margin: 35px 0 0;
}
.entry h2:first-child,
.entry h3:first-child,
.entry h4:first-child {
  margin-top: 0;
}
.entry ul,
.entry ol {
  margin: 20px 0;
  padding: 0 0 0 20px;
}
.entry ul {
  list-style: disc;
}
.entry ul li,
.entry ol li {
  line-height: 20px;
  margin: 20px 0 20px;
}
.entry ul li {
  list-style-image: url(img/bullet.svg);
  padding: 0;
  margin: 0;
}
.entry blockquote {
  background: #e6eff7;
  border-left: 5px solid #282e44;
  padding: 30px;
  margin: 30px 0;
}
.entry img {
  max-width: 100%;
  height: auto;
}
.home-buttons {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.home-buttons:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #02539A;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -2px;
  z-index: 5;
}
.home-buttons .btn {
  position: relative;
  z-index: 10;
  margin: 0 20px;
  padding: 20px 40px;
  font-size: 36px ;
  line-height: 40px;
  font-weight: 600;
}
.home #content {
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto;
  padding: 100px 0 0;
}
.home article.entry {
  margin: 0 0 40px;
}
.home article.entry h1 {
  color: #02539A;
  font-size: 20px;
  line-height: 30px;
  -webkit-text-stroke: 0;
  margin: 0 0 20px;
  text-align: left;
}
.home .entry img.alignright {
  border: 4px solid #02539A;
  border-radius: 8px;
  margin: 0 0 20px 20px;
  max-width: 40%;
  height: auto;
}
.home-social {
  position: relative;
  margin: 40px 0;
}
.home-social h3 {
  text-transform: uppercase;
}
.home-social .col {
  margin-top: 0;
  margin-bottom: 20px;
}
.home-social .social {
  position: relative;
  padding: 0 0 0 80px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-social .social:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.home-social .social.facebook:after {
  background-image: url(img/facebook.svg);
}
.home-social .social.instagram:after {
  background-image: url(img/instagram.svg);
}
.home-social .social.youtube:after {
  background-image: url(img/youtube.svg);
}
.home-cards {
  border-top: 1px solid #FCE587;
  background-color: rgba(245,166,35,0.1);
  padding: 160px 0 80px;
}
.home-cards .card {
  border: 2px solid #02539A;
  border-radius: 8px;
  background-color: #FFFEF3;
  box-shadow: 0 0 10px 0 rgba(245,166,35,0.25);
  position: relative;
  padding: 60px 20px 20px;
}
.home-cards .card .card-image {
  position: absolute;
  width: 190px;
  height: auto;
  top: -97px;
  left: 50%;
  margin-left: -95px;
  z-index: 10;
}
.home-cards .card a {
  color: #F5A623;
  text-decoration: underline;
}
.home-cards .card a:hover {
  color: #02539A;
  text-decoration: none;
}
#footer {
  background: #02539A;
  color: #ffffff;
  padding: 30px 0;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: rgba(252,229,135,1);
}
#footer h3 {
  color: #A9F0E0;
  font-weight: 600;
  margin: 0;
}
#footer p {
  margin: 0 0 20px;
}
#footer .menu {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.contacts {
  margin: 20px 0;
}
.contacts .contact {
  margin-top: 20px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.contacts .contact-image {
  float: left;
  border: 2px solid #02539A;
  border-radius: 8px;
  margin: 0 20px 0 0;
}
.contacts .contact strong,
.places .place strong,
.place-location strong {
  text-transform: uppercase;
}
.contacts .contact p {
  margin: 0;
}
.contacts .contact img.alignnone {
  margin: 0;
}
.places {
  margin: 20px 0 0;
  padding: 40px 0 0;
  border-top: 2px solid #FCE587;
}
.places-title {
  text-transform: uppercase;
}
.places .place iframe,
.place-location iframe {
  max-width: 100%;
  border: 2px solid #02539A !important;
  border-radius: 8px;
}
.place-location {
  margin: 40px 0 0;
}
.not-found,
.not-found h2 {
  text-align: center;
}
.not-found a {
  color: #F5A623;
  text-decoration: underline;
}
.not-found a:hover {
  text-decoration: none;
}
.gallery {
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto;
  padding: 0 0 80px;
  margin: 40px 0 0;
}
.gallery h2 {
  text-transform: uppercase;
}
.gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid {
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  display: block;
  width: 100% !important;
  height: auto !important;
  padding: 2px;
  overflow: hidden;
}
.grid-item img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
}
html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#content.projects,
#content.job {
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto;
  padding: 40px 0 60px;
  margin: 0 0 20px;
}
.project {
  border-radius: 8px;
  background-color: rgba(245,166,35,0.1);
  padding: 20px 320px 20px 20px;
  position: relative;
  margin: 0 0 40px;
}
.jobs-entry {
  border-radius: 8px;
  background-color: rgba(245,166,35,0.1);
  padding: 20px;
  margin: 0 0 40px;
}
.project-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 8px 8px 0;
  margin: 0;
  width: 300px;
}
.project p.meta {
  margin: 0;
}
.project h2 {
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.project .project-title:hover {
  text-decoration: none;
}
.project p.funder,
.single-project p.funder {
  font-size: 18px;
}
.single-project p.funder,
.single-project .col40 h2 {
  font-weight: bold;
}
.single-project .col40 h3 {
  margin: 0;
}
.single-project .col40 p {
  margin-top: 0;
}
.job h2 {
  text-transform: uppercase;
}
.jobs {
  margin: 40px 0;
}
.jobs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.jobs-list a {
  color: #F5A623;
  font-weight: bold;
}
.jobs-list a:hover {
  color: #02539A;
}
.job .apply {
  margin: 0 0 40px;
}
.school-important-info {
  background-color: rgba(252,229,135,1);
  border-radius: 30px 8px 8px 8px;
  padding: 10px 10px 10px 40px;
  color: #02539A;
  position: relative;
  margin: 40px 0;
}
.school-important-info:after {
  content: "";
  background-image: url(img/info.svg);
  width: 26px;
  height: 26px;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 10;
}
.school-sections {
  border-top: 2px solid #FCE587;
  border-bottom: 2px solid #FCE587;
  background-color: rgba(245,166,35,0.1);
  padding: 20px 0;
}
.school-section h2 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
.school-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.school-section img {
  border: 4px solid #02539A;
  border-radius: 8px;
}
/* Elements */
.btn,
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart input[type="submit"],
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  background-color: #fffef3;
  border: 2px solid #02539A;
  border-radius: 8px;
  color: #02539A !important;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 8px;
}
.btn:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.cart input:hover,
.woocommerce button.button:hover {
  text-decoration: none;
  background-color: #ecfbff;
  color: #02539A;
}
.btn-primary,
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border: 2px solid #02539A;
  background-color: #B8F3F4;
  box-shadow: 1px 2px 0 0 #02539A;
}
.btn-primary:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #96D8DA;
}
.btn-secondary {
  border: 2px solid #02539A;
  background-color: rgba(252,229,135,1);
  box-shadow: 1px 2px 0 0 #02539A;
}
.btn-secondary:hover {
  background-color: rgba(255,217,63,1);
}
.form-page h1 {
  color: #02539A;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  -webkit-text-stroke: 0;
  font-weight: 500;
  letter-spacing: 0;
}
.form-page .entry {
  width: 480px;
  margin: 0 auto;
}
.wpcf7-form {
  text-align: left;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
.form-row {
  margin: 0 0 20px;
}
.wpcf7-form label {
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
}
.wpcf7-form-control-wrap,
.wpcf7-form-control {
  display: block;
}
.form-row.cols .wpcf7-form-control-wrap {
  display: inline-block;
}
.wpcf7-form span.wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio span.wpcf7-list-item {
  display: block;
  margin: 0 10px 0 0;
}
.wpcf7-radio span.wpcf7-list-item label {
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-radio span.wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-radio span.wpcf7-list-item label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px; 
  border: 1px solid #02539A;
  border-radius: 19px;
  background-color: rgba(255,255,255,0.5);
}
.wpcf7-radio span.wpcf7-list-item label input:checked + span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 9px; 
  width: 9px;
  border-radius: 9px;
  background-color: #02539A;
}
.wpcf7-checkbox span.wpcf7-list-item label,
.product-custom-fields .form-row.checkbox-row label {
  position: relative;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-checkbox span.wpcf7-list-item label input[type=checkbox],
.product-custom-fields .form-row.checkbox-row label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.wpcf7-checkbox span.wpcf7-list-item label:before,
.product-custom-fields .form-row.checkbox-row label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 19px;
  width: 19px; 
  border: 1px solid #02539A;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.5);
}
.product-custom-fields .form-row.checkbox-row label:before {
  top: 4px;
}
.wpcf7-checkbox span.wpcf7-list-item label input:checked + span:before,
.product-custom-fields .form-row.checkbox-row label input:checked + span:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  height: 9px; 
  width: 9px;
  border-radius: 2px;
  background-color: #02539A;
}
.product-custom-fields .form-row.checkbox-row label input:checked + span:before {
  top: 9px;
}
.form-row.buttons .wpcf7-radio span.wpcf7-list-item {
  display: inline-block;
}
.form-row.buttons .wpcf7-radio span.wpcf7-list-item label {
  display: inline-block;
  border: 1px solid #02539A;
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
}
.form-row.buttons .wpcf7-radio span.wpcf7-list-item label:before,
.form-row.buttons .wpcf7-radio span.wpcf7-list-item label input:checked + span:before {
  display: none;
}
.form-row.buttons .wpcf7-radio span.wpcf7-list-item.active label {
  background-color: #ECFBFF;
}
.wpcf7-checkbox span.wpcf7-list-item {
  display: block;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-cart table.cart td.actions .coupon .input-text {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #02539A;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.7);
  margin: 0 0 10px;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #02539A;
}
.from-row.cols .wpcf7-form input {
  display: inline-block;
}
.wpcf7-form input.input-small {
  width: 50%;
  margin-top: 5px;
}
.wpcf7-form input.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
  border: 1px solid #FF5368;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px !important;
  border: 1px solid #02539A !important;
  text-align: left;
  margin: 0 10px 0 0;
}
.wpcf7-form textarea,
.woocommerce form .form-row textarea {
  min-height: 120px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.wpcf7-form input[type="button"], 
.wpcf7-form input[type="submit"],
.wpcf7-form button {
  float: right;
}
div.wpcf7-response-output {
  margin: 40px 0 0 !important;
  padding: 10px !important;
  border-radius: 8px;
}
.wpcf7-not-valid-tip {
  background-image: url(img/error.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  color: #FF5368;
  padding-left: 26px;
}
form .required {
  color: red;
  font-weight: 700;
  border: 0;
}
/* Grid */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col4-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col60 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.col40 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
/* WooCommerce */
.store article.entry img.alignnone {
  max-width: 40%;
  height: auto;
  margin: 20px 5%;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.store article.entry img.alignnone:hover {
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.store-entries {
  background-color: rgba(252,229,135,1);
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.store-entries h2 {
  margin-bottom: 20px;
}
.store-entries:after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  background-image: url(img/ball.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 40px 41px;
  width: 40px;
  height: 41px;
  z-index: 10;
}
.school .store-entries:after {
  background-image: url(img/kite.png);
  background-size: 51px 60px;
  width: 51px;
  height: 60px;
  top: -20px;
  right: 0;
}
.store-entries h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}
.store-entries h3 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin: 20px 10px 10px;
}
.store-entries ul.products li.product,
.shop ul.products li.product {
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(82,82,82,0.5);
  border-radius: 8px;
  padding: 10px !important;
  margin: 0 0 10px !important;
  float: left !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.store-entries ul.products li.product a,
.shop ul.products li.product a {
  float: left;
   -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.store-entries ul.products li.product .stock,
.shop ul.products li.product .stock {
  float: right;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-align: right;
   -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product .stock.in-stock {
  color: #7ED321;
}
ul.products li.product .stock.out-of-stock {
  color: #FF5368;
}
.store-entries ul.products,
.store-entries ul.products li.product:last-child {
  margin: 0 !important;
}
.store-entries ul.products li.product h2.woocommerce-loop-product__title,
.shop ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  padding: 0;
}
.store-cancel {
  text-align: center;
  margin: 20px 0;
  font-weight: 500;
}
.store-cancel a {
  color: #F5A623;
  text-decoration: underline;
}
.store-cancel a:hover {
  text-decoration: none;
}
.store-info {
  background-image: url(img/line.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto;
  padding: 80px 0 0;
  margin: 20px 0 0;
}
.store-info.product-info {
  background: none;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.store-info .row {
  position: relative;
  padding-top: 30px;
}
.store-info .row:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  border-top: 1px solid #FCE587;
}
.tabs a {
  border-bottom: 2px solid #ffffff;
  color: #F5A623;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 -40px 10px 0;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.tabs a:hover,
.tabs a.active {
  text-decoration: none;
  color: #02539A;
}
.tabs a.active {
  border-bottom: 2px solid #02539A;
}
.tabs-content li.tab-content {
  border: 2px solid #02539A;
  border-radius: 6px;
  background-color: #FFFFFB;
  padding: 20px;
  list-style: none;
  margin: 0;
  display: none;
  position: relative;
}
.tabs-content li.tab-content.active {
  display: block;
}
.tabs-content .print {
  background-image: url(img/printer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px 26px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 0 0 30px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.tabs-content .print + h2 {
  margin: 0 0 20px;
}
.woocommerce #content div.product div.summary {
  float: none !important;
  width: 100% !important;
}
.store .wp-post-image {
  width: 150px;
  height: auto;
  float: right;
  margin: 0 0 40px 0;
}
.teacher-info,
.important-info {
  border-radius: 8px;
  background-color: rgba(252,229,135,1);
  padding: 20px;
  margin: 0 0 20px;
}
.woocommerce div.product form.cart {
  background-color: rgba(245,166,35,0.1);
  border-radius: 8px;
  padding: 10px;
  margin: 20px 0;
}
.woocommerce form .form-row textarea {
  height: 60px;
  min-height: 60px;
}
.product-custom-fields h3 {
  text-transform: uppercase;
  margin: 0;
}
.woocommerce div.product {
  position: relative;
}
.woocommerce div.product p.stock {
  position: absolute;
  top: 0;
  right: 20px;
  border: 2px solid #7ED321;
  color: #7ED321;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
  font-weight: bold;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.woocommerce div.product p.stock.out-of-stock {
  border: 2px solid #FF5368;
  color: #FF5368;
}
.info-col {
  padding-top: 60px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  background-color: rgba(245,166,35,0.1);
}
.woocommerce-checkout #payment div.payment_box {
  background: rgb(252,229,135);
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgb(252,229,135);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce table.shop_table,
.woocommerce .woocommerce-customer-details address {
  background-color: rgba(255,255,255,0.5);
}
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce .woocommerce-customer-details address {
  border: 1px solid rgb(252,229,135);
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgb(252,229,135);
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgb(252,229,135);
}
.woocommerce-checkout h3,
.cart_totals h2 {
  text-transform: uppercase;
  margin: 0 0 10px;
}
.woocommerce-checkout h3#order_review_heading {
  margin: 20px 0 10px;
}
.woocommerce form .form-row {
  margin: 0;
  padding: 0;
}
.category-link {
  float: right;
  margin: 0 0 40px 0;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}
.category-link:hover {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.category-link img {
  width: 150px;
  height: auto;
}
.woocommerce-checkout-review-order-table tr.shipping,
.shop_table tr.shipping,
.woocommerce div.product form.cart div.quantity {
  display: none;
}
.breadcrumbs {
  margin: -20px 0 20px;
  color: #F5A623;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumbs a {
  color: #F5A623;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.partners {
  background-color: rgba(245,166,35,0.1);
  border-top: 1px solid #FCE587;
  padding: 20px 0;
  margin: 40px 0 -40px;
}
.partners h2 {
  text-transform: uppercase;
}
.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partners ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  vertical-align: middle;
}
.partner-image {
  width: auto;
  max-height: 100px;
}
.woocommerce-thankyou-order-received {
  font-size: 20px;
  line-height: 30px;
}
.woocommerce-checkout #payment ul.payment_methods li,
.woocommerce ul.order_details li {
  list-style: none;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  background: rgba(126,211,33,0.3);
  color: #02539A;
  margin: 0 0 20px !important;
  padding: 15px 20px 15px 60px !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: block;
}
.woocommerce-info {
  background-color: rgba(245,166,35,0.3);
}
.woocommerce-error {
  background-color: rgba(255,83,104,0.4);
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 12px;
  left: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 25px;
  content: "";
}
.woocommerce-message:before {
  background-image: url(img/msg-success.svg);
}
.woocommerce-error:before {
  background-image: url(img/msg-error.svg);
}
.woocommerce-info:before {
  background-image: url(img/msg-warning.svg);
}
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button {
  background: none;
  border: 0;
  text-transform: none;
  color: #02539A;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  text-decoration: underline;
}
.woocommerce-message a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-message a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover {
  background: none;
  text-decoration: none;
}
/* WordPress Core */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  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;
}
/* Media Queries */
@media only screen and (max-width : 980px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header.full .header-bottom {
    min-height: 280px;
  }
  .category-link {
    float: none;
  }
  h1,
  #header #logo {
    font-size: 30px;
  }
}
@media only screen and (max-width : 768px) {
  .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #footer .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .tabs a {
    margin: 0;
  }
  .store-content {
    margin-top: 20px;
  }
  .home-buttons {
    padding: 10px 0;
  }
  .home-buttons .btn {
    padding: 10px 20px;
    font-size: 20px ;
    line-height: 30px;
    margin: 10px 0;
    display: block;
  }
  .alignleft,
  .alignright {
    float: none;
    margin: 20px 0;
  }
  .home .entry img.alignright {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .home-social {
    padding-left: 60px;
    text-align: left;
  }
  .home-social:after {
    width: 40px;
    height: 40px;
  }
  .home-cards {
    padding: 0 0 20px;
  }
  .home-cards .col {
    margin-top: 120px;
  }
  #main-menu {
    float: left;
  }
  #main-menu a {
    margin: 10px 20px 0 0;
  }
  #header #logo {
    font-size: 24px;
    margin: 10px 0;
  }
  .header-bottom {
    padding: 0;
  }
  #header.full .header-bottom {
    background-position: center 60px;
    min-height: 200px;
    padding: 0;
  }
  #main-menu {
    display: none;
    position: fixed;
    z-index: 100;
    background: #ecfbff;
    top: 0;
    bottom: 0;
    left: 0;
    right:  0;
    padding: 40px 20px;
  }
  #main-menu.open {
    display: block;
  }
  #main-menu .menu {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  #main-menu .menu li {
    display: block;
  }
  #main-menu .menu li a {
    display: block;
    margin: 20px 0;
    font-size: 24px;
    line-height: 40px;
  }
  #header .menu-trigger {
    display: block;
  }
  #header-top-menu {
    float: none;
  }
  #header-top-menu .menu a {
    margin: 0 20px 0 0;
  }
  .grid {
    line-height: 0;
    -webkit-column-count: 3;
    -webkit-column-gap:   0px;
    -moz-column-count:    3;
    -moz-column-gap:      0px;
    column-count:         3;
    column-gap:           0px;  
  }
  .store .wp-post-image {
    float: left;
    margin: 0 0 10px;
  }
  .form-page .entry {
    width: auto;
  }
  .home-buttons:after {
    display: none;
  }
  .project {
    padding: 120px 20px 20px;
  }
  .project-image {
    width: 100%;
    height: 100px;
    left: 0;
    border-radius: 8px 8px 0 0;
  }
  #content {
    padding: 20px 0;
  }
  #content.projects,
  #content.job {
    padding: 20px 0 60px;
  }
  .single-project .col40 {
    margin-top: 20px;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48% !important;
  }
  .woocommerce-cart table.cart td.actions .coupon input.button {
    padding: 10px;
    font-size: 12px;
  }
  .tabs a,
  .tabs a.active {
    border: 0;
  }
}