/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 28 2025 | 22:48:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.mindmap-link{
	width: 100%;
	    display: block;
    background-color: #fafafa;
    padding: 0.3em;
	    border: 1px solid #d7d9d8;
	
}

.wp-block-latest-posts__featured-image{
	padding-bottom: 1em;
}

#wp-comment-private{
	    position: initial;
    cursor: pointer;
	opacity: 1;
	width: initial;
    height: initial;
}
.page-links{
	font-size: 1.1em;
}

@media screen and (max-width: 800px) {
    .additional-content-about {
        display: none;
    }
    .first-paragraph-about:after {
        content: '[read more]';
        color: blue;
        text-decoration: underline;
        cursor: pointer;
		font-size: 0.8em;
		display: block;
		padding: 0.4em;
    }
			.first-paragraph-about.hide-after:after {
    display: none;
}
	
	    .additional-content-general {
        display: none;
    }
	
	.first-paragraph-general.hide-after:after {
    display: none;
}

    .first-paragraph-general:after {
        content: '[read more]';
        color: blue;
        text-decoration: underline;
        cursor: pointer;
		font-size: 0.8em;
		display: block;
		padding: 0.4em;
    }
}


.snip1579 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  max-width: 310px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.snip1579 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1579 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1579 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.snip1579 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 3px 0;
}
.snip1579 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}
.snip1579 blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.snip1579 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1579:hover figcaption,
.snip1579.hover figcaption {
  height: calc(85%);
}


/* ============================================================================= 
14. Others
============================================================================= */

@media only screen and (max-width: 1024px) {
 
  .nav-up {
    top: -3.5em!important
}
  
  
}

/* ============================================================================= 
14. Others
============================================================================= */
#polaroids {
  padding: 2em;
  text-align: center;
}
#polaroids img {
  position: relative;
 border-top: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    border-bottom: 35px solid #ffffff;
    border-left: 10px solid #ffffff;
  box-shadow: 0.819px 0.574px 4px 0px rgba(0, 0, 0, 0.16);
  transition: 0.2s all ease-in;
  /*
    &:nth-of-type(5) { z-index: 5; transform: rotate(-10deg) translate(-55px,0); 
      &.active { transform: rotate(-10deg) translate(-55px,0) scale(@scaleSmall); } 
    }
    &:nth-of-type(6) { z-index: 6; transform: rotate(8deg) translate(-65px,10px); 
      &.active { transform: rotate(8deg) translate(-65px,10px) scale(@scaleSmall); }
    }
    &:nth-of-type(7) { z-index: 7; transform: rotate(-5deg) translate(-70px,-10px);
      &.active { transform: rotate(-5deg) translate(-70px,-10px) scale(@scaleSmall); }
    }
    */
}
#polaroids img:nth-of-type(1) {
  z-index: 1;
  transform: rotate(3deg) translate(15px, 0);
}
#polaroids img:nth-of-type(1).active {
  transform: rotate(3deg) scale(1.1);
}
#polaroids img:nth-of-type(2) {
  z-index: 2;
  transform: rotate(-10deg) translate(15px, 0);
}
#polaroids img:nth-of-type(2).active {
  transform: rotate(-10deg) translate(15px, 0) scale(1.1);
}
#polaroids img:nth-of-type(3) {
  z-index: 3;
  transform: rotate(8deg) translate(15px, 10px);
}
#polaroids img:nth-of-type(3).active {
  transform: rotate(8deg) translate(15px, 10px) scale(1.1);
}
#polaroids img:nth-of-type(4) {
  z-index: 4;
  transform: rotate(-5deg) translate(15px, -10px);
}
#polaroids img:nth-of-type(4).active {
  transform: rotate(-5deg) translate(15px, -10px) scale(1.1);
}
#polaroids img:nth-of-type(5) {
  z-index: 5;
  transform: rotate(6deg) translate(15px,0);
}
#polaroids img:nth-of-type(5).active {
  transform: rotate(6deg) translate(15px,0) scale(1.1);
}

#polaroids img:nth-of-type(6) {
  z-index: 6;
  transform: rotate(-7deg) translate(15px, 0);
}
#polaroids img:nth-of-type(6).active {
  transform: rotate(-7deg) translate(15px, 0) scale(1.1);
}
#polaroids img:hover {
  z-index: 10;
  /*
      &:nth-of-type(5) { transform: rotate(-10deg) translate(-55px,0) scale(@scaleBig); }
      &:nth-of-type(6) { transform: rotate(8deg) translate(-65px,10px) scale(@scaleBig); }
      &:nth-of-type(7) { transform: rotate(-5deg) translate(-70px,-10px) scale(@scaleBig); }
      */
}
#polaroids img:hover:nth-of-type(1) {
  transform: rotate(3deg) scale(1.3);
}
#polaroids img:hover:nth-of-type(2) {
  transform: rotate(-10deg) translate(15px, 0) scale(1.3);
}
#polaroids img:hover:nth-of-type(3) {
  transform: rotate(8deg) translate(15px, 10px) scale(1.3);
}
#polaroids img:hover:nth-of-type(4) {
  transform: rotate(-5deg) translate(15px, -10px) scale(1.3);
}

