/* petrol 007c96
   orange ff6600
*/

/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-v13-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





* {font-family: 'Barlow';}
body {font-family: 'Barlow';}

p,li,ol {font-family: 'Barlow'!important;  font-size: 20px;line-height:34px;}
h1,h2,h3,h4,h5,h6 {font-family: 'Barlow'!important;}

#sp-footer #sp-footer1 ul.menu li a {
    color: #dddddd!important;font-weight:400!important;
       text-transform:none!important;
}
#sp-footer #sp-footer1 ul.menu li a:hover {
    color: #ffffff!important;

}
.sppb-addon-text-block .sppb-addon-content {
    font-size: 20px;
    FONT-WEIGHT: 500;color:#333;
}
.sppb-addon-form-builder .sppb-form-check-label {
    font-size: 20px;
}

::selection{  
      background-color: #ec6432; color:#fff 
    }  
