.elementor-kit-7{--e-global-color-primary:#0A2031;--e-global-color-secondary:#425977;--e-global-color-text:#152939;--e-global-color-accent:#FF821D;--e-global-color-5aeceb1:#0A2031;--e-global-color-5e97e14:#425977;--e-global-color-bbc2240:#FF821D;--e-global-color-b27dba4:#FFFFFF;--e-global-typography-primary-font-family:"Zalando Sans Expanded";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Google Sans Flex";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Google Sans Flex";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Google Sans Flex";--e-global-typography-accent-font-weight:500;font-family:"Google Sans Flex", Sans-serif;font-size:18px;font-weight:400;line-height:130%;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-bbc2240 );font-family:"Google Sans Flex", Sans-serif;font-size:18px;font-weight:500;color:var( --e-global-color-b27dba4 );border-radius:33px 33px 33px 33px;padding:17px 30px 17px 30px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#C06317;color:var( --e-global-color-b27dba4 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:#1F87FF;}.elementor-kit-7 h1{font-size:56px;font-weight:700;line-height:100%;}.elementor-kit-7 h2{font-size:48px;font-weight:700;line-height:100%;}.elementor-kit-7 h3{font-size:32px;font-weight:700;}.elementor-kit-7 h4{font-size:24px;}.elementor-kit-7 h5{font-size:18px;font-weight:500;line-height:100%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-7 h1{font-size:32px;}.elementor-kit-7 h2{font-size:32px;}.elementor-kit-7 h3{font-size:24px;}.elementor-kit-7 h5{font-size:16px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{line-height:140%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:14px;line-height:147%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */p{margin:0px;}
/*CONTACT FORMS 7*/
.cf7-contact {
    display: flex;
  flex-direction: column !important;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 600px) {
.cf7-contact {
    width: 100%;
    display: flex;
  flex-direction: column !important;
    gap: 19px;
    justify-content: center;
}
  .cf7-contact > div {
  display: flex;
  flex-direction: column !important;
    gap: 19px !important;
    margin-bottom: 0px;
  }
  .cf7-contact > div input[type=submit] {
    width:100% !important;
}
  .btn-align {
    text-align: center !important;
  }

}

.cf7-contact > h2 {
}

.cf7-contact > div {
  display: flex;
  flex-direction: row;
  gap: 19px;
    margin-bottom: 0px;
    width: 100%;
}

.cf7-contact > div span,
.cf7-contact > div > div {
  width: 100%;
}

.cf7-contact > div p{
  margin-bottom: 8px;
  margin-top: 0px;
  width: 100%;
  color: #152939;
  font-weight: 400;
  font-size: 14px;
}

.cf7-contact > div input[type=text],
.cf7-contact > div input[type=email],
.cf7-contact > div input[type=tel],
.cf7-contact > div select,
.cf7-contact > div textarea {
  padding: 12px;
    color: #152939;
    font-family: "Google Sans Flex";
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    width: 100%;
    background: #F6F6F6;
}

.cf7-contact ::placeholder {
  color: #152939;
}

.cf7-contact > div input:focus {
  outline: none;
}

.cf7-contact select {
  outline: none;
}

.cf7-contact textarea {
  outline: none;
  min-height: 328px;
}

.cf7-contact > div input[type=submit]{
  transition:0.25s ease all;
    width: 100% !important;
  background-color: #FF821D !important;
  color: #ffffff !important;
    font-size: 18px;
  padding: 17px 30px;
    font-weight: 700;
    border-radius: 33px;
    font-family: "Google Sans Flex";
    cursor: pointer;
  border: none;
  max-width: 124px;
  margin-top: -32px;
  line-height:140%;
}

.cf7-contact > div input[type=submit]:hover{
  background-color: #c06317 !important;
  color: #ffffff !important;
}

select {
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  background-image: url(https://farmskytechag.ca/wp-content/uploads/2026/04/arrow-form.png) !important;
  background-size: 12px;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 12px) center !important; 
  padding-right: 20px !important; 
}

.btn-center p {
    display: flex;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    flex-direction: column;
}

.invalid  .wpcf7-response-output {
    display: none !important;
}

.required {
  color: #FF000099;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

#wpcf7-f719-p160-o1.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
}

#wpcf7-f14-o2 .wpcf7-form.sent .wpcf7-response-output,
#wpcf7-f14-o1 .wpcf7-form.sent .wpcf7-response-output{color:#fff !important}






/*CONTACT FORMS 7*/
.cf7-container {
    display: flex;
  flex-direction: column !important;
    gap: 16px;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 600px) {
.cf7-container{
    width: 100%;
    display: flex;
  flex-direction: column !important;
    gap: 10px;
    justify-content: center;
}
  .cf7-container > div{
  display: flex;
  flex-direction: column !important;
    gap: 32px !important;
    margin-bottom: 0px;
  }
  .cf7-container > div input[type=submit]{
    width: 100% !important;
}
  .btn-align {
    text-align: center !important;
  }
  .cf7-container > div input[type=text],
  .cf7-container > div input[type=email],
  .cf7-container > div input[type=password],
  .cf7-container > div select{
    font-size: 14px !important;
  }

}

.cf7-container > h2{
}

.cf7-container > div {
  display: flex;
  flex-direction: row !important;
  gap: 32px;
    margin-bottom: 0px;
    width: 100%;
}

.cf7-container > div span,
.cf7-container > div > div {
  width: 100%;
}

.cf7-container > div p{
  margin-bottom: 5px;
    margin-top: 0px;
    width: 100%;
}

.cf7-container > div input[type=text],
.cf7-container > div input[type=email],
.cf7-container > div input[type=password],
.cf7-container > div select{
  padding: 8px 10px 8px 10px;
    color: rgba(255, 255, 255, 0.66);
    font-family: "Google Sans Flex";
    font-size: 18px;
    font-weight: 400;
    border: none;
    width: 100%;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.66);
  font-style: italic;
}

