/* Enter Your Custom CSS Here */
/* General CSS All Sites */

/*hide generatepress copyright footer */

.site-info {
      display: none;
}

/* NEW CLOSE SPACE BELOW HEADER IMAGE GENERATE PRESS*/
.inside-header {
    padding-bottom: 0;
    padding-top: 0;
}

/* header background color */
/*.site-header {
background-color: #000;
}*/

/* header background image */
.site-header {
  background: url("http://www.hawkeyescorp.com/wp-content/uploads/2017/10/hecheadbg.png");  
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  width: 100%;
  height: 200px;
  /* padding-top: 35%; /* (img-height / img-width * container-width) }*/
}

/* position site title and tagline on top of image */
/*.site-branding {
  position: absolute;
  top: 10%;
  left: 25%;
}*/

/* title and tagline responsive font size */
/* ref: https://css-tricks.com/viewport-sized-typography/ */
/*.site-branding p {
  font-size: 2vw;
}*/

/* HEADER 2 CSS */
/* HEADER CHANGES */


/* hides main header if necessary - not currently using */
/* .site-header {display:none} */ 

/* fixed header stuff */
/*.custom-fixed-header + * {
      padding-top: 0px;
}*/

/* END HEADER */



/* HEADER IMAGE CHANGE SMALL MOBILE DEVICE */

@media (max-width: 480px) {
  .header-image {    
    display: none 
  }
}

@media (max-width:480px) {
      .site-header {
  			height: 248px;  			
            background-image: url('http://www.hawkeyescorp.com/wp-content/uploads/2017/10/mobiportheader.png') !important;
            background-repeat: no-repeat;
            background-position: center center;
  }
}


/* HEADER LARGE IMAGE CHANGE MOBILE DEVICE */

@media (min-width: 480px)  and (max-width: 767px) {
  .header-image {    
    display: none; 
  }
}

@media (min-width: 480px) and (max-width: 745px) {
  	 .site-header {
  			height: 240px;  			
            background-image: url('http://www.hawkeyescorp.com/wp-content/uploads/2017/10/hecmobilelandscape.png') !important;
            background-repeat: no-repeat;
            background-position: center center;
  }
}

/* END HEADER IMAGE CHANGE FOR LARGE AND SMALL MOBILE DEVICE */


/* increase menu text */


/* MENU ITEMS */

/* SIDEBAR NAV SINGLE ITEM */

.home-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

.about-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

.media-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

.contact-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

.blog-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

.join-nav a:hover {
    background: #000;
	color: #e5222b !important;
}

/* END INDIVIDUAL COLOR PRI NAV */

.main-navigation {
	background-color: #000000;
}

.main-navigation .main-nav > ul > li:not(:last-child) {
    margin-right: 10px;
}

.main-navigation a {
    font-size: 140%;
    font-weight: bold;
}

.main-navigation .main-nav ul ul li a {
    font-size: 18px;
    color: #000;
}

.main_navigation a {
    position: relative;
    top:39px;
    z-index: 100;
    padding-bottom: 20px;
}

/* TOP BAR STARTY */

.top-bar {
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    position: relative;
    background: #000;
    margin-bottom: 0; 
    font-family: "arial";
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/* TOP BAR MENU */
.top-bar-section li:not(.has-form) a:hover:not(.button) 
{
    background: transparent;
    color: #4054b2;
}

@media(max-width: 768px) {
    #site-navigation {
        clear: none;       
        z-index: 100;
        position: relative;
    }

.site-logo {
        position: center center !important;
        clear: none !important;
        max-width: 100%;
    }

    button.menu-toggle {
        width: auto;
        float: left;
    }
}

.header-sidebar .widget_nav_menu ul.menu > li > a:hover {
color: #333;
}
 
/* Main Nav colors */

.main-navigation {
	background-color: #000;
}

.main-navigation a {
    font-size: 140%;
    font-weight: bold;	
}

.main-navigation .main-nav ul ul li a {
    font-size: 18px;
	  color: #e1cea5;
	  background: #000 !important;
}

.main-navigation .main-nav > ul > li:not(:last-child) {
    margin-right: 2px;
}

.main-navigation .navigation-search input[type="search"], 
.main-navigation .navigation-search input[type="search"]:active {
	color: #e4ca4f;
	background-color: #0f0f0f;    
}

.main-navigation .navigation-search input[type="search"]:focus {
	color: #e4ca4f;
	background-color: #0f0f0f;
}

