/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Child theme - edit theme css here
*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 3 */ }

/* Sections
   ========================================================================== */
body {
  margin: 0;
font-family: "Poppins-Regular", Sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff; }

  .elementor p a  {
  background-color: transparent;
  text-decoration: underline !important;
  }

   .elementor .white-link-decoration p a  {
  color: #ffffff !important; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  color: inherit; }

h1 {

color:#961a4b;

}

h2 {

 line-height: 1.2 !important;
    margin-bottom: .4rem !important;
}

h3 {

 line-height: 1.2 !important;}

h4 {

line-height: 1.4 !important;}

h5 {

 line-height: 1.4 !important;}

h6 {

 line-height: 1.4 !important;}

p {
  margin-top: 0 !important;
  margin-bottom: 1.4rem !important; }

h1.elementor-heading-title.elementor-size-default {

	color:#961a4b;

}

h1.elementor-heading-title.elementor-size-small {

	color:#961a4b;

	font-family: "Poppins-Regular", Sans-serif;
}


h2.elementor-heading-title.elementor-size-large {

	color:#961a4b;

}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333;
    outline: 0 none; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #eeeeee; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* jomo styles */
*:focus {
  outline: 1px dashed #00A9CE !important;
}

a:focus .elementor-button {
	 outline: 1px dashed #00A9CE !important;
}



a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000000;
    background-color:#000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid yellow;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}


a.glink.nturl.notranslate {
    font-size: 12px !important;
	color:#000000;
}

.elementor-nav-menu .sub-arrow {
    padding: 10px 0 10px 2px !important;

}

.elementor-widget-nav-menu .elementor-nav-menu--main .current-page-ancestor .elementor-item {
    color:#ffffff !important;
	background-color: #697777;
	border-radius: 10px;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .current-page-ancestor .elementor-item:after {
    opacity: 1 !important;
}

.homepage-headline {
		max-width:350px;
	}

.homepage-tagline {
		max-width:350px;
	}

.elementor-nav-menu .sub-arrow {
    color: #961b4b;
}

.elementor-233 .elementor-element.elementor-element-91f883a .elementor-search-form__submit:focus {
    background-color: lightgray;
	border: 1px dotted red;

}

.elementor-233 .elementor-element.elementor-element-91f883a .elementor-search-form__submit {
		color: #54595F !important;
}

.navSign .elementor-nav-menu {
  width: 100%!important;
  justify-content: space-between!important;
}

.navSign .elementor-widget-container {
  background-size: auto 55px!important;
}

.navSign .menu-item {
  position: relative; 
  padding: 0 0 33px;
  margin: 0 auto;
}

/*.navSign .menu-item:before,*/ .navSign .menu-item:after {
  position: absolute!important; 
  content: ""!important; 
  width: 31px!important; 
  background-color: transparent!important; 
  background-repeat: no-repeat!important; 
  background-size: 100% 100%!important; 
  left: 0!important;
  right: 0!important;
  margin: 0 auto!important;
  border: none!important;
}

/*.navSign .menu-item:before {
  height: 5px!important; 
  background-image: url(images/navSignTop.png)!important; 
  top: 0!important;
}*/

.navSign .menu-item:after {
  height: 33px!important; 
  background-image: url(images/navSignBotBig.png)!important; 
  bottom: 0!important;
}

.navSign .elementor-item {
  background: #006547; 
  min-width: 160px!important; 
  border-radius: 6px;
  position: relative; 
  text-align: center; 
  display: block; 
  z-index: 10; 
  transition: all ease 0.5s;
}

.navSign .elementor-item:hover, .navSign .elementor-item-active {
  background: #3C833A;
}

.navSign .elementor-item:before {
  content: ""!important; 
  background: transparent!important; 
  position: absolute!important; 
  top: 50%!important; 
  bottom: auto!important; 
  transform: translateY(-50%)!important; 
  left: 0!important; 
  right: 0!important; 
  margin: 0 auto!important; 
  border: 2px solid #fff!important; 
  border-radius: 4px!important; 
  width: calc(100% - 10px)!important; 
  height: calc(100% - 10px)!important; 
  opacity: 1!important;
}

.navSign .elementor-item:after {
  content: ""!important; 
  background-color: transparent!important; 
  background-image: url(images/navTruck.png)!important;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute!important; 
  top: auto!important; 
  bottom: -55px!important; 
  left: -10px!important; 
  right: 0!important; 
  margin: 0 auto!important; 
  width: 130px!important;
  height: 70px!important;
  opacity: 0!important;
  transition: all ease 0.5s;
}

.navSign .elementor-item-active:after {
  left: 0!important; 
  opacity: 1!important;
}

.testimonial-name {
	font-size: .975rem
}
.testimonial-description {
	font-size: .775rem
}

#main-content:focus {
	
}

.infographic-box {
	background: white; 
	border-radius: 25px; 
	padding: 20px; 
	display: flex; 
	align-items: center;
	width:100%;
}

.infographic-icon {
	width: 50%;
}

.infographic-text {
	width: 50%;
	font-size:13px;
}

.infographic-text2 {
	width: 100%;
}

.subscribe-title {
	 font-family:"Recoleta-Light", serif !important;
	font-size:1.4em;
}

.subscribe-explainer {
	font-size:12px;
}

.gform_wrapper li.hidden_label input {
    margin-top: 2px !important;
}

.gform_wrapper div.validation_error {
    background: #ffffff !important;
}

.gform_wrapper li.gfield.gfield_error {
background-color: #ffffff !important;
    margin-bottom: 6px!important;
    border-top: 2px solid #790000;
    border-bottom: 3px solid #790000;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}

.gform_confirmation_wrapper {
    color: #790000 !important;
    margin-bottom: 25px;
    background: #ffffff !important;
	padding:5px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding: 5px !important;
}

.gfield.gfield--type-consent {
	margin-bottom: 20px;	
}

.subscribe-sidebar .gform_body  {
	color: #000000;
	 text-transform:none !important;
}

.form-consent-footer a {
	color:#ffffff !important;
	text-decoration:underline !important;
}

.form-consent-footer label.gfield_consent_label   {
    font-size: .7rem !important;
	line-height:1.2 !important;
	    float: right;
    width: 180px;
    margin-bottom: 20px;
	padding-left: 5px;
}

/* label.gfield_consent_label {
    font-size: .7rem !important;
	line-height:1.2 !important;
	    float: right;
    width: 200px;
    margin-bottom: 20px;
	padding-left: 5px;
} */

.ginput_container.ginput_container_consent {
	display: flex;
	align-items: flex-start;
}

.ginput_container.ginput_container_consent > input[type="checkbox"] {
	margin-right: 5px;	
}

.subscribe-footer .gform_body  {
	color: #ffffff;
	 text-transform:none !important;
}

[type=submit] {
	color: #ffffff !important;
	border: none !important;
	border-radius:25px !important;
	 font-family:"Recoleta-Light", serif !important;
	 text-transform:uppercase;
}

.gform_wrapper .gform_footer {
    padding: 0px 0 10px 0 !important;
    margin: 10px 0 0 0 !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	font-size:1em !important;
	padding: 10px 20px !important;
	    font-family: "Poppins-Regular", 'Poppins-Regular' !important;
}


label.gfield_label {
    font-size: .8em !important;
}

gform_wrapper .gfield_required {
    color: red !important;
}

body .gform_wrapper ul li.gfield {
    margin-top: 5px !important;
}

.gform_confirmation_wrapper {
	color:#ffffff;
	margin-bottom: 25px;
}

.gform_wrapper .gfield > label {
	width: 100%!important;
}

.footer-links a {
	color:#ffffff !important;
}

/* hide GMW locator button */ 
.gmw-form-field-wrapper.gmw-locator-button-wrapper.image {
    display: none !important;
}

span.fa.fa-map-marker.address-icon {
    display: none !important;
}


@media (min-width:550px) and (max-width: 1000px) {
/* .elementor-nav-menu li {
    display: inline-block !important;
}*/
}


@media screen and (max-width: 1076px){
  html{
	scroll-padding-top: 75px;	
  }
	

  .navSign .elementor-item {
    min-width: 130px!important; 
  }

  .navSign .elementor-item:before {
    border: 1px solid #fff!important;
  }

  .navSign .elementor-item:after {
    width: 100px!important;
    height: 55px!important;
  }

  .navSign .menu-item {
    padding-bottom: 0; 
  }
  
  .navSign .elementor-item:after, .navSign .elementor-item-active:after {
    display: none!important;
  }
}

@media screen and (max-width: 767px) {
  html{
	scroll-padding-top: 80px;	
  }
  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
      margin-top: 0px !important;
  }
	
  .navSign .elementor-item {
	  min-width: 100px!important;
	  font-size: 12px!important;
  }
}

@media only screen and (max-width: 550px) {	
	#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
		top: 20px !important;
	}

	.elementor-button.elementor-size-xs {
		font-size: 11px !important;
		padding: 11px 11px !important;
	}
	.testimonial-name {
		font-size: .775rem
	}
	.testimonial-description {
		font-size: .675rem
	}
	
	.footer-tagline p {
		text-align: center;
	}
	.homepage-heading {
	}
	.homepage-heading  h1.elementor-heading-title.elementor-size-default {
	color:#961a4b !important;
	}
	.infographic-text {
		width: 100%;
		font-size:15px;
	}
}

@media screen and (max-width: 480px){
  .navSign .elementor-item {
	  min-width: 80px!important;
	  font-size: 10px!important;
  }
}

@media screen and (max-width: 400px){
  .navSign .elementor-item {
	  min-width: 60px!important;
	  font-size: 8px!important;
  }
}