::placeholder {
  color: rgba(255, 255, 255, 0.66);
}

.cf7-container > div input:focus {
  outline: none;
}

.cf7-container > div input[type=submit]{
    transition:0.25s ease all;
    width: 100% !important;
  background-color: #FF821D !important;
  color: #ffffff !important;
    font-size: 18px;
  padding: 17px 30px;
    font-weight: 700;
    border-radius: 33px;
    font-family: "Google Sans Flex";
    cursor: pointer;
  border: none;
  max-width: 124px;
  margin-top: -32px;
  line-height:140%;
}

.cf7-container > div input[type=submit]:hover{
  background-color: #c06317 !important;
  color: #ffffff !important;
}

.btn-align {
    text-align: right;
}

.invalid  .wpcf7-response-output {
    display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    text-align: center;
}

.cf7-container .wpcf7-not-valid-tip {
    color: #FFD3D0;
}

.cf7-container .wpcf7-response-output {
    border-color: #46b450;
    color: white;
}

.menu-mobile ul.e-n-menu-heading{
  flex-direction: column !important;
  align-items: flex-end;
}

.menu-mobile li{
  margin: 0px !important;
}

.menu-mobile li div > a > span{
  white-space: initial !important;
    text-align: right !important;
}

#elementor-popup-modal-413 .dialog-close-button{
    display:none !important;
}


 #lg-container-1 .lg-icon{
    border:#000 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-200.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 200;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-200-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-300.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 300;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-300-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-400.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 400;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-400-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-500.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 500;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-500-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-600.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 600;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-600-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-700.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 700;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-700-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-800.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 800;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-800-italic.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-900.woff') format('woff');
}
@font-face {
	font-family: 'Zalando Sans Expanded';
	font-style: italic;
	font-weight: 900;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/ZalandoSansExpanded-900-italic.woff') format('woff');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-100.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-200.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-300.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-400.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-500.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-600.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-700.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-800.woff') format('woff');
}
@font-face {
	font-family: 'Google Sans Flex';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://farmskytechag.ca/wp-content/uploads/2026/04/GoogleSansFlex-900.woff') format('woff');
}
/* End Custom Fonts CSS */