.main-navigation .main-nav ul li a, 
.main-navigation .menu-toggle {
	color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

 

/* SUB-NAVIGATION DROPDOWN COLOR, RADIUS, TEXTCOLOR*/

.main-navigation .main-nav ul ul li a {
	color: #e4ca4f;
    background-color: #0f0f0f;	
    border-radius: 0px;
}

/*MAIN HOVER COLORS FOR MAIN NAV*/

/* MENU ITEM HOVER */

.main-navigation .main-nav ul li > a:hover, 
.main-navigation .main-nav ul li > a:focus,
.main-navigation .main-nav ul li.sfHover > a {
	color: #e4ca4f;
	background-color: #0f0f0f !important;
}



/* SUB-NAVIGATION HOVER */

.main-navigation .main-nav ul ul li > a:hover, 
.main-navigation .main-nav ul ul li > a:focus,
.main-navigation .main-nav ul ul li.sfHover > a {
	color: #e4ca4f;
	background-color: #0f0f0f !important;
}

/* CURRENT ITEMS */


.main-navigation .main-nav ul .current-menu-item > a {
	color: #e4ca4f !important;
	background-color: #0f0f0f !important;
}

.main-navigation .main-nav ul .current-menu-item > a:hover, 
.main-navigation .main-nav ul .current-menu-item > a:focus, 
.main-navigation .main-nav ul .current-menu-item.sfHover > a {
	color: #e4ca4f;
	background-color: #0f0f0f !important;
}



/* SUB-NAVIGATION CURRENT ITEMS */

.main-navigation .main-nav ul ul .current-menu-item > a {
	color: #e4ca4f;
	background-color: #0f0f0f;
}

.main-navigation .main-nav ul ul .current-menu-item > a:hover, 
.main-navigation .main-nav ul ul .current-menu-item > a:focus, 
.main-navigation .main-nav ul ul .current-menu-item.sfHover > a {
	color: #e4ca4f;
	background-color: #0f0f0f !important;
}

/* Main Nav Bar Size and Padding */

.main-navigation ul li {
        padding-top: 0;
        padding-bottom: 0;
    }

/* start individual color nav links */

.sale-nav {
    background: #e93c27;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-primary li.sale-nav a:hover {
    background: #000;
	color: #ad9b74 !important;
}



/* END TOP BAR MENU */

/* @media screen and (min-width: 768px) {
    .main-navigation ul li {
        padding-top: .5em;
        padding-bottom: .5em;
    }
}

.main-navigation {
        height: 50px;
}*/

/* End NAV BAR SIZE: PENDING ADJUSTMENT FOR MOBILE ALSO */


/* END NAV BAR */

/* NAVIGATION BAR 2 STUFF */
/* NAVIGATION CHANGES */

/* hides main nav and header  - not currently using */
/*.main-navigation,
.logged-in .site-header {
    display: none;
}*/ 

/* changes color and radius stuff on main nav bar – not currently using*/
/*.main-navigation ul li a {
   margin-right: 0px;
   border-radius: 0px;
   background: #0662fd;
}*/

/* hides the main nav bar – not currently using */
/* .logged-in .main-navigation {
    display: block;
} */

/* NAVIGATION END */

/* END NAV BAR 2 */


/*FOOTER WIDGETS*/

/* hides wordpress footer widgets - not currently using */
/*.site-footer-widgets {
	display: none;
}*/ 

/* changes color on wordpress widgets footer - not currently using */
/*#footer-widgets {
background: #222222;
}*/ 

/* hides wordpress widget footer */
.footer-widgets {
display: none;
}

/* END WIDGETS */

/* POST Backgroud image on specific Post and Pages  */

/*body.post-id-196 {
	background: url()
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}*/



.category-security-training {
      background-image: url('http://www.hawkeyescorp.com/wp-content/uploads/2017/10/headerbgoverlay.png');      
      background-size: cover;
      background-attachment: fixed;
}

body.postid-67 {
      background-image: url('http://www.hawkeyescorp.com/wp-content/uploads/2017/10/headerbgoverlay.png') !important;    
      background-size: cover;
      background-attachment: fixed;
}

/* Not working for some reason took offline till more study - bg image main blog page */
/*body.page-id-13 {
      background-image: url('http://yersite.com/welcome/demo4/wp-content/uploads/sites/11/2017/08/colorcubes.jpg') !important;
      background-size: cover !important;
      background-attachment: fixed !important;
}*/

/* End Background Image Specific Pages */

/* POST RADIUS CORNER OF CONTENT CHANGES AND BG COLOR STUFF Pending more work*/

/* .date-outer, .post-outer {
        -moz-border-radius: 30px !important;
		-webkit-border-radius: 30px !important;
		/*-goog-ms-border-radius: 30px !important;*/
		/*border-radius: 30px !important;
}*/

/* hides wordpress post author */
.byline {
	display: none;
}


/* POST CHANGES */




