*{
    font-family: AlaskaBeta, Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

@font-face {
    font-family: AlaskaBeta;
    src: url(fonts/AlaskaBeta-Regular) format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: AlaskaBeta;
    src: url(fonts/AlaskaBeta-ExtraLight) format('truetype');
    font-weight: 200;
    font-style: normal;

}

body {
    font-family: AlaskaBeta, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 100%;
    background-color: #e9ceb0;
    font-weight: 200;
    /* position: relative; */
}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#page {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

figure {
	margin: 0;
}

p, ul {
    color: #000000;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

li {
    text-align: left;
    list-style-type: none;
    color: #000000;
    padding: 0;
    margin-bottom: 0;
}

embed, object {
	max-width: 100%;
}

iframe{
    max-width: 100%;
}

.wrapper{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}

a, a:visited, a:hover, a:focus, a:active{
    text-decoration: none;
    color: #000000;

}

.page-id-6 header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-id-6 header:after{
    content: "";
    display: block;
    clear: both;
}


.page-id-6 header li {
    z-index: 10;
    color: #ffffff;
}

.page-id-6 header li a{
	color:#ffffff;
}


#site-title  h1 {
    color: #ffffff;
    /* font-family: ITCGaramondStd; */
    text-align: left;
    font-weight: 200;
    font-size: 30px;
    z-index: 30;
	margin:0;
	padding: 0;
}

#site-title  h1  a{
    color: #ffffff;
	text-transform: lowercase;

}


.entry-title, #search {
	display: none!important;
}

header {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

header:after{
    content: "";
    display: block;
    clear: both;
}

header ul {
  position: relative;
  display: flex;
  top: auto;
  right: auto;
  /* gap: 30px; */
  margin: 0 auto;
  padding: 12.5px 30px 12.5px 0;
  justify-content: flex-end;
  /* background-color: #d2b99e; */
}


header li {
    display: block;
    list-style-type: none;
    text-transform: lowercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 10;
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 20px;
    color: #000000;
}

header li a{
	color:#000000;
}

header li:hover, header li:active  {
	color:#000000;
}

#site-title {
    display: block;
    position: absolute;
    top: 12.5px;
    left: 30px;
    padding: 12.5px 20px;
    margin: 0;
    color: #000000;
    /* font-family: ITCGaramondStd; */
    text-align: left;
    font-weight: 200;
    font-size: 30px;
    z-index: 30;
}

#site-title a{
    color: #000000;
	text-transform: lowercase;

}


.main-banner {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.page-id-6 .main-banner figure img {
  position: absolute!important;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  object-fit: cover!important;
  z-index: 1;
}

.main-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -26px);
  z-index: 10;
}

.main-banner-text h3 {
  text-align: center;
  font-size: 45px;
  color:#ffffff;
  font-weight: 100;
  margin: 0 auto 45px;
}

  
.main-banner-text h4 {
  text-align: center;
  font-size: 20px;
  color:#ffffff;
  font-weight: 100;
  margin: 0 auto 30px;
}

.wp-block-button__link {
  display: block;
  font-size: 17px;
  color:#ffffff;
  font-weight: 100;
  max-width: 445px;
  width: 100%;
  /* max-height: 70px; */
  /* height: calc( 90vw - 70px); */
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: hsla( 22.54335260115607,88.71794871794873%,61.76470588235294% ,1);
  border-radius: 0;
}

.wp-block-button__link:hover {
	color: #ffffff;
  background-color: hsla( 22.54335260115607,88.71794871794873%,61.76470588235294% ,0.9);
}

a.wp-block-button__link {
	color: #ffffff;
}

.what-we-do div{
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 0;
  gap: 45px;
}

.what-we-do h3 {
  	  position: relative;
	  /* max-width: 605px;*/
	  width: calc(50% - 90px);
	  /* desired width */
	  margin: 0px;
  text-align: left;
    font-size: 45px;
    font-weight: 100;
}

.what-we-do p {
  	  position: relative;
	  /* max-width: 605px;*/
	  width: calc(50% - 90px);
	  /* desired width */
	  margin: 0px;
  text-align: left;
  font-size: 18px;
}

.page-id-6 img {
	position: relative;
  max-width: 2560px;
  width: 100%;
  height: 460px;
  object-fit: cover;
  
}

.testimonials div{
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 72px 0;
  gap: 45px;

}

