/**
 * Theme Name: IEDM Base
 * Template:   hello-elementor
 * Author: Top 10
 * Author URI: https://iedm.co.za/
 * Description:  A child theme based on Hello Elementor
 * Version: 0.0.1
 * Text Domain: hello-elementor
 */


/*
// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// X-Large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

// XX-Large devices (larger desktops, 1400px and up)
@media (min-width: 1400px) { ... }
*/

:root {
}

.text-primary { color: var( --e-global-color-primary ); }
.text-secondary { color: var( --e-global-color-secondary ); }
body a { color: var( --e-global-color-secondary ); }

.text-lowercase { text-transform: lowercase; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }

.fw-bold { font-weight: bold; }
.fw-normal { font-weight: normal; }
.fw-light { font-weight: light; }

.w-100 { width: 100% !important; }

form input { border: 1px solid #c7c8c9; }

.d-block { display: block; }
.d-inline { display: inline; }


@media (max-width: 576px) {
	.site-footer .footer-inner img {
		margin: 0 auto;

	}
}