/*
Theme Name: Securitec
Theme URI: https://www.securitecsystems.net
Author: HQ80
Author URI: https://hq80.com
Description: Securitec theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hq80
Tags: HTML5, CSS3, responsive, translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# WordPress Theme Check
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# WordPress Theme Check
--------------------------------------------------------------*/

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.sticky {}
.gallery-caption {}
.bypostauthor {}

/*--------------------------------------------------------------
# Slide Form
--------------------------------------------------------------*/
.hq80-slide-form.hq80-slide-foreground {
	background-image: none !important;
	background-color: rgba(255, 255, 255, 0.95);
	width: 450px;
	height: auto;
	padding: 30px;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.hq80-slide-form input[type="text"],
.hq80-slide-form input[type="email"],
.hq80-slide-form input[type="tel"],
.hq80-slide-form textarea {
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 959px) {
	.hq80-slide-form.hq80-slide-foreground {
		position: relative;
		top: auto;
		right: auto;
		margin: 20px auto 0;
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Header Width Fix
--------------------------------------------------------------*/
.hq80-site-header.uk-container {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	max-width: 1400px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.hq80-site-header .uk-grid {
	margin-left: 0 !important;
	display: flex !important;
	align-items: center !important;
}

.hq80-site-header .uk-grid > * {
	padding-left: 0 !important;
	float: none !important;
}


.hq80-site-header .hq80-site-title > a {
	min-height: 100px;
	    margin-left: -90px;
}

@media (max-width: 767px) {
	.hq80-site-header.uk-container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.hq80-site-header .uk-grid {
		display: block !important;
	}
}

/*--------------------------------------------------------------
# NSI Gold Logo in Navigation
--------------------------------------------------------------*/
#site-navigation {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#site-navigation .uk-navbar-nav {
	float: none !important;
	display: flex;
	align-items: center;
}

#site-navigation .uk-navbar-nav > li {
	float: none !important;
}

.uk-navbar-flip {
	float: none !important;
	display: flex;
	align-items: center;
	margin-right: -30px;
}

.hq80-nav-nsi-logo {
    display: block;
    width: 119px;
    height: 120px;
    background-image: url(imgs/nsi-gold.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #fff;
    border: 0px solid #000;
    margin-left: 10px;
}