.testimonials h3 {
    position: relative;
    /* max-width: 605px; */
    width: calc(50% - 90px);
    margin: 0;
    text-align: left;
    font-size: 45px;
    font-weight: 100;
}

.testimonials ul {
  	  position: relative;
  	  width: calc(50% - 90px);
  	  margin: 0;
  	  text-align: left;
}

.testimonials li {
	margin: 0 auto 25px;
	font-size: 18px;
}

.testimonials p {
	position: relative;
  text-align: left;
  font-size: 18px;
	margin: 0 auto 10px;
}

.testimonials li:last-child{
	margin: 0;
}

.testimonials li:last-child p:last-child{
	margin: 0;
}

.quote-name {
	font-weight: bold;
}

.quote-name:before {
	content: "- ";
}

.courses-home div {
	position: relative;
	display: flex;
	width: 100%;
	padding: 72px 0;
	height: 450px;
	gap: 20px;
	background-color:hsl(202.5deg 9.09% 17.25%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.courses-home h3{
  text-align: center;
  font-size: 30px;
  color:#ffffff;
  font-weight: 100;
  margin: 0 auto 0px;
	padding-top: 0px;
	
}

.courses-home ul {
	display: flex;
	padding: 72px 0;
	gap: 45px;
	justify-content: space-evenly;
	align-items: center;
}

.courses-home li {
	width: calc( 50% - 90px);
	display: block;
	font-size: 17px;
	color:#ffffff;
	font-weight: 100;
	min-width: 445px;
	width: 90%;
	max-height: 70px;
	/* height: calc( 90vw - 70px); */
	margin: 0;
	padding: 20px;
	text-align: center;
	background-color: hsla( 22.54335260115607,88.71794871794873%,61.76470588235294% ,1);
}

.talk-to-us div {
	position: relative;
	display: flex;
	width: 100%;
	padding: 72px 5%;
	height: 450px;
	gap: 20px;
	background-color:hsl(202.5deg 9.09% 17.25%);
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.talk-to-us div div, .talk-to-us div div div {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	height: auto;
	gap: 0;
	background-color:transparent;
}

.talk-to-us h3 {
  text-align: center;
  font-size: 30px;
  color:#ffffff;
  font-weight: 100;
  margin: 0 auto 0px;
	padding-top: 0px;
}

  
.talk-to-us p {
  text-align: center;
  font-size: 20px;
  color:#ffffff;
  font-weight: 100;
  margin: 0 auto 30px;
}

footer {
	background-color: hsl(31.58deg 56.44% 80.2%);
	height: 450px;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 0;
}

footer h3 {
	text-align: center;
	color:#000000;
	margin: 0 auto 30px;
	font-weight: 100;
	font-size: 25px;
}

footer ul {
	margin: 0 auto 30px;
	
}

footer li {
	text-align: center;
	max-width: 700px;
	margin: 0 auto;
}

footer li form {
	margin: 0!important;
}

footer .formkit-fields {justify-content: center;}

footer .formkit-field {
	max-width: 445px;
}


footer li div {
	padding-top: 0!important;
	padding-bottom: 0!important;
}

footer li div .formkit-powered-by-convertkit-container {
	display: none!important;
}

footer .formkit-submit {
	max-width: 118px;
	width: 100%;
}

footer li h4 {
	margin: 25px auto 12.5px;
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 100;
	padding-top: 0px;
}

footer li p {
	margin: 0 auto 12.5px;
	text-align: center;
	color: #000000;
	font-weight: 100;
	padding-top: 0px;
}

footer li:nth-child(6) p {
	margin: 0 auto 0;
}

footer li:nth-child(7) p {
	font-size: 12.5px;
	color: #4d4d4d;
}

footer .wp-block-image img {
	position: relative;
	max-width: 25px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

#post-17 {
    position: relative;
}

#post-17 img {
    position: relative;
    z-index: 1;
    max-width: 2560px;
    width: 100%;
    height: 100vh;
    object-fit:cover;
    margin: 100px auto;
}

#post-17 img:nth-child(4) {
	margin: 100px auto 100px;
}

#post-17 h4 {
	background-color: hsl(31.58deg 56.44% 80.2%);
	height: 300px;
	text-align: center;
	margin: -95px auto 0;
	padding: 200px 0 0;
	font-size: 30px;
	font-weight: 100;
}

