/*
Theme Name: OMNI-TECH IT
Theme URI: https://www.joerrens.com
Description: OMNI-TECH IT Wordpress Theme.
Author: Torge Joerrens
Author URI: https://www.joerrens.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/raleway-v26-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/raleway-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/raleway-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/raleway-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/raleway-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/raleway-v26-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/raleway-v26-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/raleway-v26-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/raleway-v26-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/raleway-v26-latin-800.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/raleway-v26-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/raleway-v26-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-900 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/raleway-v26-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/raleway-v26-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/raleway-v26-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/raleway-v26-latin-900.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/raleway-v26-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/raleway-v26-latin-900.svg#Raleway') format('svg'); /* Legacy iOS */
}

* {
	font-family: 'Raleway', sans-serif !important;
}

h1,h2,h3,h4 {
	font-family: 'Raleway', sans-serif !important;
}

.site-description {
	color:#000 !important;
}
a {
	text-decoration: none;
}

a:hover{
	color: #000;
}

.entry-categories a {
	border: none;
}

.project-h3 {
    margin: 0px !important;
}

.alignfull {
    margin-bottom: 2rem;
}

.entry-header {
	background-color: #fff;
	padding: 4rem 0;
}

.primary-menu-wrapper ul li {
	font-size: 2.1rem;
	font-weight: 600;
}

.primary-menu ul {
	width: 24rem;
}

/* COVER-FIX */

body.template-cover .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-cover [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 120rem;
}
@media (min-width: 700px) {
    body.template-cover .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: calc(100% - 8rem);
    }
}

/* PAGINATION */

.pagination-single {
    font-size: 1.8rem;
    margin-top: 8rem;
}

/* TABLE */

.wp-block-table table {
	border: 0 !important;
	width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-table td {
	border: 0 !important;
	text-align: left;
}

thead tr th:first-child,
tbody tr td:first-child {
	vertical-align: top;
	width: 300px;
	min-width: 10em;
	max-width: 10em;
	word-break: break-all;
}

/* FOOTER */

.textwidget p {
	font-family: 'Raleway', sans-serif;
}

.textwidget p a {
	text-decoration: none;
	color: #000;
}


h3, .heading-size-3 {
    font-size: 2.5rem;
}
