/*
 Theme Name:     Shively Electric Theme
 Description:    Theme created by Citizens for Shively Electric. This theme is a child of the
 				 twentythirteen theme and will not work if twentythirteen is not installed
 Author:         Citizens
 Author URI:     http://citizens.coop
 Template:       twentythirteen
 Version:        1.5.0
*/
 

 
/* =Theme customization starts here
------------------------------------------------------- */
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

body{
	/* background: url(images/bg.jpg) repeat fixed; */
}

h2{
	font-size: 22px;
	margin: 22px 0 0;
}

.site{
	max-width: 100%;
	width: 100%;
	border: none;
}

.site p{
	font-size: 18px;
}

.header-red-bar {
    background: #B01F2B;
    color: #ffffff;
    line-height: 75px;
    text-align: center;
    font-family: "Old Standard TT", serif;
    font-style: italic;
    font-size: 22px;
	border-bottom: 4px solid black;
}

.header-red-bar p{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}

.header-phone{
	color: #ffffff;
	text-decoration: none;
	position: relative;
    margin-left: 35px;
}

.header-phone:hover{
	color: #ffffff;
}

.header-phone:before {
    content: '';
    height: 25px;
    width: 25px;
    background: url(../images/phone-icon.png);
	display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: -27px;
}


.site-title{
	display: block;
    background: url(../images/logo-large.png);
    width: 475px;
    height: 215px;
    text-indent: -99999px;
    margin: 0 auto 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.site-header .home-link{
	min-height: 0px;
	/*background: #FFF;*/
	position: relative; 
	text-align: center;

}

.headerImageBlock{
	background: url(../images/header-bg.jpg);
	width: 100%;
	height: calc(100vw * 0.28);
	background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-header .home-link div{
	/* float: left; */
}

.site-description{
	margin: 0;
    font-family: "Old Standard TT", serif;
    color: #ffffff;
    font-style: italic;
    font-size: 27px;
    text-shadow: 1px 1px 4px black;
	font-weight: bold;
    padding-top: 15px;
}

.navbar{
	background: #ffffff;
	text-align: center;
}

.nav-menu li a{
	color: #000000;
	font-size: 20px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus{
	background: #000;
}

.main-navigation{
	/* box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.5); */
	z-index: 9999999999999999;
	position: relative;
}

.site-footer .widget{
	width: 100%;
}

footer .menu li{
	display: inline-block;
	margin: 0px 10px;
}
.site-footer .menu li a{
	color: #fff;
}

footer .menu{
	text-align: center;
}

.hentry {
padding: 0;
}

.main-navigation, .site-footer .sidebar-container{
	/* background: url(images/dark_wall.png); */
}

/* .nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a{
	color: #000000;
	font-style: normal;
	font-weight: bold;
} */

.nav-menu .sub-menu, .nav-menu .children{
	background: #000;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus{
	background: #222;
}

.widget{
	background: #fff;
	font-size: 16px;
	text-align: center;
	padding: 0;
}

.site .contact-form input[type='text'], .site .contact-form input[type='email']{
	width: 483px;
}

button, input[type="submit"], input[type="button"], input[type="reset"]{
	background: #E05D22;
	background: -webkit-linear-gradient(top, #C01212 0%, #800000 100%);
	background: linear-gradient(to bottom, #C01212 0%, #800000 100%);
	border: none;
	border-bottom: 3px solid #C01212;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #ED6A31;
	background: -webkit-linear-gradient(top, #DA3838  0%, #C01212 100%);
	background: linear-gradient(to bottom, #DA3838  0%, #C01212 100%);
	outline: none;
}

.sidebar .site-footer .widget{
	width: 100%;
	text-align: center;
}

.sidebar .site-footer .widget-area{
	left: auto;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta {
    max-width: 1190px;
    padding: 0 376px 0 0px;
}

.entry-content.no-side {
/* padding: 0 180px; */
padding: 0;
max-width: 1250px;
}

.galleryid-36{
	float: right;
}

.site-main .sidebar-container{
	top:0;
}

#tertiary h2:first-child {
	margin-top: 0;
}

.site-content {
min-height: 790px;
}



@media (max-width: 995px) {
  /* Your styles go here */

  .headerImageBlock{
	height: calc(100vw * 0.40);
  }

  .site-title{
	width: 50vw;
    height: 25vw;
  }
}

@media (max-width: 622px) {
  /* Your styles go here */

  .header-red-bar p{
	font-size: 3vw;
  }

  .site-description{
	font-size: 4vw;
  }
  

  
}