#post-17 p {
	margin: 0 auto 15px;
	font-size: 20px;
	max-width: 670px;
	width: 90%;
}

#post-17 .talk-to-us {
	margin-top: 100px;
}

body.page-id-13{
	background-color: hsl(31.58deg 56.44% 80.2%);

}

#post-13 {
	padding: 0 100px;
	margin: 0 auto 50px;
}

#post-13 h3 {
	
	height: 200px;
	text-align: center;
	margin: 0 auto 0;
	padding: 100px 0 0;
  font-size: 30px;
  font-weight: 100;
}

#post-13 ul {
	display: flex;
	gap: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

#post-13 li {
	width: 100%;
}

#post-13 ul li {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

#portfolio{
	display:none;
}

#post-13 #portfolio{
	display: block;
	
}

#post-13 ul li:nth-child(odd) {
	flex-direction: row-reverse;
}



#post-13 .portfolio-text {
	display: inline-block;
	width: calc(50% - 25px);
}

#post-13 .swiper  {
	display: inline-block;
	width: calc(50% - 25px);
}

#portfolio ul figure {
	display: none;
}

/* quotes css

#post-13 ul li li li:nth-child(3) {
	display: inline;
	width: 100%;
	height: 200px;
	position: relative;
	width: 100vw;
	padding: 70px 0;
	margin: 0 -90px;
	background-color:hsl(202.5deg 9.09% 17.25%);
	color: #ffffff;
	
}

#post-13 ul ul li:nth-child(3) p{
	max-width: 50%;
	margin: 0 auto 30px;
	color: #ffffff;
	
} */

.swiper-button-next:after{
  font-size: 30px!important;
  color: #000000b3;
}

.swiper-button-prev:after {
  font-size: 30px!important;
  color: #000000b3;
}

.swiper-pagination {
  position: relative!important;
  font-size: 12px;
  padding: 0;
  margin: 17px auto 0;
}


/*---- Swiper Photography ----*/

.swiper {
  width: 100%;
  height: auto;
  margin: 0px auto 30px;

}

.swiper img{
    max-width: 700px;
    width: 100%;
    max-height: 467.18px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}
.swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
    }

.swiper-wrapper {
  align-items: center; /* add this will all relevant prefixes */
}

/*----------*/

#post-13 img {
	width:100%;
	max-width: 2560px;
	height: auto;
	max-height: 60vh;
	object-fit: contain;
}
#post-13 h4 {
	text-align: left;
	margin: 0 auto 30px;
	padding: 0;
  font-size: 25px;
  font-weight: 100;
	
}

#post-13 p {
	text-align: left;
	margin: 0 auto 15px;
	padding: 0;
  font-size: 15px;
  font-weight: 100;
	
}

.wp-block-latest-posts__post-title{
	display: none;
}

.contact-form {
	position: relative;
}

.contact-form img{
	    position: relative;
	max-width: 2560px;
	  width: 100%;
	  height: 100vh;
	object-fit:cover;
}
.contact-form div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	margin: 0 auto;
	padding: 25px;
	background-color: hsl(31.58deg 56.44% 80.2%);
}

#copyright {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}

.formkit-powered-by-convertkit-container {
	display: none!important;
}

#post-19 figure img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover!important;
  z-index: 1;
}

#post-19 div{
	/* position: relative; */
}

#contact-form {
	position: relative;
}

.wp-block-contact-form-7-contact-form-selector {
	position: absolute;
	display: flex;
	top: 52%;
	left: 50%;
	padding: 25px;
	transform: translate(-50%,-50%);
	max-width: 690px;
	width: 100%;
	margin: 0;
	z-index: 10;
	background-color: hsl(31.58deg 56.44% 80.2%);
	justify-content: center;
	align-items: center;
}

#scope-contact-form .wpcf7-submit {
  font-size: 17px;
  color:#ffffff;
  font-weight: 100;
  max-width: 445px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  background-color: hsla( 22.54335260115607,88.71794871794873%,61.76470588235294% ,1);
  border-radius: 0;
  border: 0;
}

#scope-contact-form .wpcf7-submit:hover {
	color: #ffffff;
  background-color: hsla( 22.54335260115607,88.71794871794873%,61.76470588235294% ,0.9);
	cursor: pointer;
}

#wpcf7-f77-p19-o1 {
	width: 100%;
	max-width: 445px;
}

