/*
Theme Name: Manodovanos
Description: This is a child theme for Flatsome Theme
Author: UX Themes / 7natos / dkvadratu
Template: flatsome
Version: 3.0612.10
Text Domain: manodovanos
*/

/* exo-2-extra-light - latin-ext_latin */
 @font-face {
     font-family: 'Exo 2';
     font-style: normal;
     font-weight: 200;
     src: url('fonts/Exo2-ExtraLight.woff2') format('woff2'),
        url('fonts/Exo2-ExtraLight.woff') format('woff'),
        url('fonts/Exo2-ExtraLight.ttf') format('truetype');
 }
/* exo-2-regular - latin-ext_latin */
 @font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/exo-2-v5-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Exo 2'), local('Exo2-Regular'),
        url('fonts/exo-2-v5-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('fonts/exo-2-v5-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('fonts/exo-2-v5-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
        url('fonts/exo-2-v5-latin-ext_latin-regular.ttf') format('truetype') /* Safari, Android, iOS */
 }
/*  exo-2-700 - latin-ext_latin  */
 @font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/exo-2-v5-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
   src: local('Exo 2 Bold'), local('Exo2-Bold'),
       url('fonts/exo-2-v5-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/exo-2-v5-latin-ext_latin-700.woff2') format('woff2'),
       url('fonts/exo-2-v5-latin-ext_latin-700.woff') format('woff'),
       url('fonts/exo-2-v5-latin-ext_latin-700.ttf') format('truetype')
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-family: "Exo 2", sans-serif;
}
h1,h2,h3,h4,h5,h6,nav,li,a {
	font-weight: 700;
}

/* Elements */
/* Colors */
:root{
    --orange: #E37222;
    --dark-blue: #07889B;
    --electric: #00c4b5;
    --dark: #425160;
}
.bg_green {
    background-color: var(--electric)!important;
}