/*
 Theme Name:     Window Genie Site Theme
 Theme URI:      http://www.windowgenie.com/
 Description:    Theme for Window Genie Wordpress Site. To use this Child Theme, you must have <a href="https://wordpress.org/themes/twentysixteen/">twentysixteen</a> parent theme installed.
 Author:         
 Author URI:     
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

body:not(.custom-background-image):before, body:not(.custom-background-image):after{display: none;}
.warning {
	color: red;
}
.shadow {
	box-shadow: 0 8px 8px -6px #333;
}
#archives-dropdown-2 { width: 100%; }

.entry-header, .entry-summary, .entry-content, .entry-footer, .page-content,.post-thumbnail, .comments-area,.page-header {
    margin-right: 0;
    margin-left: 0;
}
.img-thumbnail {
    padding: 10px;
    background-color: #f6f6f6;
     border: 0; 
}

@media (max-width:480px){
.wg-site-main-content img.alignleft,
.wg-site-main-content img.alignright{
   float: none;
    display: block;
    clear: both;
    width:100%;
}
}
@media (min-width: 1200px){
.main-header-section.original #menu.main-push-menu ul:not(.sub-menu) > li.nav-right-margin {
    margin-left: 205px;
}
 #menu.main-push-menu ul:not(.sub-menu) > li > ul{ white-space: nowrap;}
 #menu.main-push-menu ul:not(.sub-menu) > li:first-child:hover > ul:before {
    margin-right: 3.5px;
 }
 #menu.main-push-menu ul:not(.sub-menu) > li:first-child:hover > ul:after {
    margin-right: 6px;
 }
#menu.main-push-menu ul:not(.sub-menu) > li:last-child:hover > ul:before {
    margin-right: -22px;
 }
 #menu.main-push-menu ul:not(.sub-menu) > li:last-child:hover > ul:after {
    margin-right: -20.5px;
 }
 /*Adjustment for http://fresno.windowgenie.com/ */
 .wg-site-id-92 .main-header .custom-logo,
 .wg-site-id-92 .main-header .logo {
   left: -90px;
 }
}

/**Purple Strip**/
body.home .hero-section-subtitle a{
color: #fff;
box-shadow:none;
}
/**for main site only**/
body.wg-main-site .hero-section-subtitle  img{
  width: 66px;
  margin-right: 10px;
  margin-top: -21px;
  margin-bottom: -21px;
  margin-left: -14px;
  display: block;
  float: left;
}
@media (min-width: 1200px){

body.wg-main-site .hero-section-subtitle  img{
  margin-left: -29px;
}

}

//.skip-link
{
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 100%;
    padding: 5px;
    padding: 0.5rem;
    font-size: 20px;
    font-size: 2rem;
    color: #000;
    background: #FFF;
}
 
//.admin-bar .skip-link
{
    top: 32px;
}
 
//.skip-link:focus
{
    right: auto;
}