#scope-contact-form  form{
	width: 100%;
	max-width: 445px;
}

#scope-contact-form p{
	width: 100%;
	max-width: 445px;
	padding: 0  0 12.5px;
}

#scope-contact-form p:nth-child(2){
	margin-top: 20px;
}

#scope-contact-form p:nth-child(6){
	padding: 0px;
}

#scope-contact-form  span {
	margin: 0;
}

#scope-contact-form  label {
	padding: 0;
}

#scope-contact-form  input, #scope-contact-form  textarea {
	width: 100%;
	max-width: 445px;
	max-height: 90px;
	padding: 12px;
	margin: 12.5px 0 0;
	border: none;
	border-radius: 0;
}

@media only screen and (max-width: 1025px) {


	.courses-home ul {
		display: flex;
		padding: 50px 0 0;
		gap: 50px;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
		width: 100%;
	}

	.courses-home li{
		min-width: auto;
		width: 90%;
		max-width: 445px;
	}
}

@media only screen and (max-width: 950px) {

	.main-banner-text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, calc(-50% + 5vw));
	    z-index: 10;
	    width: 90%;
	}
	.main-banner-text h3 {
	    font-size: 5vw;
	    margin: 0 auto 5vh;
	}

	.main-banner-text h4 {
	    font-size: 3vw;
	    margin: 0 auto 5vh;
	}

	.wp-block-button__link {
	    font-size:15px;
	    /* width: 90%!important; */
	    padding: 15px;
	}

	.courses-home li {
		font-size: 15px;
	}

		.what-we-do h3 {
		font-size: 5vw;
	    margin: 0 auto 5vh;
	}

	.what-we-do p {
	    font-size: 2vw;
	    margin: 0 auto;
	}

	.testimonials h3 {
		font-size: 5vw;
	    margin: 0 0 5vh;
	}
	
	.testimonials li {
		margin: 0 0 5vh;
	}
	
	.testimonials p {
	    font-size: 2vw;
	}

	.page-id-6 img {
	    position: relative;
	    max-width: 2560px;
	    width: 100%;
	    height: 50vh;
	    object-fit: cover;
	}

	.courses-home div {
		gap: 0;
	}

		.courses-home ul {
		    margin: 0;
			padding: 0;
	}

	.courses-home h3 {
		font-size: 4vw;
	    margin: 0 auto 5vh;
		padding: 0;
}

	.talk-to-us h3 {
		font-size: 4vw;
	    margin: 0 auto 5vh;
		padding: 0;
		}
		
		  
	.talk-to-us p {
		font-size: 3vw;
	    margin: 0 auto 5vh;
		}
	
	
}
@media only screen and (max-width: 650px) {
       /*  burger_add
========================================== */

    .burger_add {
      width: 55px;
      height: 55px;
      position: absolute;
      top: 15px;
      right: 5%;
      /* border-radius: 4px; */
      z-index: 160;
    }

    .burger_add span {
      position: relative;
      margin-top: 0;
      margin-bottom: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .burger_add span, .burger_add span::before, .burger_add span::after {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #000000;
      outline: 0px solid transparent;
      -webkit-transition-property: background-color, -webkit-transform;
      -moz-transition-property: background-color, -moz-transform;
      -o-transition-property: background-color, -o-transform;
      transition-property: background-color, transform;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
    }

	body.home .burger_add span, body.home .burger_add span::before, body.home .burger_add span::after {
		  background-color: #ffffff;
	}

	body.home .burger_add.clicked span {background-color: transparent;}


	.burger_add span::before {
		margin-top: 10px;
	}

	.burger_add span::after {
		margin-top: -10px;
	}

    .burger_add span::before, .burger_add span::after {
      position: absolute;
      content: "";
    }

    .burger_add span::before {top: 0px;}

    .burger_add span::after {top: 0;}

    .burger_add.clicked span {background-color: transparent;}

    .burger_add.clicked span::before {
      -webkit-transform: translateY(0) rotate(45deg);
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -o-transform: translateY(0) rotate(45deg);
      transform: translateY(-10px) rotate(45deg);
    }

    .burger_add.clicked span::after {
      -webkit-transform: translateY(0) rotate(-45deg);
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -o-transform: translateY(0) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
    }

    .burger_add.clicked span:before, .burger_add.clicked span:after {background-color: #000000!important;}

    .burger_add:hover { cursor: pointer; }

    /*  NAV
    ========================================== */

    nav {
      position: fixed;
      z-index: 34;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      padding: 0;
      background-color: #e9ceb0;
      overflow-y: auto;
      -webkit-transform: translateY(-100%);
      -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    nav.show {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }

    nav.show ul.menu li {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
    }

    nav.show ul.menu li:nth-child(1) { transition-delay: 0.15s; }

    nav.show ul.menu li:nth-child(2) { transition-delay: 0.3s; }

    nav.show ul.menu li:nth-child(3) { transition-delay: 0.45s; }

    nav.show ul.menu li:nth-child(4) { transition-delay: 0.6s; }

    nav.show ul.menu li:nth-child(5) { transition-delay: 0.75s; }

    nav.show ul.menu li:nth-child(6) { transition-delay: 0.9s; }

    nav.show ul.menu li:nth-child(7) { transition-delay: 1.05s; }

    nav.show ul.menu li:nth-child(8) { transition-delay: 1.2s; }

    nav.show ul.menu li:nth-child(9) { transition-delay: 1.35s; }

    nav.show .about, nav.show .social, nav.show ul.sub {
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      transition-delay: .85s;
    }
    @media (min-width: 667px) {

    nav {/* padding: 26px 0px; */}
    }

    #primary-menu li {
		display: block;
		list-style-type: none;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 30px 0;
		float: none;
		text-transform: lowercase;
		/* border-bottom: 0.5px solid #000000; */
		/* border-left: 0.5px solid #000000; */
		/* border-right: 0.5px solid #000000; */
	}


        #primary-menu ul {
            margin-top: 100px;
            padding: 0;
            background-color: #ffffff;
     }

	header nav li a{
		font-size: 15px;
		padding: 16.5px 30%;
	}

	header nav:before {
        border: none;
    }

    header nav:after {
        border-bottom: none;
    }

    header nav ul ul li:nth-child(1) {
        margin: 0;
    }

    header nav ul ul {
        top: 4.2em;
        width: 100%;
        z-index: 99999;
        background: #fff;
        padding: 0;
        margin: 0;
    }
    

    nav ul.menu {list-style-type: none;display: flex;height: 100vh;padding: 0;margin: 0;flex-direction: column;align-content: center;justify-content: center;align-items: center;}

    nav ul.menu li {
      margin-bottom: 10px;
      -webkit-transform: translateX(40px);
      -moz-transform: translateX(40px);
      -ms-transform: translateX(40px);
      -o-transform: translateX(40px);
      transform: translateX(40px);
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    nav ul.menu li:last-of-type {margin-bottom: 10px;}

    nav ul.menu li a {
      color: #000000;
      text-decoration: none;
      text-transform: none;
      font-size: 1.5rem;
      display: block;
      font-weight: 100;
      text-transform: lowercase;
      padding: 0 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }


    nav ul.menu ul li a{
            font-family: Scotch Modern;
            margin: 0;
        font-weight: normal;
        list-style-type: none;

    }

    nav ul.menu ul{
        list-style-type: none;
        padding: 0;
    }        

    nav .social a:last-of-type { margin-right: 0px; }

    nav .social a:hover svg path, nav .social a:hover svg circle { fill: #8B7662; }

    nav .social a svg {
      width: 100%;
      height: 100%;
    }

    nav .social a svg path, nav .social a svg circle {
      fill: #ffffff;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    nav ul.sub {
      list-style-type: none;
      margin-top: 40px;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      opacity: 0;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
    }

    nav ul.sub li { margin-bottom: 10px; }

    nav ul.sub li:last-of-type { margin-bottom: 0px; }

    nav ul.sub li a {
      color: #ffffff;
      letter-spacing: 1px;
      font-size: 0.9rem;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    nav ul.sub li a:hover { color: #8B7662; }




    /*  overlay_added
    ========================================== */

    .overlay_added {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: transparent;
      opacity: 0;
      visibility: hidden;
    }

    .overlay_added.show {
      opacity: 0.8;
      visibility: visible;
    }
    
    body.home #primary-menu li:nth-child(3), body.home #primary-menu li:nth-child(4), body.home #primary-menu li:nth-child(5) {
    /* display: block; */
}


#site-navigation {
	position: fixed;
	top: 0;
	bottom: auto;
}


#site-navigation ul li a{
	color: #b3b3b3;
	font-size: 16px;
	line-height: 25px;
	padding: 16.5px 30%;
}

#site-navigation ul ul{
	display: none;
}

#site-navigation ul li:nth-child(1) a {
    cursor: pointer;
    padding: 16.5px 30%;
}
	#site-title {
	    top: 25px;
	    left: 5%;
	    padding: 0;
	    position: absolute;
	}
	
	.what-we-do div {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 50px 0;
	    gap: 25px;
	}

	.what-we-do h3 {
	  	  position: relative;
		  width: calc(90% - 50px);
		  /* desired width */
		  margin: 0 auto;
	  text-align: left;
	    font-size: 25px;
	    font-weight: 100;
	}

	.what-we-do p {
	  	  position: relative;
		  width: calc(90% - 50px);
		  /* desired width */
		  margin: 0px auto;
			font-size: 15px;
	}

	.testimonials div {
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    padding: 50px 0;
	    gap: 25px;
	}

	.testimonials h3 {
	  	  position: relative;
		  width: calc(90% - 50px);
		  /* desired width */
		  margin: 0 auto;
	  text-align: left;
	    font-size: 25px;
	    font-weight: 100;
	}

	.testimonials p {
	  	  position: relative;
	
		  margin: 0px auto;
			font-size: 15px;
	}

	.testimonials ul {
	  	  position: relative;
		  width: calc(90% - 50px);
		  margin: 0px auto;
			font-size: 15px;
	}

	.courses-home div {
	    position: relative;
	    display: flex;
	    width: 100%;
	    padding: 0;
	    height: 450px;
	    gap: 0;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	
	#copyright {
	    position: relative;
	    display: block;
	    bottom: 0;
	    right: 0;
	    font-size: 10px;
	    text-align: right;
	    margin: 0 auto;
	    padding: 0 0 10px;
	}

	footer ul {
	    margin: 0 auto;
	}

	footer .formkit-submit {
	    max-width:445px;
	    width: 100%;
	}

	#post-13 {
		padding: 0;
		margin: 0 auto ;
		}
	
	#post-13 h3 {
		height: auto;
		text-align: center;
		margin: 92.5px auto 50px;
		padding: 0;
	    font-size: 25px;
	  font-weight: 100;
	}
	
	#post-13 ul {
		display: flex;
		gap: 25px;
		width: 90%;
		margin: 0 auto;
		align-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	#post-13 li {
		width: 100%;
	}
	
	#post-13 ul li {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 25px;
		justify-content: center;
	}
	
	#portfolio{
		display:none;
	}
	
	#post-13 #portfolio{
		display: block;
		
	}
	
	#post-13 ul li:nth-child(odd) {
		flex-direction: row;
	}
		
	
	#post-13 .portfolio-text {
		width: 90%;
	}
	
	#post-13 .swiper  {
		margin: 0 auto;
	}
	
	#portfolio ul figure {
		display: none;
	}