#polaroids img:hover:nth-of-type(5) {
  transform: rotate(6deg) translate(15px,0) scale(1.3);
}

#polaroids img:hover:nth-of-type(6) {
  transform: rotate(-7deg) translate(15px,0) scale(1.3);
}

@media only screen and (max-width: 601px) {

  #polaroids img:nth-of-type(5) {
  z-index: 5;
  transform: rotate(6deg) translate(15px,0);
}
  
 #polaroids img:nth-of-type(6) {
  z-index: 6;
  transform: rotate(-7deg) translate(15px, 0);
} 
}

/* ============================================================================= 
14. Others
============================================================================= */

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}
.btn--block {
  display: block;
  width: 100%;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards__item {
  display: flex;
  padding: 1rem;
}
@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards__item {
    width: 50%;
  }
}
.card {
  background-color: white;
/*  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25); */
  border-radius: initial !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.card:hover .card__image {
  filter: contrast(100%);
}
.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}
.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
/*  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; */
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}
.card__image::before {
  content: "";
  display: block;
  padding-top: 36.25%;
}
@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 36.6%;
  }
}
.card__image--ux {
  background-image: url(https://georgiev.live/wp-content/uploads/2021/11/sing-in-window.webp);
}
.card__image--vtm {
  background-image: url(https://georgiev.live/wp-content/uploads/2020/01/TM-Ice-Breaker-Header-full.jpg);
}
.card__image--park {
  background-image: url(https://georgiev.live/wp-content/uploads/2019/10/In-D-Park-Header-full.jpg);
}
.card__image--adventurist {
  background-image: url(https://georgiev.live/wp-content/uploads/2018/08/Adventurist-header-preview-01.jpg);
}
.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

#snippet-box{
	max-width: initial !important;
}

.snippet-image{
	padding: 1em;
}

.aio-info{
	line-height: 1.3em;
	padding: 1em;
}

.column-list{
	  columns: 10em;
	
}



.accordion {
   margin: 0;
   padding: 0;
   background: #f4f4f4;
   color: #00432f;
   border: 1px solid #d7d9d8;
}

.accordion__item {
   position: relative;
   list-style-type: none;
   padding: 0.3em;
}

.accordion__item:not(:last-of-type) {
   border-bottom: 1px solid #d7d9d8;
}

input[type="checkbox"] {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   cursor: pointer;
   opacity: 0;
}

.accordion__title {
   padding-right: 1.5rem;
   font-size: 1.25rem;
	padding-left: 1em;
}

.accordion__arrow {
   position: absolute;
   right: 0;
   margin-top: 26px;
   margin-right: 2em;
}

.accordion__arrow::before,
.accordion__arrow::after {
   content: "";
   position: absolute;
   background-color: #00432f;
   width: 3px;
   height: 9px;
   transition: transform 0.25s ease-in-out;
}

.accordion__arrow::before {
   transform: translateX(-2px) rotate(45deg);
}

.accordion__arrow::after {
   transform: translateX(2px) rotate(-45deg);
}

input[type="checkbox"]:checked ~ .accordion__arrow::before {
   transform: translateX(2px) rotate(45deg);
}

input[type="checkbox"]:checked ~ .accordion__arrow::after {
   transform: translateX(-2px) rotate(-45deg);
}

.accordion__content {
   position: relative;
   max-height: 200px;
   margin: 0;
   opacity: 1;
   overflow: hidden;
   line-height: 1.6;
	   transition: all 0.25s ease-in-out;
   z-index: 2;
	padding: 1em;
	background-color: white;
}

input[type="checkbox"]:checked ~ .accordion__content {
   max-height: 0;
   opacity: 0;
	padding: 0;
}

@media (max-width: 768px) {
   .container {
      width: 100%;
   }
}

/* (A) HIDE CHECKBOX & CONTENT, SHOW ON CHECKED */
.tab input, .tab .content { display: none; }
.tab input:checked ~ .content { display: block; }

/* (B) COSMETICS */
/* (B1) WARPPER */
.tab {
  margin-bottom: 10px;
	   border: 1px solid #d7d9d8;


}
 
/* (B2) LABEL */
.tab label {
  display: block; padding: 10px;
  background: #fafafa;
  cursor: pointer;
}
 
/* (B3) CONTENT */
.tab .content {
  padding: 10px;
	   transition: transform 0.25s ease-in-out;

}
 
/* (B4) DIRECTION ARROW */
.tab label { position: relative; }
.tab label::after {
  display: block; content: "\25b6";
  position: absolute; right: 10px; top: 10px;
  transition: all 0.4s;
}
.tab input:checked ~ label::after { transform: rotate(90deg); }

.tab label {
margin-bottom: initial !important;
}