/*
Theme Name: InoSyst
Theme URI: http://127.0.0.1/wp-content/themes/pfcmontana
Author: wpRage
Author URI: https://creativekriss.com/
Description: Wordpress theme for inovative systems.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inosyst
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
	CLEARFIX
*/

/.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

body, html {
	margin: 0px !important;
	font-family: 'Exo 2';
	height: 100%;
}

a {
	text-decoration: none;
}

.clear {
	height: 150px;
}

.container {
	width: 1000px;
	margin: 0 auto;
	overflow:hidden;
}

.logo {
	content: url('images/logo.png');
	padding-top: 10px;
	height: 150px;
	width: auto;
	transition: filter .5s ease-in-out;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.logo:hover {
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.menu-primary-container {
	float: right;
}

#menu-primary {
	list-style: none;
	padding: 0px;
	margin: 16px 0px 0px 0px;
}

#menu-primary li {
	display: inline-block;
	padding: 5px 10px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 105px;
}

#menu-primary a {
	color: #0072ff;
	transition: filter .5s ease-in-out;
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

#menu-primary a:hover {
	transition: filter .5s ease-in-out;
	-webkit-filter: brightness(50%);
	filter: brightness(50%);
}

.active {
	color: #0c3054 !important;
}

header {
	border-bottom: 3px solid #0072ff;
}

.wp-block-image img {
	height: auto;
}

footer {
	background-color: #1d1d1d;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0px 0px 0px;
}

footer img {
	height: 75px;
	width: auto;
}

footer p {
	color: #fff;
	float: right;
	line-height: 75px;
	margin: 0px;
}

footer p a {
	color: #0072ff;
	font-weight: 700;
	text-decoration: none;
}

.wp-block-media-text__media img {
	height: 100%;
	width: auto !important;
	float: left;
}