/*
Theme Name: SECO Industry
Theme URI: https://www.sx900.com
Author: SX900 | Bjoern Bertschy
Author URI: https://www.sx900.com
Description: SECO is a modernized take on an ever-popular WordPress layout. SECO will make your WordPress look beautiful everywhere.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Everthing is possible
Text Domain: seco-industry
*/

@font-face {
font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src:url('css/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
	src:url('css/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('css/fonts/fontawesome/fontawesome-webfont.otf?v=4.7.0') format('otf'),
		url('css/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('css/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('css/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('css/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

@font-face {
	font-family: 'shopware';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src:url('css/fonts/shopware/shopware.eot?v=1.0');
	src:url('css/fonts/shopware/shopware.eot?v=1.0') format('embedded-opentype'),
		url('css/fonts/shopware/shopware.woff?v=1.0') format('woff'),
		url('css/fonts/shopware/shopware.ttf?v=1.0') format('truetype'),
		url('css/fonts/shopware/shopware.svg?v=1.0') format('svg');
}

@font-face {
	font-family: 'Ionicons';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src:url("css/fonts/ionicons/ionicons.eot?v=4.5.4");
	src:url("css/fonts/ionicons/ionicons.eot?v=4.5.4#iefix") format('embedded-opentype'),
		url("css/fonts/ionicons/ionicons.woff?v=4.5.4") format('woff'),
		url("css/fonts/ionicons/ionicons.woff2?v=4.5.4") format('woff2'),
		url("css/fonts/ionicons/ionicons.ttf?v=4.5.4") format('truetype'),
		url("css/fonts/ionicons/ionicons.svg?v=4.5.4#Ionicons") format('svg');
}

/* ------------------------------------------------------------------------ */
/* Reset																	*/
/* ------------------------------------------------------------------------ */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html,
body {
	width: 100%;
	max-width: 100%;
	background-color: #FFFFFF;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	min-height: 100%;
	position: relative;
	z-index: 1;
	-webkit-touch-action: pan-y;
	-moz-touch-action: pan-y;
	-ms-touch-action: pan-y;
	-o-touch-action: pan-y;
	touch-action: pan-y;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
}

*,
*::before,
*::after {
	outline: none!important;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	-o-hyphens:      auto;
	hyphens:         auto;
	background: none;
	zoom: 1;
}

h2::before,
h2::after,
h3::before,
h3::after,
a::before,
a::after,
span::before,
span::after,
div::before,
div::after,
li::before,
li::after,
button::before,
button::after {
	content: '';
	font-family: 'FontAwesome';
	font-size: 14px;
	color: inherit;
	background-color: transparent;
	position: absolute;
	z-index: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

h1 a,
h2 a,
h3 a,
h4 a,
h1 span,
h2 span,
h3 span,
h4 span,
h1 .hilite,
h2 .hilite,
h3 .hilite,
h4 .hilite {
	font-size: inherit !important;
	color: inherit !important;
}

a,
a *,
a::before,
a::after,
a *::before,
a *::after,
span,
span::before,
span::after,
button,
button::before,
button::after,
input,
select,
textarea {
	font-size: inherit;
	background: none;
	transition: content 0.2s linear, background-color 0.3s ease, padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, font-size 0.3s ease, font-weight 0.3s linear, left 0.6s ease;
}

a img {
	transition: none;
}

.clear,
.custom .clear_column {
	padding: 0 !important;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
}

p:empty {
	display: none;
}

b,
b *,
strong,
strong * {
	color: inherit;
	font-size: inherit;
}

em,
em * {
	font-style: italic;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
}

div {
	zoom: 1;
}

figure {
	width: auto !important;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0 none;
	outline: none;
	display: block;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	table-layout: auto;
	width: 100%;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

table, td, th {
	border: 0 none;
	padding: 0;
}