#post-17 img {
	margin: 50px auto 50px;
}

#post-17 img:nth-child(4) {
	margin: 50px auto 50px;
}

#post-17 h4 {
	height: auto;
	max-width: 90%;
	margin: 92.5px auto 0;
	padding: 0;
	font-size: 25px;
}

#post-17 p {
	font-size: 15px;
	width: 90%;
}

#post-17 .talk-to-us {
	margin-top: 50px;
}

.wp-block-contact-form-7-contact-form-selector {
    top: 50%;
    left: 50%;
    padding: 12.5px;
    transform: translate(-50%,-50%);
    max-width: 690px;
    width: 90%;
}
	
		
	}

@media only screen and (max-width: 450px) {

	.main-banner-text h3 {
	    font-size: 25px;
	}

	.main-banner-text h4 {
	    font-size: 15px;
	    margin: 0 auto 5vh;
	}

	.wp-block-button__link {
	    font-size: 17px;
	    max-width: 445px;
	    width: 90%;
	    padding: 10px;
	}

		.what-we-do h3 {
		font-size: 20px;
	}

	.what-we-do p {
	    font-size: 12px;
	}

	.testimonials h3 {
		font-size: 20px;
	}
	
	.testimonials p {
	    font-size: 12px;
	}
	
	.courses-home h3 {
		font-size: 20px;
}

	.talk-to-us h3 {
		font-size: 20px;
		}
		
		  
	.talk-to-us p {
		font-size: 15px;
		}
	
}