/* Theme styles */

:root {
	--cnvs-themecolor: #83b341;
	--cnvs-themecolor-rgb: 131, 179, 65;

  /* fonts */
  --cnvs-body-font: "Inter", sans-serif;
	--cnvs-primary-font: "Inter", sans-serif;
	--cnvs-secondary-font: "Playfair Display", serif;
}

div.video-wrap video {
	object-fit: cover;
}
.is-expanded-menu .transparent-header.full-header nav.primary-menu .menu-container {
  border: none;
}
.is-expanded-menu #header.transparent-header.full-header div#logo {
  border: none;
}
.is-expanded-menu #header.full-header.transparent-header div#header-wrap {
  border: none;
}
.video-text-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-text-wrapper-inner {
  /* background-color: rgba(255,255,255,0.7);
  padding: 2rem 3rem;
  border-radius: 10px;
  box-shadow: 1px 1px 25px 1px #333; */
  text-align: center;
  color: #fff;
}
.video-text-wrapper-inner h1 {
  color: #fff;
}
.video-text-wrapper-inner h2 {
  color: #fff;
}
.video-text-wrapper-inner h3 {
  color: #fff;
}
h1.hero-title {
  font-size: 3rem;
}
.is-expanded-menu .full-header div#logo {
    border-right: none;
}
.is-expanded-menu .full-header .primary-menu ul.menu-container {
    border-right: none;
}
.ratio-4-3 {
  aspect-ratio: 4/3;
  object-fit: cover;
}







/* general ends
------------------------------------------------------------------------------------------------------- */


@media screen and (min-width:1024px){

.mob {display: none !important;}
.home header#header:not(.sticky-header) #logo a.text-logo {
  color: #fff;
  font-weight: 600;
}
.home header#header:not(.sticky-header) nav ul.menu-container > li > a.menu-link {
  color: #fff;
}



} /* /min-width:1024px 
------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:1023px){
  
* {box-sizing:border-box;}
table {table-layout:fixed; width:100%;}
img { max-width:100%; height:auto; image-rendering: -webkit-optimize-contrast;}
body {margin: 0px;padding: 0px;}
iframe { max-width:100% !important;}
object { max-width:100% !important;}
.pc {display: none !important;}

header#header {
  position: sticky;
  top: 0;
  z-index: 99;
}




} /* /max-width:1023px 
------------------------------------------------------------------------------------------------------- */


