/*
 Theme Name:   Creative Counselling - Fox Theme
 Description:  Theme for Creative Counselling
 Author:       Michel Kremer
 Template:     twentytwentyfive
 Version:      1.0.1
*/

/* Vars declarations */
:root {
  --cfccc-logo-width: 96px;
  --cfccc-logo-margin: 20px;
  --cc-min-header-height: 180px;

  --cc-hv2-vcard-height: 80px;
}
  
.cc-hv2-container {
  position: relative;
  /*max-height: 200px;*/
}

.cc-hv2-container > .cc-hv2-content {
  margin-top: 0;
}

.cc-hv2-container .cc-hv2-nav-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 1069px) {
  .cc-hv2-vcard > img {
    max-height: 200px;
    max-width: 340.2px;
  }
}


.cc-page-content {
  padding-left: 0;
  padding-top: var(--wp--preset--spacing--40);
}


@media only screen and (max-width: 900px) {
  .cc-footer {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 24px !important;
	grid-row-gap: 6px !important;
  }
  .cc-footer > .cc-site-title {
    order: 0;
  }
  .cc-footer > .cc-av-languages {
    order: 1;
  }
  .cc-footer > .cc-address {
    order: 2;
  }
  .cc-footer > .cc-privacy-policy {
    order: 3;
  }
  .cc-footer > .cc-spacer {
    display: none;
  }
}
