/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*Custom CSS Yersite Network: */

/* hides main copyright footer on generatepress */
.site-info {display:none;}

/* hides wordpress post author */
.byline {
	display: none;
}

.site-info {display:none;}

/* change color of header bg */
.site-header {
    background-color: #000000;
    background-image: url(http://yersite.com/welcome/demo6/wp-content/uploads/sites/14/2017/08/hdbgdemo6.png);
   background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  width: 100%;
  height: 130px;
  padding-bottom: 25px;
  /* padding-top: 35%; /* (img-height / img-width * container-width) }*/
}

/*http://www.deadbeatalien.com/wp-content/uploads/2017/07/bg.png PATH BLACK HONEYCOMB PIC */

/* NEW CLOSE SPACE BELOW HEADER IMAGE GENERATE PRESS*/
.inside-header {
    padding-bottom: 0;
    padding-top: 0;
} 


/* fixed header stuff */
.custom-fixed-header + * {
      padding-top: 0px;
}

/* HEADER IMAGE CHANGE MOBILE DEVICE */

@media (max-width: 480px) {
  .header-image {    
    display: none; 
  }
}

@media (max-width:480px) {
      .site-header {
  			height: 250px;
            background-image: url(http://yersite.com/welcome/demo6/wp-content/uploads/sites/14/2017/09/demo6smlogo.jpg);
            background-repeat: no-repeat;
  			background-position: center center;
  }
}

/* Smartphones (landscape) ----------- */ 

@media (min-width: 480px)  and (max-width: 767px) {
  .header-image {    
    display: none; 
  }
}

@media (min-width: 480px) and (max-width: 745px) {
  	 .site-header {
  			height: 250px;
            background-image: url('http://yersite.com/welcome/demo6/wp-content/uploads/sites/14/2017/09/demo6lanscplogo.jpg');
            background-repeat: no-repeat;
            background-position: center center;
  }
}


/* END HEADER IMAGE CHANGE MOBILE DEVICE */



/* MENU ITEMS */

/* start individual color nav links */

.sale-nav {
    background: #c60000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu-primary li.sale-nav a:hover {
    background: #c6000; /*change color of text start on sale button*/
	color: #000 !important;
}

/* SIDEBAR NAV SINGLE ITEM */

.home-nav a:hover {
    background: #000;
	color: #c60000 !important;
}

.about-nav a:hover {
    background: #000;
	color: #c60000 !important;
}

.media-nav a:hover {
    background: #000;
	color: #c60000 !important;
}

.contact-nav a:hover {
    background: #000;
	color: #c60000 !important;
}

.blog-nav a:hover {
    background: #000;
	color: #c60000 !important;
}

.join-nav a:hover {
    background: #000;
	color: #c60000 !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;
}


/* END TOP BAR MENU */

/*.header-widget .widget .menu li {
    display: inline-block;
    color: #fff !important; 
    font-size: 18px;
    margin:0 10px;
}*/

/*.header-widget .widget .menu li ul {
    display: none;
}*/
 
/* end add widge custom menu */

.main-navigation .navigation-search input[type="search"], 
.main-navigation .navigation-search input[type="search"]:active {
	color: #FFFFFF;
	background-color: ;
}

.main-navigation .navigation-search input[type="search"]:focus {
	color: #001526;
	background-color: #c60000;
}

.main-navigation .main-nav ul li a, 
.main-navigation .menu-toggle {
	color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

 

/* SUB-NAVIGATION DROPDOWN COLOR, RADIUS, TEXTCOLOR*/

.main-navigation .main-nav ul ul li a {
	background-color: #c60000;
	color: #001526;
    border-radius: 0px;
}



/* 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: #001526;
	background-color: #c60000 !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: #001526;
	background-color: #c60000 !important;
}

/* CURRENT ITEMS */


.main-navigation .main-nav ul .current-menu-item > a {
	color:#001526 !important;
	background-color: #fff !important; /*change current color of active page nav button bg*/
}

.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: #000;
	background-color: #c60000 !important;
}



/* SUB-NAVIGATION CURRENT ITEMS */

.main-navigation .main-nav ul ul .current-menu-item > a {
	color: #000;
	background-color: #c60000;
}

.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: #000;
	background-color: #c60000 !important;
}



/* End Nav Bar */


/* hides wordpress footer widgets - not currently using */
.footer-widgets {
display: none;
}



/* NOT USED 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;
}*/


/* NOT USED NAV BAR */


/*

/* hides main nav and header  - not currently using */
/*.main-navigation,
.logged-in .site-header {
    display: none;
}*/ 


/* hides the main nav bar – not currently using */
/* .logged-in .main-navigation {
    display: block;
} */


/* changes color and radius stuff on main nav bar – USING*/
/*.main-navigation ul li a {
   margin-right: 0px;
   border-radius: 0px;
    background: rgb(44,201,144);
}


.main-navigation {
background-color:#001526;
}

*/



/* NOT USED HEADER */

/* hides main header if necessary - not currently using */
/* .site-header {display:none} */ 

*/
